1 |
1976
|
jones
|
/*
|
2 |
|
|
* '$RCSfile$'
|
3 |
|
|
* Purpose: Default style sheet for KNB project web pages
|
4 |
|
|
* Using this stylesheet rather than placing styles directly in
|
5 |
|
|
* the KNB web documents allows us to globally change the
|
6 |
|
|
* formatting styles of the entire site in one easy place.
|
7 |
|
|
* Copyright: 2000 Regents of the University of California and the
|
8 |
|
|
* National Center for Ecological Analysis and Synthesis
|
9 |
|
|
* Authors: Matt Jones
|
10 |
|
|
*
|
11 |
|
|
* '$Author$'
|
12 |
|
|
* '$Date$'
|
13 |
|
|
* '$Revision$'
|
14 |
|
|
*
|
15 |
|
|
* This program is free software; you can redistribute it and/or modify
|
16 |
|
|
* it under the terms of the GNU General Public License as published by
|
17 |
|
|
* the Free Software Foundation; either version 2 of the License, or
|
18 |
|
|
* (at your option) any later version.
|
19 |
|
|
*
|
20 |
|
|
* This program is distributed in the hope that it will be useful,
|
21 |
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
22 |
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
23 |
|
|
* GNU General Public License for more details.
|
24 |
|
|
*
|
25 |
|
|
* You should have received a copy of the GNU General Public License
|
26 |
|
|
* along with this program; if not, write to the Free Software
|
27 |
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
28 |
|
|
*/
|
29 |
|
|
|
30 |
|
|
|
31 |
|
|
|
32 |
|
|
/*
|
33 |
|
|
* import eml css:
|
34 |
|
|
*/
|
35 |
|
|
|
36 |
|
|
@import url(@style-common-path@/@eml-css@);
|
37 |
|
|
|
38 |
|
|
/**
|
39 |
|
|
* set the correct iframe sizes to accomodate the
|
40 |
|
|
* header, footer, left and right areas.
|
41 |
|
|
* NOTE: these styles apply only to each
|
42 |
|
|
* container frame, *NOT* to the document within it!
|
43 |
|
|
*/
|
44 |
|
|
.iframeheaderclass {
|
45 |
|
|
height: 155px;
|
46 |
|
|
width: 100%;
|
47 |
|
|
border: 0px;
|
48 |
|
|
margin: 0px;
|
49 |
|
|
margin-left: 10px;
|
50 |
|
|
}
|
51 |
|
|
|
52 |
|
|
.iframesearchboxclass { /* not used */ }
|
53 |
|
|
.iframeleftcolclass { /* not used */ }
|
54 |
|
|
.iframerightcolclass { /* not used */ }
|
55 |
|
|
.iframefooterclass { /* not used */ }
|
56 |
|
|
|
57 |
|
|
/**
|
58 |
|
|
* set the size and alignment etc of the top-level layout table
|
59 |
|
|
*/
|
60 |
|
|
.templatetableclass {
|
61 |
|
|
width: 100%;
|
62 |
|
|
border: 0px;
|
63 |
|
|
padding: 0px;
|
64 |
|
|
margin: 0px;
|
65 |
|
|
}
|
66 |
|
|
|
67 |
|
|
|
68 |
|
|
/**
|
69 |
|
|
* set the style of the main content area and its contents
|
70 |
|
|
*/
|
71 |
|
|
.templatecontentareaclass {
|
72 |
|
|
border: 0px;
|
73 |
|
|
padding: 0px;
|
74 |
|
|
margin: 0px;
|
75 |
|
|
}
|
76 |
|
|
|
77 |
|
|
|
78 |
|
|
/**
|
79 |
|
|
* set the correct <td> sizes to accomodate the
|
80 |
|
|
* header, footer, left and right iframes.
|
81 |
|
|
* NOTE: these styles apply only to each
|
82 |
|
|
* container frame, *NOT* to the document in
|
83 |
|
|
* the iframe within it!
|
84 |
|
|
*/
|
85 |
|
|
.templateheaderrowclass {
|
86 |
|
|
height: 155px;
|
87 |
|
|
/*
|
88 |
|
|
no width allowed - uses same width as table class
|
89 |
|
|
*/
|
90 |
|
|
border: 0px;
|
91 |
|
|
padding: 0px;
|
92 |
|
|
margin: 0px;
|
93 |
|
|
}
|
94 |
|
|
|
95 |
|
|
|
96 |
|
|
.templateleftcolclass {
|
97 |
|
|
height: 100%;
|
98 |
|
|
width: 0px;
|
99 |
|
|
border: 0px;
|
100 |
|
|
padding: 0px;
|
101 |
|
|
margin: 0px;
|
102 |
|
|
}
|
103 |
|
|
|
104 |
|
|
|
105 |
|
|
.templaterightcolclass {
|
106 |
|
|
height: 100%;
|
107 |
|
|
width: 0px;
|
108 |
|
|
border: 0px;
|
109 |
|
|
padding: 0px;
|
110 |
|
|
margin: 0px;
|
111 |
|
|
}
|
112 |
|
|
|
113 |
|
|
|
114 |
|
|
.templatefooterrowclass {
|
115 |
|
|
height: 0px;
|
116 |
|
|
/*
|
117 |
|
|
no width allowed - uses same width as table class
|
118 |
|
|
*/
|
119 |
|
|
border: 0px;
|
120 |
|
|
padding: 0px;
|
121 |
|
|
margin: 0px;
|
122 |
|
|
}
|
123 |
|
|
|
124 |
|
|
|
125 |
|
|
/**
|
126 |
|
|
* these override styles imported from eml css
|
127 |
|
|
*/
|
128 |
|
|
|
129 |
|
|
body {
|
130 |
|
|
padding: 0px;
|
131 |
|
|
margin: 0px;
|
132 |
|
|
margin-top: 5px;
|
133 |
|
|
background-color: #ffffff;
|
134 |
|
|
/*background-image: url(http://www.nceas.ucsb.edu/gifs/toolbar/bg-gradient.gif);*/
|
135 |
|
|
font-weight: normal;
|
136 |
|
|
font-size: 12px;
|
137 |
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
138 |
|
|
}
|
139 |
2410
|
sgarg
|
.sectionnames{
|
140 |
|
|
font-weight: bold;
|
141 |
|
|
font-size: 16px;
|
142 |
|
|
color: #0040A1;
|
143 |
|
|
}
|
144 |
1976
|
jones
|
.title {
|
145 |
|
|
font-family: Georgia, Times New Roman, Times, serif;
|
146 |
|
|
color: black;
|
147 |
|
|
background: white;
|
148 |
|
|
/*background-image: url(http://www.nceas.ucsb.edu/gifs/toolbar/bg-gradient.gif);*/
|
149 |
|
|
font-size: 24px;
|
150 |
|
|
font-weight: bold;
|
151 |
|
|
}
|
152 |
|
|
|
153 |
|
|
.highlight {
|
154 |
|
|
color: #006699;
|
155 |
|
|
background-color: #FFFFFF;
|
156 |
|
|
font-style: italic;
|
157 |
|
|
font-size: 1em;
|
158 |
|
|
padding-left: 10px;
|
159 |
|
|
}
|
160 |
|
|
|
161 |
|
|
.tablehead {
|
162 |
|
|
color: #0040A1;
|
163 |
|
|
background: #FFFFFF;
|
164 |
|
|
text-align: left;
|
165 |
|
|
font-size: 14px;
|
166 |
|
|
font-weight: bold;
|
167 |
|
|
border-top: solid #ffffff 15px;
|
168 |
|
|
border-bottom: solid #dddddd 1px;
|
169 |
|
|
padding-left: 10px;
|
170 |
|
|
padding-top: 0px;
|
171 |
|
|
padding-bottom: 0px;
|
172 |
|
|
}
|
173 |
|
|
|
174 |
|
|
th.tablehead {
|
175 |
|
|
|
176 |
|
|
text-align: center;
|
177 |
|
|
border-bottom: solid #006666 1px;
|
178 |
|
|
margin: 0px;
|
179 |
|
|
padding: 0px;
|
180 |
|
|
height: 21px;
|
181 |
|
|
}
|
182 |
|
|
|
183 |
|
|
.tablehead_lcorner {
|
184 |
|
|
background-position: right top;
|
185 |
|
|
background-repeat: no-repeat;
|
186 |
|
|
padding: 0px;
|
187 |
|
|
margin: 0px;
|
188 |
|
|
width: 10px;
|
189 |
|
|
height: 21px;
|
190 |
|
|
}
|
191 |
|
|
|
192 |
|
|
.tablehead_rcorner {
|
193 |
|
|
background-position: left top;
|
194 |
|
|
background-repeat: no-repeat;
|
195 |
|
|
padding: 0px;
|
196 |
|
|
margin: 0px;
|
197 |
|
|
width: 10px;
|
198 |
|
|
height: 21px;
|
199 |
|
|
}
|
200 |
|
|
|
201 |
|
|
a {
|
202 |
|
|
color: #0040A1;
|
203 |
|
|
font-weight: bold;
|
204 |
|
|
font-size: 12px;
|
205 |
2410
|
sgarg
|
text-decoration: underline; }
|
206 |
1976
|
jones
|
|
207 |
|
|
a:hover {
|
208 |
|
|
color: #ff9933;
|
209 |
|
|
text-decoration: underline; }
|
210 |
|
|
|
211 |
|
|
/**
|
212 |
|
|
* these are used only in the metacat pages
|
213 |
|
|
*/
|
214 |
|
|
|
215 |
|
|
p.emphasis {
|
216 |
|
|
|
217 |
|
|
font-size: 18px;
|
218 |
|
|
color: #dd7744;
|
219 |
|
|
font-weight: bold;
|
220 |
|
|
font-style: normal;
|
221 |
|
|
}
|
222 |
|
|
|
223 |
|
|
.searchresultsdivider {
|
224 |
|
|
background-color: #dddddd;
|
225 |
|
|
}
|
226 |
|
|
|
227 |
|
|
/**
|
228 |
|
|
* these are used only in the registry skins
|
229 |
|
|
*/
|
230 |
|
|
p.searchbox {
|
231 |
|
|
color: #0040A1;
|
232 |
|
|
font-weight: bold;
|
233 |
|
|
font-size: 12px;
|
234 |
|
|
text-decoration: none;
|
235 |
|
|
}
|
236 |
|
|
|
237 |
|
|
br {
|
238 |
|
|
margin: 0px;
|
239 |
|
|
padding: 0px;
|
240 |
|
|
}
|
241 |
|
|
|
242 |
2410
|
sgarg
|
.intro {
|
243 |
|
|
width: 760;
|
244 |
|
|
margin-left: 15;
|
245 |
|
|
}
|
246 |
|
|
|
247 |
1982
|
jones
|
textarea {
|
248 |
|
|
width: 80%;
|
249 |
|
|
}
|
250 |
|
|
|
251 |
|
|
.required {
|
252 |
|
|
font-weight: bold;
|
253 |
2142
|
sgarg
|
color: #b00000;
|
254 |
1982
|
jones
|
}
|
255 |
|
|
|
256 |
|
|
.label {
|
257 |
|
|
font-weight: bold;
|
258 |
|
|
}
|
259 |
2034
|
sgarg
|
|
260 |
2350
|
sgarg
|
|
261 |
|
|
.emphasis {
|
262 |
|
|
font-weight: bold;
|
263 |
2410
|
sgarg
|
font-size: 18px;
|
264 |
|
|
color: #000000;
|
265 |
2350
|
sgarg
|
}
|
266 |
|
|
|
267 |
|
|
.boldlink {
|
268 |
|
|
font-weight: bold;
|
269 |
|
|
font-size: 12px;
|
270 |
|
|
}
|
271 |
|
|
|
272 |
2410
|
sgarg
|
.colorbold {
|
273 |
|
|
font-weight: bold;
|
274 |
|
|
color: #0040A1;
|
275 |
|
|
font-size: 12px;
|
276 |
|
|
}
|
277 |
2350
|
sgarg
|
|
278 |
|
|
.redbold {
|
279 |
|
|
font-weight: bold;
|
280 |
|
|
color: #b00000;
|
281 |
|
|
font-size: 12px;
|
282 |
|
|
}
|
283 |
|
|
|
284 |
|
|
.greenbold {
|
285 |
|
|
font-weight: bold;
|
286 |
|
|
color: #008000;
|
287 |
|
|
font-size: 12px;
|
288 |
|
|
}
|
289 |
|
|
|
290 |
|
|
.smalltext {
|
291 |
|
|
font-weight: bold;
|
292 |
|
|
font-size: 10px;
|
293 |
2410
|
sgarg
|
vertical-align: super;
|
294 |
2350
|
sgarg
|
}
|
295 |
|
|
|
296 |
2410
|
sgarg
|
.largetext {
|
297 |
|
|
font-weight: bold;
|
298 |
|
|
font-size: 16px;
|
299 |
|
|
}
|
300 |
|
|
|
301 |
2350
|
sgarg
|
.italicized {
|
302 |
|
|
font-style: italic;
|
303 |
|
|
font-size: 12px;
|
304 |
|
|
}
|
305 |
|
|
|
306 |
|
|
.regtext {
|
307 |
2410
|
sgarg
|
font-weight: normal;
|
308 |
2350
|
sgarg
|
font-size: 12px;
|
309 |
|
|
}
|
310 |
2410
|
sgarg
|
.sectbody {
|
311 |
|
|
background: #e8eef7;
|
312 |
|
|
font-size: 12px;
|
313 |
|
|
font-weight: bold;}
|
314 |
|
|
|
315 |
|
|
.sectheader {
|
316 |
|
|
background: #B7C9E3;
|
317 |
|
|
font-size: 12px;
|
318 |
|
|
font-weight: bold;}
|
319 |
|
|
|
320 |
|
|
.tables {
|
321 |
|
|
width: 760px;
|
322 |
|
|
margin-left: 20;
|
323 |
|
|
border-top: solid black 1px;
|
324 |
|
|
border-left: solid black 1px;
|
325 |
|
|
border-right: solid black 1px;
|
326 |
|
|
}
|
327 |
2350
|
sgarg
|
|
328 |
2410
|
sgarg
|
.hide {
|
329 |
|
|
display:none;
|
330 |
|
|
}
|
331 |
|
|
|
332 |
|
|
.bordertop {
|
333 |
|
|
border-top: solid black 1px;
|
334 |
|
|
}
|
335 |
2350
|
sgarg
|
|
336 |
2410
|
sgarg
|
.borderbottom {
|
337 |
|
|
border-bottom: solid black 1px;
|
338 |
|
|
}
|
339 |
|
|
|
340 |
|
|
.topbottom {
|
341 |
|
|
border-top: 1px solid black;
|
342 |
|
|
border-bottom: 1px solid black;
|
343 |
|
|
}
|
344 |
2350
|
sgarg
|
|
345 |
2410
|
sgarg
|
.longwidth {
|
346 |
|
|
width: 80%;
|
347 |
|
|
}
|
348 |
|
|
|
349 |
|
|
.shortwidth {
|
350 |
|
|
width: 35%;
|
351 |
|
|
}
|
352 |
|
|
|
353 |
|
|
.rightCol {
|
354 |
|
|
width: 24%;
|
355 |
|
|
text-align: right;
|
356 |
|
|
}
|
357 |
|
|
|
358 |
2034
|
sgarg
|
/**
|
359 |
|
|
* This is add to overload the p+p function defined in eml.css.
|
360 |
|
|
* Refer to bug# 1306 for further details.
|
361 |
|
|
*/
|
362 |
|
|
|
363 |
2035
|
sgarg
|
p + p {
|
364 |
|
|
text-indent: 0em;
|
365 |
2350
|
sgarg
|
|
366 |
2034
|
sgarg
|
}
|
367 |
2350
|
sgarg
|
|
368 |
|
|
|