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
|
51
|
main stylesheet
|
|
3
|
|
----------------------------------------------------------- */
|
|
|
52
|
*/
|
|
4
|
53
|
|
|
5
|
54
|
html
|
|
6
|
55
|
{
|
|
@@
-17,9
+66,9
b' body'
|
|
17
|
66
|
font-size: 12px;
|
|
18
|
67
|
}
|
|
19
|
68
|
|
|
20
|
|
/* -----------------------------------------------------------
|
|
|
69
|
/*
|
|
21
|
70
|
images
|
|
22
|
|
----------------------------------------------------------- */
|
|
|
71
|
*/
|
|
23
|
72
|
|
|
24
|
73
|
img
|
|
25
|
74
|
{
|
|
@@
-30,9
+79,9
b' img.icon{'
|
|
30
|
79
|
vertical-align: bottom;
|
|
31
|
80
|
|
|
32
|
81
|
}
|
|
33
|
|
/* -----------------------------------------------------------
|
|
|
82
|
/*
|
|
34
|
83
|
anchors
|
|
35
|
|
----------------------------------------------------------- */
|
|
|
84
|
*/
|
|
36
|
85
|
|
|
37
|
86
|
a
|
|
38
|
87
|
{
|
|
@@
-47,9
+96,9
b' a:hover'
|
|
47
|
96
|
text-decoration: underline;
|
|
48
|
97
|
}
|
|
49
|
98
|
|
|
50
|
|
/* -----------------------------------------------------------
|
|
|
99
|
/*
|
|
51
|
100
|
headings
|
|
52
|
|
----------------------------------------------------------- */
|
|
|
101
|
*/
|
|
53
|
102
|
|
|
54
|
103
|
h1, h2, h3, h4, h5, h6
|
|
55
|
104
|
{
|
|
@@
-87,9
+136,9
b' h6'
|
|
87
|
136
|
font-size: 11px;
|
|
88
|
137
|
}
|
|
89
|
138
|
|
|
90
|
|
/* -----------------------------------------------------------
|
|
|
139
|
/*
|
|
91
|
140
|
lists
|
|
92
|
|
----------------------------------------------------------- */
|
|
|
141
|
*/
|
|
93
|
142
|
|
|
94
|
143
|
ul.circle { list-style-type: circle; }
|
|
95
|
144
|
ul.disc { list-style-type: disc; }
|
|
@@
-100,9
+149,9
b' ol.lower-alpha { list-style-type: lower-'
|
|
100
|
149
|
ol.upper-alpha { list-style-type: upper-alpha; }
|
|
101
|
150
|
ol.decimal { list-style-type: decimal; }
|
|
102
|
151
|
|
|
103
|
|
/* -----------------------------------------------------------
|
|
|
152
|
/*
|
|
104
|
153
|
colors
|
|
105
|
|
----------------------------------------------------------- */
|
|
|
154
|
*/
|
|
106
|
155
|
|
|
107
|
156
|
div.color
|
|
108
|
157
|
{
|
|
@@
-154,9
+203,9
b' div.color a.greyblue'
|
|
154
|
203
|
background: #566e86;
|
|
155
|
204
|
}
|
|
156
|
205
|
|
|
157
|
|
/* -----------------------------------------------------------
|
|
|
206
|
/*
|
|
158
|
207
|
options
|
|
159
|
|
----------------------------------------------------------- */
|
|
|
208
|
*/
|
|
160
|
209
|
|
|
161
|
210
|
div.options
|
|
162
|
211
|
{
|
|
@@
-182,9
+231,9
b' div.options a:hover'
|
|
182
|
231
|
text-decoration: none;
|
|
183
|
232
|
}
|
|
184
|
233
|
|
|
185
|
|
/* -----------------------------------------------------------
|
|
|
234
|
/*
|
|
186
|
235
|
header
|
|
187
|
|
----------------------------------------------------------- */
|
|
|
236
|
*/
|
|
188
|
237
|
|
|
189
|
238
|
#header
|
|
190
|
239
|
{
|
|
@@
-194,9
+243,9
b' div.options a:hover'
|
|
194
|
243
|
}
|
|
195
|
244
|
|
|
196
|
245
|
|
|
197
|
|
/* -----------------------------------------------------------
|
|
198
|
|
header -> user
|
|
199
|
|
----------------------------------------------------------- */
|
|
|
246
|
/*
|
|
|
247
|
header / user
|
|
|
248
|
*/
|
|
200
|
249
|
|
|
201
|
250
|
#header ul#logged-user
|
|
202
|
251
|
{
|
|
@@
-262,13
+311,13
b' div.options a:hover'
|
|
262
|
311
|
height: 40px;
|
|
263
|
312
|
clear: both;
|
|
264
|
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
|
315
|
border-bottom: 6px solid #ffffff;
|
|
267
|
316
|
}
|
|
268
|
317
|
|
|
269
|
|
/* -----------------------------------------------------------
|
|
270
|
|
header -> home
|
|
271
|
|
----------------------------------------------------------- */
|
|
|
318
|
/*
|
|
|
319
|
header / home
|
|
|
320
|
*/
|
|
272
|
321
|
|
|
273
|
322
|
#header #header-inner #home
|
|
274
|
323
|
{
|
|
@@
-282,7
+331,7
b' div.options a:hover'
|
|
282
|
331
|
height: 40px;
|
|
283
|
332
|
width: 46px;
|
|
284
|
333
|
display: block;
|
|
285
|
|
background: url("../images/colors/blue/button_home.png");
|
|
|
334
|
background: url("../images/button_home.png");
|
|
286
|
335
|
background-position: 0 0;
|
|
287
|
336
|
}
|
|
288
|
337
|
|
|
@@
-291,9
+340,9
b' div.options a:hover'
|
|
291
|
340
|
background-position: 0 -40px;
|
|
292
|
341
|
}
|
|
293
|
342
|
|
|
294
|
|
/* -----------------------------------------------------------
|
|
295
|
|
header -> logo
|
|
296
|
|
----------------------------------------------------------- */
|
|
|
343
|
/*
|
|
|
344
|
header / logo
|
|
|
345
|
*/
|
|
297
|
346
|
|
|
298
|
347
|
#header #header-inner #logo
|
|
299
|
348
|
{
|
|
@@
-320,9
+369,9
b' div.options a:hover'
|
|
320
|
369
|
color: #dabf29;
|
|
321
|
370
|
}
|
|
322
|
371
|
|
|
323
|
|
/* -----------------------------------------------------------
|
|
324
|
|
header -> quick
|
|
325
|
|
----------------------------------------------------------- */
|
|
|
372
|
/*
|
|
|
373
|
header / quick
|
|
|
374
|
*/
|
|
326
|
375
|
#header #header-inner #quick,
|
|
327
|
376
|
#header #header-inner #quick ul
|
|
328
|
377
|
{
|
|
@@
-351,7
+400,7
b' div.options a:hover'
|
|
351
|
400
|
display: block;
|
|
352
|
401
|
clear: both;
|
|
353
|
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
|
404
|
color: #FFFFFF;
|
|
356
|
405
|
font-weight: bold;
|
|
357
|
406
|
text-decoration: none;
|
|
@@
-366,7
+415,7
b' div.options a:hover'
|
|
366
|
415
|
height: 1%;
|
|
367
|
416
|
display: block;
|
|
368
|
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
|
419
|
border-left: 1px solid #3f6f9f;
|
|
371
|
420
|
}
|
|
372
|
421
|
|
|
@@
-381,19
+430,19
b' div.options a:hover'
|
|
381
|
430
|
top: 0;
|
|
382
|
431
|
left: 0;
|
|
383
|
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
|
434
|
border-left: none;
|
|
386
|
435
|
border-right: 1px solid #2e5c89;
|
|
387
|
436
|
}
|
|
388
|
437
|
|
|
389
|
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
|
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
|
446
|
border-left: 1px solid #545454;
|
|
398
|
447
|
}
|
|
399
|
448
|
|
|
@@
-404,7
+453,7
b' div.options a:hover'
|
|
404
|
453
|
|
|
405
|
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
|
457
|
border-left: none;
|
|
409
|
458
|
border-right: 1px solid #464646;
|
|
410
|
459
|
}
|
|
@@
-615,16
+664,16
b' div.options a:hover'
|
|
615
|
664
|
padding:12px 9px 7px 24px;
|
|
616
|
665
|
width:167px;
|
|
617
|
666
|
}
|
|
618
|
|
/* -----------------------------------------------------------
|
|
|
667
|
/*
|
|
619
|
668
|
header corners
|
|
620
|
|
----------------------------------------------------------- */
|
|
|
669
|
*/
|
|
621
|
670
|
|
|
622
|
671
|
#header #header-inner div.corner
|
|
623
|
672
|
{
|
|
624
|
673
|
height: 6px;
|
|
625
|
674
|
width: 6px;
|
|
626
|
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
|
679
|
#header #header-inner div.tl
|
|
@@
-641,9
+690,9
b' div.options a:hover'
|
|
641
|
690
|
background-position: -6px 0;
|
|
642
|
691
|
}
|
|
643
|
692
|
|
|
644
|
|
/* -----------------------------------------------------------
|
|
|
693
|
/*
|
|
645
|
694
|
content
|
|
646
|
|
----------------------------------------------------------- */
|
|
|
695
|
*/
|
|
647
|
696
|
|
|
648
|
697
|
#content
|
|
649
|
698
|
{
|
|
@@
-655,9
+704,9
b' div.options a:hover'
|
|
655
|
704
|
background: url("../images/content.png") repeat-y top left;
|
|
656
|
705
|
}
|
|
657
|
706
|
|
|
658
|
|
/* -----------------------------------------------------------
|
|
659
|
|
content -> left
|
|
660
|
|
----------------------------------------------------------- */
|
|
|
707
|
/*
|
|
|
708
|
content / left
|
|
|
709
|
*/
|
|
661
|
710
|
|
|
662
|
711
|
#content #left
|
|
663
|
712
|
{
|
|
@@
-666,9
+715,9
b' div.options a:hover'
|
|
666
|
715
|
position: absolute;
|
|
667
|
716
|
}
|
|
668
|
717
|
|
|
669
|
|
/* -----------------------------------------------------------
|
|
670
|
|
content -> left -> menu
|
|
671
|
|
----------------------------------------------------------- */
|
|
|
718
|
/*
|
|
|
719
|
content / left / menu
|
|
|
720
|
*/
|
|
672
|
721
|
|
|
673
|
722
|
#content #left #menu
|
|
674
|
723
|
{
|
|
@@
-678,9
+727,9
b' div.options a:hover'
|
|
678
|
727
|
overflow: hidden;
|
|
679
|
728
|
}
|
|
680
|
729
|
|
|
681
|
|
/* -----------------------------------------------------------
|
|
682
|
|
content -> left -> menu / heading
|
|
683
|
|
----------------------------------------------------------- */
|
|
|
730
|
/*
|
|
|
731
|
content / left / menu / heading
|
|
|
732
|
*/
|
|
684
|
733
|
|
|
685
|
734
|
#content #left #menu h6
|
|
686
|
735
|
{
|
|
@@
-716,24
+765,24
b' div.options a:hover'
|
|
716
|
765
|
|
|
717
|
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
|
769
|
color: #FFFFFF;
|
|
721
|
770
|
}
|
|
722
|
771
|
|
|
723
|
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
|
775
|
color: #ffffff;
|
|
727
|
776
|
}
|
|
728
|
777
|
|
|
729
|
778
|
#content #left #menu h6.selected span
|
|
730
|
779
|
{
|
|
731
|
|
background: url("../images/colors/blue/menu_r_selected.png") no-repeat top right;
|
|
732
|
|
}
|
|
733
|
|
|
|
734
|
|
/* -----------------------------------------------------------
|
|
735
|
|
content -> left -> menu / links
|
|
736
|
|
----------------------------------------------------------- */
|
|
|
780
|
background: url("../images/menu_r_selected.png") no-repeat top right;
|
|
|
781
|
}
|
|
|
782
|
|
|
|
783
|
/*
|
|
|
784
|
content / left / menu / links
|
|
|
785
|
*/
|
|
737
|
786
|
|
|
738
|
787
|
#content #left #menu ul
|
|
739
|
788
|
{
|
|
@@
-780,13
+829,13
b' div.options a:hover'
|
|
780
|
829
|
color: #b9dcff;
|
|
781
|
830
|
}
|
|
782
|
831
|
|
|
783
|
|
/* -----------------------------------------------------------
|
|
784
|
|
content -> left -> menu / collapsible
|
|
785
|
|
----------------------------------------------------------- */
|
|
|
832
|
/*
|
|
|
833
|
content / left / menu / collapsible
|
|
|
834
|
*/
|
|
786
|
835
|
|
|
787
|
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
|
841
|
#content #left #menu li.collapsible a
|
|
@@
-862,9
+911,9
b' div.options a:hover'
|
|
862
|
911
|
border-bottom: none;
|
|
863
|
912
|
}
|
|
864
|
913
|
|
|
865
|
|
/* -----------------------------------------------------------
|
|
866
|
|
content -> left -> date picker
|
|
867
|
|
----------------------------------------------------------- */
|
|
|
914
|
/*
|
|
|
915
|
content / left / date picker
|
|
|
916
|
*/
|
|
868
|
917
|
|
|
869
|
918
|
#content #left #date-picker
|
|
870
|
919
|
{
|
|
@@
-913,18
+962,18
b' div.options a:hover'
|
|
913
|
962
|
right: 4px;
|
|
914
|
963
|
}
|
|
915
|
964
|
|
|
916
|
|
/* -----------------------------------------------------------
|
|
917
|
|
content -> right
|
|
918
|
|
----------------------------------------------------------- */
|
|
|
965
|
/*
|
|
|
966
|
content / right
|
|
|
967
|
*/
|
|
919
|
968
|
|
|
920
|
969
|
#content #right
|
|
921
|
970
|
{
|
|
922
|
971
|
margin: 0 60px 10px 290px;
|
|
923
|
972
|
}
|
|
924
|
973
|
|
|
925
|
|
/* -----------------------------------------------------------
|
|
926
|
|
content -> right -> box
|
|
927
|
|
----------------------------------------------------------- */
|
|
|
974
|
/*
|
|
|
975
|
content / right / box
|
|
|
976
|
*/
|
|
928
|
977
|
|
|
929
|
978
|
#content div.box
|
|
930
|
979
|
{
|
|
@@
-951,9
+1000,9
b' div.options a:hover'
|
|
951
|
1000
|
float: right;
|
|
952
|
1001
|
}
|
|
953
|
1002
|
|
|
954
|
|
/* -----------------------------------------------------------
|
|
955
|
|
content -> right -> box / title
|
|
956
|
|
----------------------------------------------------------- */
|
|
|
1003
|
/*
|
|
|
1004
|
content / right / box / title
|
|
|
1005
|
*/
|
|
957
|
1006
|
|
|
958
|
1007
|
#content div.box div.title
|
|
959
|
1008
|
{
|
|
@@
-961,7
+1010,7
b' div.options a:hover'
|
|
961
|
1010
|
padding: 0;
|
|
962
|
1011
|
clear: both;
|
|
963
|
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
|
1016
|
#content div.box div.title h5
|
|
@@
-996,7
+1045,7
b' div.options a:hover'
|
|
996
|
1045
|
height: 1%;
|
|
997
|
1046
|
display: block;
|
|
998
|
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
|
1049
|
border-left: 1px solid #316293;
|
|
1001
|
1050
|
color: #ffffff;
|
|
1002
|
1051
|
font-size: 11px;
|
|
@@
-1011,13
+1060,13
b' div.options a:hover'
|
|
1011
|
1060
|
|
|
1012
|
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
|
1064
|
color: #bfe3ff;
|
|
1016
|
1065
|
}
|
|
1017
|
1066
|
|
|
1018
|
|
/* -----------------------------------------------------------
|
|
1019
|
|
content -> right -> box / headings
|
|
1020
|
|
----------------------------------------------------------- */
|
|
|
1067
|
/*
|
|
|
1068
|
content / right / box / headings
|
|
|
1069
|
*/
|
|
1021
|
1070
|
|
|
1022
|
1071
|
#content div.box h1,
|
|
1023
|
1072
|
#content div.box h2,
|
|
@@
-1033,9
+1082,9
b' div.options a:hover'
|
|
1033
|
1082
|
border-bottom: 1px solid #DDDDDD;
|
|
1034
|
1083
|
}
|
|
1035
|
1084
|
|
|
1036
|
|
/* -----------------------------------------------------------
|
|
1037
|
|
content -> right -> box / paragraphs
|
|
1038
|
|
----------------------------------------------------------- */
|
|
|
1085
|
/*
|
|
|
1086
|
content / right / box / paragraphs
|
|
|
1087
|
*/
|
|
1039
|
1088
|
|
|
1040
|
1089
|
#content div.box p
|
|
1041
|
1090
|
{
|
|
@@
-1062,9
+1111,9
b' div.options a:hover'
|
|
1062
|
1111
|
padding: 0;
|
|
1063
|
1112
|
}
|
|
1064
|
1113
|
|
|
1065
|
|
/* -----------------------------------------------------------
|
|
1066
|
|
content -> right -> box / lists
|
|
1067
|
|
----------------------------------------------------------- */
|
|
|
1114
|
/*
|
|
|
1115
|
content / right / box / lists
|
|
|
1116
|
*/
|
|
1068
|
1117
|
|
|
1069
|
1118
|
#content div.box dl
|
|
1070
|
1119
|
{
|
|
@@
-1128,9
+1177,9
b' div.options a:hover'
|
|
1128
|
1177
|
margin: 10px 24px 10px 40px;
|
|
1129
|
1178
|
}
|
|
1130
|
1179
|
|
|
1131
|
|
/* -----------------------------------------------------------
|
|
1132
|
|
content -> right -> box / images
|
|
1133
|
|
----------------------------------------------------------- */
|
|
|
1180
|
/*
|
|
|
1181
|
content / right / box / images
|
|
|
1182
|
*/
|
|
1134
|
1183
|
|
|
1135
|
1184
|
#content div.box img.left
|
|
1136
|
1185
|
{
|
|
@@
-1146,9
+1195,9
b' div.options a:hover'
|
|
1146
|
1195
|
float: right;
|
|
1147
|
1196
|
}
|
|
1148
|
1197
|
|
|
1149
|
|
/* -----------------------------------------------------------
|
|
1150
|
|
content -> right -> box / messages
|
|
1151
|
|
----------------------------------------------------------- */
|
|
|
1198
|
/*
|
|
|
1199
|
content / right / box / messages
|
|
|
1200
|
*/
|
|
1152
|
1201
|
|
|
1153
|
1202
|
#content div.box div.messages
|
|
1154
|
1203
|
{
|
|
@@
-1283,9
+1332,9
b' div.options a:hover'
|
|
1283
|
1332
|
color: #4e6100;
|
|
1284
|
1333
|
}
|
|
1285
|
1334
|
|
|
1286
|
|
/* -----------------------------------------------------------
|
|
1287
|
|
content -> right -> box / forms
|
|
1288
|
|
----------------------------------------------------------- */
|
|
|
1335
|
/*
|
|
|
1336
|
content / right / box / forms
|
|
|
1337
|
*/
|
|
1289
|
1338
|
|
|
1290
|
1339
|
#content div.box div.form
|
|
1291
|
1340
|
{
|
|
@@
-1342,9
+1391,9
b' div.options a:hover'
|
|
1342
|
1391
|
color: #316309;
|
|
1343
|
1392
|
}
|
|
1344
|
1393
|
|
|
1345
|
|
/* -----------------------------------------------------------
|
|
1346
|
|
content -> right -> forms -> labels
|
|
1347
|
|
----------------------------------------------------------- */
|
|
|
1394
|
/*
|
|
|
1395
|
content / right / forms / labels
|
|
|
1396
|
*/
|
|
1348
|
1397
|
|
|
1349
|
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
|
|
/* -----------------------------------------------------------
|
|
1372
|
|
content -> right -> forms -> label (select)
|
|
1373
|
|
----------------------------------------------------------- */
|
|
|
1420
|
/*
|
|
|
1421
|
content / right / forms / label (select)
|
|
|
1422
|
*/
|
|
1374
|
1423
|
|
|
1375
|
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
|
1432
|
padding: 0 0 8px 0;
|
|
1384
|
1433
|
}
|
|
1385
|
1434
|
|
|
1386
|
|
/* -----------------------------------------------------------
|
|
1387
|
|
content -> right -> forms -> label (checkbox)
|
|
1388
|
|
----------------------------------------------------------- */
|
|
|
1435
|
/*
|
|
|
1436
|
content / right / forms / label (checkbox)
|
|
|
1437
|
*/
|
|
1389
|
1438
|
|
|
1390
|
1439
|
#content div.box div.form div.fields div.field div.label-checkbox
|
|
1391
|
1440
|
{
|
|
1392
|
1441
|
padding:0 0 0 5px !important;
|
|
1393
|
1442
|
}
|
|
1394
|
1443
|
|
|
1395
|
|
/* -----------------------------------------------------------
|
|
1396
|
|
content -> right -> forms -> label (radio)
|
|
1397
|
|
----------------------------------------------------------- */
|
|
|
1444
|
/*
|
|
|
1445
|
content / right / forms / label (radio)
|
|
|
1446
|
*/
|
|
1398
|
1447
|
|
|
1399
|
1448
|
#content div.box div.form div.fields div.field div.label-radio
|
|
1400
|
1449
|
{
|
|
1401
|
1450
|
padding:0 0 0 5px !important;
|
|
1402
|
1451
|
}
|
|
1403
|
1452
|
|
|
1404
|
|
/* -----------------------------------------------------------
|
|
1405
|
|
content -> right -> forms -> label (textarea)
|
|
1406
|
|
----------------------------------------------------------- */
|
|
|
1453
|
/*
|
|
|
1454
|
content / right / forms / label (textarea)
|
|
|
1455
|
*/
|
|
1407
|
1456
|
|
|
1408
|
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
|
1465
|
padding: 0 0 8px 0 !important;
|
|
1417
|
1466
|
}
|
|
1418
|
1467
|
|
|
1419
|
|
/* -----------------------------------------------------------
|
|
1420
|
|
content -> right -> forms -> labels (label)
|
|
1421
|
|
----------------------------------------------------------- */
|
|
|
1468
|
/*
|
|
|
1469
|
content / right / forms / labels (label)
|
|
|
1470
|
*/
|
|
1422
|
1471
|
|
|
1423
|
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
|
1484
|
color: #363636;
|
|
1436
|
1485
|
}
|
|
1437
|
1486
|
|
|
1438
|
|
/* -----------------------------------------------------------
|
|
1439
|
|
content -> right -> forms -> input
|
|
1440
|
|
----------------------------------------------------------- */
|
|
|
1487
|
/*
|
|
|
1488
|
content / right / forms / input
|
|
|
1489
|
*/
|
|
1441
|
1490
|
|
|
1442
|
1491
|
#content div.box div.form div.fields div.field div.input
|
|
1443
|
1492
|
{
|
|
@@
-1537,9
+1586,9
b' div.options a:hover'
|
|
1537
|
1586
|
margin: 0 0 0 6px;
|
|
1538
|
1587
|
}
|
|
1539
|
1588
|
|
|
1540
|
|
/* -----------------------------------------------------------
|
|
1541
|
|
content -> right -> forms -> input (file styling)
|
|
1542
|
|
----------------------------------------------------------- */
|
|
|
1589
|
/*
|
|
|
1590
|
content / right / forms / input (file styling)
|
|
|
1591
|
*/
|
|
1543
|
1592
|
|
|
1544
|
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
|
1610
|
background: #e5e3e3 url("../images/button_browse_selected.png") no-repeat;
|
|
1562
|
1611
|
}
|
|
1563
|
1612
|
|
|
1564
|
|
/* -----------------------------------------------------------
|
|
1565
|
|
content -> right -> forms -> textarea
|
|
1566
|
|
----------------------------------------------------------- */
|
|
|
1613
|
/*
|
|
|
1614
|
content / right / forms / textarea
|
|
|
1615
|
*/
|
|
1567
|
1616
|
|
|
1568
|
1617
|
#content div.box div.form div.fields div.field div.textarea
|
|
1569
|
1618
|
{
|
|
@@
-1629,9
+1678,9
b' div.options a:hover'
|
|
1629
|
1678
|
border: 1px solid #C6D880;
|
|
1630
|
1679
|
}
|
|
1631
|
1680
|
|
|
1632
|
|
/* -----------------------------------------------------------
|
|
1633
|
|
content -> right -> forms -> textarea (tinymce editor)
|
|
1634
|
|
----------------------------------------------------------- */
|
|
|
1681
|
/*
|
|
|
1682
|
content / right / forms / textarea (tinymce editor)
|
|
|
1683
|
*/
|
|
1635
|
1684
|
|
|
1636
|
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
|
1722
|
background: #b1b1b1;
|
|
1674
|
1723
|
}
|
|
1675
|
1724
|
|
|
1676
|
|
/* -----------------------------------------------------------
|
|
1677
|
|
content -> right -> forms -> select
|
|
1678
|
|
----------------------------------------------------------- */
|
|
|
1725
|
/*
|
|
|
1726
|
content / right / forms / select
|
|
|
1727
|
*/
|
|
1679
|
1728
|
|
|
1680
|
1729
|
#content div.box div.form div.fields div.field div.select
|
|
1681
|
1730
|
{
|
|
@@
-1694,9
+1743,9
b' div.options a:hover'
|
|
1694
|
1743
|
margin: 0;
|
|
1695
|
1744
|
}
|
|
1696
|
1745
|
|
|
1697
|
|
/* -----------------------------------------------------------
|
|
1698
|
|
content -> right -> forms -> select (jquery styling)
|
|
1699
|
|
----------------------------------------------------------- */
|
|
|
1746
|
/*
|
|
|
1747
|
content / right / forms / select (jquery styling)
|
|
|
1748
|
*/
|
|
1700
|
1749
|
|
|
1701
|
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
|
1769
|
background-image: url(../images/ui/ui-icons_222222_256x240.png);
|
|
1721
|
1770
|
}
|
|
1722
|
1771
|
|
|
1723
|
|
/* -----------------------------------------------------------
|
|
1724
|
|
content -> right -> forms -> element focus
|
|
1725
|
|
----------------------------------------------------------- */
|
|
|
1772
|
/*
|
|
|
1773
|
content / right / forms / element focus
|
|
|
1774
|
*/
|
|
1726
|
1775
|
|
|
1727
|
1776
|
#content div.box div.form div.fields div.field input[type=text]:focus,
|
|
1728
|
1777
|
#content div.box div.form div.fields div.field input[type=password]:focus,
|
|
@@
-1734,9
+1783,9
b' div.options a:hover'
|
|
1734
|
1783
|
border-color: #666;
|
|
1735
|
1784
|
}
|
|
1736
|
1785
|
|
|
1737
|
|
/* -----------------------------------------------------------
|
|
1738
|
|
content -> right -> forms -> checkboxes
|
|
1739
|
|
----------------------------------------------------------- */
|
|
|
1786
|
/*
|
|
|
1787
|
content / right / forms / checkboxes
|
|
|
1788
|
*/
|
|
1740
|
1789
|
|
|
1741
|
1790
|
#content div.box div.form div.fields div.field div.checkboxes
|
|
1742
|
1791
|
{
|
|
@@
-1766,9
+1815,9
b' div.options a:hover'
|
|
1766
|
1815
|
float: left;
|
|
1767
|
1816
|
}
|
|
1768
|
1817
|
|
|
1769
|
|
/* -----------------------------------------------------------
|
|
1770
|
|
content -> right -> forms -> radios
|
|
1771
|
|
----------------------------------------------------------- */
|
|
|
1818
|
/*
|
|
|
1819
|
content / right / forms / radios
|
|
|
1820
|
*/
|
|
1772
|
1821
|
|
|
1773
|
1822
|
#content div.box div.form div.fields div.field div.radios
|
|
1774
|
1823
|
{
|
|
@@
-1797,9
+1846,9
b' div.options a:hover'
|
|
1797
|
1846
|
display: block;
|
|
1798
|
1847
|
float: left;
|
|
1799
|
1848
|
}
|
|
1800
|
|
/* -----------------------------------------------------------
|
|
1801
|
|
content -> right -> forms -> button
|
|
1802
|
|
----------------------------------------------------------- */
|
|
|
1849
|
/*
|
|
|
1850
|
content / right / forms / button
|
|
|
1851
|
*/
|
|
1803
|
1852
|
|
|
1804
|
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
|
1902
|
margin: 0;
|
|
1854
|
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
|
1905
|
border-top: 1px solid #5c91a4;
|
|
1857
|
1906
|
border-left: 1px solid #2a6f89;
|
|
1858
|
1907
|
border-right: 1px solid #2b7089;
|
|
@@
-1864,7
+1913,7
b' div.form div.fields div.field div.highli'
|
|
1864
|
1913
|
{
|
|
1865
|
1914
|
margin: 0;
|
|
1866
|
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
|
1917
|
border-top: 1px solid #78acbf;
|
|
1869
|
1918
|
border-left: 1px solid #34819e;
|
|
1870
|
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
|
|
/* -----------------------------------------------------------
|
|
1877
|
|
content -> right -> forms -> buttons
|
|
1878
|
|
----------------------------------------------------------- */
|
|
|
1925
|
/*
|
|
|
1926
|
content / right / forms / buttons
|
|
|
1927
|
*/
|
|
1879
|
1928
|
|
|
1880
|
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
|
1946
|
font-size: 11px;
|
|
1898
|
1947
|
font-weight: bold;
|
|
1899
|
1948
|
}
|
|
1900
|
|
/* -----------------------------------------------------------
|
|
1901
|
|
content -> right -> forms -> buttons
|
|
1902
|
|
----------------------------------------------------------- */
|
|
|
1949
|
/*
|
|
|
1950
|
content / right / forms / buttons
|
|
|
1951
|
*/
|
|
1903
|
1952
|
|
|
1904
|
1953
|
div.form div.fields div.buttons
|
|
1905
|
1954
|
{
|
|
@@
-1922,9
+1971,9
b' div.form div.fields div.buttons input'
|
|
1922
|
1971
|
font-weight: bold;
|
|
1923
|
1972
|
}
|
|
1924
|
1973
|
|
|
1925
|
|
/* -----------------------------------------------------------
|
|
1926
|
|
content -> right -> forms -> buttons (jquery styling)
|
|
1927
|
|
----------------------------------------------------------- */
|
|
|
1974
|
/*
|
|
|
1975
|
content / right / forms / buttons (jquery styling)
|
|
|
1976
|
*/
|
|
1928
|
1977
|
|
|
1929
|
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
|
2011
|
margin: 0;
|
|
1963
|
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
|
2014
|
border-top: 1px solid #5c91a4;
|
|
1966
|
2015
|
border-left: 1px solid #2a6f89;
|
|
1967
|
2016
|
border-right: 1px solid #2b7089;
|
|
@@
-1973,7
+2022,7
b' div.form div.fields div.buttons input'
|
|
1973
|
2022
|
{
|
|
1974
|
2023
|
margin: 0;
|
|
1975
|
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
|
2026
|
border-top: 1px solid #78acbf;
|
|
1978
|
2027
|
border-left: 1px solid #34819e;
|
|
1979
|
2028
|
border-right: 1px solid #35829f;
|
|
@@
-1981,9
+2030,9
b' div.form div.fields div.buttons input'
|
|
1981
|
2030
|
color: #FFFFFF;
|
|
1982
|
2031
|
}
|
|
1983
|
2032
|
|
|
1984
|
|
/* -----------------------------------------------------------
|
|
1985
|
|
content -> right -> box / tables
|
|
1986
|
|
----------------------------------------------------------- */
|
|
|
2033
|
/*
|
|
|
2034
|
content / right / box / tables
|
|
|
2035
|
*/
|
|
1987
|
2036
|
|
|
1988
|
2037
|
#content div.box div.table
|
|
1989
|
2038
|
{
|
|
@@
-2084,9
+2133,9
b' div.form div.fields div.buttons input'
|
|
2084
|
2133
|
text-align: center;
|
|
2085
|
2134
|
}
|
|
2086
|
2135
|
|
|
2087
|
|
/* -----------------------------------------------------------
|
|
2088
|
|
content -> right -> box / table action
|
|
2089
|
|
----------------------------------------------------------- */
|
|
|
2136
|
/*
|
|
|
2137
|
content / right / box / table action
|
|
|
2138
|
*/
|
|
2090
|
2139
|
|
|
2091
|
2140
|
#content div.box div.action
|
|
2092
|
2141
|
{
|
|
@@
-2166,9
+2215,9
b' div.form div.fields div.buttons input'
|
|
2166
|
2215
|
background-image: url(../images/ui/ui-icons_222222_256x240.png);
|
|
2167
|
2216
|
}
|
|
2168
|
2217
|
|
|
2169
|
|
/* -----------------------------------------------------------
|
|
2170
|
|
content -> right -> pagination
|
|
2171
|
|
----------------------------------------------------------- */
|
|
|
2218
|
/*
|
|
|
2219
|
content / right / pagination
|
|
|
2220
|
*/
|
|
2172
|
2221
|
|
|
2173
|
2222
|
#content div.box div.pagination
|
|
2174
|
2223
|
{
|
|
@@
-2271,9
+2320,9
b' div.form div.fields div.buttons input'
|
|
2271
|
2320
|
border-bottom: 1px solid #afafaf;
|
|
2272
|
2321
|
}
|
|
2273
|
2322
|
|
|
2274
|
|
/* -----------------------------------------------------------
|
|
2275
|
|
content -> webhelpers pagination
|
|
2276
|
|
----------------------------------------------------------- */
|
|
|
2323
|
/*
|
|
|
2324
|
content / webhelpers pagination
|
|
|
2325
|
*/
|
|
2277
|
2326
|
|
|
2278
|
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
|
|
/* -----------------------------------------------------------
|
|
2369
|
|
content -> right -> traffic chart
|
|
2370
|
|
----------------------------------------------------------- */
|
|
|
2417
|
/*
|
|
|
2418
|
content / right / traffic chart
|
|
|
2419
|
*/
|
|
2371
|
2420
|
|
|
2372
|
2421
|
#content div.box div.traffic
|
|
2373
|
2422
|
{
|
|
@@
-2437,9
+2486,9
b' div.form div.fields div.buttons input'
|
|
2437
|
2486
|
padding: 0 3px 2px 3px;
|
|
2438
|
2487
|
}
|
|
2439
|
2488
|
|
|
2440
|
|
/* -----------------------------------------------------------
|
|
|
2489
|
/*
|
|
2441
|
2490
|
footer
|
|
2442
|
|
----------------------------------------------------------- */
|
|
|
2491
|
*/
|
|
2443
|
2492
|
|
|
2444
|
2493
|
#footer
|
|
2445
|
2494
|
{
|
|
@@
-2458,9
+2507,9
b' div.form div.fields div.buttons input'
|
|
2458
|
2507
|
color: #ffffff;
|
|
2459
|
2508
|
}
|
|
2460
|
2509
|
|
|
2461
|
|
/* -----------------------------------------------------------
|
|
|
2510
|
/*
|
|
2462
|
2511
|
login
|
|
2463
|
|
----------------------------------------------------------- */
|
|
|
2512
|
*/
|
|
2464
|
2513
|
|
|
2465
|
2514
|
#login
|
|
2466
|
2515
|
{
|
|
@@
-2469,9
+2518,9
b' div.form div.fields div.buttons input'
|
|
2469
|
2518
|
width: 420px;
|
|
2470
|
2519
|
}
|
|
2471
|
2520
|
|
|
2472
|
|
/* -----------------------------------------------------------
|
|
2473
|
|
login -> colors
|
|
2474
|
|
----------------------------------------------------------- */
|
|
|
2521
|
/*
|
|
|
2522
|
login / colors
|
|
|
2523
|
*/
|
|
2475
|
2524
|
|
|
2476
|
2525
|
#login div.color
|
|
2477
|
2526
|
{
|
|
@@
-2492,9
+2541,9
b' div.form div.fields div.buttons input'
|
|
2492
|
2541
|
float: left;
|
|
2493
|
2542
|
}
|
|
2494
|
2543
|
|
|
2495
|
|
/* -----------------------------------------------------------
|
|
2496
|
|
login -> title
|
|
2497
|
|
----------------------------------------------------------- */
|
|
|
2544
|
/*
|
|
|
2545
|
login / title
|
|
|
2546
|
*/
|
|
2498
|
2547
|
|
|
2499
|
2548
|
#login div.title
|
|
2500
|
2549
|
{
|
|
@@
-2504,7
+2553,7
b' div.form div.fields div.buttons input'
|
|
2504
|
2553
|
clear: both;
|
|
2505
|
2554
|
overflow: hidden;
|
|
2506
|
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
|
2559
|
#login div.title h5
|
|
@@
-2514,16
+2563,16
b' div.form div.fields div.buttons input'
|
|
2514
|
2563
|
color: #ffffff;
|
|
2515
|
2564
|
}
|
|
2516
|
2565
|
|
|
2517
|
|
/* -----------------------------------------------------------
|
|
2518
|
|
login -> title / corners
|
|
2519
|
|
----------------------------------------------------------- */
|
|
|
2566
|
/*
|
|
|
2567
|
login / title / corners
|
|
|
2568
|
*/
|
|
2520
|
2569
|
|
|
2521
|
2570
|
#login div.title div.corner
|
|
2522
|
2571
|
{
|
|
2523
|
2572
|
height: 6px;
|
|
2524
|
2573
|
width: 6px;
|
|
2525
|
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
|
2578
|
#login div.title div.tl
|
|
@@
-2550,9
+2599,9
b' div.form div.fields div.buttons input'
|
|
2550
|
2599
|
border-bottom: none;
|
|
2551
|
2600
|
}
|
|
2552
|
2601
|
|
|
2553
|
|
/* -----------------------------------------------------------
|
|
2554
|
|
login -> form
|
|
2555
|
|
----------------------------------------------------------- */
|
|
|
2602
|
/*
|
|
|
2603
|
login / form
|
|
|
2604
|
*/
|
|
2556
|
2605
|
|
|
2557
|
2606
|
#login div.form
|
|
2558
|
2607
|
{
|
|
@@
-2713,9
+2762,9
b' div.form div.fields div.buttons input'
|
|
2713
|
2762
|
color: #515151;
|
|
2714
|
2763
|
}
|
|
2715
|
2764
|
|
|
2716
|
|
/* -----------------------------------------------------------
|
|
2717
|
|
login -> links
|
|
2718
|
|
----------------------------------------------------------- */
|
|
|
2765
|
/*
|
|
|
2766
|
login / links
|
|
|
2767
|
*/
|
|
2719
|
2768
|
|
|
2720
|
2769
|
#login div.form div.links
|
|
2721
|
2770
|
{
|
|
@@
-2725,9
+2774,9
b' div.form div.fields div.buttons input'
|
|
2725
|
2774
|
overflow: hidden;
|
|
2726
|
2775
|
}
|
|
2727
|
2776
|
|
|
2728
|
|
/* -----------------------------------------------------------
|
|
|
2777
|
/*
|
|
2729
|
2778
|
register
|
|
2730
|
|
----------------------------------------------------------- */
|
|
|
2779
|
*/
|
|
2731
|
2780
|
|
|
2732
|
2781
|
#register
|
|
2733
|
2782
|
{
|
|
@@
-2736,9
+2785,9
b' div.form div.fields div.buttons input'
|
|
2736
|
2785
|
width: 420px;
|
|
2737
|
2786
|
}
|
|
2738
|
2787
|
|
|
2739
|
|
/* -----------------------------------------------------------
|
|
2740
|
|
register -> colors
|
|
2741
|
|
----------------------------------------------------------- */
|
|
|
2788
|
/*
|
|
|
2789
|
register / colors
|
|
|
2790
|
*/
|
|
2742
|
2791
|
|
|
2743
|
2792
|
#register div.color
|
|
2744
|
2793
|
{
|
|
@@
-2759,9
+2808,9
b' div.form div.fields div.buttons input'
|
|
2759
|
2808
|
float: left;
|
|
2760
|
2809
|
}
|
|
2761
|
2810
|
|
|
2762
|
|
/* -----------------------------------------------------------
|
|
2763
|
|
register -> title
|
|
2764
|
|
----------------------------------------------------------- */
|
|
|
2811
|
/*
|
|
|
2812
|
register / title
|
|
|
2813
|
*/
|
|
2765
|
2814
|
|
|
2766
|
2815
|
#register div.title
|
|
2767
|
2816
|
{
|
|
@@
-2771,7
+2820,7
b' div.form div.fields div.buttons input'
|
|
2771
|
2820
|
clear: both;
|
|
2772
|
2821
|
overflow: hidden;
|
|
2773
|
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
|
2826
|
#register div.title h5
|
|
@@
-2781,15
+2830,15
b' div.form div.fields div.buttons input'
|
|
2781
|
2830
|
color: #ffffff;
|
|
2782
|
2831
|
}
|
|
2783
|
2832
|
|
|
2784
|
|
/* -----------------------------------------------------------
|
|
2785
|
|
register -> inner
|
|
2786
|
|
----------------------------------------------------------- */
|
|
|
2833
|
/*
|
|
|
2834
|
register / inner
|
|
|
2835
|
*/
|
|
2787
|
2836
|
#register div.title div.corner
|
|
2788
|
2837
|
{
|
|
2789
|
2838
|
height: 6px;
|
|
2790
|
2839
|
width: 6px;
|
|
2791
|
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
|
2844
|
#register div.title div.tl
|
|
@@
-2816,9
+2865,9
b' div.form div.fields div.buttons input'
|
|
2816
|
2865
|
border-bottom: none;
|
|
2817
|
2866
|
}
|
|
2818
|
2867
|
|
|
2819
|
|
/* -----------------------------------------------------------
|
|
2820
|
|
register -> form
|
|
2821
|
|
----------------------------------------------------------- */
|
|
|
2868
|
/*
|
|
|
2869
|
register / form
|
|
|
2870
|
*/
|
|
2822
|
2871
|
|
|
2823
|
2872
|
#register div.form
|
|
2824
|
2873
|
{
|
|
@@
-2968,7
+3017,7
b' div.form div.fields div.buttons input'
|
|
2968
|
3017
|
}
|
|
2969
|
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
|
3021
|
border-color:#5C91A4 #2B7089 #1A6480 #2A6F89;
|
|
2973
|
3022
|
border-style:solid;
|
|
2974
|
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
|
3048
|
SUMMARY
|
|
3000
|
|
----------------------------------------------------------- */
|
|
|
3049
|
*/
|
|
3001
|
3050
|
.trending_language_tbl, .trending_language_tbl td {
|
|
3002
|
3051
|
margin: 0px !important;
|
|
3003
|
3052
|
padding: 0px !important;
|
|
@@
-3025,9
+3074,9
b' div.form div.fields div.buttons input'
|
|
3025
|
3074
|
#clone_url{
|
|
3026
|
3075
|
border: none;
|
|
3027
|
3076
|
}
|
|
3028
|
|
/* -----------------------------------------------------------
|
|
|
3077
|
/*
|
|
3029
|
3078
|
FILES
|
|
3030
|
|
----------------------------------------------------------- */
|
|
|
3079
|
*/
|
|
3031
|
3080
|
|
|
3032
|
3081
|
h3.files_location{
|
|
3033
|
3082
|
font-size: 1.8em;
|
|
@@
-3052,9
+3101,9
b' h3.files_location{'
|
|
3052
|
3101
|
}
|
|
3053
|
3102
|
|
|
3054
|
3103
|
|
|
3055
|
|
/* -----------------------------------------------------------
|
|
|
3104
|
/*
|
|
3056
|
3105
|
CHANGESETS
|
|
3057
|
|
----------------------------------------------------------- */
|
|
|
3106
|
*/
|
|
3058
|
3107
|
#changeset_content {
|
|
3059
|
3108
|
border:1px solid #CCCCCC;
|
|
3060
|
3109
|
padding:5px;
|
|
@@
-3129,9
+3178,9
b' h3.files_location{'
|
|
3129
|
3178
|
text-align: left;
|
|
3130
|
3179
|
}
|
|
3131
|
3180
|
|
|
3132
|
|
/* -----------------------------------------------------------
|
|
|
3181
|
/*
|
|
3133
|
3182
|
CHANGESETS - CANVAS
|
|
3134
|
|
----------------------------------------------------------- */
|
|
|
3183
|
*/
|
|
3135
|
3184
|
|
|
3136
|
3185
|
#graph {
|
|
3137
|
3186
|
overflow: hidden;
|
|
@@
-3245,9
+3294,9
b' h3.files_location{'
|
|
3245
|
3294
|
padding:6px 18px 0px 0px
|
|
3246
|
3295
|
}
|
|
3247
|
3296
|
|
|
3248
|
|
/* -----------------------------------------------------------
|
|
|
3297
|
/*
|
|
3249
|
3298
|
FILE BROWSER
|
|
3250
|
|
----------------------------------------------------------- */
|
|
|
3299
|
*/
|
|
3251
|
3300
|
div.browserblock {
|
|
3252
|
3301
|
overflow: hidden;
|
|
3253
|
3302
|
padding: 0px;
|
|
@@
-3316,9
+3365,9
b' table.code-browser .browser-dir {'
|
|
3316
|
3365
|
text-align: left;
|
|
3317
|
3366
|
}
|
|
3318
|
3367
|
|
|
3319
|
|
/* -----------------------------------------------------------
|
|
|
3368
|
/*
|
|
3320
|
3369
|
SEARCH
|
|
3321
|
|
----------------------------------------------------------- */
|
|
|
3370
|
*/
|
|
3322
|
3371
|
|
|
3323
|
3372
|
.box .search {
|
|
3324
|
3373
|
clear:both;
|
|
@@
-3346,18
+3395,18
b' table.code-browser .browser-dir {'
|
|
3346
|
3395
|
|
|
3347
|
3396
|
|
|
3348
|
3397
|
|
|
3349
|
|
/* -----------------------------------------------------------
|
|
|
3398
|
/*
|
|
3350
|
3399
|
ADMIN - SETTINGS
|
|
3351
|
|
----------------------------------------------------------- */
|
|
|
3400
|
*/
|
|
3352
|
3401
|
#path_unlock{
|
|
3353
|
3402
|
color: red;
|
|
3354
|
3403
|
font-size: 1.2em;
|
|
3355
|
3404
|
padding-left: 4px;
|
|
3356
|
3405
|
}
|
|
3357
|
3406
|
|
|
3358
|
|
/* -----------------------------------------------------------
|
|
|
3407
|
/*
|
|
3359
|
3408
|
INFOBOX
|
|
3360
|
|
----------------------------------------------------------- */
|
|
|
3409
|
*/
|
|
3361
|
3410
|
.info_box *{
|
|
3362
|
3411
|
background:url("../../images/pager.png") repeat-x scroll 0 0 #EBEBEB;
|
|
3363
|
3412
|
border-color:#DEDEDE #C4C4C4 #C4C4C4 #CFCFCF;
|
|
@@
-3382,9
+3431,9
b' table.code-browser .browser-dir {'
|
|
3382
|
3431
|
padding:4px 3px 2px 2px;
|
|
3383
|
3432
|
text-align:center;
|
|
3384
|
3433
|
}
|
|
3385
|
|
/* -----------------------------------------------------------
|
|
|
3434
|
/*
|
|
3386
|
3435
|
YUI TOOLTIP
|
|
3387
|
|
----------------------------------------------------------- */
|
|
|
3436
|
*/
|
|
3388
|
3437
|
.yui-overlay,.yui-panel-container {
|
|
3389
|
3438
|
visibility: hidden;
|
|
3390
|
3439
|
position: absolute;
|
|
@@
-3408,9
+3457,9
b' table.code-browser .browser-dir {'
|
|
3408
|
3457
|
display: none;
|
|
3409
|
3458
|
}
|
|
3410
|
3459
|
|
|
3411
|
|
/* -----------------------------------------------------------
|
|
|
3460
|
/*
|
|
3412
|
3461
|
YUI AUTOCOMPLETE
|
|
3413
|
|
----------------------------------------------------------- */
|
|
|
3462
|
*/
|
|
3414
|
3463
|
|
|
3415
|
3464
|
.ac{
|
|
3416
|
3465
|
vertical-align: top;
|
|
@@
-3490,9
+3539,9
b' table.code-browser .browser-dir {'
|
|
3490
|
3539
|
}
|
|
3491
|
3540
|
|
|
3492
|
3541
|
|
|
3493
|
|
/* -----------------------------------------------------------
|
|
|
3542
|
/*
|
|
3494
|
3543
|
ACTION ICONS
|
|
3495
|
|
----------------------------------------------------------- */
|
|
|
3544
|
*/
|
|
3496
|
3545
|
.add_icon {
|
|
3497
|
3546
|
background: url("/images/icons/add.png") no-repeat scroll 3px ;
|
|
3498
|
3547
|
height: 16px;
|
|
@@
-3554,9
+3603,9
b' table.code-browser .browser-dir {'
|
|
3554
|
3603
|
color:#0066CC;
|
|
3555
|
3604
|
}
|
|
3556
|
3605
|
|
|
3557
|
|
/* -----------------------------------------------------------
|
|
|
3606
|
/*
|
|
3558
|
3607
|
REPO SWITCHER
|
|
3559
|
|
----------------------------------------------------------- */
|
|
|
3608
|
*/
|
|
3560
|
3609
|
|
|
3561
|
3610
|
#switch_repos{
|
|
3562
|
3611
|
position: absolute;
|
|
@@
-3568,9
+3617,9
b' table.code-browser .browser-dir {'
|
|
3568
|
3617
|
max-height: 250px;
|
|
3569
|
3618
|
z-index: 1;
|
|
3570
|
3619
|
}
|
|
3571
|
|
/* -----------------------------------------------------------
|
|
|
3620
|
/*
|
|
3572
|
3621
|
BREADCRUMBS
|
|
3573
|
|
----------------------------------------------------------- */
|
|
|
3622
|
*/
|
|
3574
|
3623
|
|
|
3575
|
3624
|
.breadcrumbs{
|
|
3576
|
3625
|
border:medium none;
|
|
@@
-3587,9
+3636,9
b' table.code-browser .browser-dir {'
|
|
3587
|
3636
|
}
|
|
3588
|
3637
|
|
|
3589
|
3638
|
|
|
3590
|
|
/* -----------------------------------------------------------
|
|
|
3639
|
/*
|
|
3591
|
3640
|
FLASH MSG
|
|
3592
|
|
----------------------------------------------------------- */
|
|
|
3641
|
*/
|
|
3593
|
3642
|
.flash_msg ul {
|
|
3594
|
3643
|
margin: 0;
|
|
3595
|
3644
|
padding: 0px 0px 10px 0px;
|
|
@@
-3647,9
+3696,9
b' table.code-browser .browser-dir {'
|
|
3647
|
3696
|
top: 5px;
|
|
3648
|
3697
|
width: 16px;
|
|
3649
|
3698
|
}
|
|
3650
|
|
/* -----------------------------------------------------------
|
|
|
3699
|
/*
|
|
3651
|
3700
|
YUI FLOT
|
|
3652
|
|
----------------------------------------------------------- */
|
|
|
3701
|
*/
|
|
3653
|
3702
|
|
|
3654
|
3703
|
div#commit_history{
|
|
3655
|
3704
|
float: left;
|
|
@@
-3682,9
+3731,9
b' div#legend_choices{'
|
|
3682
|
3731
|
float:left;
|
|
3683
|
3732
|
}
|
|
3684
|
3733
|
|
|
3685
|
|
/* -----------------------------------------------------------
|
|
|
3734
|
/*
|
|
3686
|
3735
|
PERMISSIONS TABLE
|
|
3687
|
|
----------------------------------------------------------- */
|
|
|
3736
|
*/
|
|
3688
|
3737
|
table#permissions_manage{
|
|
3689
|
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
|
3756
|
GRAVATARS
|
|
3708
|
|
----------------------------------------------------------- */
|
|
|
3757
|
*/
|
|
3709
|
3758
|
div.gravatar{
|
|
3710
|
3759
|
background-color:white;
|
|
3711
|
3760
|
border:1px solid #D0D0D0;
|
|
@@
-3714,21
+3763,21
b' div.gravatar{'
|
|
3714
|
3763
|
padding: 2px 2px 0px;
|
|
3715
|
3764
|
}
|
|
3716
|
3765
|
|
|
3717
|
|
/* -----------------------------------------------------------
|
|
|
3766
|
/*
|
|
3718
|
3767
|
STYLING OF LAYOUT
|
|
3719
|
|
----------------------------------------------------------- */
|
|
3720
|
|
|
|
3721
|
|
|
|
3722
|
|
/* -----------------------------------------------------------
|
|
|
3768
|
*/
|
|
|
3769
|
|
|
|
3770
|
|
|
|
3771
|
/*
|
|
3723
|
3772
|
GLOBAL WIDTH
|
|
3724
|
|
----------------------------------------------------------- */
|
|
|
3773
|
*/
|
|
3725
|
3774
|
#header,#content,#footer{
|
|
3726
|
3775
|
min-width: 1224px;
|
|
3727
|
3776
|
}
|
|
3728
|
3777
|
|
|
3729
|
|
/* -----------------------------------------------------------
|
|
|
3778
|
/*
|
|
3730
|
3779
|
content
|
|
3731
|
|
----------------------------------------------------------- */
|
|
|
3780
|
*/
|
|
3732
|
3781
|
|
|
3733
|
3782
|
#content
|
|
3734
|
3783
|
{
|
|
@@
-3740,9
+3789,9
b' div.gravatar{'
|
|
3740
|
3789
|
background: transparent;
|
|
3741
|
3790
|
}
|
|
3742
|
3791
|
|
|
3743
|
|
/* -----------------------------------------------------------
|
|
3744
|
|
content -> right -> forms -> labels
|
|
3745
|
|
----------------------------------------------------------- */
|
|
|
3792
|
/*
|
|
|
3793
|
content / right / forms / labels
|
|
|
3794
|
*/
|
|
3746
|
3795
|
|
|
3747
|
3796
|
#content div.box div.form div.fields div.field div.label
|
|
3748
|
3797
|
{
|
|
@@
-3761,4
+3810,289
b' div.gravatar{'
|
|
3761
|
3810
|
padding: 0 0 8px 0;
|
|
3762
|
3811
|
width: auto;
|
|
3763
|
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
|
}
|