| author | Yves-Marie Haussonne <ymh.work+github@gmail.com> |
| Fri, 09 May 2014 18:35:26 +0200 | |
| changeset 656 | a84519031134 |
| parent 574 | d10b7459a6f1 |
| permissions | -rw-r--r-- |
| 0 | 1 |
/* see font size http://developer.yahoo.com/yui/fonts/ */ |
| 476 | 2 |
|
| 0 | 3 |
body { |
4 |
margin: 0; |
|
5 |
padding: 0; |
|
| 476 | 6 |
font-family: "Droid Sans", Verdana, sans-serif; |
| 0 | 7 |
} |
8 |
||
9 |
h1, h2, h3 { |
|
| 476 | 10 |
font-family: 'PT Sans', Verdana, sans-serif; |
| 0 | 11 |
} |
12 |
||
13 |
h1 { |
|
14 |
line-height: 1.2em; |
|
15 |
font-size: 262%; |
|
16 |
font-style: normal; |
|
17 |
font-weight: normal; |
|
18 |
} |
|
19 |
||
20 |
h2 { |
|
21 |
line-height: 1em; |
|
22 |
font-size: 189%; |
|
23 |
font-style: normal; |
|
24 |
font-weight: normal; |
|
25 |
} |
|
26 |
||
27 |
h3 { |
|
28 |
margin-bottom:0.5em; |
|
29 |
} |
|
30 |
||
31 |
h2 { |
|
32 |
margin:1em 0em 0.2em 0em; |
|
33 |
} |
|
34 |
||
35 |
.wrapper { |
|
36 |
margin: 0 auto; |
|
37 |
width: 960px; |
|
38 |
} |
|
39 |
||
40 |
#header { |
|
41 |
background: #F3F3F3 url(../img/header_bg2.png) repeat-x scroll |
|
42 |
left bottom; |
|
43 |
/*background: #FFFFFF url(../img/header_bg2.png) repeat-x scroll |
|
44 |
top bottom;*/ |
|
45 |
|
|
| 26 | 46 |
height: 25px; |
| 0 | 47 |
margin: 0 auto 5px; |
48 |
position: relative; |
|
49 |
/*border-color: -moz-use-text-color -moz-use-text-color #BBB; |
|
50 |
border-width: 0 0 1px 0; |
|
51 |
border-style: none none solid; |
|
52 |
border-width: 0 0 1px 0; |
|
53 |
|
|
54 |
*/ |
|
55 |
border: none; |
|
56 |
} |
|
57 |
||
58 |
#header_controls { |
|
| 26 | 59 |
margin-top: 2px; |
| 0 | 60 |
float: right; |
61 |
} |
|
62 |
||
| 61 | 63 |
#header_left { |
64 |
margin-top: 2px; |
|
65 |
} |
|
66 |
||
| 0 | 67 |
#content { |
68 |
|
|
69 |
} |
|
70 |
||
71 |
#menu { |
|
72 |
float: left; |
|
73 |
width: 20%; |
|
74 |
} |
|
75 |
||
76 |
#main { |
|
77 |
float: right; |
|
78 |
width: 79%; |
|
79 |
} |
|
80 |
||
81 |
/****************/ |
|
82 |
.text-buttons { |
|
83 |
float: right; |
|
84 |
} |
|
85 |
||
86 |
.float-right { |
|
87 |
float: left; |
|
88 |
} |
|
89 |
||
90 |
.text-buttons ul { |
|
91 |
margin-top: 0px; |
|
92 |
margin-bottom: 0px; |
|
93 |
} |
|
94 |
||
95 |
.text-buttons ul li { |
|
96 |
display: inline; |
|
97 |
} |
|
98 |
||
99 |
ul.text-tabs li { |
|
100 |
display: inline; |
|
101 |
} |
|
102 |
||
103 |
.text-form td, .wizard-form td { |
|
104 |
vertical-align: center; |
|
105 |
} |
|
106 |
||
107 |
.text-form td.label, .wizard-form td.label { |
|
108 |
font-weight: bold; |
|
109 |
/*font-size: 108%;*/ |
|
110 |
float: right; |
|
111 |
margin-right: 0.5em; |
|
112 |
padding-top: 0.8em; |
|
113 |
text-align:right; |
|
114 |
} |
|
115 |
||
116 |
.version_item-selected a,.version_item a,.diff_item a,.version_item-diff_selected a,.diff_item-selected a,.version_item-diff_selected_2 a,.version_item-diff_selected_1 a |
|
117 |
{ |
|
118 |
text-decoration: none; |
|
119 |
} |
|
120 |
||
121 |
.version_item { |
|
122 |
padding-left: 10px; |
|
123 |
padding-right: 10px; |
|
124 |
background: #BBB; |
|
125 |
border: 1px solid #AAA; |
|
126 |
} |
|
127 |
||
128 |
.version_item-diff_selected { |
|
129 |
padding-left: 10px; |
|
130 |
padding-right: 10px; |
|
131 |
/*background: #EEE;*/ |
|
132 |
border: 1px solid #333; |
|
133 |
} |
|
134 |
||
135 |
.version_item-selected { |
|
136 |
padding-left: 10px; |
|
137 |
padding-right: 10px; |
|
138 |
/*background: #FFF;*/ |
|
139 |
border: 1px solid #F00; |
|
140 |
} |
|
141 |
||
142 |
.diff_item-selected a { |
|
143 |
color: red; |
|
144 |
} |
|
145 |
||
146 |
.diff_item { |
|
147 |
|
|
148 |
} |
|
149 |
||
| 250 | 150 |
.diffchange-del, .diffchange-ins { |
151 |
color: #FF0000; |
|
152 |
} |
|
| 0 | 153 |
ins,ins p { |
154 |
background: #bfb |
|
155 |
} |
|
156 |
||
157 |
del,ins p { |
|
158 |
background: #fcc |
|
159 |
} |
|
160 |
||
161 |
ins,del { |
|
162 |
text-decoration: none |
|
163 |
} |
|
164 |
||
165 |
/* diff table */ |
|
166 |
table.diff { |
|
167 |
border: medium none; |
|
168 |
border-spacing: 4px; |
|
169 |
width: 98%; |
|
| 307 | 170 |
table-layout:fixed; |
| 0 | 171 |
} |
172 |
||
| 307 | 173 |
table.diff tr td div { |
174 |
overflow:auto; |
|
175 |
word-wrap:break-word; |
|
176 |
} |
|
177 |
||
178 |
||
| 0 | 179 |
table.diff th,table.diff td { |
180 |
border: 1px solid transparent; |
|
181 |
padding: 0.1em; |
|
182 |
} |
|
183 |
||
| 178 | 184 |
.diff-title { |
185 |
font-size:140%; |
|
| 307 | 186 |
/*width: 98%;*/ |
| 178 | 187 |
} |
188 |
||
189 |
.diff-author { |
|
190 |
font-size:100%; |
|
191 |
/*font-style: italic;*/ |
|
192 |
} |
|
193 |
||
194 |
||
| 0 | 195 |
.diff-lineno { |
| 178 | 196 |
/*font-weight: bold;*/ |
| 0 | 197 |
} |
198 |
||
| 307 | 199 |
table.diff col.diff-content { |
200 |
width: 42%; |
|
201 |
} |
|
202 |
||
203 |
table.diff col.diff-marker { |
|
204 |
width: 2%; |
|
205 |
} |
|
206 |
||
207 |
table.diff col.diff-separator { |
|
208 |
width: 2%; |
|
209 |
} |
|
210 |
||
| 0 | 211 |
.diff-context { |
212 |
background-color: #EEEEEE; |
|
| 307 | 213 |
/*width: 42%;*/ |
| 254 | 214 |
vertical-align: top; |
| 0 | 215 |
} |
216 |
||
217 |
.diff-addedline { |
|
218 |
background-color: #CCFFCC; |
|
| 307 | 219 |
/*width: 42%;*/ |
| 250 | 220 |
vertical-align: top; |
| 0 | 221 |
} |
222 |
||
223 |
.diff-marker { |
|
224 |
font-size: 120%; |
|
225 |
text-align: center; |
|
226 |
} |
|
227 |
||
228 |
||
229 |
.diff-deletedline { |
|
230 |
background-color: #FFFFAA; |
|
| 307 | 231 |
/*width: 42%;*/ |
| 250 | 232 |
vertical-align: top; |
| 0 | 233 |
} |
234 |
||
235 |
.diff-head { |
|
236 |
text-align: center; |
|
237 |
font-weight: bold; |
|
238 |
} |
|
239 |
||
240 |
/* /diff table */ |
|
241 |
.error input[type="text"],.error input[type="password"],.error textarea |
|
242 |
{ |
|
243 |
border: 1px solid #FF0000; |
|
244 |
} |
|
245 |
||
246 |
table.wide_form { |
|
247 |
width: 100%; |
|
248 |
} |
|
249 |
||
250 |
table.wide_form td { |
|
251 |
padding-top: 0.9em; |
|
252 |
} |
|
253 |
||
254 |
table.small_form { |
|
255 |
width: 70%; |
|
256 |
margin-left: auto; |
|
257 |
margin-right: auto; |
|
258 |
} |
|
259 |
||
260 |
table.small_form td { |
|
261 |
padding-top: 0.9em; |
|
262 |
} |
|
263 |
||
264 |
.small_form input[type="text"], .small_form input[type="password"], .small_form textarea { |
|
265 |
width:150px; |
|
266 |
} |
|
267 |
||
268 |
input[type="checkbox"] { |
|
269 |
margin-top: 5px; |
|
270 |
} |
|
271 |
||
272 |
.error-text { |
|
273 |
color: #FF0000; |
|
274 |
} |
|
275 |
||
276 |
ul.errorlist li { |
|
277 |
display: inline; |
|
278 |
} |
|
279 |
||
280 |
/* form style */ |
|
281 |
/* |
|
282 |
.text-form { |
|
283 |
padding: 10px; |
|
284 |
} |
|
285 |
*/ |
|
286 |
||
287 |
.wizard-form { |
|
| 63 | 288 |
/*background-color: #F7F7F7;*/ |
|
536
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
482
diff
changeset
|
289 |
/*border: 1px solid #D7D7D7;*/ |
| 0 | 290 |
padding: 10px; |
291 |
} |
|
292 |
||
293 |
input[type="submit"], input[type="button"] { |
|
294 |
background-color: #389845; |
|
295 |
border-color: #D5EADE #0D5B21 #0D5B24 #D8EADD; |
|
296 |
border-style: solid; |
|
297 |
border-width: 1px; |
|
298 |
color: #FFFFFF; |
|
| 476 | 299 |
font-family: "Droid Sans", Verdana, sans-serif; |
| 0 | 300 |
font-size: 11px; |
301 |
padding: 2px 15px 3px; |
|
302 |
} |
|
303 |
||
304 |
input[disabled=""], input[disabled="disabled"] { |
|
305 |
background-color: #EDEDED; |
|
306 |
border-color: #D5EADE #BBB1A7 #BBB1A7 #D8EADD; |
|
307 |
color: #B1A5AB; |
|
308 |
} |
|
309 |
||
| 61 | 310 |
label, .label { |
| 0 | 311 |
color: #444; |
| 61 | 312 |
font-weight: bold; |
| 0 | 313 |
} |
314 |
||
315 |
input[type="text"],input[type="password"],textarea { |
|
316 |
border: 1px solid #96D8A8; |
|
| 476 | 317 |
font-family: "Droid Sans", Verdana, sans-serif; |
| 0 | 318 |
font-size: 11px; |
319 |
padding: 3px; |
|
320 |
width: 450px; |
|
321 |
} |
|
322 |
||
323 |
UIMediaButton_Container { |
|
324 |
color: #777777; |
|
325 |
display: block; |
|
326 |
text-decoration: none; |
|
327 |
} |
|
328 |
||
329 |
.UIMediaButton_Container .UIMediaButton_top_row { |
|
330 |
height: 100%; |
|
331 |
} |
|
332 |
||
333 |
.UIMediaButton_Container .UIMediaButton_tl { |
|
334 |
background: transparent url(../img/new_media_button.png) |
|
335 |
no-repeat scroll left top; |
|
336 |
height: 11px; |
|
337 |
width: 10px; |
|
338 |
} |
|
339 |
||
340 |
.UIMediaButton_Container .UIMediaButton_content { |
|
341 |
background: transparent url(../img/new_media_button.png) |
|
342 |
no-repeat scroll -7px 0; |
|
343 |
vertical-align: bottom; |
|
344 |
} |
|
345 |
||
346 |
.UIMediaButton_Container .UIMediaButton_bottom { |
|
347 |
background: transparent url(../img/new_media_button.png) repeat |
|
348 |
scroll -7px bottom; |
|
349 |
} |
|
350 |
||
351 |
#UIMediaButton_plus { |
|
352 |
color: #333333; |
|
353 |
display: block; |
|
354 |
font-size: 11px; |
|
355 |
font-weight: bold; |
|
356 |
text-shadow: 0 1px 1px white; |
|
357 |
} |
|
358 |
||
359 |
.UIMediaButton_Container .UIMediaButton_tr { |
|
360 |
background: transparent url(../img/new_media_button.png) |
|
361 |
no-repeat scroll right top; |
|
362 |
height: 11px; |
|
363 |
width: 10px; |
|
364 |
} |
|
365 |
||
366 |
.UIMediaButton_Container .UIMediaButton_lower_row { |
|
367 |
height: 9px; |
|
368 |
} |
|
369 |
||
370 |
.UIMediaButton_Container .UIMediaButton_bl { |
|
371 |
background: transparent url(../img/new_media_button.png) |
|
372 |
no-repeat scroll left bottom; |
|
373 |
} |
|
374 |
||
375 |
.UIMediaButton_Container .UIMediaButton_br { |
|
376 |
background: transparent url(../img/new_media_button.png) |
|
377 |
no-repeat scroll right bottom; |
|
378 |
} |
|
379 |
||
380 |
.UIMediaButton_Container th,.UIMediaButton_Container td { |
|
381 |
border: none; |
|
382 |
padding: 1px; |
|
383 |
font-size: 11px; |
|
384 |
text-align: left; |
|
385 |
} |
|
386 |
||
387 |
.help_text { |
|
388 |
margin-top: 1px; |
|
389 |
margin-bottom: 1px; |
|
390 |
color: #555; |
|
391 |
font-size: 11px; |
|
392 |
} |
|
393 |
||
394 |
.td_right { |
|
395 |
text-align: right; |
|
396 |
vertical-align: top; |
|
397 |
width: 25%; |
|
398 |
} |
|
399 |
||
400 |
.td_right label { |
|
401 |
float: right; |
|
402 |
} |
|
403 |
||
| 476 | 404 |
.copy_link, input.copy_link { |
405 |
font: 9px monospace; |
|
| 0 | 406 |
} |
407 |
||
408 |
table th,table td { |
|
409 |
border: 0px; |
|
410 |
padding: 0.1em; |
|
411 |
} |
|
412 |
||
413 |
/* jquery custom overrides */ |
|
414 |
||
415 |
#main-tabs, #text-tabs { |
|
| 26 | 416 |
margin-top: 10px; |
| 0 | 417 |
border : none ; |
418 |
padding : 0 ; |
|
419 |
} |
|
420 |
#main-tabs .ui-widget-header, #text-tabs .ui-widget-header { |
|
421 |
background : none ; |
|
422 |
border : none ; |
|
423 |
} |
|
424 |
||
425 |
#main-tabs ul li, #text-tabs ul li {/* override YUI's base for jquery tabs */ |
|
426 |
list-style: none; |
|
427 |
} |
|
428 |
||
429 |
||
430 |
#main-tabs .ui-tabs-nav li a, #text-tabs .ui-tabs-nav li a { |
|
| 26 | 431 |
padding:0.3em 1.7em; |
| 0 | 432 |
} |
433 |
||
434 |
.text-meta { |
|
|
536
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
482
diff
changeset
|
435 |
border: 1px solid rgb(170, 170, 170); |
| 0 | 436 |
padding: 10px; |
437 |
} |
|
438 |
||
439 |
#text_history_timeline { |
|
440 |
line-height: 1.7em; |
|
441 |
} |
|
442 |
||
443 |
#footer { |
|
444 |
margin-top:10px; |
|
445 |
border-top:1px solid #DDDDDD; |
|
446 |
line-height: 0.6em; |
|
| 165 | 447 |
background-color: #FFF; |
448 |
padding-bottom:10px; |
|
| 0 | 449 |
} |
450 |
||
451 |
#footer ul { |
|
452 |
margin-top:10px; |
|
453 |
text-align:right; |
|
454 |
} |
|
455 |
||
| 160 | 456 |
#comentlink:hover { |
| 0 | 457 |
color:#EB5700; |
458 |
text-decoration:underline; |
|
459 |
} |
|
460 |
||
| 160 | 461 |
#comentlink, #comentlink:visited { |
| 0 | 462 |
color:#EB5700; |
463 |
text-decoration:none; |
|
464 |
} |
|
465 |
||
466 |
.ui-widget-content { |
|
467 |
border-left:0; |
|
468 |
border-right:0; |
|
469 |
border-bottom:0; |
|
470 |
} |
|
471 |
||
472 |
.ui-widget-content a { |
|
473 |
color:#00F; |
|
474 |
} |
|
475 |
||
| 160 | 476 |
.footlinks { |
477 |
padding-top: 10px; |
|
478 |
} |
|
479 |
||
480 |
.navlinks { |
|
481 |
padding:0em 0.5em 0 0; |
|
| 0 | 482 |
white-space:nowrap; |
483 |
} |
|
| 160 | 484 |
.navright { |
485 |
float:right; |
|
486 |
} |
|
| 0 | 487 |
|
488 |
a.title { |
|
489 |
color:#000; |
|
490 |
text-decoration: none; |
|
491 |
} |
|
492 |
||
493 |
a.title:hover { |
|
494 |
text-decoration: underline; |
|
495 |
} |
|
496 |
||
497 |
.hidden { |
|
498 |
display: none; |
|
499 |
} |
|
500 |
||
501 |
.align-mid { |
|
502 |
vertical-align:middle; |
|
503 |
} |
|
504 |
||
505 |
/* workspace design */ |
|
506 |
.dash_table { |
|
507 |
border:1px solid #DFDFDF; |
|
508 |
width:100%; |
|
509 |
} |
|
510 |
||
511 |
.dash_table:hover { |
|
512 |
border:1px solid #B9B9B9; |
|
513 |
} |
|
514 |
||
515 |
.dash_table:hover th { |
|
516 |
background-color: #E9E9E9; |
|
517 |
} |
|
518 |
||
519 |
.dash_table th { |
|
520 |
line-height:1.3em; |
|
521 |
padding:7px 7px 8px; |
|
522 |
text-align:left; |
|
523 |
border-bottom:1px solid #DFDFDF; |
|
524 |
background-color:#F3F3F3; |
|
525 |
font-weight: normal; |
|
526 |
} |
|
527 |
||
528 |
.dash_table th .em { |
|
529 |
font-weight: bold; |
|
530 |
} |
|
531 |
.dash_table td, .dash_table th { |
|
532 |
font-size:11px; |
|
533 |
vertical-align:text-top; |
|
534 |
} |
|
535 |
||
536 |
.dash_table td { |
|
537 |
padding:7px 7px 5px; |
|
538 |
} |
|
539 |
||
540 |
.dash_table .dash_action { |
|
541 |
padding-left:20px; |
|
542 |
padding-top:5px; |
|
543 |
} |
|
544 |
||
545 |
.large_table td, .large_table th { |
|
546 |
border-bottom-style:solid; |
|
547 |
border-bottom-width:1px; |
|
548 |
font-size:11px; |
|
549 |
vertical-align:text-top; |
|
550 |
} |
|
551 |
||
552 |
.large_table th { |
|
553 |
line-height:1.3em; |
|
554 |
padding:7px 7px 8px; |
|
555 |
text-align:left; |
|
556 |
} |
|
557 |
||
558 |
.large_table td, .large_table th { |
|
559 |
border-bottom-style:solid; |
|
560 |
border-bottom-width:1px; |
|
561 |
font-size:11px; |
|
562 |
vertical-align:text-top; |
|
563 |
} |
|
564 |
||
565 |
.large_table td.all_border, .large_table th.all_border { |
|
566 |
border:1px solid #DFDFDF; |
|
567 |
} |
|
568 |
||
569 |
.large_table td.no_border, .large_table th.no_border { |
|
570 |
border:none; |
|
571 |
background-color:#FFFFFF; |
|
572 |
} |
|
573 |
||
574 |
.large_table { |
|
575 |
width: 100%; |
|
576 |
} |
|
577 |
||
578 |
#dashboard .large_table { |
|
579 |
border: none; |
|
580 |
} |
|
581 |
||
582 |
.large_table td { |
|
583 |
padding:7px 7px 5px; |
|
584 |
vertical-align:top; |
|
585 |
} |
|
586 |
||
587 |
.large_table thead tr, .header_like { |
|
588 |
background-color:#F3F3F3; |
|
589 |
} |
|
590 |
||
591 |
.header_like { |
|
592 |
font-weight:bold; |
|
593 |
} |
|
594 |
||
595 |
.large_table td, .large_table th { |
|
596 |
border-color:#DFDFDF; |
|
597 |
} |
|
598 |
||
599 |
.large_table { |
|
600 |
border: 1px solid #DFDFDF; |
|
601 |
} |
|
602 |
||
603 |
.large_table .even { |
|
604 |
background-color: #F9F9F9; |
|
605 |
} |
|
606 |
||
607 |
.large_table .selected { |
|
608 |
background-color: #FFFFCC; |
|
609 |
} |
|
610 |
||
611 |
.large_table .hover { |
|
612 |
background-color: #F5F5F5; |
|
613 |
} |
|
614 |
||
615 |
.small-info { |
|
616 |
font-size: 90%; |
|
617 |
color:#6A6969; |
|
618 |
} |
|
619 |
||
620 |
input[type="text"].small { |
|
621 |
width:200px; |
|
622 |
} |
|
623 |
||
624 |
.required_star { |
|
625 |
color: red; |
|
626 |
} |
|
627 |
||
628 |
a { |
|
629 |
text-decoration: none; |
|
630 |
} |
|
631 |
||
632 |
a:hover { |
|
633 |
text-decoration:underline; |
|
634 |
} |
|
635 |
||
636 |
.ui-tabs .ui-tabs-panel { |
|
637 |
background:transparent none repeat scroll 0 0; |
|
638 |
border-width:1px; |
|
639 |
display:block; |
|
640 |
padding:1em 1.4em; |
|
641 |
} |
|
642 |
||
643 |
.tab-meta { |
|
|
536
0c625ce49a81
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Simon Descarpentries <sid@sopinspace.com>
parents:
482
diff
changeset
|
644 |
border: 1px solid rgb(170, 170, 170); |
| 0 | 645 |
padding: 10px; |
646 |
} |
|
647 |
||
648 |
th.check-column { |
|
649 |
width:2.2em; |
|
650 |
} |
|
651 |
||
652 |
.large_table input[type="checkbox"] { |
|
653 |
padding:0px; |
|
654 |
margin:0px; |
|
655 |
} |
|
656 |
||
657 |
/* sort */ |
|
658 |
a.sort_up, a.sort_down, a.sort_disable { |
|
659 |
text-decoration:none; |
|
660 |
color: #000; |
|
661 |
} |
|
662 |
||
663 |
a.sort_up:hover, a.sort_down:hover, a.sort_disable:hover { |
|
664 |
text-decoration:none; |
|
665 |
color: #666; |
|
666 |
} |
|
667 |
||
668 |
.sort_up { |
|
669 |
background:url(../img/icon_sort_up.gif) center right no-repeat; |
|
670 |
padding:0 16px 0 0; |
|
671 |
white-space:nowrap; |
|
672 |
} |
|
673 |
||
674 |
.sort_down { |
|
675 |
background:url(../img/icon_sort_down.gif) center right no-repeat; |
|
676 |
padding:0 16px 0 0; |
|
677 |
white-space:nowrap; |
|
678 |
} |
|
679 |
||
680 |
.sort_disable { |
|
681 |
background:url(../img/icon_sort_disable.gif) center right no-repeat; |
|
682 |
padding:0 16px 0 0; |
|
683 |
white-space:nowrap; |
|
684 |
} |
|
685 |
||
686 |
/* end sort */ |
|
687 |
||
688 |
||
689 |
h1.main_title { |
|
| 61 | 690 |
margin-top:0em; |
| 0 | 691 |
margin-bottom:0em; |
692 |
} |
|
693 |
||
694 |
h1.main_title_text { |
|
695 |
margin-top:0.0em; |
|
696 |
margin-bottom:0em; |
|
697 |
} |
|
698 |
||
699 |
.breadcrumbs { |
|
700 |
font-size: 77%; |
|
701 |
} |
|
702 |
||
703 |
.main_object_title { |
|
704 |
font-weight: bold; |
|
705 |
} |
|
706 |
||
707 |
ul.sub_list { |
|
708 |
margin:0em 0em 1em 0em; |
|
709 |
} |
|
710 |
||
711 |
ul.sub_list li{ |
|
712 |
display: inline; |
|
713 |
} |
|
714 |
||
715 |
ul.sub_list li.active_sub { |
|
716 |
font-weight: bold; |
|
717 |
} |
|
718 |
||
719 |
.text-buttons .ui-state-default, .text-buttons .ui-widget-content .ui-state-default { |
|
720 |
background:0; |
|
721 |
} |
|
722 |
||
|
59
8a2d933209aa
BUG FIX : in text history tab text view frame now expands to maximum
reno
parents:
38
diff
changeset
|
723 |
#autoexpand_text_view_frame_container { /* cf .ui-widget-content */ |
| 0 | 724 |
border:1px solid #AAAAAA; |
725 |
} |
|
726 |
||
727 |
.message { |
|
728 |
background-color: #B5C8C8; |
|
729 |
/*#4AC85A;*/ |
|
730 |
padding: 5px; |
|
731 |
border: 1px solid #94B6C8; |
|
732 |
} |
|
733 |
||
734 |
.large_table tr.no-border td, .large_table tr.no-border { |
|
735 |
border-left: 1px solid #FFF; |
|
736 |
border-right: 1px solid #FFF; |
|
737 |
border-top: 1px solid #FFF; |
|
738 |
} |
|
739 |
||
740 |
.large_table tr.full-border td { |
|
741 |
border-top: 1px solid #DFDFDF; |
|
742 |
border-bottom: 1px solid #DFDFDF; |
|
743 |
} |
|
744 |
||
745 |
.large_table tr.no-border-bottom td { |
|
746 |
border-bottom: 1px solid #FFF; |
|
747 |
} |
|
748 |
||
749 |
.non_active { |
|
750 |
color: #999; |
|
751 |
} |
|
752 |
||
753 |
.hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; } |
|
754 |
|
|
755 |
.fg-button { clear:left; margin:0 4px 40px 20px; padding: .1em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; } |
|
756 |
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; } |
|
757 |
button.fg-button { width:auto; overflow:visible; } /* removes extra button width in IE */ |
|
758 |
|
|
759 |
.fg-button-icon-left { padding-left: 1.5em; } |
|
760 |
.fg-button-icon-right { padding-right: 1.5em; } |
|
761 |
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; } |
|
762 |
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; } |
|
763 |
.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; } /* solo icon buttons must have block properties for the text-indent to work */ |
|
764 |
|
|
765 |
.fg-button.ui-state-loading .ui-icon { background: url(spinner_bar.gif) no-repeat 0 0; } |
|
766 |
||
767 |
a.tip { |
|
768 |
color:#000; |
|
769 |
padding-right: 18px; |
|
770 |
background: transparent url(../img/question_mark_grey.gif) no-repeat scroll right center; |
|
771 |
} |
|
772 |
||
773 |
a.tip:hover { |
|
774 |
text-decoration:none; |
|
775 |
} |
|
776 |
||
777 |
.metadata { |
|
778 |
color: #555; |
|
779 |
} |
|
780 |
||
781 |
#login_container { |
|
782 |
padding:34px 150px 50px; |
|
783 |
} |
|
784 |
||
785 |
.underline_border { |
|
786 |
font-weight:bold; |
|
787 |
border-bottom:1px solid #CCCCCC; |
|
788 |
padding-bottom: 10px; |
|
789 |
margin-bottom: 15px; |
|
790 |
} |
|
791 |
||
792 |
||
793 |
ul.dashlog_list { |
|
794 |
margin-left:0; |
|
795 |
} |
|
796 |
li.dashlog_item { |
|
797 |
list-style-type: none; |
|
798 |
margin-bottom: 13px; |
|
799 |
} |
|
800 |
||
801 |
.dashlog_img { |
|
802 |
float:left; |
|
803 |
padding-right: 6px; |
|
804 |
} |
|
805 |
.dashlog_data { |
|
806 |
} |
|
807 |
||
808 |
.dashlog_metadata { |
|
809 |
font-size: 77%; |
|
810 |
color: #999999; |
|
811 |
} |
|
812 |
||
813 |
.view_options { |
|
814 |
font-weight:normal; |
|
815 |
padding-left:10px; |
|
816 |
} |
|
817 |
||
818 |
.view_options input[type="checkbox"] { |
|
819 |
vertical-align: middle; |
|
820 |
} |
|
821 |
||
822 |
.spark { |
|
823 |
text-align:center; |
|
824 |
} |
|
825 |
||
826 |
.mod_actions a { |
|
827 |
color: #FF8000; |
|
828 |
} |
|
829 |
||
830 |
textarea { |
|
831 |
width:650px ; |
|
832 |
} |
|
833 |
||
834 |
dl dt { |
|
835 |
font-weight: bold; |
|
836 |
} |
|
837 |
||
838 |
dl dd { |
|
839 |
padding-bottom: 1em; |
|
| 34 | 840 |
} |
841 |
||
842 |
#paginator { |
|
843 |
font-weight: bold; |
|
| 38 | 844 |
} |
845 |
||
846 |
a.tag { |
|
847 |
color: #474747; |
|
848 |
} |
|
849 |
||
| 63 | 850 |
.title_first { |
851 |
margin-top: 0em; |
|
| 475 | 852 |
} |
853 |
||
| 476 | 854 |
h1.main_title_text, h1.main_title { |
| 475 | 855 |
font: 34px/36px 'PT Sans', Verdana, sans-serif; |
856 |
} |
|
857 |
||
| 476 | 858 |
#header, .dash_table, .footer, .metadata, #text, select { |
| 475 | 859 |
font: 12px "Droid Sans", Verdana, sans-serif; |
860 |
} |
|
861 |
||
| 476 | 862 |
#text-tabs, #main-tabs { |
| 475 | 863 |
font: 16px "Droid Sans", Verdana, sans-serif; |
864 |
} |
|
| 476 | 865 |
|
| 574 | 866 |
#hide-piwik-cookies-optout { |
867 |
cursor: help; |
|
868 |
} |
|
869 |
||
|
568
0a19e3214687
CNIL/EU privacy directive compliance for piwik cookies.
gibus
parents:
536
diff
changeset
|
870 |
#piwik-cookies-optout { |
|
0a19e3214687
CNIL/EU privacy directive compliance for piwik cookies.
gibus
parents:
536
diff
changeset
|
871 |
position: fixed; |
|
0a19e3214687
CNIL/EU privacy directive compliance for piwik cookies.
gibus
parents:
536
diff
changeset
|
872 |
left: 25%; |
|
0a19e3214687
CNIL/EU privacy directive compliance for piwik cookies.
gibus
parents:
536
diff
changeset
|
873 |
top: 3%; |
|
0a19e3214687
CNIL/EU privacy directive compliance for piwik cookies.
gibus
parents:
536
diff
changeset
|
874 |
width: 900px; |
|
0a19e3214687
CNIL/EU privacy directive compliance for piwik cookies.
gibus
parents:
536
diff
changeset
|
875 |
background-color: #ddd; |
|
0a19e3214687
CNIL/EU privacy directive compliance for piwik cookies.
gibus
parents:
536
diff
changeset
|
876 |
opacity:0.4; |
|
0a19e3214687
CNIL/EU privacy directive compliance for piwik cookies.
gibus
parents:
536
diff
changeset
|
877 |
filter:alpha(opacity=40); /* For IE8 and earlier */ |
|
0a19e3214687
CNIL/EU privacy directive compliance for piwik cookies.
gibus
parents:
536
diff
changeset
|
878 |
} |
| 476 | 879 |
|
|
568
0a19e3214687
CNIL/EU privacy directive compliance for piwik cookies.
gibus
parents:
536
diff
changeset
|
880 |
#piwik-cookies-optout iframe { |
|
0a19e3214687
CNIL/EU privacy directive compliance for piwik cookies.
gibus
parents:
536
diff
changeset
|
881 |
display: none; |
|
0a19e3214687
CNIL/EU privacy directive compliance for piwik cookies.
gibus
parents:
536
diff
changeset
|
882 |
} |