##// END OF EJS Templates
some templates fixes, merged css.
marcink -
r577:70b2cea7 default
parent child Browse files
Show More
This diff has been collapsed as it changes many lines, (844 lines changed) Show them Hide them
@@ -1,6 +1,55 b''
1 /* -----------------------------------------------------------
1 html, body, div, span, applet, object, iframe,
2 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3 a, abbr, acronym, address, big, cite, code,
4 del, dfn, em, font, img, ins, kbd, q, s, samp,
5 small, strike, strong, sub, sup, tt, var,
6 b, u, i, center,
7 dl, dt, dd, ol, ul, li,
8 fieldset, form, label, legend,
9 table, caption, tbody, tfoot, thead, tr, th, td {
10 margin: 0;
11 padding: 0;
12 border: 0;
13 outline: 0;
14 font-size: 100%;
15 vertical-align: baseline;
16 background: transparent;
17 }
18 body {
19 line-height: 1;
20 }
21 ol, ul {
22 list-style: none;
23 }
24 blockquote, q {
25 quotes: none;
26 }
27 blockquote:before, blockquote:after,
28 q:before, q:after {
29 content: '';
30 content: none;
31 }
32
33 :focus {
34 outline: 0;
35 }
36
37 ins {
38 text-decoration: none;
39 }
40 del {
41 text-decoration: line-through;
42 }
43
44 /* tables still need 'cellspacing="0"' in the markup */
45 table {
46 border-collapse: collapse;
47 border-spacing: 0;
48 }
49
50 /*
2 main stylesheet
51 main stylesheet
3 ----------------------------------------------------------- */
52 */
4
53
5 html
54 html
6 {
55 {
@@ -17,9 +66,9 b' body'
17 font-size: 12px;
66 font-size: 12px;
18 }
67 }
19
68
20 /* -----------------------------------------------------------
69 /*
21 images
70 images
22 ----------------------------------------------------------- */
71 */
23
72
24 img
73 img
25 {
74 {
@@ -30,9 +79,9 b' img.icon{'
30 vertical-align: bottom;
79 vertical-align: bottom;
31
80
32 }
81 }
33 /* -----------------------------------------------------------
82 /*
34 anchors
83 anchors
35 ----------------------------------------------------------- */
84 */
36
85
37 a
86 a
38 {
87 {
@@ -47,9 +96,9 b' a:hover'
47 text-decoration: underline;
96 text-decoration: underline;
48 }
97 }
49
98
50 /* -----------------------------------------------------------
99 /*
51 headings
100 headings
52 ----------------------------------------------------------- */
101 */
53
102
54 h1, h2, h3, h4, h5, h6
103 h1, h2, h3, h4, h5, h6
55 {
104 {
@@ -87,9 +136,9 b' h6'
87 font-size: 11px;
136 font-size: 11px;
88 }
137 }
89
138
90 /* -----------------------------------------------------------
139 /*
91 lists
140 lists
92 ----------------------------------------------------------- */
141 */
93
142
94 ul.circle { list-style-type: circle; }
143 ul.circle { list-style-type: circle; }
95 ul.disc { list-style-type: disc; }
144 ul.disc { list-style-type: disc; }
@@ -100,9 +149,9 b' ol.lower-alpha { list-style-type: lower-'
100 ol.upper-alpha { list-style-type: upper-alpha; }
149 ol.upper-alpha { list-style-type: upper-alpha; }
101 ol.decimal { list-style-type: decimal; }
150 ol.decimal { list-style-type: decimal; }
102
151
103 /* -----------------------------------------------------------
152 /*
104 colors
153 colors
105 ----------------------------------------------------------- */
154 */
106
155
107 div.color
156 div.color
108 {
157 {
@@ -154,9 +203,9 b' div.color a.greyblue'
154 background: #566e86;
203 background: #566e86;
155 }
204 }
156
205
157 /* -----------------------------------------------------------
206 /*
158 options
207 options
159 ----------------------------------------------------------- */
208 */
160
209
161 div.options
210 div.options
162 {
211 {
@@ -182,9 +231,9 b' div.options a:hover'
182 text-decoration: none;
231 text-decoration: none;
183 }
232 }
184
233
185 /* -----------------------------------------------------------
234 /*
186 header
235 header
187 ----------------------------------------------------------- */
236 */
188
237
189 #header
238 #header
190 {
239 {
@@ -194,9 +243,9 b' div.options a:hover'
194 }
243 }
195
244
196
245
197 /* -----------------------------------------------------------
246 /*
198 header -> user
247 header / user
199 ----------------------------------------------------------- */
248 */
200
249
201 #header ul#logged-user
250 #header ul#logged-user
202 {
251 {
@@ -262,13 +311,13 b' div.options a:hover'
262 height: 40px;
311 height: 40px;
263 clear: both;
312 clear: both;
264 position: relative;
313 position: relative;
265 background: #003367 url("../images/colors/blue/header_inner.png") repeat-x;
314 background: #003367 url("../images/header_inner.png") repeat-x;
266 border-bottom: 6px solid #ffffff;
315 border-bottom: 6px solid #ffffff;
267 }
316 }
268
317
269 /* -----------------------------------------------------------
318 /*
270 header -> home
319 header / home
271 ----------------------------------------------------------- */
320 */
272
321
273 #header #header-inner #home
322 #header #header-inner #home
274 {
323 {
@@ -282,7 +331,7 b' div.options a:hover'
282 height: 40px;
331 height: 40px;
283 width: 46px;
332 width: 46px;
284 display: block;
333 display: block;
285 background: url("../images/colors/blue/button_home.png");
334 background: url("../images/button_home.png");
286 background-position: 0 0;
335 background-position: 0 0;
287 }
336 }
288
337
@@ -291,9 +340,9 b' div.options a:hover'
291 background-position: 0 -40px;
340 background-position: 0 -40px;
292 }
341 }
293
342
294 /* -----------------------------------------------------------
343 /*
295 header -> logo
344 header / logo
296 ----------------------------------------------------------- */
345 */
297
346
298 #header #header-inner #logo
347 #header #header-inner #logo
299 {
348 {
@@ -320,9 +369,9 b' div.options a:hover'
320 color: #dabf29;
369 color: #dabf29;
321 }
370 }
322
371
323 /* -----------------------------------------------------------
372 /*
324 header -> quick
373 header / quick
325 ----------------------------------------------------------- */
374 */
326 #header #header-inner #quick,
375 #header #header-inner #quick,
327 #header #header-inner #quick ul
376 #header #header-inner #quick ul
328 {
377 {
@@ -351,7 +400,7 b' div.options a:hover'
351 display: block;
400 display: block;
352 clear: both;
401 clear: both;
353 overflow: hidden;
402 overflow: hidden;
354 background: #336699 url("../../resources/images/colors/blue/quick_l.png") no-repeat top left;
403 background: #336699 url("../../resources/images/quick_l.png") no-repeat top left;
355 color: #FFFFFF;
404 color: #FFFFFF;
356 font-weight: bold;
405 font-weight: bold;
357 text-decoration: none;
406 text-decoration: none;
@@ -366,7 +415,7 b' div.options a:hover'
366 height: 1%;
415 height: 1%;
367 display: block;
416 display: block;
368 float: left;
417 float: left;
369 background: url("../../resources/images/colors/blue/quick_r.png") no-repeat top right;
418 background: url("../../resources/images/quick_r.png") no-repeat top right;
370 border-left: 1px solid #3f6f9f;
419 border-left: 1px solid #3f6f9f;
371 }
420 }
372
421
@@ -381,19 +430,19 b' div.options a:hover'
381 top: 0;
430 top: 0;
382 left: 0;
431 left: 0;
383 padding: 8px 8px 4px 8px;
432 padding: 8px 8px 4px 8px;
384 background: url("../../resources/images/colors/blue/quick_l.png") no-repeat top left;
433 background: url("../../resources/images/quick_l.png") no-repeat top left;
385 border-left: none;
434 border-left: none;
386 border-right: 1px solid #2e5c89;
435 border-right: 1px solid #2e5c89;
387 }
436 }
388
437
389 #header #header-inner #quick li a:hover
438 #header #header-inner #quick li a:hover
390 {
439 {
391 background: #4e4e4e url("../../resources/images/colors/blue/quick_l_selected.png") no-repeat top left;
440 background: #4e4e4e url("../../resources/images/quick_l_selected.png") no-repeat top left;
392 }
441 }
393
442
394 #header #header-inner #quick li a:hover span
443 #header #header-inner #quick li a:hover span
395 {
444 {
396 background: url("../../resources/images/colors/blue/quick_r_selected.png") no-repeat top right;
445 background: url("../../resources/images/quick_r_selected.png") no-repeat top right;
397 border-left: 1px solid #545454;
446 border-left: 1px solid #545454;
398 }
447 }
399
448
@@ -404,7 +453,7 b' div.options a:hover'
404
453
405 #header #header-inner #quick li a:hover span.icon
454 #header #header-inner #quick li a:hover span.icon
406 {
455 {
407 background: url("../../resources/images/colors/blue/quick_l_selected.png") no-repeat top left;
456 background: url("../../resources/images/quick_l_selected.png") no-repeat top left;
408 border-left: none;
457 border-left: none;
409 border-right: 1px solid #464646;
458 border-right: 1px solid #464646;
410 }
459 }
@@ -615,16 +664,16 b' div.options a:hover'
615 padding:12px 9px 7px 24px;
664 padding:12px 9px 7px 24px;
616 width:167px;
665 width:167px;
617 }
666 }
618 /* -----------------------------------------------------------
667 /*
619 header corners
668 header corners
620 ----------------------------------------------------------- */
669 */
621
670
622 #header #header-inner div.corner
671 #header #header-inner div.corner
623 {
672 {
624 height: 6px;
673 height: 6px;
625 width: 6px;
674 width: 6px;
626 position: absolute;
675 position: absolute;
627 background: url("../images/colors/blue/header_inner_corners.png") no-repeat;
676 background: url("../images/header_inner_corners.png") no-repeat;
628 }
677 }
629
678
630 #header #header-inner div.tl
679 #header #header-inner div.tl
@@ -641,9 +690,9 b' div.options a:hover'
641 background-position: -6px 0;
690 background-position: -6px 0;
642 }
691 }
643
692
644 /* -----------------------------------------------------------
693 /*
645 content
694 content
646 ----------------------------------------------------------- */
695 */
647
696
648 #content
697 #content
649 {
698 {
@@ -655,9 +704,9 b' div.options a:hover'
655 background: url("../images/content.png") repeat-y top left;
704 background: url("../images/content.png") repeat-y top left;
656 }
705 }
657
706
658 /* -----------------------------------------------------------
707 /*
659 content -> left
708 content / left
660 ----------------------------------------------------------- */
709 */
661
710
662 #content #left
711 #content #left
663 {
712 {
@@ -666,9 +715,9 b' div.options a:hover'
666 position: absolute;
715 position: absolute;
667 }
716 }
668
717
669 /* -----------------------------------------------------------
718 /*
670 content -> left -> menu
719 content / left / menu
671 ----------------------------------------------------------- */
720 */
672
721
673 #content #left #menu
722 #content #left #menu
674 {
723 {
@@ -678,9 +727,9 b' div.options a:hover'
678 overflow: hidden;
727 overflow: hidden;
679 }
728 }
680
729
681 /* -----------------------------------------------------------
730 /*
682 content -> left -> menu / heading
731 content / left / menu / heading
683 ----------------------------------------------------------- */
732 */
684
733
685 #content #left #menu h6
734 #content #left #menu h6
686 {
735 {
@@ -716,24 +765,24 b' div.options a:hover'
716
765
717 #content #left #menu h6.selected
766 #content #left #menu h6.selected
718 {
767 {
719 background: #00376e url("../images/colors/blue/menu_selected.png") repeat-x;
768 background: #00376e url("../images/menu_selected.png") repeat-x;
720 color: #FFFFFF;
769 color: #FFFFFF;
721 }
770 }
722
771
723 #content #left #menu h6.selected a
772 #content #left #menu h6.selected a
724 {
773 {
725 background: url("../images/colors/blue/menu_l_selected.png") no-repeat top left;
774 background: url("../images/menu_l_selected.png") no-repeat top left;
726 color: #ffffff;
775 color: #ffffff;
727 }
776 }
728
777
729 #content #left #menu h6.selected span
778 #content #left #menu h6.selected span
730 {
779 {
731 background: url("../images/colors/blue/menu_r_selected.png") no-repeat top right;
780 background: url("../images/menu_r_selected.png") no-repeat top right;
732 }
781 }
733
782
734 /* -----------------------------------------------------------
783 /*
735 content -> left -> menu / links
784 content / left / menu / links
736 ----------------------------------------------------------- */
785 */
737
786
738 #content #left #menu ul
787 #content #left #menu ul
739 {
788 {
@@ -780,13 +829,13 b' div.options a:hover'
780 color: #b9dcff;
829 color: #b9dcff;
781 }
830 }
782
831
783 /* -----------------------------------------------------------
832 /*
784 content -> left -> menu / collapsible
833 content / left / menu / collapsible
785 ----------------------------------------------------------- */
834 */
786
835
787 #content #left #menu li.collapsible
836 #content #left #menu li.collapsible
788 {
837 {
789 background: url("../images/colors/blue/menu_border.png") no-repeat top left;
838 background: url("../images/menu_border.png") no-repeat top left;
790 }
839 }
791
840
792 #content #left #menu li.collapsible a
841 #content #left #menu li.collapsible a
@@ -862,9 +911,9 b' div.options a:hover'
862 border-bottom: none;
911 border-bottom: none;
863 }
912 }
864
913
865 /* -----------------------------------------------------------
914 /*
866 content -> left -> date picker
915 content / left / date picker
867 ----------------------------------------------------------- */
916 */
868
917
869 #content #left #date-picker
918 #content #left #date-picker
870 {
919 {
@@ -913,18 +962,18 b' div.options a:hover'
913 right: 4px;
962 right: 4px;
914 }
963 }
915
964
916 /* -----------------------------------------------------------
965 /*
917 content -> right
966 content / right
918 ----------------------------------------------------------- */
967 */
919
968
920 #content #right
969 #content #right
921 {
970 {
922 margin: 0 60px 10px 290px;
971 margin: 0 60px 10px 290px;
923 }
972 }
924
973
925 /* -----------------------------------------------------------
974 /*
926 content -> right -> box
975 content / right / box
927 ----------------------------------------------------------- */
976 */
928
977
929 #content div.box
978 #content div.box
930 {
979 {
@@ -951,9 +1000,9 b' div.options a:hover'
951 float: right;
1000 float: right;
952 }
1001 }
953
1002
954 /* -----------------------------------------------------------
1003 /*
955 content -> right -> box / title
1004 content / right / box / title
956 ----------------------------------------------------------- */
1005 */
957
1006
958 #content div.box div.title
1007 #content div.box div.title
959 {
1008 {
@@ -961,7 +1010,7 b' div.options a:hover'
961 padding: 0;
1010 padding: 0;
962 clear: both;
1011 clear: both;
963 overflow: hidden;
1012 overflow: hidden;
964 background: #336699 url("../images/colors/blue/title.png") repeat-x;
1013 background: #336699 url("../images/title.png") repeat-x;
965 }
1014 }
966
1015
967 #content div.box div.title h5
1016 #content div.box div.title h5
@@ -996,7 +1045,7 b' div.options a:hover'
996 height: 1%;
1045 height: 1%;
997 display: block;
1046 display: block;
998 float: left;
1047 float: left;
999 background: url("../images/colors/blue/title_link.png") no-repeat top left;
1048 background: url("../images/title_link.png") no-repeat top left;
1000 border-left: 1px solid #316293;
1049 border-left: 1px solid #316293;
1001 color: #ffffff;
1050 color: #ffffff;
1002 font-size: 11px;
1051 font-size: 11px;
@@ -1011,13 +1060,13 b' div.options a:hover'
1011
1060
1012 #content div.box div.title ul.links li.ui-tabs-selected a
1061 #content div.box div.title ul.links li.ui-tabs-selected a
1013 {
1062 {
1014 background: url("../../../resources/images/colors/blue/title_tab_selected.png") no-repeat bottom center;
1063 background: url("../../../resources/images/title_tab_selected.png") no-repeat bottom center;
1015 color: #bfe3ff;
1064 color: #bfe3ff;
1016 }
1065 }
1017
1066
1018 /* -----------------------------------------------------------
1067 /*
1019 content -> right -> box / headings
1068 content / right / box / headings
1020 ----------------------------------------------------------- */
1069 */
1021
1070
1022 #content div.box h1,
1071 #content div.box h1,
1023 #content div.box h2,
1072 #content div.box h2,
@@ -1033,9 +1082,9 b' div.options a:hover'
1033 border-bottom: 1px solid #DDDDDD;
1082 border-bottom: 1px solid #DDDDDD;
1034 }
1083 }
1035
1084
1036 /* -----------------------------------------------------------
1085 /*
1037 content -> right -> box / paragraphs
1086 content / right / box / paragraphs
1038 ----------------------------------------------------------- */
1087 */
1039
1088
1040 #content div.box p
1089 #content div.box p
1041 {
1090 {
@@ -1062,9 +1111,9 b' div.options a:hover'
1062 padding: 0;
1111 padding: 0;
1063 }
1112 }
1064
1113
1065 /* -----------------------------------------------------------
1114 /*
1066 content -> right -> box / lists
1115 content / right / box / lists
1067 ----------------------------------------------------------- */
1116 */
1068
1117
1069 #content div.box dl
1118 #content div.box dl
1070 {
1119 {
@@ -1128,9 +1177,9 b' div.options a:hover'
1128 margin: 10px 24px 10px 40px;
1177 margin: 10px 24px 10px 40px;
1129 }
1178 }
1130
1179
1131 /* -----------------------------------------------------------
1180 /*
1132 content -> right -> box / images
1181 content / right / box / images
1133 ----------------------------------------------------------- */
1182 */
1134
1183
1135 #content div.box img.left
1184 #content div.box img.left
1136 {
1185 {
@@ -1146,9 +1195,9 b' div.options a:hover'
1146 float: right;
1195 float: right;
1147 }
1196 }
1148
1197
1149 /* -----------------------------------------------------------
1198 /*
1150 content -> right -> box / messages
1199 content / right / box / messages
1151 ----------------------------------------------------------- */
1200 */
1152
1201
1153 #content div.box div.messages
1202 #content div.box div.messages
1154 {
1203 {
@@ -1283,9 +1332,9 b' div.options a:hover'
1283 color: #4e6100;
1332 color: #4e6100;
1284 }
1333 }
1285
1334
1286 /* -----------------------------------------------------------
1335 /*
1287 content -> right -> box / forms
1336 content / right / box / forms
1288 ----------------------------------------------------------- */
1337 */
1289
1338
1290 #content div.box div.form
1339 #content div.box div.form
1291 {
1340 {
@@ -1342,9 +1391,9 b' div.options a:hover'
1342 color: #316309;
1391 color: #316309;
1343 }
1392 }
1344
1393
1345 /* -----------------------------------------------------------
1394 /*
1346 content -> right -> forms -> labels
1395 content / right / forms / labels
1347 ----------------------------------------------------------- */
1396 */
1348
1397
1349 #content div.box div.form div.fields div.field div.label
1398 #content div.box div.form div.fields div.field div.label
1350 {
1399 {
@@ -1368,9 +1417,9 b' div.options a:hover'
1368
1417
1369 }
1418 }
1370
1419
1371 /* -----------------------------------------------------------
1420 /*
1372 content -> right -> forms -> label (select)
1421 content / right / forms / label (select)
1373 ----------------------------------------------------------- */
1422 */
1374
1423
1375 #content div.box div.form div.fields div.field div.label-select
1424 #content div.box div.form div.fields div.field div.label-select
1376 {
1425 {
@@ -1383,27 +1432,27 b' div.options a:hover'
1383 padding: 0 0 8px 0;
1432 padding: 0 0 8px 0;
1384 }
1433 }
1385
1434
1386 /* -----------------------------------------------------------
1435 /*
1387 content -> right -> forms -> label (checkbox)
1436 content / right / forms / label (checkbox)
1388 ----------------------------------------------------------- */
1437 */
1389
1438
1390 #content div.box div.form div.fields div.field div.label-checkbox
1439 #content div.box div.form div.fields div.field div.label-checkbox
1391 {
1440 {
1392 padding:0 0 0 5px !important;
1441 padding:0 0 0 5px !important;
1393 }
1442 }
1394
1443
1395 /* -----------------------------------------------------------
1444 /*
1396 content -> right -> forms -> label (radio)
1445 content / right / forms / label (radio)
1397 ----------------------------------------------------------- */
1446 */
1398
1447
1399 #content div.box div.form div.fields div.field div.label-radio
1448 #content div.box div.form div.fields div.field div.label-radio
1400 {
1449 {
1401 padding:0 0 0 5px !important;
1450 padding:0 0 0 5px !important;
1402 }
1451 }
1403
1452
1404 /* -----------------------------------------------------------
1453 /*
1405 content -> right -> forms -> label (textarea)
1454 content / right / forms / label (textarea)
1406 ----------------------------------------------------------- */
1455 */
1407
1456
1408 #content div.box div.form div.fields div.field div.label-textarea
1457 #content div.box div.form div.fields div.field div.label-textarea
1409 {
1458 {
@@ -1416,9 +1465,9 b' div.options a:hover'
1416 padding: 0 0 8px 0 !important;
1465 padding: 0 0 8px 0 !important;
1417 }
1466 }
1418
1467
1419 /* -----------------------------------------------------------
1468 /*
1420 content -> right -> forms -> labels (label)
1469 content / right / forms / labels (label)
1421 ----------------------------------------------------------- */
1470 */
1422
1471
1423 #content div.box div.form div.fields div.field div.label label
1472 #content div.box div.form div.fields div.field div.label label
1424 {
1473 {
@@ -1435,9 +1484,9 b' div.options a:hover'
1435 color: #363636;
1484 color: #363636;
1436 }
1485 }
1437
1486
1438 /* -----------------------------------------------------------
1487 /*
1439 content -> right -> forms -> input
1488 content / right / forms / input
1440 ----------------------------------------------------------- */
1489 */
1441
1490
1442 #content div.box div.form div.fields div.field div.input
1491 #content div.box div.form div.fields div.field div.input
1443 {
1492 {
@@ -1537,9 +1586,9 b' div.options a:hover'
1537 margin: 0 0 0 6px;
1586 margin: 0 0 0 6px;
1538 }
1587 }
1539
1588
1540 /* -----------------------------------------------------------
1589 /*
1541 content -> right -> forms -> input (file styling)
1590 content / right / forms / input (file styling)
1542 ----------------------------------------------------------- */
1591 */
1543
1592
1544 #content div.box div.form div.fields div.field div.input a.ui-input-file
1593 #content div.box div.form div.fields div.field div.input a.ui-input-file
1545 {
1594 {
@@ -1561,9 +1610,9 b' div.options a:hover'
1561 background: #e5e3e3 url("../images/button_browse_selected.png") no-repeat;
1610 background: #e5e3e3 url("../images/button_browse_selected.png") no-repeat;
1562 }
1611 }
1563
1612
1564 /* -----------------------------------------------------------
1613 /*
1565 content -> right -> forms -> textarea
1614 content / right / forms / textarea
1566 ----------------------------------------------------------- */
1615 */
1567
1616
1568 #content div.box div.form div.fields div.field div.textarea
1617 #content div.box div.form div.fields div.field div.textarea
1569 {
1618 {
@@ -1629,9 +1678,9 b' div.options a:hover'
1629 border: 1px solid #C6D880;
1678 border: 1px solid #C6D880;
1630 }
1679 }
1631
1680
1632 /* -----------------------------------------------------------
1681 /*
1633 content -> right -> forms -> textarea (tinymce editor)
1682 content / right / forms / textarea (tinymce editor)
1634 ----------------------------------------------------------- */
1683 */
1635
1684
1636 #content div.box div.form div.fields div.field div.textarea table
1685 #content div.box div.form div.fields div.field div.textarea table
1637 {
1686 {
@@ -1673,9 +1722,9 b' div.options a:hover'
1673 background: #b1b1b1;
1722 background: #b1b1b1;
1674 }
1723 }
1675
1724
1676 /* -----------------------------------------------------------
1725 /*
1677 content -> right -> forms -> select
1726 content / right / forms / select
1678 ----------------------------------------------------------- */
1727 */
1679
1728
1680 #content div.box div.form div.fields div.field div.select
1729 #content div.box div.form div.fields div.field div.select
1681 {
1730 {
@@ -1694,9 +1743,9 b' div.options a:hover'
1694 margin: 0;
1743 margin: 0;
1695 }
1744 }
1696
1745
1697 /* -----------------------------------------------------------
1746 /*
1698 content -> right -> forms -> select (jquery styling)
1747 content / right / forms / select (jquery styling)
1699 ----------------------------------------------------------- */
1748 */
1700
1749
1701 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus
1750 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus
1702 {
1751 {
@@ -1720,9 +1769,9 b' div.options a:hover'
1720 background-image: url(../images/ui/ui-icons_222222_256x240.png);
1769 background-image: url(../images/ui/ui-icons_222222_256x240.png);
1721 }
1770 }
1722
1771
1723 /* -----------------------------------------------------------
1772 /*
1724 content -> right -> forms -> element focus
1773 content / right / forms / element focus
1725 ----------------------------------------------------------- */
1774 */
1726
1775
1727 #content div.box div.form div.fields div.field input[type=text]:focus,
1776 #content div.box div.form div.fields div.field input[type=text]:focus,
1728 #content div.box div.form div.fields div.field input[type=password]:focus,
1777 #content div.box div.form div.fields div.field input[type=password]:focus,
@@ -1734,9 +1783,9 b' div.options a:hover'
1734 border-color: #666;
1783 border-color: #666;
1735 }
1784 }
1736
1785
1737 /* -----------------------------------------------------------
1786 /*
1738 content -> right -> forms -> checkboxes
1787 content / right / forms / checkboxes
1739 ----------------------------------------------------------- */
1788 */
1740
1789
1741 #content div.box div.form div.fields div.field div.checkboxes
1790 #content div.box div.form div.fields div.field div.checkboxes
1742 {
1791 {
@@ -1766,9 +1815,9 b' div.options a:hover'
1766 float: left;
1815 float: left;
1767 }
1816 }
1768
1817
1769 /* -----------------------------------------------------------
1818 /*
1770 content -> right -> forms -> radios
1819 content / right / forms / radios
1771 ----------------------------------------------------------- */
1820 */
1772
1821
1773 #content div.box div.form div.fields div.field div.radios
1822 #content div.box div.form div.fields div.field div.radios
1774 {
1823 {
@@ -1797,9 +1846,9 b' div.options a:hover'
1797 display: block;
1846 display: block;
1798 float: left;
1847 float: left;
1799 }
1848 }
1800 /* -----------------------------------------------------------
1849 /*
1801 content -> right -> forms -> button
1850 content / right / forms / button
1802 ----------------------------------------------------------- */
1851 */
1803
1852
1804 div.form div.fields div.field div.button
1853 div.form div.fields div.field div.button
1805 {
1854 {
@@ -1852,7 +1901,7 b' div.form div.fields div.field div.highli'
1852 {
1901 {
1853 margin: 0;
1902 margin: 0;
1854 padding: 6px 12px 6px 12px;
1903 padding: 6px 12px 6px 12px;
1855 background: #4e85bb url("../images/colors/blue/button_highlight.png") repeat-x;
1904 background: #4e85bb url("../images/button_highlight.png") repeat-x;
1856 border-top: 1px solid #5c91a4;
1905 border-top: 1px solid #5c91a4;
1857 border-left: 1px solid #2a6f89;
1906 border-left: 1px solid #2a6f89;
1858 border-right: 1px solid #2b7089;
1907 border-right: 1px solid #2b7089;
@@ -1864,7 +1913,7 b' div.form div.fields div.field div.highli'
1864 {
1913 {
1865 margin: 0;
1914 margin: 0;
1866 padding: 6px 12px 6px 12px;
1915 padding: 6px 12px 6px 12px;
1867 background: #46a0c1 url("../images/colors/blue/button_highlight_selected.png") repeat-x;
1916 background: #46a0c1 url("../images/button_highlight_selected.png") repeat-x;
1868 border-top: 1px solid #78acbf;
1917 border-top: 1px solid #78acbf;
1869 border-left: 1px solid #34819e;
1918 border-left: 1px solid #34819e;
1870 border-right: 1px solid #35829f;
1919 border-right: 1px solid #35829f;
@@ -1873,9 +1922,9 b' div.form div.fields div.field div.highli'
1873 }
1922 }
1874
1923
1875
1924
1876 /* -----------------------------------------------------------
1925 /*
1877 content -> right -> forms -> buttons
1926 content / right / forms / buttons
1878 ----------------------------------------------------------- */
1927 */
1879
1928
1880 #content div.box div.form div.fields div.buttons
1929 #content div.box div.form div.fields div.buttons
1881 {
1930 {
@@ -1897,9 +1946,9 b' div.form div.fields div.field div.highli'
1897 font-size: 11px;
1946 font-size: 11px;
1898 font-weight: bold;
1947 font-weight: bold;
1899 }
1948 }
1900 /* -----------------------------------------------------------
1949 /*
1901 content -> right -> forms -> buttons
1950 content / right / forms / buttons
1902 ----------------------------------------------------------- */
1951 */
1903
1952
1904 div.form div.fields div.buttons
1953 div.form div.fields div.buttons
1905 {
1954 {
@@ -1922,9 +1971,9 b' div.form div.fields div.buttons input'
1922 font-weight: bold;
1971 font-weight: bold;
1923 }
1972 }
1924
1973
1925 /* -----------------------------------------------------------
1974 /*
1926 content -> right -> forms -> buttons (jquery styling)
1975 content / right / forms / buttons (jquery styling)
1927 ----------------------------------------------------------- */
1976 */
1928
1977
1929 #content div.box div.form div.fields div.buttons input.ui-state-default
1978 #content div.box div.form div.fields div.buttons input.ui-state-default
1930 {
1979 {
@@ -1961,7 +2010,7 b' div.form div.fields div.buttons input'
1961 {
2010 {
1962 margin: 0;
2011 margin: 0;
1963 padding: 6px 12px 6px 12px;
2012 padding: 6px 12px 6px 12px;
1964 background: #4e85bb url("../images/colors/blue/button_highlight.png") repeat-x;
2013 background: #4e85bb url("../images/button_highlight.png") repeat-x;
1965 border-top: 1px solid #5c91a4;
2014 border-top: 1px solid #5c91a4;
1966 border-left: 1px solid #2a6f89;
2015 border-left: 1px solid #2a6f89;
1967 border-right: 1px solid #2b7089;
2016 border-right: 1px solid #2b7089;
@@ -1973,7 +2022,7 b' div.form div.fields div.buttons input'
1973 {
2022 {
1974 margin: 0;
2023 margin: 0;
1975 padding: 6px 12px 6px 12px;
2024 padding: 6px 12px 6px 12px;
1976 background: #46a0c1 url("../images/colors/blue/button_highlight_selected.png") repeat-x;
2025 background: #46a0c1 url("../images/button_highlight_selected.png") repeat-x;
1977 border-top: 1px solid #78acbf;
2026 border-top: 1px solid #78acbf;
1978 border-left: 1px solid #34819e;
2027 border-left: 1px solid #34819e;
1979 border-right: 1px solid #35829f;
2028 border-right: 1px solid #35829f;
@@ -1981,9 +2030,9 b' div.form div.fields div.buttons input'
1981 color: #FFFFFF;
2030 color: #FFFFFF;
1982 }
2031 }
1983
2032
1984 /* -----------------------------------------------------------
2033 /*
1985 content -> right -> box / tables
2034 content / right / box / tables
1986 ----------------------------------------------------------- */
2035 */
1987
2036
1988 #content div.box div.table
2037 #content div.box div.table
1989 {
2038 {
@@ -2084,9 +2133,9 b' div.form div.fields div.buttons input'
2084 text-align: center;
2133 text-align: center;
2085 }
2134 }
2086
2135
2087 /* -----------------------------------------------------------
2136 /*
2088 content -> right -> box / table action
2137 content / right / box / table action
2089 ----------------------------------------------------------- */
2138 */
2090
2139
2091 #content div.box div.action
2140 #content div.box div.action
2092 {
2141 {
@@ -2166,9 +2215,9 b' div.form div.fields div.buttons input'
2166 background-image: url(../images/ui/ui-icons_222222_256x240.png);
2215 background-image: url(../images/ui/ui-icons_222222_256x240.png);
2167 }
2216 }
2168
2217
2169 /* -----------------------------------------------------------
2218 /*
2170 content -> right -> pagination
2219 content / right / pagination
2171 ----------------------------------------------------------- */
2220 */
2172
2221
2173 #content div.box div.pagination
2222 #content div.box div.pagination
2174 {
2223 {
@@ -2271,9 +2320,9 b' div.form div.fields div.buttons input'
2271 border-bottom: 1px solid #afafaf;
2320 border-bottom: 1px solid #afafaf;
2272 }
2321 }
2273
2322
2274 /* -----------------------------------------------------------
2323 /*
2275 content -> webhelpers pagination
2324 content / webhelpers pagination
2276 ----------------------------------------------------------- */
2325 */
2277
2326
2278 #content div.box div.pagination-wh
2327 #content div.box div.pagination-wh
2279 {
2328 {
@@ -2365,9 +2414,9 b' div.form div.fields div.buttons input'
2365 }
2414 }
2366
2415
2367
2416
2368 /* -----------------------------------------------------------
2417 /*
2369 content -> right -> traffic chart
2418 content / right / traffic chart
2370 ----------------------------------------------------------- */
2419 */
2371
2420
2372 #content div.box div.traffic
2421 #content div.box div.traffic
2373 {
2422 {
@@ -2437,9 +2486,9 b' div.form div.fields div.buttons input'
2437 padding: 0 3px 2px 3px;
2486 padding: 0 3px 2px 3px;
2438 }
2487 }
2439
2488
2440 /* -----------------------------------------------------------
2489 /*
2441 footer
2490 footer
2442 ----------------------------------------------------------- */
2491 */
2443
2492
2444 #footer
2493 #footer
2445 {
2494 {
@@ -2458,9 +2507,9 b' div.form div.fields div.buttons input'
2458 color: #ffffff;
2507 color: #ffffff;
2459 }
2508 }
2460
2509
2461 /* -----------------------------------------------------------
2510 /*
2462 login
2511 login
2463 ----------------------------------------------------------- */
2512 */
2464
2513
2465 #login
2514 #login
2466 {
2515 {
@@ -2469,9 +2518,9 b' div.form div.fields div.buttons input'
2469 width: 420px;
2518 width: 420px;
2470 }
2519 }
2471
2520
2472 /* -----------------------------------------------------------
2521 /*
2473 login -> colors
2522 login / colors
2474 ----------------------------------------------------------- */
2523 */
2475
2524
2476 #login div.color
2525 #login div.color
2477 {
2526 {
@@ -2492,9 +2541,9 b' div.form div.fields div.buttons input'
2492 float: left;
2541 float: left;
2493 }
2542 }
2494
2543
2495 /* -----------------------------------------------------------
2544 /*
2496 login -> title
2545 login / title
2497 ----------------------------------------------------------- */
2546 */
2498
2547
2499 #login div.title
2548 #login div.title
2500 {
2549 {
@@ -2504,7 +2553,7 b' div.form div.fields div.buttons input'
2504 clear: both;
2553 clear: both;
2505 overflow: hidden;
2554 overflow: hidden;
2506 position: relative;
2555 position: relative;
2507 background: #003367 url("../images/colors/blue/header_inner.png") repeat-x;
2556 background: #003367 url("../images/header_inner.png") repeat-x;
2508 }
2557 }
2509
2558
2510 #login div.title h5
2559 #login div.title h5
@@ -2514,16 +2563,16 b' div.form div.fields div.buttons input'
2514 color: #ffffff;
2563 color: #ffffff;
2515 }
2564 }
2516
2565
2517 /* -----------------------------------------------------------
2566 /*
2518 login -> title / corners
2567 login / title / corners
2519 ----------------------------------------------------------- */
2568 */
2520
2569
2521 #login div.title div.corner
2570 #login div.title div.corner
2522 {
2571 {
2523 height: 6px;
2572 height: 6px;
2524 width: 6px;
2573 width: 6px;
2525 position: absolute;
2574 position: absolute;
2526 background: url("../images/colors/blue/login_corners.png") no-repeat;
2575 background: url("../images/login_corners.png") no-repeat;
2527 }
2576 }
2528
2577
2529 #login div.title div.tl
2578 #login div.title div.tl
@@ -2550,9 +2599,9 b' div.form div.fields div.buttons input'
2550 border-bottom: none;
2599 border-bottom: none;
2551 }
2600 }
2552
2601
2553 /* -----------------------------------------------------------
2602 /*
2554 login -> form
2603 login / form
2555 ----------------------------------------------------------- */
2604 */
2556
2605
2557 #login div.form
2606 #login div.form
2558 {
2607 {
@@ -2713,9 +2762,9 b' div.form div.fields div.buttons input'
2713 color: #515151;
2762 color: #515151;
2714 }
2763 }
2715
2764
2716 /* -----------------------------------------------------------
2765 /*
2717 login -> links
2766 login / links
2718 ----------------------------------------------------------- */
2767 */
2719
2768
2720 #login div.form div.links
2769 #login div.form div.links
2721 {
2770 {
@@ -2725,9 +2774,9 b' div.form div.fields div.buttons input'
2725 overflow: hidden;
2774 overflow: hidden;
2726 }
2775 }
2727
2776
2728 /* -----------------------------------------------------------
2777 /*
2729 register
2778 register
2730 ----------------------------------------------------------- */
2779 */
2731
2780
2732 #register
2781 #register
2733 {
2782 {
@@ -2736,9 +2785,9 b' div.form div.fields div.buttons input'
2736 width: 420px;
2785 width: 420px;
2737 }
2786 }
2738
2787
2739 /* -----------------------------------------------------------
2788 /*
2740 register -> colors
2789 register / colors
2741 ----------------------------------------------------------- */
2790 */
2742
2791
2743 #register div.color
2792 #register div.color
2744 {
2793 {
@@ -2759,9 +2808,9 b' div.form div.fields div.buttons input'
2759 float: left;
2808 float: left;
2760 }
2809 }
2761
2810
2762 /* -----------------------------------------------------------
2811 /*
2763 register -> title
2812 register / title
2764 ----------------------------------------------------------- */
2813 */
2765
2814
2766 #register div.title
2815 #register div.title
2767 {
2816 {
@@ -2771,7 +2820,7 b' div.form div.fields div.buttons input'
2771 clear: both;
2820 clear: both;
2772 overflow: hidden;
2821 overflow: hidden;
2773 position: relative;
2822 position: relative;
2774 background: #003367 url("../images/colors/blue/header_inner.png") repeat-x;
2823 background: #003367 url("../images/header_inner.png") repeat-x;
2775 }
2824 }
2776
2825
2777 #register div.title h5
2826 #register div.title h5
@@ -2781,15 +2830,15 b' div.form div.fields div.buttons input'
2781 color: #ffffff;
2830 color: #ffffff;
2782 }
2831 }
2783
2832
2784 /* -----------------------------------------------------------
2833 /*
2785 register -> inner
2834 register / inner
2786 ----------------------------------------------------------- */
2835 */
2787 #register div.title div.corner
2836 #register div.title div.corner
2788 {
2837 {
2789 height: 6px;
2838 height: 6px;
2790 width: 6px;
2839 width: 6px;
2791 position: absolute;
2840 position: absolute;
2792 background: url("../images/colors/blue/login_corners.png") no-repeat;
2841 background: url("../images/login_corners.png") no-repeat;
2793 }
2842 }
2794
2843
2795 #register div.title div.tl
2844 #register div.title div.tl
@@ -2816,9 +2865,9 b' div.form div.fields div.buttons input'
2816 border-bottom: none;
2865 border-bottom: none;
2817 }
2866 }
2818
2867
2819 /* -----------------------------------------------------------
2868 /*
2820 register -> form
2869 register / form
2821 ----------------------------------------------------------- */
2870 */
2822
2871
2823 #register div.form
2872 #register div.form
2824 {
2873 {
@@ -2968,7 +3017,7 b' div.form div.fields div.buttons input'
2968 }
3017 }
2969 #register div.form div.fields div.buttons div.highlight input.ui-state-default
3018 #register div.form div.fields div.buttons div.highlight input.ui-state-default
2970 {
3019 {
2971 background:url("../images/colors/blue/button_highlight.png") repeat-x scroll 0 0 #4E85BB;
3020 background:url("../images/button_highlight.png") repeat-x scroll 0 0 #4E85BB;
2972 border-color:#5C91A4 #2B7089 #1A6480 #2A6F89;
3021 border-color:#5C91A4 #2B7089 #1A6480 #2A6F89;
2973 border-style:solid;
3022 border-style:solid;
2974 border-width:1px;
3023 border-width:1px;
@@ -2995,9 +3044,9 b' div.form div.fields div.buttons input'
2995
3044
2996 }
3045 }
2997
3046
2998 /* -----------------------------------------------------------
3047 /*
2999 SUMMARY
3048 SUMMARY
3000 ----------------------------------------------------------- */
3049 */
3001 .trending_language_tbl, .trending_language_tbl td {
3050 .trending_language_tbl, .trending_language_tbl td {
3002 margin: 0px !important;
3051 margin: 0px !important;
3003 padding: 0px !important;
3052 padding: 0px !important;
@@ -3025,9 +3074,9 b' div.form div.fields div.buttons input'
3025 #clone_url{
3074 #clone_url{
3026 border: none;
3075 border: none;
3027 }
3076 }
3028 /* -----------------------------------------------------------
3077 /*
3029 FILES
3078 FILES
3030 ----------------------------------------------------------- */
3079 */
3031
3080
3032 h3.files_location{
3081 h3.files_location{
3033 font-size: 1.8em;
3082 font-size: 1.8em;
@@ -3052,9 +3101,9 b' h3.files_location{'
3052 }
3101 }
3053
3102
3054
3103
3055 /* -----------------------------------------------------------
3104 /*
3056 CHANGESETS
3105 CHANGESETS
3057 ----------------------------------------------------------- */
3106 */
3058 #changeset_content {
3107 #changeset_content {
3059 border:1px solid #CCCCCC;
3108 border:1px solid #CCCCCC;
3060 padding:5px;
3109 padding:5px;
@@ -3129,9 +3178,9 b' h3.files_location{'
3129 text-align: left;
3178 text-align: left;
3130 }
3179 }
3131
3180
3132 /* -----------------------------------------------------------
3181 /*
3133 CHANGESETS - CANVAS
3182 CHANGESETS - CANVAS
3134 ----------------------------------------------------------- */
3183 */
3135
3184
3136 #graph {
3185 #graph {
3137 overflow: hidden;
3186 overflow: hidden;
@@ -3245,9 +3294,9 b' h3.files_location{'
3245 padding:6px 18px 0px 0px
3294 padding:6px 18px 0px 0px
3246 }
3295 }
3247
3296
3248 /* -----------------------------------------------------------
3297 /*
3249 FILE BROWSER
3298 FILE BROWSER
3250 ----------------------------------------------------------- */
3299 */
3251 div.browserblock {
3300 div.browserblock {
3252 overflow: hidden;
3301 overflow: hidden;
3253 padding: 0px;
3302 padding: 0px;
@@ -3316,9 +3365,9 b' table.code-browser .browser-dir {'
3316 text-align: left;
3365 text-align: left;
3317 }
3366 }
3318
3367
3319 /* -----------------------------------------------------------
3368 /*
3320 SEARCH
3369 SEARCH
3321 ----------------------------------------------------------- */
3370 */
3322
3371
3323 .box .search {
3372 .box .search {
3324 clear:both;
3373 clear:both;
@@ -3346,18 +3395,18 b' table.code-browser .browser-dir {'
3346
3395
3347
3396
3348
3397
3349 /* -----------------------------------------------------------
3398 /*
3350 ADMIN - SETTINGS
3399 ADMIN - SETTINGS
3351 ----------------------------------------------------------- */
3400 */
3352 #path_unlock{
3401 #path_unlock{
3353 color: red;
3402 color: red;
3354 font-size: 1.2em;
3403 font-size: 1.2em;
3355 padding-left: 4px;
3404 padding-left: 4px;
3356 }
3405 }
3357
3406
3358 /* -----------------------------------------------------------
3407 /*
3359 INFOBOX
3408 INFOBOX
3360 ----------------------------------------------------------- */
3409 */
3361 .info_box *{
3410 .info_box *{
3362 background:url("../../images/pager.png") repeat-x scroll 0 0 #EBEBEB;
3411 background:url("../../images/pager.png") repeat-x scroll 0 0 #EBEBEB;
3363 border-color:#DEDEDE #C4C4C4 #C4C4C4 #CFCFCF;
3412 border-color:#DEDEDE #C4C4C4 #C4C4C4 #CFCFCF;
@@ -3382,9 +3431,9 b' table.code-browser .browser-dir {'
3382 padding:4px 3px 2px 2px;
3431 padding:4px 3px 2px 2px;
3383 text-align:center;
3432 text-align:center;
3384 }
3433 }
3385 /* -----------------------------------------------------------
3434 /*
3386 YUI TOOLTIP
3435 YUI TOOLTIP
3387 ----------------------------------------------------------- */
3436 */
3388 .yui-overlay,.yui-panel-container {
3437 .yui-overlay,.yui-panel-container {
3389 visibility: hidden;
3438 visibility: hidden;
3390 position: absolute;
3439 position: absolute;
@@ -3408,9 +3457,9 b' table.code-browser .browser-dir {'
3408 display: none;
3457 display: none;
3409 }
3458 }
3410
3459
3411 /* -----------------------------------------------------------
3460 /*
3412 YUI AUTOCOMPLETE
3461 YUI AUTOCOMPLETE
3413 ----------------------------------------------------------- */
3462 */
3414
3463
3415 .ac{
3464 .ac{
3416 vertical-align: top;
3465 vertical-align: top;
@@ -3490,9 +3539,9 b' table.code-browser .browser-dir {'
3490 }
3539 }
3491
3540
3492
3541
3493 /* -----------------------------------------------------------
3542 /*
3494 ACTION ICONS
3543 ACTION ICONS
3495 ----------------------------------------------------------- */
3544 */
3496 .add_icon {
3545 .add_icon {
3497 background: url("/images/icons/add.png") no-repeat scroll 3px ;
3546 background: url("/images/icons/add.png") no-repeat scroll 3px ;
3498 height: 16px;
3547 height: 16px;
@@ -3554,9 +3603,9 b' table.code-browser .browser-dir {'
3554 color:#0066CC;
3603 color:#0066CC;
3555 }
3604 }
3556
3605
3557 /* -----------------------------------------------------------
3606 /*
3558 REPO SWITCHER
3607 REPO SWITCHER
3559 ----------------------------------------------------------- */
3608 */
3560
3609
3561 #switch_repos{
3610 #switch_repos{
3562 position: absolute;
3611 position: absolute;
@@ -3568,9 +3617,9 b' table.code-browser .browser-dir {'
3568 max-height: 250px;
3617 max-height: 250px;
3569 z-index: 1;
3618 z-index: 1;
3570 }
3619 }
3571 /* -----------------------------------------------------------
3620 /*
3572 BREADCRUMBS
3621 BREADCRUMBS
3573 ----------------------------------------------------------- */
3622 */
3574
3623
3575 .breadcrumbs{
3624 .breadcrumbs{
3576 border:medium none;
3625 border:medium none;
@@ -3587,9 +3636,9 b' table.code-browser .browser-dir {'
3587 }
3636 }
3588
3637
3589
3638
3590 /* -----------------------------------------------------------
3639 /*
3591 FLASH MSG
3640 FLASH MSG
3592 ----------------------------------------------------------- */
3641 */
3593 .flash_msg ul {
3642 .flash_msg ul {
3594 margin: 0;
3643 margin: 0;
3595 padding: 0px 0px 10px 0px;
3644 padding: 0px 0px 10px 0px;
@@ -3647,9 +3696,9 b' table.code-browser .browser-dir {'
3647 top: 5px;
3696 top: 5px;
3648 width: 16px;
3697 width: 16px;
3649 }
3698 }
3650 /* -----------------------------------------------------------
3699 /*
3651 YUI FLOT
3700 YUI FLOT
3652 ----------------------------------------------------------- */
3701 */
3653
3702
3654 div#commit_history{
3703 div#commit_history{
3655 float: left;
3704 float: left;
@@ -3682,9 +3731,9 b' div#legend_choices{'
3682 float:left;
3731 float:left;
3683 }
3732 }
3684
3733
3685 /* -----------------------------------------------------------
3734 /*
3686 PERMISSIONS TABLE
3735 PERMISSIONS TABLE
3687 ----------------------------------------------------------- */
3736 */
3688 table#permissions_manage{
3737 table#permissions_manage{
3689 width: 0 !important;
3738 width: 0 !important;
3690
3739
@@ -3703,9 +3752,9 b' table#permissions_manage tr#add_perm_inp'
3703
3752
3704 }
3753 }
3705
3754
3706 /* -----------------------------------------------------------
3755 /*
3707 GRAVATARS
3756 GRAVATARS
3708 ----------------------------------------------------------- */
3757 */
3709 div.gravatar{
3758 div.gravatar{
3710 background-color:white;
3759 background-color:white;
3711 border:1px solid #D0D0D0;
3760 border:1px solid #D0D0D0;
@@ -3714,21 +3763,21 b' div.gravatar{'
3714 padding: 2px 2px 0px;
3763 padding: 2px 2px 0px;
3715 }
3764 }
3716
3765
3717 /* -----------------------------------------------------------
3766 /*
3718 STYLING OF LAYOUT
3767 STYLING OF LAYOUT
3719 ----------------------------------------------------------- */
3768 */
3720
3769
3721
3770
3722 /* -----------------------------------------------------------
3771 /*
3723 GLOBAL WIDTH
3772 GLOBAL WIDTH
3724 ----------------------------------------------------------- */
3773 */
3725 #header,#content,#footer{
3774 #header,#content,#footer{
3726 min-width: 1224px;
3775 min-width: 1224px;
3727 }
3776 }
3728
3777
3729 /* -----------------------------------------------------------
3778 /*
3730 content
3779 content
3731 ----------------------------------------------------------- */
3780 */
3732
3781
3733 #content
3782 #content
3734 {
3783 {
@@ -3740,9 +3789,9 b' div.gravatar{'
3740 background: transparent;
3789 background: transparent;
3741 }
3790 }
3742
3791
3743 /* -----------------------------------------------------------
3792 /*
3744 content -> right -> forms -> labels
3793 content / right / forms / labels
3745 ----------------------------------------------------------- */
3794 */
3746
3795
3747 #content div.box div.form div.fields div.field div.label
3796 #content div.box div.form div.fields div.field div.label
3748 {
3797 {
@@ -3761,4 +3810,289 b' div.gravatar{'
3761 padding: 0 0 8px 0;
3810 padding: 0 0 8px 0;
3762 width: auto;
3811 width: auto;
3763 position: relative;
3812 position: relative;
3764 } No newline at end of file
3813 }
3814
3815
3816
3817
3818 /*
3819 THEME
3820
3821 */
3822
3823 /*
3824 header
3825 */
3826
3827 #header #header-inner
3828 {
3829 background: #b0b0b0 url("../../images/header_inner.png") repeat-x;
3830 }
3831
3832 /*
3833 header / home
3834 */
3835
3836 #header #header-inner #home a
3837 {
3838 background: url("../../images/button_home.png");
3839 }
3840
3841 /*
3842 header / quick
3843 */
3844
3845 #header #header-inner #quick li a
3846 {
3847 background: #336699 url("../../images/quick_l.png") no-repeat top left;
3848 }
3849
3850 #header #header-inner #quick li span
3851 {
3852 background: url("../../images/quick_r.png") no-repeat top right;
3853 border-left: 1px solid #3f6f9f;
3854 }
3855
3856 #header #header-inner #quick li span.icon
3857 {
3858 background: url("../../images/quick_l.png") no-repeat top left;
3859 border-right: 1px solid #2e5c89;
3860 }
3861
3862 #header #header-inner #quick li a:hover
3863 {
3864 background: #4e4e4e url("../../images/quick_l_selected.png") no-repeat top left;
3865 }
3866
3867 #header #header-inner #quick li a:hover span
3868 {
3869 background: url("../../images/quick_r_selected.png") no-repeat top right;
3870 }
3871
3872 #header #header-inner #quick li a:hover span.icon
3873 {
3874 background: url("../../images/quick_l_selected.png") no-repeat top left;
3875 }
3876
3877 /*
3878 header corners
3879 */
3880
3881 #header #header-inner div.corner
3882 {
3883 background: url("../../images/header_inner_corners.png") no-repeat;
3884 }
3885
3886 #header #header-inner div.tl
3887 {
3888 top: 0;
3889 left: 0;
3890 background-position: 0 0;
3891 }
3892
3893 #header #header-inner div.tr
3894 {
3895 top: 0;
3896 right: 0;
3897 background-position: -6px 0;
3898 }
3899
3900 /*
3901 content / left / menu
3902 */
3903
3904 #content #left #menu h6.selected
3905 {
3906 background: #00376e url("../../images/menu_selected.png") repeat-x;
3907 }
3908
3909 #content #left #menu h6.selected a
3910 {
3911 background: url("../../images/menu_l_selected.png") no-repeat top left;
3912 }
3913
3914 #content #left #menu h6.selected span
3915 {
3916 background: url("../../images/menu_r_selected.png") no-repeat top right;
3917 }
3918
3919 #content #left #menu ul
3920 {
3921 background: #376ea6;
3922 }
3923
3924 #content #left #menu li
3925 {
3926 border-top: 1px solid #4377ab;
3927 border-bottom: 1px solid #326395;
3928 }
3929
3930 #content #left #menu li a
3931 {
3932 background: url("../../images/menu_arrow.png") no-repeat 0 9px;
3933 }
3934
3935 #content #left #menu li a:hover
3936 {
3937 color: #b9dcff;
3938 }
3939
3940 #content #left #menu li.collapsible
3941 {
3942 background: url("../../images/menu_border.png") no-repeat top left;
3943 }
3944
3945 #content #left #menu li.collapsible a.minus
3946 {
3947 border-bottom: 1px solid #326395;
3948 }
3949
3950 #content #left #menu li ul
3951 {
3952 border-left: 18px solid #326395;
3953 }
3954
3955 #content #left #menu li ul li
3956 {
3957 background: url("../../images/menu_arrow.png") no-repeat 10px 9px;
3958 border-top: 1px solid #4377ab;
3959 border-bottom: 1px solid #326395;
3960 }
3961
3962 /*
3963 content / right / box / title
3964 */
3965
3966 #content div.box div.title
3967 {
3968 background: #336699 url("../../images/title.png") repeat-x;
3969 }
3970
3971 #content div.box div.title ul.links li a
3972 {
3973 background: url("../../images/title_link.png") no-repeat top left;
3974 border-left: 1px solid #316293;
3975 }
3976
3977 #content div.box div.title ul.links li a:hover
3978 {
3979 background: url("../../images/title_tab_selected.png") no-repeat bottom center;
3980 color: #bfe3ff;
3981 }
3982
3983 #content div.box div.title ul.links li.ui-tabs-selected a
3984 {
3985 background: url("../../images/title_tab_selected.png") no-repeat bottom center;
3986 color: #bfe3ff;
3987 }
3988
3989 /*
3990 content / right / box / search
3991 */
3992
3993 #content div.box div.title div.search
3994 {
3995 background: url("../../images/title_link.png") no-repeat top left;
3996 border-left: 1px solid #316293;
3997 }
3998
3999 #content div.box div.title div.search div.input input
4000 {
4001 border: 1px solid #316293;
4002 }
4003
4004 #content div.box div.title div.search div.button input.ui-state-default
4005 {
4006 background: #4e85bb url("../../images/button_highlight.png") repeat-x;
4007 border: 1px solid #316293;
4008 border-left: none;
4009 color: #FFFFFF;
4010 }
4011
4012 #content div.box div.title div.search div.button input.ui-state-hover
4013 {
4014 background: #46a0c1 url("../../images/button_highlight_selected.png") repeat-x;
4015 border: 1px solid #316293;
4016 border-left: none;
4017 color: #FFFFFF;
4018 }
4019
4020 /*
4021 content / right / forms / button
4022 */
4023
4024 #content div.box div.form div.fields div.field div.highlight .ui-state-default
4025 {
4026 background: #4e85bb url("../../images/button_highlight.png") repeat-x;
4027 border-top: 1px solid #5c91a4;
4028 border-left: 1px solid #2a6f89;
4029 border-right: 1px solid #2b7089;
4030 border-bottom: 1px solid #1a6480;
4031 color: #ffffff;
4032 }
4033
4034 #content div.box div.form div.fields div.field div.highlight .ui-state-hover
4035 {
4036 background: #46a0c1 url("../../images/button_highlight_selected.png") repeat-x;
4037 border-top: 1px solid #78acbf;
4038 border-left: 1px solid #34819e;
4039 border-right: 1px solid #35829f;
4040 border-bottom: 1px solid #257897;
4041 color: #ffffff;
4042 }
4043
4044 /*
4045 content / right / forms / buttons
4046 */
4047
4048 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-default
4049 {
4050 background: #4e85bb url("../../images/button_highlight.png") repeat-x;
4051 border-top: 1px solid #5c91a4;
4052 border-left: 1px solid #2a6f89;
4053 border-right: 1px solid #2b7089;
4054 border-bottom: 1px solid #1a6480;
4055 color: #ffffff;
4056 }
4057
4058 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover
4059 {
4060 background: #46a0c1 url("../../images/button_highlight_selected.png") repeat-x;
4061 border-top: 1px solid #78acbf;
4062 border-left: 1px solid #34819e;
4063 border-right: 1px solid #35829f;
4064 border-bottom: 1px solid #257897;
4065 color: #ffffff;
4066 }
4067
4068 /*
4069 login / title
4070 */
4071
4072 #login div.title
4073 {
4074 background: #003367 url("../../images/header_inner.png") repeat-x;
4075 }
4076
4077 /*
4078 login / title / corners
4079 */
4080
4081 #login div.title div.corner
4082 {
4083 background: url("../../images/login_corners.png") no-repeat;
4084 }
4085
4086 #login div.title div.tl
4087 {
4088 top: 0;
4089 left: 0;
4090 background-position: 0 0;
4091 }
4092
4093 #login div.title div.tr
4094 {
4095 top: 0;
4096 right: 0;
4097 background-position: -6px 0;
4098 }
1 NO CONTENT: file renamed from rhodecode/public/images/colors/blue/button_highlight.png to rhodecode/public/images/button_highlight.png
NO CONTENT: file renamed from rhodecode/public/images/colors/blue/button_highlight.png to rhodecode/public/images/button_highlight.png
1 NO CONTENT: file renamed from rhodecode/public/images/colors/blue/button_highlight_selected.png to rhodecode/public/images/button_highlight_selected.png
NO CONTENT: file renamed from rhodecode/public/images/colors/blue/button_highlight_selected.png to rhodecode/public/images/button_highlight_selected.png
1 NO CONTENT: file renamed from rhodecode/public/images/colors/blue/button_home.png to rhodecode/public/images/button_home.png
NO CONTENT: file renamed from rhodecode/public/images/colors/blue/button_home.png to rhodecode/public/images/button_home.png
1 NO CONTENT: file renamed from rhodecode/public/images/colors/blue/header_inner.png to rhodecode/public/images/header_inner.png
NO CONTENT: file renamed from rhodecode/public/images/colors/blue/header_inner.png to rhodecode/public/images/header_inner.png
1 NO CONTENT: file renamed from rhodecode/public/images/colors/blue/header_inner_corners.png to rhodecode/public/images/header_inner_corners.png
NO CONTENT: file renamed from rhodecode/public/images/colors/blue/header_inner_corners.png to rhodecode/public/images/header_inner_corners.png
1 NO CONTENT: file renamed from rhodecode/public/images/colors/blue/login_corners.png to rhodecode/public/images/login_corners.png
NO CONTENT: file renamed from rhodecode/public/images/colors/blue/login_corners.png to rhodecode/public/images/login_corners.png
1 NO CONTENT: file renamed from rhodecode/public/images/colors/blue/menu_arrow.png to rhodecode/public/images/menu_arrow.png
NO CONTENT: file renamed from rhodecode/public/images/colors/blue/menu_arrow.png to rhodecode/public/images/menu_arrow.png
1 NO CONTENT: file renamed from rhodecode/public/images/colors/blue/menu_border.png to rhodecode/public/images/menu_border.png
NO CONTENT: file renamed from rhodecode/public/images/colors/blue/menu_border.png to rhodecode/public/images/menu_border.png
1 NO CONTENT: file renamed from rhodecode/public/images/colors/blue/menu_l_selected.png to rhodecode/public/images/menu_l_selected.png
NO CONTENT: file renamed from rhodecode/public/images/colors/blue/menu_l_selected.png to rhodecode/public/images/menu_l_selected.png
1 NO CONTENT: file renamed from rhodecode/public/images/colors/blue/menu_r_selected.png to rhodecode/public/images/menu_r_selected.png
NO CONTENT: file renamed from rhodecode/public/images/colors/blue/menu_r_selected.png to rhodecode/public/images/menu_r_selected.png
1 NO CONTENT: file renamed from rhodecode/public/images/colors/blue/menu_selected.png to rhodecode/public/images/menu_selected.png
NO CONTENT: file renamed from rhodecode/public/images/colors/blue/menu_selected.png to rhodecode/public/images/menu_selected.png
1 NO CONTENT: file renamed from rhodecode/public/images/colors/blue/quick_l.png to rhodecode/public/images/quick_l.png
NO CONTENT: file renamed from rhodecode/public/images/colors/blue/quick_l.png to rhodecode/public/images/quick_l.png
1 NO CONTENT: file renamed from rhodecode/public/images/colors/blue/quick_l_selected.png to rhodecode/public/images/quick_l_selected.png
NO CONTENT: file renamed from rhodecode/public/images/colors/blue/quick_l_selected.png to rhodecode/public/images/quick_l_selected.png
1 NO CONTENT: file renamed from rhodecode/public/images/colors/blue/quick_r.png to rhodecode/public/images/quick_r.png
NO CONTENT: file renamed from rhodecode/public/images/colors/blue/quick_r.png to rhodecode/public/images/quick_r.png
1 NO CONTENT: file renamed from rhodecode/public/images/colors/blue/quick_r_selected.png to rhodecode/public/images/quick_r_selected.png
NO CONTENT: file renamed from rhodecode/public/images/colors/blue/quick_r_selected.png to rhodecode/public/images/quick_r_selected.png
1 NO CONTENT: file renamed from rhodecode/public/images/colors/blue/title.png to rhodecode/public/images/title.png
NO CONTENT: file renamed from rhodecode/public/images/colors/blue/title.png to rhodecode/public/images/title.png
1 NO CONTENT: file renamed from rhodecode/public/images/colors/blue/title_link.png to rhodecode/public/images/title_link.png
NO CONTENT: file renamed from rhodecode/public/images/colors/blue/title_link.png to rhodecode/public/images/title_link.png
1 NO CONTENT: file renamed from rhodecode/public/images/colors/blue/title_tab_selected.png to rhodecode/public/images/title_tab_selected.png
NO CONTENT: file renamed from rhodecode/public/images/colors/blue/title_tab_selected.png to rhodecode/public/images/title_tab_selected.png
@@ -244,9 +244,7 b''
244
244
245
245
246 <%def name="css()">
246 <%def name="css()">
247 <link rel="stylesheet" type="text/css" href="/css/reset.css" />
248 <link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" />
247 <link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" />
249 <link id="color" rel="stylesheet" type="text/css" href="/css/colors/blue.css" />
250 <link rel="stylesheet" type="text/css" href="/css/pygments.css" />
248 <link rel="stylesheet" type="text/css" href="/css/pygments.css" />
251 <link rel="stylesheet" type="text/css" href="/css/diff.css" />
249 <link rel="stylesheet" type="text/css" href="/css/diff.css" />
252 </%def>
250 </%def>
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
General Comments 0
You need to be logged in to leave comments. Login now