|
0
|
1 |
/* |
|
|
2 |
.c-scope.c-count-1 { |
|
|
3 |
background-color : #e3edff; |
|
|
4 |
} |
|
|
5 |
.c-scope.c-count-2 { |
|
|
6 |
background-color : #c9ddff; |
|
|
7 |
} |
|
|
8 |
.c-scope.c-count-3 { |
|
|
9 |
background-color : #b0ccff; |
|
|
10 |
} |
|
|
11 |
.c-scope.c-count-4 { |
|
|
12 |
background-color : #96bcff; |
|
|
13 |
} |
|
|
14 |
.c-scope.c-count-5{ |
|
|
15 |
background-color : #7dabff; |
|
|
16 |
} |
|
|
17 |
.c-scope.c-count-6{ |
|
|
18 |
background-color : #639bff; |
|
|
19 |
} |
|
|
20 |
.c-scope.c-count-7, .c-scope.c-count-8, .c-scope.c-count-9, .c-scope.c-count-10, .c-scope.c-count-11, .c-scope.c-count-12, .c-scope.c-count-13, .c-scope.c-count-14, .c-scope.c-count-15, .c-scope.c-count-16, .c-scope.c-count-17, .c-scope.c-count-18, .c-scope.c-count-19, .c-scope.c-count-20, .c-scope.c-count-21, .c-scope.c-count-22, .c-scope.c-count-23, .c-scope.c-count-24, .c-scope.c-count-25 { |
|
|
21 |
background-color : #4a8bff; |
|
|
22 |
} |
|
|
23 |
*/ |
|
|
24 |
.c-scope.c-count-1 { |
|
|
25 |
background-color : #e3edff; |
|
|
26 |
} |
|
|
27 |
.c-scope.c-count-1 { |
|
|
28 |
background-color : #c9ddff; |
|
|
29 |
} |
|
|
30 |
.c-scope.c-count-2 { |
|
|
31 |
background-color : #b0ccff; |
|
|
32 |
} |
|
|
33 |
.c-scope.c-count-3 { |
|
|
34 |
background-color : #96bcff; |
|
|
35 |
} |
|
|
36 |
.c-scope.c-count-4{ |
|
|
37 |
background-color : #7dabff; |
|
|
38 |
} |
|
|
39 |
.c-scope.c-count-5{ |
|
|
40 |
background-color : #639bff; |
|
|
41 |
} |
|
|
42 |
.c-scope.c-count-6, .c-scope.c-count-7, .c-scope.c-count-8, .c-scope.c-count-9, .c-scope.c-count-10, .c-scope.c-count-11, .c-scope.c-count-12, .c-scope.c-count-13, .c-scope.c-count-14, .c-scope.c-count-15, .c-scope.c-count-16, .c-scope.c-count-17, .c-scope.c-count-18, .c-scope.c-count-19, .c-scope.c-count-20, .c-scope.c-count-21, .c-scope.c-count-22, .c-scope.c-count-23, .c-scope.c-count-24, .c-scope.c-count-25 { |
|
|
43 |
background-color : #4a8bff; |
|
|
44 |
} |
|
|
45 |
|
|
|
46 |
/* |
|
|
47 |
.c-scope.c-count-1 : won't work with IE6 (IE6 doesn't understand the chain of classes within a CSS selector) |
|
|
48 |
so |
|
|
49 |
_background-color : the underscore is for targeting IE6 only (won't target above versions) |
|
|
50 |
!important : is for giving a preference to the .c-count-x rules |
|
|
51 |
*/ |
|
|
52 |
.c-scope { |
|
|
53 |
_background-color : #e3edff !important; |
|
|
54 |
} |
|
|
55 |
|
|
|
56 |
.cursor_pointer { |
|
|
57 |
cursor: pointer; |
|
|
58 |
} |
|
|
59 |
|
|
|
60 |
.c-count-1 { |
|
|
61 |
background-color : #FFF39A; |
|
|
62 |
cursor: pointer; |
|
|
63 |
} |
|
|
64 |
|
|
|
65 |
.c-count-2{ |
|
|
66 |
/* background: transparent url(../../../img/close_comment.png) no-repeat scroll 0 0;*/ |
|
|
67 |
/* background: transparent url(../../../img/twopixtest.png) repeat scroll 0 0;*/ |
|
|
68 |
background-color : #FFDB9A; |
|
|
69 |
cursor: pointer; |
|
|
70 |
} |
|
|
71 |
|
|
|
72 |
.c-count-3{ |
|
|
73 |
background-color : #FFC39A; |
|
|
74 |
cursor: pointer; |
|
|
75 |
} |
|
|
76 |
|
|
|
77 |
.c-count-4 { |
|
|
78 |
background-color : #FFAB9A; |
|
|
79 |
cursor: pointer; |
|
|
80 |
} |
|
|
81 |
|
|
|
82 |
.c-count-5 { |
|
|
83 |
background-color : #FF879A; |
|
|
84 |
cursor: pointer; |
|
|
85 |
} |
|
|
86 |
|
|
|
87 |
.c-count-6 { |
|
|
88 |
background-color : #FF7B9A; |
|
|
89 |
cursor: pointer; |
|
|
90 |
} |
|
|
91 |
|
|
|
92 |
/* cf. gNbColorGradSetting */ |
|
|
93 |
.c-count-7, .c-count-8, .c-count-9, .c-count-10, .c-count-11, .c-count-12, .c-count-13, .c-count-14, .c-count-15, .c-count-16, .c-count-17, .c-count-18, .c-count-19, .c-count-20, .c-count-21, .c-count-22, .c-count-23, .c-count-24, .c-count-25 { |
|
|
94 |
background-color : #FF6272; |
|
|
95 |
cursor: pointer; |
|
|
96 |
} |