Revision 2416
Added by sgarg over 19 years ago
src/perl/create-registry/scope.css | ||
---|---|---|
126 | 126 |
* these override styles imported from eml css |
127 | 127 |
*/ |
128 | 128 |
|
129 |
body { |
|
129 |
|
|
130 |
|
|
131 |
body { |
|
130 | 132 |
padding: 0px; |
131 | 133 |
margin: 0px; |
132 | 134 |
margin-top: 5px; |
... | ... | |
137 | 139 |
font-family: Verdana,Arial,Helvetica,sans-serif; |
138 | 140 |
} |
139 | 141 |
|
142 |
.sectionnames{ |
|
143 |
font-weight: bold; |
|
144 |
font-size: 16px; |
|
145 |
color: #0040A1; |
|
146 |
} |
|
147 |
|
|
140 | 148 |
.title { |
141 | 149 |
font-family: Georgia, Times New Roman, Times, serif; |
142 | 150 |
color: black; |
... | ... | |
198 | 206 |
color: #0040A1; |
199 | 207 |
font-weight: bold; |
200 | 208 |
font-size: 12px; |
201 |
text-decoration: none; }
|
|
209 |
text-decoration: underline; }
|
|
202 | 210 |
|
203 | 211 |
a:hover { |
204 | 212 |
color: #ff9933; |
... | ... | |
230 | 238 |
text-decoration: none; |
231 | 239 |
} |
232 | 240 |
|
241 |
.intro { |
|
242 |
width: 760; |
|
243 |
margin-left: 15; |
|
244 |
} |
|
245 |
|
|
233 | 246 |
br { |
234 | 247 |
margin: 0px; |
235 | 248 |
padding: 0px; |
... | ... | |
248 | 261 |
font-weight: bold; |
249 | 262 |
} |
250 | 263 |
|
264 |
|
|
265 |
.emphasis { |
|
266 |
font-weight: bold; |
|
267 |
font-size: 18px; |
|
268 |
color: #000000; |
|
269 |
} |
|
270 |
|
|
271 |
.boldlink { |
|
272 |
font-weight: bold; |
|
273 |
font-size: 12px; |
|
274 |
} |
|
275 |
|
|
276 |
.colorbold { |
|
277 |
font-weight: bold; |
|
278 |
color: #0040A1; |
|
279 |
font-size: 12px; |
|
280 |
} |
|
281 |
|
|
282 |
.redbold { |
|
283 |
font-weight: bold; |
|
284 |
color: #b00000; |
|
285 |
font-size: 12px; |
|
286 |
} |
|
287 |
|
|
288 |
.greenbold { |
|
289 |
font-weight: bold; |
|
290 |
color: #008000; |
|
291 |
font-size: 12px; |
|
292 |
} |
|
293 |
|
|
294 |
.smalltext { |
|
295 |
font-weight: bold; |
|
296 |
font-size: 10px; |
|
297 |
vertical-align: super; |
|
298 |
} |
|
299 |
|
|
300 |
.largetext { |
|
301 |
font-weight: bold; |
|
302 |
font-size: 16px; |
|
303 |
} |
|
304 |
|
|
305 |
.italicized { |
|
306 |
font-style: italic; |
|
307 |
font-size: 12px; |
|
308 |
} |
|
309 |
|
|
310 |
.regtext { |
|
311 |
font-weight: normal; |
|
312 |
font-size: 12px; |
|
313 |
} |
|
314 |
.sectbody { |
|
315 |
background: #e8eef7; |
|
316 |
font-size: 12px; |
|
317 |
font-weight: bold;} |
|
318 |
|
|
319 |
.sectheader { |
|
320 |
background: #B7C9E3; |
|
321 |
font-size: 12px; |
|
322 |
font-weight: bold;} |
|
323 |
|
|
324 |
.tables { |
|
325 |
width: 760px; |
|
326 |
margin-left: 20; |
|
327 |
border-top: solid black 1px; |
|
328 |
border-left: solid black 1px; |
|
329 |
border-right: solid black 1px; |
|
330 |
} |
|
331 |
|
|
332 |
.hide { |
|
333 |
display:none; |
|
334 |
} |
|
335 |
|
|
336 |
.bordertop { |
|
337 |
border-top: solid black 1px; |
|
338 |
} |
|
339 |
|
|
340 |
.borderbottom { |
|
341 |
border-bottom: solid black 1px; |
|
342 |
} |
|
343 |
|
|
344 |
.topbottom { |
|
345 |
border-top: 1px solid black; |
|
346 |
border-bottom: 1px solid black; |
|
347 |
} |
|
348 |
|
|
349 |
.longwidth { |
|
350 |
width: 80%; |
|
351 |
} |
|
352 |
|
|
353 |
.shortwidth { |
|
354 |
width: 35%; |
|
355 |
} |
|
356 |
|
|
357 |
.rightCol { |
|
358 |
width: 24%; |
|
359 |
text-align: right; |
|
360 |
} |
|
361 |
|
|
251 | 362 |
/** |
252 | 363 |
* This is add to overload the p+p function defined in eml.css. |
253 | 364 |
* Refer to bug# 1306 for further details. |
... | ... | |
255 | 366 |
|
256 | 367 |
p + p { |
257 | 368 |
text-indent: 0em; |
369 |
|
|
258 | 370 |
} |
Also available in: Unified diff
Changes made in the css for the skins.