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