| author | gibus |
| Mon, 10 Mar 2014 13:24:19 +0100 | |
| changeset 600 | fda73ac53450 |
| parent 532 | 0bad3613f59d |
| permissions | -rw-r--r-- |
| 0 | 1 |
/* OVERRIDE */ |
2 |
.c-comment { |
|
|
519
e89c25780e6e
Gradient of colors for commented text depends on number of comments including replies, instead of depending only on number of threads.
gibus
parents:
11
diff
changeset
|
3 |
border:1px solid #FCFC6B; |
|
e89c25780e6e
Gradient of colors for commented text depends on number of comments including replies, instead of depending only on number of threads.
gibus
parents:
11
diff
changeset
|
4 |
background-color: #FFFFBD; |
| 0 | 5 |
} |
6 |
||
|
600
fda73ac53450
Use YUI 3.10 (now that conflict with ASCIIMathML is solved).
gibus
parents:
532
diff
changeset
|
7 |
.c-comment .yui3-widget-hd { |
|
519
e89c25780e6e
Gradient of colors for commented text depends on number of comments including replies, instead of depending only on number of threads.
gibus
parents:
11
diff
changeset
|
8 |
background-color: #FCFC6B; |
| 0 | 9 |
} |
10 |
||
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
11 |
.c-comment a.c-close, .c-comment a.c-show-scope { |
| 0 | 12 |
background-position: 0 -162px ; |
13 |
} |