Revision 3440
Added by bowdish about 17 years ago
lib/style/skins/default/default.css | ||
---|---|---|
34 | 34 |
* NOTE: these styles apply only to each |
35 | 35 |
* container frame, *NOT* to the document within it! |
36 | 36 |
*/ |
37 |
|
|
38 |
.citation { |
|
39 |
color: black; |
|
40 |
background-color: #FFFFFF; |
|
41 |
font-size: 1.2em |
|
42 |
padding-left: 10px; |
|
43 |
} |
|
37 | 44 |
|
38 | 45 |
.iframeheaderclass { |
39 | 46 |
height: 100px; |
40 | 47 |
width: 100%; |
41 | 48 |
border: 0px; |
42 |
margin: 0px;
|
|
49 |
margih: 0px;
|
|
43 | 50 |
} |
44 | 51 |
|
45 | 52 |
.iframesearchboxclass { |
... | ... | |
138 | 145 |
} |
139 | 146 |
|
140 | 147 |
.sectioncorner { |
141 |
background-image: url(@style-skins-path@/default/images/panelhead_bg.gif);
|
|
148 |
background-image: url(/knb/style/skins/default/images/panelhead_bg.gif);
|
|
142 | 149 |
} |
143 | 150 |
|
144 | 151 |
.sectionheader { |
145 |
background-image: url(@style-skins-path@/default/images/panelhead_bg.gif);
|
|
152 |
background-image: url(/knb/style/skins/default/images/panelhead_bg.gif);
|
|
146 | 153 |
text-align: center; |
147 | 154 |
color: #0247A8; |
148 | 155 |
/* font-size: 1em; |
... | ... | |
184 | 191 |
padding-top: 3px; |
185 | 192 |
color: #333333; |
186 | 193 |
background-color: #eeeeee; |
187 |
background-image: url(@style-skins-path@/default/images/bgpattern.gif);
|
|
194 |
background-image: url(/knb/style/skins/default/images/bgpattern.gif);
|
|
188 | 195 |
font-weight: normal; |
189 | 196 |
font-size: 12px; |
190 | 197 |
font-family: Verdana,Arial,Helvetica,sans-serif; |
... | ... | |
289 | 296 |
padding-right: 5px;*/ |
290 | 297 |
} |
291 | 298 |
|
299 |
.div { |
|
300 |
background: white; |
|
301 |
color: #555555 |
|
302 |
width: 100% |
|
303 |
} |
|
304 |
|
|
292 | 305 |
.tablepanel { |
293 | 306 |
background: #eeeeee; |
294 | 307 |
color: #555555; |
... | ... | |
298 | 311 |
} |
299 | 312 |
|
300 | 313 |
.tablehead { |
301 |
background-image: url(@style-skins-path@/default/images/panelhead_bg.gif);
|
|
314 |
background-image: url(/knb/style/skins/default/images/panelhead_bg.gif);
|
|
302 | 315 |
color: #0040A1; |
303 | 316 |
text-align: left; |
304 | 317 |
font-size: 14px; |
305 | 318 |
font-weight: bold; |
306 | 319 |
border-top: solid #ffffff 2px; |
307 | 320 |
border-bottom: solid #ffffff 2px; |
308 |
padding-left: 15%;
|
|
321 |
padding-left: 10px;
|
|
309 | 322 |
padding-top: 0px; |
310 | 323 |
padding-bottom: 0px; |
311 | 324 |
} |
... | ... | |
320 | 333 |
} |
321 | 334 |
|
322 | 335 |
.tablehead_lcorner { |
323 |
background-image: url(@style-skins-path@/default/images/panelhead_bg_lcorner.gif);
|
|
336 |
background-image: url(/knb/style/skins/default/images/panelhead_bg_lcorner.gif);
|
|
324 | 337 |
background-position: right top; |
325 | 338 |
background-repeat: no-repeat; |
326 | 339 |
padding: 0px; |
... | ... | |
330 | 343 |
} |
331 | 344 |
|
332 | 345 |
.tablehead_rcorner { |
333 |
background-image: url(@style-skins-path@/default/images/panelhead_bg_rcorner.gif);
|
|
346 |
background-image: url(/knb/style/skins/default/images/panelhead_bg_rcorner.gif);
|
|
334 | 347 |
background-position: left top; |
335 | 348 |
background-repeat: no-repeat; |
336 | 349 |
padding: 0px; |
... | ... | |
475 | 488 |
background-color: #dddddd; |
476 | 489 |
font-size: 12px; |
477 | 490 |
border: solid #ffffff 1px; |
491 |
width: 170px; |
|
492 |
text-align: right; |
|
493 |
padding-right: 4px; |
|
494 |
vertical-align: text-top; |
|
495 |
|
|
478 | 496 |
} |
479 | 497 |
|
480 | 498 |
.secondCol { |
... | ... | |
484 | 502 |
.bordered { |
485 | 503 |
background-color: #dddddd; |
486 | 504 |
font-size: 12px; |
505 |
vertical-align: text-top; |
|
506 |
padding-left: 3px; |
|
507 |
padding-right: 3px; |
|
508 |
width: 400px; |
|
487 | 509 |
} |
488 | 510 |
|
489 | 511 |
.coleven { |
Also available in: Unified diff
minor formatting changes