"Initial commit to Gerrit"
[profile/ivi/libcroco.git] / tests / test-inputs / test1.css
1 body { 
2
3         background-color: #E5E5E5; 
4
5         scrollbar-face-color: #CCCCCC; 
6
7         scrollbar-highlight-color: #FFFFFF; 
8
9         scrollbar-shadow-color: #CCCCCC; 
10
11         scrollbar-3dlight-color: #D1D7DC; 
12
13         scrollbar-arrow-color:  #000000; 
14
15         scrollbar-track-color: #FFFFFF; 
16
17         scrollbar-darkshadow-color: #000000; 
18
19
20
21  
22
23 font, th, td, p { 
24
25         font-family: Verdana, Arial, Helvetica, sans-serif; 
26
27         font-size: 11px;  
28
29
30
31  
32
33 h1, h2  { font-size: 11px; color: #000000; font-weight: bold; } 
34
35  
36
37 a:link, a:active, a:visited     { color: #000000; } 
38
39  
40
41 a:hover { color: #CC0000; text-decoration: underline; } 
42
43  
44
45 hr      { height: 0px; border: solid #CCCCCC 0px; border-top-width: 1px; } 
46
47  
48
49 small   { font-size: 10px; } 
50
51  
52
53 input, textarea, select { 
54
55         font: normal 11px Verdana, Arial, Helvetica, sans-serif; 
56
57         color: #000000; 
58
59         border-color: #000000; 
60
61
62
63  
64
65 input { text-indent: 2px; } 
66
67  
68
69
70 input.post, textarea.post, select { 
71
72         background-color: #FFFFFF;  
73
74
75
76  
77
78
79 th      { 
80
81         font-size: 11px; color: #CCCCCC; font-weight: bold; 
82
83         background-color: #000000; height: 25px; 
84
85         background-image: url(/~wiceyto/test/templates/blacknwhite/images/cellpic3.gif); 
86
87
88
89  
90
91
92 .fontspec, .tablefont { 
93
94         font-family: Verdana, Arial, Helvetica, sans-serif; 
95
96         font-size: 11px;  
97
98
99
100  
101
102 .navbartext, .navbarfont        { 
103
104         font-size: 11px; color: #000000; font-weight: bold;  
105
106
107
108  
109
110 .navbartext a, .navbarfont a    { 
111
112         color: #000000; font-weight: bold; text-decoration: none;  
113
114
115
116  
117
118 .navbartext a:hover, .navbarfont a:hover        { 
119
120         color: #CC0000; text-decoration: none;  
121
122
123
124  
125
126 .tablespec, .guestbook  { background-color: #FFFFFF; border: 2px #000000 solid; } 
127
128 .tablespec th, .tablespec td    { color: #000000; background-color: #CCCCCC; } 
129
130 .tablespec th           { background-image: none; } 
131
132  
133
134 .messageblock   {  
135
136         border: dashed 1px;  
137
138         margin-right: 4em; margin-left: 4em; 
139
140         padding: 3em; 
141
142
143
144  
145
146 /* $MessageOpenCode - the body of text of the posts */ 
147
148 .messagebody            { font-size: 12px; line-height: 18px; } 
149
150 .messagebody a          { color: #000000; text-decoration: underline; } 
151
152 .messagebody a:hover    { color: #CC0000; text-decoration: underline; } 
153
154  
155
156
157 .newcode        { font-size: 11px; color: #CC0000; font-weight: bold; } 
158
159 .admincode      { font-size: 11px; color: #990000; font-style: bold; } 
160
161  
162
163
164 .bodyline       { background-color: #FFFFFF; border: 1px #000000 solid; } 
165
166  
167
168
169 .quote, .code { 
170
171         background-color: #FAFAFA; border: #D1D7DC; border-style: solid; 
172
173         border-top-width: 1px; border-right-width: 1px; 
174
175         border-bottom-width: 1px; border-left-width: 1px;  
176
177
178
179  
180
181 .quote { 
182
183         font-family: Verdana, Arial, Helvetica, sans-serif;  
184
185         font-size: 11px; 
186
187         color: #444444; line-height: 125%; 
188
189
190
191  
192
193 .code { 
194
195         font-family: Courier, 'Courier New', sans-serif;  
196
197         font-size: 11px;  
198
199         color: #CC0000; 
200
201
202
203  
204
205
206 input.button { 
207
208         font-family: Verdana, Arial, Helvetica, sans-serif; 
209
210         font-size: 11px;  
211
212         color: #000000; 
213
214         background-color: #FFFFFF; 
215
216
217
218  
219
220 /* Format button rollover help line. Actually it's a text box  
221
222  set to the same color as the background so no one will know. */ 
223
224 .helpline       { background-color: #CCCCCC; border-style: none; } 
225
226  
227
228 /* additional table cell colors and backgrounds */ 
229
230 td.row2         { background-color: #CCCCCC; } 
231
232 td.row1         { background-color: #CCCCCC; } 
233
234 td.row3         { background-color: #D1D7DC; } 
235
236  
237
238 /* additional general text */ 
239
240 .gen            { font-size: 12px; } 
241
242 .genmed         { font-size: 11px; } 
243
244 .gensmall       { font-size: 10px; } 
245
246 .gen, .genmed, .gensmall        { color: #000000; } 
247
248 a.gen, a.genmed, a.gensmall     { color: #000000; text-decoration: none; } 
249
250 a.gen:hover, a.genmed:hover, a.gensmall:hover   { color: #CC0000; text-decoration: underline; } 
251
252  
253
254 /* import fancy styles. For IE only. NS4.x doesn't use the @import function */ 
255
256 @import url("/your.site/webbbs/themes/formIE.css"); 
257
258  
259
260 /* END of blacknwhite.css */ 
261
262  
263
264  
265
266  
267
268 /* Appendix.2-2: Example fancy styles CSS file 
269
270 Paste these into a text file and save as formIE.css */ 
271
272  
273
274 /* Fancy form styles for IE */ 
275
276  
277
278 input, textarea, select { 
279
280 border-top-width : 1px;  
281
282 border-right-width : 1px;  
283
284 border-bottom-width : 1px;  
285
286 border-left-width : 1px;   
287
288
289
290  
291
292 input { text-indent : 2px; } 
293
294  
295
296 input.button { 
297
298 border-top-width : 1px;  
299
300 border-right-width : 1px;  
301
302 border-bottom-width : 1px;  
303
304 border-left-width : 1px;   
305
306
307
308  
309
310 .postbody { line-height: 18px} 
311
312  
313
314 /* END of formIE.css */