| author | raph |
| Wed, 03 Feb 2010 15:42:56 +0100 | |
| changeset 142 | 9b3438382e53 |
| parent 103 | 61fd17f9ab78 |
| child 475 | 782d40ecf7c3 |
| permissions | -rw-r--r-- |
| 0 | 1 |
/* style of overlays for comments,no border text only style */ |
2 |
/* YUI OVERLAY */ /* Overlay Look/Feel */ |
|
3 |
.c-comment, .c-newcomment { |
|
4 |
padding: 0px; |
|
5 |
/* font-size: 85%; */ |
|
6 |
} |
|
7 |
||
8 |
.c-comment .yui-widget-hd, .c-comment .yui-widget-bd, .c-comment .yui-widget-ft,.c-newcomment .yui-widget-hd, .c-newcomment .yui-widget-bd, .c-newcomment .yui-widget-ft { |
|
9 |
text-align: left; |
|
10 |
padding: 2px; |
|
11 |
} |
|
12 |
||
13 |
.c-comment h1, .c-comment h2, .c-comment h3, .c-newcomment h1, .c-newcomment h2, .c-newcomment h3 { |
|
14 |
margin:0; |
|
15 |
} |
|
16 |
||
17 |
.c-header-title { |
|
18 |
font-size:100%; |
|
19 |
font-weight: bold; |
|
20 |
} |
|
21 |
||
22 |
.c-newcommentform-title { |
|
23 |
font-family:arial,helvetica,clean,sans-serif; |
|
24 |
font-size-adjust:none; |
|
25 |
font-style:normal; |
|
26 |
font-variant:normal; |
|
27 |
line-height:1.231; |
|
28 |
font-weight: bold; |
|
29 |
} |
|
30 |
||
31 |
.c-infos, .c-tags-infos, .c-state-actions,.c-iactions { |
|
32 |
font-size: 77%; |
|
33 |
color: #565656; |
|
34 |
} |
|
35 |
||
| 103 | 36 |
.c-no-scope-msg { |
37 |
font-size: 77%; |
|
38 |
color: #F00; |
|
39 |
} |
|
40 |
||
41 |
.c-has-scope .c-no-scope-msg { |
|
42 |
display:none; |
|
43 |
} |
|
44 |
||
| 0 | 45 |
.c-error { |
46 |
color: #FF0000; |
|
47 |
} |
|
48 |
||
49 |
.c-input { |
|
50 |
padding:1px; |
|
51 |
width:180px; |
|
52 |
} |
|
53 |
||
54 |
/* taking away anything changes the style under IE */ |
|
55 |
.current_sel { |
|
56 |
-x-system-font:none; |
|
57 |
background-color:#111111; |
|
58 |
color:#FFFFFF; |
|
59 |
font-family:arial,helvetica,sans-serif; |
|
60 |
/* font-size:11px;*/ |
|
61 |
font-size-adjust:none; |
|
62 |
font-stretch:normal; |
|
63 |
font-style:normal; |
|
64 |
font-variant:normal; |
|
65 |
font-weight:bold; |
|
66 |
line-height:normal; |
|
67 |
width:100%; |
|
68 |
} |
|
69 |
||
70 |
.current_sel_ins { |
|
71 |
margin:4px; |
|
72 |
} |
|
73 |
||
74 |
a.c-action { |
|
75 |
overflow: hidden; |
|
76 |
cursor: pointer; |
|
77 |
color:#2D5593; |
|
78 |
text-decoration: none; |
|
79 |
} |
|
80 |
||
81 |
.yui-widget-bd .c-ireplyactions { |
|
82 |
overflow: hidden; |
|
83 |
margin-right:3px; |
|
84 |
float:right; |
|
85 |
} |
|
86 |
||
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
87 |
.c-comment a.c-close, .c-comment a.c-show-scope { |
| 0 | 88 |
position: absolute; |
|
8
1a495fcc40f9
client show scope button + do not show all comments on startup
reno
parents:
0
diff
changeset
|
89 |
top: 5px; |
| 0 | 90 |
height: 14px; |
91 |
text-indent: -999px; |
|
92 |
width: 14px; |
|
93 |
cursor: pointer; |
|
94 |
color:#2D5593; |
|
95 |
overflow: hidden; |
|
96 |
text-decoration: none; |
|
97 |
font-size:77%; |
|
98 |
} |
|
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
99 |
.c-comment a.c-close { |
|
8
1a495fcc40f9
client show scope button + do not show all comments on startup
reno
parents:
0
diff
changeset
|
100 |
background: transparent url(../../../img/c_spr.png) no-repeat scroll 0 -30px; |
|
1a495fcc40f9
client show scope button + do not show all comments on startup
reno
parents:
0
diff
changeset
|
101 |
right: 5px; |
|
1a495fcc40f9
client show scope button + do not show all comments on startup
reno
parents:
0
diff
changeset
|
102 |
} |
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
103 |
.c-comment a.c-show-scope { |
|
8
1a495fcc40f9
client show scope button + do not show all comments on startup
reno
parents:
0
diff
changeset
|
104 |
background: transparent url(../../../img/c_spr2.png) no-repeat scroll 0 -30px; |
|
1a495fcc40f9
client show scope button + do not show all comments on startup
reno
parents:
0
diff
changeset
|
105 |
right: 21px; |
|
1a495fcc40f9
client show scope button + do not show all comments on startup
reno
parents:
0
diff
changeset
|
106 |
} |
| 0 | 107 |
|
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
108 |
.c-comment a.c-close { |
| 0 | 109 |
background-position: 0 -30px; |
110 |
} |
|
111 |
||
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
112 |
.c-focus-comment .c-comment a.c-close { |
| 0 | 113 |
background-position: 0 -74px; |
114 |
} |
|
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
115 |
|
| 103 | 116 |
.c-is-reply .c-comment a.c-show-scope, .c-focus-comment .c-comment a.c-show-scope, .c-has-no-scope .c-comment a.c-show-scope { |
117 |
display: none; |
|
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
118 |
} |
|
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
119 |
|
| 0 | 120 |
input[type="text"], input[type="password"], textarea { |
121 |
border: 1px solid #C1C1C1; |
|
122 |
} |
|
123 |
||
124 |
.c-comment .yui-widget-bd { |
|
125 |
padding-bottom: 20px; |
|
126 |
} |
|
127 |
||
128 |
.c-focus-comment .c-comment { |
|
129 |
background-color:#DBE8FF; |
|
130 |
border:1px solid #BFD6FF; |
|
131 |
} |
|
132 |
||
133 |
.c-focus-comment .c-comment .yui-widget-hd { |
|
134 |
background-color:#BFD6FF; |
|
135 |
} |
|
136 |
||
137 |
.c-focus-comment .c-comment{ |
|
138 |
/* border: solid 1px #000000 ;*/ |
|
139 |
} |
|
140 |
||
141 |
a.c-state-unapproved { |
|
142 |
color:#F00 ; |
|
143 |
} |
|
144 |
a.c-state-pending { |
|
145 |
color:#FF8000 ; |
|
146 |
} |
|
147 |
a.c-state-approved { |
|
148 |
color:#1AB81D ; |
|
149 |
} |
|
150 |
||
151 |
span.c-content p { |
|
152 |
margin-bottom:0em; |
|
153 |
} |