default.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. /* Style the Yocto Project logo */
  2. .logo img { height: 30px; width: auto !important; }
  3. .logo { padding-top: 4px !important; padding-bottom:0px !important; }
  4. /* style the version information */
  5. .brand > a { color: #777; }
  6. .brand > a:hover { color: #999; text-decoration: none; }
  7. .icon-info-sign { color: #777; font-size: 16px; margin-left: 5px;}
  8. .icon-info-sign:hover { color: #999; cursor: pointer; }
  9. /* Style the breadcrumb */
  10. .breadcrumb { display: inline-block; background-color: transparent; }
  11. /* Styles for the help information */
  12. .get-help { color: #CCCCCC; }
  13. .get-help:hover, .icon-plus-sign:hover { color: #999999; cursor: pointer; }
  14. .get-help-green { color: #468847; }
  15. .get-help-green:hover { color: #347132; cursor: pointer; }
  16. .get-help-blue { color: #3A87AD; }
  17. .get-help-blue:hover { color: #005580; cursor: pointer; }
  18. .get-help-yellow { color: #C09853; }
  19. .get-help-yellow:hover { color: #B38942; cursor: pointer; }
  20. .get-help-red { color: #B94A48; font-size: 16px; padding-left: 2px; }
  21. .get-help-red:hover { color: #943A38; cursor: pointer; }
  22. .build-form>i:first-of-type { margin-left: 5px; }
  23. .manual { margin: 11px 15px 0 11px;}
  24. .heading-help { font-size: 14px; }
  25. /* Styles for the external link */
  26. .get-info { color: #0088CC; }
  27. .get-info:hover { color: #005580; cursor: pointer; text-decoration: none; }
  28. /* Styles for code and pre tags */
  29. code { background-color: transparent; border: none; color: #333333; }
  30. dd code, .alert code { white-space: pre-wrap; word-break: break-all; word-wrap: break-word; }
  31. .alert-warning code, .alert-warning pre { background-color: transparent; border: none; color: #C09853; margin-bottom: 0px; }
  32. .alert-error code { background-color: transparent; border: none; color: #B94A48; margin-bottom:0px; }
  33. .alert-error pre { background-color: transparent; border: none; color: #B94A48; word-break: normal; margin-bottom: 0px; }
  34. .alert-warning pre { word-break: normal; }
  35. .alert-info a { font-weight: 300; }
  36. .alert-info code { color: #3A87AD; }
  37. .tooltip code { background-color: transparent; color: #FFFFFF; font-weight: normal; border: none; font-size: 1em; }
  38. /* Style for definition lists */
  39. dd ul { list-style-type: none; margin: 0px; }
  40. dt, dd {line-height: 25px; }
  41. dd li { line-height: 25px; }
  42. .item-info dd { line-height: 20px; margin-bottom: 10px; }
  43. /* Style the filter modal dialogs */
  44. .modal { width: 800px; margin-left: -400px; }
  45. .modal-footer .btn { float: left; }
  46. .modal-body { max-height: 300px; }
  47. /* Hover style for the clear search icon */
  48. .icon-remove-sign:hover { color: #999999; cursor: pointer; }
  49. /* Some extra space before headings when needed */
  50. .details { margin-top: 30px; }
  51. .air { margin-top: 30px; }
  52. /* Required classes for the highlight behaviour in tables */
  53. .highlight { -webkit-animation: target-fade 10s 1; -moz-animation: target-fade 10s 1; animation: target-fade 10s 1; }
  54. @-webkit-keyframes target-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } 100% { background-color: white; } }
  55. @-moz-keyframes target-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } 100% { background-color: white; } }
  56. @keyframes target-fade { 0% { background-color: #D9EDF7; } 25% { background-color: #D9EDF7; } 100% { background-color: white; } }
  57. /* This makes tooltips work inside modal dialogs */
  58. .tooltip { z-index: 2000 !important; }
  59. /* Override default Twitter Boostrap styles for anchor tags inside tables */
  60. td a, td a > code { color: #333333; }
  61. td code { white-space: normal; }
  62. td a:hover, td a > code:hover { color: #000000; text-decoration: underline; }
  63. /* Override default Twitter Bootstrap styles for tr.error */
  64. .table tbody tr.error > td { background-color: transparent; } /* override default Bootstrap behaviour */
  65. .table-hover tbody tr.error:hover > td { background-color: #F5F5F5;} /* override default Bootstrap behaviour */
  66. /* Right justify Bootstrap table columns for size fields */
  67. .table .sizecol { text-align: right; }
  68. /* Set error, warning, success and muted styles */
  69. .error, .red, td.error a, tr.error a { color: #b94a48; }
  70. a.error:hover, a.error:focus, tr.error a:hover { color: #943A38; text-decoration: underline; }
  71. .warning, .yellow { color: #c09853;}
  72. a.warning { background-color: transparent; }
  73. a.warning:hover, a.warning:focus { color: #B38942; text-decoration: underline; }
  74. .success, .green { color: #468847;}
  75. .success:hover { color: #347132; text-decoration: underline; }
  76. td > .success:hover { text-decoration: underline; }
  77. .muted a { color:#999999; }
  78. .muted a:hover { color:#999999; }
  79. /* Sorting functionality styles for table headings */
  80. .sorted { color: #333333; font-weight: bold; }
  81. .sorted:hover { color: #000000; text-decoration: underline; }
  82. th > a, th > span { font-weight: normal; }
  83. /* Force long strings like commit hashes to wrap */
  84. .iscommit { white-space: pre-wrap; word-break: break-all; word-wrap: break-word;}
  85. /* Make the popovers scrollable if they are too long */
  86. .popover-content { max-height: 30em; overflow-y: scroll; }
  87. /* Styles for the directory structure table. We'll probably won't use those in production */
  88. .one { padding-left: 18px !important; }
  89. .two { padding-left: 36px !important; }
  90. .three { padding-left: 54px !important; }
  91. .content-directory a { color: #0088CC; }
  92. .content-directory a:hover { color: #005580; text-decoration: underline; }
  93. .symlink { color: #CCCCCC; }
  94. /* Styles for the navbar actions */
  95. .btn-group + .btn-group { margin-right: 10px; }
  96. .navbar-inner > .btn-group { margin-top: 6px; }
  97. [id^="search-input-"], #search { width: 80%; }
  98. /* Styles for the parent item in the left navigation */
  99. .nav > li > a.nav-parent { font-size: 18px; line-height: 25px; }
  100. /* Other styles */
  101. .dropdown-menu { padding: 10px; }
  102. select { width: auto; }
  103. .page-header { color: #5A5A5A; }
  104. .top-air { margin-top: 40px;}
  105. .progress { margin-bottom: 0px; }
  106. .lead .badge { font-size: 18px; font-weight: normal; border-radius: 15px; padding: 9px; }
  107. .lead ol, .lead ul { padding: 10px 0 0 20px; }
  108. .lead ol > li, .lead ul > li {
  109. line-height: 35px;
  110. }
  111. .well > .lead, .alert .lead { margin-bottom: 0px; }
  112. .well-transparent { background-color: transparent; }
  113. .no-results { margin: 10px 0; }
  114. .task-name { margin-left: 7px; }
  115. .icon-hand-right {color: #CCCCCC; }
  116. .help-inline { margin: 5px; }
  117. .dashboard-section { background-color: transparent; }
  118. /* styles for landing page - analysis mode */
  119. .hero-unit { margin: 20px 0 30px; }
  120. .hero-unit > .close { font-size:40px; }
  121. .hero-actions { margin-top: 30px; }
  122. /* styles for landing page - build mode */
  123. .hero-unit p { line-height: 25px; }
  124. .hero-unit p, .hero-unit .btn-large { margin-top: 15px; }
  125. .hero-unit ul { margin-top: 20px; }
  126. .hero-unit li { line-height: 30px; }
  127. .hero-unit img { background-color: #eee; margin-top: 15px; }
  128. /* make tables Chrome-happy (me, not so much) */
  129. table { table-layout: fixed; word-wrap: break-word; }
  130. table p { margin-bottom: 0 }
  131. .table td { vertical-align: middle; }
  132. /* styles for the new build button */
  133. .new-build .btn-primary { padding: 4px 30px; }
  134. .new-build .alert { margin-top: 10px; }
  135. .new-build .alert p { margin-top: 10px; }
  136. /* styles for showing the project name in build mode */
  137. .project-name { padding-top: 0; }
  138. .project-name .label { font-weight: normal; margin-bottom: 5px; margin-left: -15px; padding: 5px; }
  139. .project-name .label > a { color: #fff; font-weight: normal; }
  140. /* styles for showing help icons next to command-line builds */
  141. .build-result .get-help-green, .build-result .get-help-red, .build-result .get-help-blue { margin-right: 35px; margin-top: 8px; font-size: 16px; }
  142. /* Remove bottom margin for forms inside modal dialogs */
  143. #dependencies-modal-form { margin-bottom: 0px; }
  144. /* Custom column widths */
  145. .narrow-col { width: 8%; }
  146. .medium-col { width: 12%; }
  147. /* Configuration styles */
  148. .icon-trash { color: #B94A48; font-size: 16px; padding-left: 5px; }
  149. .icon-trash:hover { color: #943A38; text-decoration: none; cursor: pointer; }
  150. .icon-pencil, .icon-download-alt, .icon-refresh, .icon-star-empty, .icon-star { font-size: 16px; color: #0088CC; padding-left: 2px; }
  151. .icon-pencil:hover, .icon-download-alt:hover, .icon-refresh:hover, .icon-star-empty:hover, .icon-star:hover, .icon-tasks:hover { color: #005580; text-decoration: none; cursor: pointer; }
  152. .icon-share { padding-left: 2px; }
  153. .alert-success .icon-refresh, .alert-success .icon-tasks { color: #468847; }
  154. .alert-success .icon-refresh:hover, .alert-success .icon-tasks:hover { color: #347132; }
  155. .alert-error .icon-refresh, .alert-error .icon-tasks { color: #b94a48; }
  156. .alert-error .icon-refresh:hover, .alert-error .icon-tasks:hover { color: #943A38; }
  157. .configuration-list li, .configuration-list label { line-height: 35px; font-size: 21px; font-weight: 200; margin-bottom: 0px;}
  158. .configuration-list { font-size: 16px; margin-bottom: 1.5em; }
  159. .configuration-list i { font-size: 16px; }
  160. /*.configuration-layers { height: 135px; overflow: scroll; }*/
  161. .counter { font-weight: normal; }
  162. .well-alert { background-color: #FCF8E3; border: 1px solid #FBEED5; border-radius: 4px; }
  163. .well-alert > .lead { color: #C09853; padding-bottom: .75em; }
  164. .configuration-alert { margin-bottom: 0px; padding: 8px 14px; }
  165. .configuration-alert p { margin-bottom: 0px; }
  166. .project-form { margin-top: 10px; }
  167. .add-layers .btn-block + .btn-block, .build .btn-block + .btn-block { margin-top: 0px; }
  168. input.huge { font-size: 17.5px; padding: 11px; min-width: 60%; }
  169. .build-form { margin-bottom: 0px; }
  170. .build-form .input-append { margin-bottom: 0px; }
  171. .build-form .btn-large { padding: 11px 35px; }
  172. .build-form p { font-size:17.5px ;margin:12px 0 0 10px;}
  173. #layer-container form, #target-container form { margin-bottom: 0px; }
  174. .btn-primary .icon-question-sign, .btn-danger .icon-question-sign { color: #fff; }
  175. .btn-primary .icon-question-sign:hover, .btn-danger .icon-question-sign:hover { color: #999; }
  176. a code { color: #0088CC; }
  177. a code:hover { color: #005580; }
  178. .localconf { font-size: 17.5px; margin-top: 40px; }
  179. .localconf code { font-size: 17.5px; }
  180. #add-layer-dependencies { margin-top: 5px; }
  181. .link-action { font-size: 17.5px; margin-top: 40px; }
  182. .link-action code { font-size: 17.5px; }
  183. .artifact { width: 9em; }
  184. .control-group { margin-bottom: 0px; }
  185. #project-details form { margin: 0px; }
  186. dd form { margin: 10px 0 0 0; }
  187. dl textarea { resize: vertical; }
  188. .navbar-fixed-top { z-index: 1; }
  189. .popover { z-index: 2; }
  190. .btn-danger .icon-trash { color: #fff; }
  191. .bbappends { list-style-type: none; margin-left: 0; }
  192. .bbappends li { line-height: 25px; }
  193. .configuration-list input[type="checkbox"] { margin-top:13px;margin-right:10px; }
  194. .alert input[type="checkbox"] { margin-top: 0px; margin-right: 3px; }
  195. .alert ol { padding: 10px 0px 0px 20px; }
  196. .alert ol > li { line-height: 35px; }
  197. .dl-vertical form { margin-top: 10px; }
  198. .scrolling { border: 1px solid #dddddd; height: 154px; overflow: auto; padding: 8px; width: 27.5%; margin-bottom: 10px; }
  199. .lead .help-block { font-size: 14px; line-height: 20px; font-weight: normal; }
  200. .button-place .btn { margin: 0 0 20px 0; }
  201. .tooltip-inner { max-width: 250px; }
  202. .new-build { padding: 20px; }
  203. .new-build li { line-height: 30px; }
  204. .new-build li .alert { line-height: 20px; width: 200px; white-space: normal; }
  205. .new-build h6 { margin: 10px 0 0 0; color: #5a5a5a; }
  206. .new-build h3 { margin: 0; color: #5a5a5a; }
  207. .new-build form { margin: 5px 0 0; }
  208. .new-build .input-append { margin-bottom: 0; }
  209. #build-selected { margin-top: 15px; }
  210. div.add-deps { margin-top: 15px; }
  211. .btn.log { margin-left: 20px; }
  212. .animate-repeat {
  213. list-style:none;
  214. box-sizing:border-box;
  215. }
  216. .animate-repeat.ng-move,
  217. .animate-repeat.ng-enter,
  218. .animate-repeat.ng-leave {
  219. -webkit-transition:all linear 0.5s;
  220. transition:all linear 0.5s;
  221. }
  222. .animate-repeat.ng-leave.ng-leave-active,
  223. .animate-repeat.ng-move,
  224. .animate-repeat.ng-enter {
  225. opacity:0;
  226. }
  227. .animate-repeat.ng-leave,
  228. .animate-repeat.ng-enter.ng-enter-active {
  229. opacity:1;
  230. }
  231. .tab-pane table { margin-top: 10px; }
  232. thead .description, .get_description_or_summary { width: 364px; }
  233. thead .add-del-layers { width: 124px; }
  234. #loading-notification {
  235. position: fixed;
  236. z-index: 101;
  237. top: 3%;
  238. left: 40%;
  239. right: 40%;
  240. -webkit-box-shadow: 0 0 10px #c09853;
  241. -moz-box-shadow: 0 0 10px #c09853;
  242. box-shadow: 0 0 10px #c09853;
  243. }
  244. #change-notification {
  245. position: fixed;
  246. z-index: 101;
  247. top: 3%;
  248. left: 20%;
  249. right: 20%;
  250. -webkit-box-shadow: 0 0 10px #3a87ad;
  251. -moz-box-shadow: 0 0 10px #3a87ad;
  252. box-shadow: 0 0 10px #3a87ad;
  253. }
  254. /* Copied in from newer version of Font-Awesome 4.3.0 */
  255. .fa-spin {
  256. -webkit-animation: fa-spin 2s infinite linear;
  257. animation: fa-spin 2s infinite linear;
  258. display: inline-block;
  259. }
  260. .fa-pulse {
  261. -webkit-animation: fa-spin 1s infinite steps(8);
  262. animation: fa-spin 1s infinite steps(8);
  263. display: inline-block;
  264. }
  265. @-webkit-keyframes fa-spin {
  266. 0% {
  267. -webkit-transform: rotate(0deg);
  268. transform: rotate(0deg);
  269. }
  270. 100% {
  271. -webkit-transform: rotate(359deg);
  272. transform: rotate(359deg);
  273. }
  274. }
  275. @keyframes fa-spin {
  276. 0% {
  277. -webkit-transform: rotate(0deg);
  278. -moz-transform: rotate(0deg);
  279. transform: rotate(0deg);
  280. }
  281. 100% {
  282. -webkit-transform: rotate(359deg);
  283. -moz-transform: rotate(359deg);
  284. transform: rotate(359deg);
  285. }
  286. }
  287. /* End copied in from newer version of Font-Awesome 4.3.0 */
  288. .top-padded {
  289. padding-top: 60px;
  290. }
  291. input.input-lg {
  292. font-size: 18px;
  293. height: 22px;
  294. line-height: 1.33333;
  295. padding: 10px 16px;
  296. }
  297. /* styling for standalone typeahead library */
  298. .tt-menu {
  299. margin-top: 2px;
  300. border-radius: 4px;
  301. width: 100%;
  302. }
  303. .tt-suggestion {
  304. cursor: pointer;
  305. overflow: hidden;
  306. white-space: nowrap;
  307. text-overflow: ellipsis;
  308. }
  309. .tt-suggestion.active {
  310. background-color: #0081c2;
  311. color: white;
  312. }