Revision 3599
Added by bowdish about 17 years ago
lib/style/skins/nceas/nceas.css | ||
---|---|---|
33 | 33 |
* import eml css: |
34 | 34 |
*/ |
35 | 35 |
|
36 |
@import url(@style-common-path@/@eml-css@);
|
|
37 |
@import url(@style-skins-path@/nceas/midnight.css);
|
|
36 |
@import url(/knb/style/common/eml_xsl.css);
|
|
37 |
@import url(/knb/style/skins/nceas/midnight.css);
|
|
38 | 38 |
|
39 | 39 |
/** |
40 | 40 |
* set the correct iframe sizes to accomodate the |
... | ... | |
170 | 170 |
} |
171 | 171 |
|
172 | 172 |
td, th { |
173 |
padding: 5px 5px;
|
|
173 |
padding: 2px 5px 0px 5px;
|
|
174 | 174 |
} |
175 | 175 |
|
176 |
|
|
176 | 177 |
.tablehead { |
177 | 178 |
color: #0040A1; |
178 | 179 |
background: #FFFFFF; |
179 | 180 |
text-align: left; |
180 | 181 |
font-size: 14px; |
181 | 182 |
font-weight: bold; |
182 |
border-top: solid #ffffff 15px;
|
|
183 |
border-top: solid #ffffff 10px;
|
|
183 | 184 |
border-bottom: solid #dddddd 1px; |
184 | 185 |
padding-left: 10px; |
185 | 186 |
padding-top: 0px; |
... | ... | |
213 | 214 |
height: 21px; |
214 | 215 |
} |
215 | 216 |
|
217 |
#Overview { |
|
218 |
text-align: center; |
|
219 |
} |
|
220 |
|
|
216 | 221 |
/* |
217 | 222 |
a { |
218 | 223 |
color: #0040A1; |
... | ... | |
249 | 254 |
|
250 | 255 |
.text_plain { |
251 | 256 |
padding-top: 5px; |
257 |
text-align: left; |
|
252 | 258 |
} |
253 | 259 |
|
254 | 260 |
pre { |
... | ... | |
279 | 285 |
|
280 | 286 |
.intro { |
281 | 287 |
width: 760px; |
282 |
margin-left: 15px; |
|
288 |
margin: 0 auto; |
|
289 |
text-align: left; |
|
290 |
|
|
283 | 291 |
} |
284 | 292 |
|
285 | 293 |
textarea { |
... | ... | |
348 | 356 |
.sectbody { |
349 | 357 |
background: #e8eef7; |
350 | 358 |
font-size: 12px; |
351 |
font-weight: bold;} |
|
359 |
font-weight: bold; |
|
360 |
text-align: left; |
|
361 |
} |
|
352 | 362 |
|
353 | 363 |
.sectheader { |
354 | 364 |
background: #B7C9E3; |
... | ... | |
357 | 367 |
|
358 | 368 |
.tables { |
359 | 369 |
width: 760px; |
360 |
margin: 0px 0px 0px 20px;
|
|
370 |
margin: 0 auto;
|
|
361 | 371 |
border: solid black 1px; |
362 | 372 |
border-bottom: none; |
363 | 373 |
} |
Also available in: Unified diff
made changes so that the nceas page would be centered