| author | ymh <ymh.work@gmail.com> |
| Fri, 14 Mar 2014 13:16:10 +0100 | |
| changeset 611 | fa66f4bb1563 |
| parent 600 | fda73ac53450 |
| 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 |
||
|
600
fda73ac53450
Use YUI 3.10 (now that conflict with ASCIIMathML is solved).
gibus
parents:
532
diff
changeset
|
8 |
.c-comment .yui3-widget-hd, .c-comment .yui3-widget-bd, .c-comment .yui3-widget-ft,.c-newcomment .yui3-widget-hd, .c-newcomment .yui3-widget-bd, .c-newcomment .yui3-widget-ft { |
| 0 | 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 |
||
|
504
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
31 |
.c-infos, .c-tags-infos, .c-cat, .c-state-actions,.c-iactions { |
| 0 | 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-size:11px;*/ |
|
60 |
font-size-adjust:none; |
|
61 |
font-stretch:normal; |
|
62 |
font-style:normal; |
|
63 |
font-variant:normal; |
|
64 |
font-weight:bold; |
|
65 |
line-height:normal; |
|
66 |
width:100%; |
|
67 |
} |
|
68 |
||
69 |
.current_sel_ins { |
|
70 |
margin:4px; |
|
71 |
} |
|
72 |
||
73 |
a.c-action { |
|
74 |
overflow: hidden; |
|
75 |
cursor: pointer; |
|
76 |
color:#2D5593; |
|
77 |
text-decoration: none; |
|
78 |
} |
|
79 |
||
|
600
fda73ac53450
Use YUI 3.10 (now that conflict with ASCIIMathML is solved).
gibus
parents:
532
diff
changeset
|
80 |
.yui3-widget-bd .c-ireplyactions { |
| 0 | 81 |
overflow: hidden; |
82 |
margin-right:3px; |
|
83 |
float:right; |
|
84 |
} |
|
85 |
||
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
86 |
.c-comment a.c-close, .c-comment a.c-show-scope { |
| 0 | 87 |
position: absolute; |
|
8
1a495fcc40f9
client show scope button + do not show all comments on startup
reno
parents:
0
diff
changeset
|
88 |
top: 5px; |
| 0 | 89 |
height: 14px; |
90 |
text-indent: -999px; |
|
91 |
width: 14px; |
|
92 |
cursor: pointer; |
|
93 |
color:#2D5593; |
|
94 |
overflow: hidden; |
|
95 |
text-decoration: none; |
|
96 |
font-size:77%; |
|
97 |
} |
|
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
98 |
.c-comment a.c-close { |
|
8
1a495fcc40f9
client show scope button + do not show all comments on startup
reno
parents:
0
diff
changeset
|
99 |
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
|
100 |
right: 5px; |
|
1a495fcc40f9
client show scope button + do not show all comments on startup
reno
parents:
0
diff
changeset
|
101 |
} |
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
102 |
.c-comment a.c-show-scope { |
|
8
1a495fcc40f9
client show scope button + do not show all comments on startup
reno
parents:
0
diff
changeset
|
103 |
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
|
104 |
right: 21px; |
|
1a495fcc40f9
client show scope button + do not show all comments on startup
reno
parents:
0
diff
changeset
|
105 |
} |
| 0 | 106 |
|
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
107 |
.c-comment a.c-close { |
| 0 | 108 |
background-position: 0 -30px; |
109 |
} |
|
110 |
||
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
111 |
.c-focus-comment .c-comment a.c-close { |
| 0 | 112 |
background-position: 0 -74px; |
113 |
} |
|
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
114 |
|
| 103 | 115 |
.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 { |
116 |
display: none; |
|
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
117 |
} |
|
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
118 |
|
| 0 | 119 |
input[type="text"], input[type="password"], textarea { |
120 |
border: 1px solid #C1C1C1; |
|
121 |
} |
|
122 |
||
|
600
fda73ac53450
Use YUI 3.10 (now that conflict with ASCIIMathML is solved).
gibus
parents:
532
diff
changeset
|
123 |
.c-comment .yui3-widget-bd { |
| 0 | 124 |
padding-bottom: 20px; |
125 |
} |
|
126 |
||
127 |
.c-focus-comment .c-comment { |
|
128 |
background-color:#DBE8FF; |
|
129 |
border:1px solid #BFD6FF; |
|
130 |
} |
|
131 |
||
|
600
fda73ac53450
Use YUI 3.10 (now that conflict with ASCIIMathML is solved).
gibus
parents:
532
diff
changeset
|
132 |
.c-focus-comment .c-comment .yui3-widget-hd { |
| 0 | 133 |
background-color:#BFD6FF; |
134 |
} |
|
135 |
||
136 |
.c-focus-comment .c-comment{ |
|
137 |
/* border: solid 1px #000000 ;*/ |
|
138 |
} |
|
139 |
||
140 |
a.c-state-unapproved { |
|
141 |
color:#F00 ; |
|
142 |
} |
|
143 |
a.c-state-pending { |
|
144 |
color:#FF8000 ; |
|
145 |
} |
|
146 |
a.c-state-approved { |
|
147 |
color:#1AB81D ; |
|
148 |
} |
|
149 |
||
150 |
span.c-content p { |
|
151 |
margin-bottom:0em; |
|
| 475 | 152 |
} |
153 |
||
154 |
.icomment-header .c-header-title { |
|
155 |
font: bold 13px/16px 'PT Sans', Verdana, sans-serif; |
|
156 |
} |
|
157 |
||
158 |
.icomment-header .c-infos, |
|
159 |
.icomment-header .c-state-actions, |
|
160 |
.icomment-header .c-state-actions, |
|
|
504
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
161 |
.icomment-header .c-tags, |
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
162 |
.icomment-header .c-cat-val { |
| 475 | 163 |
font: 11px/13px 'PT Sans', Verdana, sans-serif; |
164 |
} |
|
165 |
||
|
504
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
166 |
.icomment-header .c-cat-val.c-cat-1 { |
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
167 |
color: #1523f4; |
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
168 |
} |
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
169 |
|
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
170 |
.icomment-header .c-cat-val.c-cat-2 { |
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
171 |
color: #f4154f; |
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
172 |
} |
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
173 |
|
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
174 |
.icomment-header .c-cat-val.c-cat-3 { |
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
175 |
color: #09ff09; |
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
176 |
} |
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
177 |
|
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
178 |
.icomment-header .c-cat-val.c-cat-4 { |
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
179 |
color: #bc39cf; |
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
180 |
} |
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
181 |
|
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
182 |
.icomment-header .c-cat-val.c-cat-5 { |
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
183 |
color: #ffbd08; |
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
184 |
} |
|
b2e0186daa5b
Adds a category to comments, painted with colored vertical bar.
gibus
parents:
482
diff
changeset
|
185 |
|
| 475 | 186 |
.icomment-body { |
187 |
font: 13px/18px 'PT Sans', Verdana, sans-serif; |
|
188 |
} |