Project

General

Profile

1 2258 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 2410 sgarg
130
131
.sectionnames{
132
    font-weight: bold;
133
    font-size: 16px;
134
    color: #096B79;
135
}
136 2433 sgarg
137
.linkedHeaderStyle{
138
139
    background-color: #A3DADA;
140
    padding-left: 16%;
141
 }
142
143 2258 jones
.title {
144
    font-family: Georgia, Times New Roman, Times, serif;
145
    color:      black;
146
    background: white;
147
    font-size: 24px;
148
    font-weight: bold;
149
}
150 2439 sgarg
151 2433 sgarg
.secondCol{
152
    background-color: #ffffff;
153
    font-size: 12px;
154
    padding-left: 5px;
155
}
156 2258 jones
157
.highlight  {
158 2410 sgarg
    color: #096B79;
159 2433 sgarg
    background-color: #DEF1F1;
160 2439 sgarg
161 2258 jones
    font-size: 1em;
162
    padding-left: 10px;
163
}
164
165
.tablehead {
166 2410 sgarg
    color: #096B79;
167 2433 sgarg
    background: #A3DADA;
168 2258 jones
    text-align: left;
169
    font-size: 14px;
170
    font-weight: bold;
171 2439 sgarg
    border-top: solid #ffffff 2px;
172 2433 sgarg
    border-bottom: solid #ffffff 2px;
173
    padding-left: 16%;
174 2258 jones
    padding-top: 0px;
175
    padding-bottom: 0px;
176
}
177
178
th.tablehead {
179
180
    text-align: center;
181
    border-bottom: solid #006666 1px;
182
    margin: 0px;
183
    padding: 0px;
184
    height:  21px;
185
}
186
187
.tablehead_lcorner {
188
    background-position: right top;
189
    background-repeat: no-repeat;
190
    padding: 0px;
191
    margin:  0px;
192
    width:   10px;
193
    height:  21px;
194
}
195
196
.tablehead_rcorner {
197
    background-position: left top;
198
    background-repeat: no-repeat;
199
    padding: 0px;
200
    margin:  0px;
201
    width:   10px;
202
    height:  21px;
203
}
204
205
a {
206
    color: #096B79;
207
    font-weight: bold;
208
    font-size: 12px;
209 2410 sgarg
    text-decoration: underline; }
210 2258 jones
211
a:hover {
212
    color: #ECCE00;
213
    text-decoration: underline; }
214
215
/**
216
 *  these are used only in the metacat pages
217
 */
218
219
p.emphasis {
220
221
  font-size: 18px;
222
  color: #dd7744;
223
  font-weight: bold;
224
  font-style:  normal;
225
}
226
227
.searchresultsdivider {
228
    background-color: #dddddd;
229
}
230
231
/**
232
 *  these are used only in the registry skins
233
 */
234 2410 sgarg
235
236
237
238
p.searchbox {
239 2258 jones
    color: #096B79;
240
    font-weight: bold;
241
    font-size: 12px;
242
    text-decoration: none;
243
}
244
245
br {
246
    margin: 0px;
247
    padding: 0px;
248
}
249
250 2410 sgarg
251
.headertopmargin {
252
margin-top:    10;
253
}
254
255
.intro {
256
        width:   760;
257
        margin-left:    15;
258
}
259
260 2258 jones
textarea {
261
   width: 80%;
262
}
263
264
.required {
265
    font-weight: bold;
266
    color: #b00000;
267
}
268
269
.label {
270
    font-weight: bold;
271
}
272 2351 sgarg
273
274
.emphasis {
275
    font-weight: bold;
276 2410 sgarg
    font-size: 18px;
277
    color: #000000;
278 2351 sgarg
}
279
280 2410 sgarg
.colorbold {
281
	font-weight: bold;
282
	color: #096B79;
283
	font-size: 12px;
284
}
285
286 2351 sgarg
.boldlink {
287
	font-weight: bold;
288
	font-size: 12px;
289
}
290
291
292
.redbold {
293
	font-weight: bold;
294
	color: #b00000;
295
	font-size: 12px;
296
}
297
298
.greenbold {
299
	font-weight: bold;
300 2410 sgarg
	color: #096B79;
301 2351 sgarg
	font-size: 12px;
302
}
303
304
.smalltext {
305
	font-weight: bold;
306
	font-size: 10px;
307 2410 sgarg
	vertical-align: super;
308 2351 sgarg
}
309
310 2410 sgarg
.largetext {
311
	font-weight: bold;
312
	font-size: 16px;
313
}
314
315 2351 sgarg
.italicized {
316
	font-style: italic;
317
	font-size: 12px;
318
}
319
320
.regtext {
321 2410 sgarg
	font-weight: normal;
322 2351 sgarg
	font-size: 12px;
323
}
324 2410 sgarg
.sectbody {
325
	background: #DEF1F1;
326
	font-size: 12px;
327
        font-weight: bold;}
328
329
.sectheader {
330
	background: #A3DADA;
331
	font-size: 12px;
332
        font-weight: bold;}
333
334 2351 sgarg
.tables {
335 2410 sgarg
        width:   760px;
336
        margin-left:      20;
337
        border-top: solid black 1px;
338
        border-left: solid black 1px;
339
        border-right: solid black 1px;
340
      }
341 2351 sgarg
342 2410 sgarg
.hide {
343
      display:none;
344
  }
345
346
.bordertop {
347
        border-top: solid black 1px;
348
      }
349
350
.borderbottom {
351
        border-bottom: 1px solid black;}
352
353
.topbottom {
354
	border-top: 1px solid black;
355
	border-bottom: 1px solid black;
356
	}
357
358
.longwidth {
359
	width: 80%;
360
	}
361
362
.shortwidth {
363
	width: 40%;
364
	}
365
366
.rightCol {
367
       width:  24%;
368
       text-align: right;
369
    }