Project

General

Profile

1 2950 berkley
 /*
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 3780 daigle
@import url(../../../style/common/eml_xsl.css);
37 2950 berkley
b {
38
font-weight: bold;
39
}
40
41
/**
42
 *  set the correct iframe sizes to accomodate the
43
 *  header, footer, left and right areas.
44
 *  NOTE: these styles apply only to each
45
 *  container frame, *NOT* to the document within it!
46
 */
47
.iframeheaderclass {
48 4634 aschultz
  height:   120px;
49 5501 tao
  width:    100%;
50 2950 berkley
  border:   0px;
51
  margin:   0px;
52 5501 tao
  /*margin-left: 10px;*/
53 2950 berkley
}
54
55 4634 aschultz
.iframesearchboxclass {
56
  height: 150px;
57 5501 tao
  width:  100%;
58 4634 aschultz
  margin: 0px;
59 5501 tao
  /*margin-left: 10px;*/
60 4634 aschultz
}
61 2950 berkley
.iframeleftcolclass  { /* not used */ }
62
.iframerightcolclass {
63
    position: fixed;
64
    right: 0px;
65
    top: 0px;
66
    width: 35px;
67
    height: 50em;
68
    border: 0px solid #525d76;
69
	background: transparent;
70
}
71
72
.iframefooterclass   { /* not used */ }
73
#mapTable {
74
}
75
76
/**
77
 *  create a left margin for the document
78
 */
79
80
body { margin-left: 70px; }
81
82
/**
83
 *  set the size and alignment etc of the top-level layout table
84
 */
85
.templatetableclass {
86
  width:   100%;
87
  border:   0px;
88
  padding:  0px;
89
  margin:   0px;
90
}
91
92
93
/**
94
 *  set the style of the main content area and its contents
95
 */
96
.templatecontentareaclass {
97
  border:   0px;
98
  padding:  0px;
99
  margin:   0px;
100
}
101
102
103
/**
104
 *  set the correct <td> sizes to accomodate the
105
 *  header, footer, left and right iframes.
106
 *  NOTE: these styles apply only to each
107
 *  container frame, *NOT* to the document in
108
 *  the iframe within it!
109
 */
110
.templateheaderrowclass {
111
  height:   155px;
112
/*
113
  no width allowed - uses same width as table class
114
*/
115
  border:   0px;
116
  padding:  0px;
117
  margin:   0px;
118
}
119
120
121
.templateleftcolclass {
122
  height:   100%;
123
  width:    0px;
124
  border:   0px;
125
  padding:  0px;
126
  margin:   0px;
127
}
128
129
130
.templaterightcolclass {
131
  height:   100%;
132
  width:    0px;
133
  border:   0px;
134
  padding:  0px;
135
  margin:   0px;
136
}
137
138
139
.templatefooterrowclass {
140
  height:   0px;
141
/*
142
  no width allowed - uses same width as table class
143
*/
144
  border:   0px;
145
  padding:  0px;
146
  margin:   0px;
147
}
148
149
150
/**
151
 *  these override styles imported from eml css
152
 */
153
154
155
156
.sectionnames{
157
    font-weight: bold;
158
    font-size: 16px;
159
    color: #096B79;
160
}
161
162
.linkedHeaderStyle{
163
164
    background-color: #A3DADA;
165
    padding-left: 16%;
166
 }
167
168
.title {
169
    font-family: Georgia, Times New Roman, Times, serif;
170
    color:      black;
171
    background: white;
172
    font-size: 24px;
173
    font-weight: bold;
174
}
175
176
.secondCol{
177
    background-color: #ffffff;
178
    font-size: 12px;
179
    padding-left: 5px;
180
}
181
182
.highlight  {
183
    color: #096B79;
184
    background-color: #FFFFFF;
185
    font-style: italic;
186
    font-size: 1em;
187
    padding-left: 10px;
188
}
189
190
.citation  {
191
    color: black;
192
    background-color: #FFFFFF;
193
    font-size: 1.2em;
194
    padding-left: 10px;
195
}
196
197
.tablehead {
198
    color: #096B79;
199
    background: #FFFFFF;
200
    text-align: left;
201
    font-size: 14px;
202
    font-weight: bold;
203
    border-top: solid #ffffff 15px;
204
    border-bottom: solid #dddddd 1px;
205
    padding-left: 10px;
206
    padding-top: 0px;
207
    padding-bottom: 0px;
208
}
209
210
th.tablehead {
211
212
    text-align: center;
213
    border-bottom: solid #006666 1px;
214
    margin: 0px;
215
    padding: 0px;
216
    height:  21px;
217
}
218
219
.tablehead_lcorner {
220
    background-position: right top;
221
    background-repeat: no-repeat;
222
    padding: 0px;
223
    margin:  0px;
224
    width:   10px;
225
    height:  21px;
226
}
227
228
.tablehead_rcorner {
229
    background-position: left top;
230
    background-repeat: no-repeat;
231
    padding: 0px;
232
    margin:  0px;
233
    width:   10px;
234
    height:  21px;
235
}
236
237
.lsid {
238
    text-decoration: underline;
239
}
240
241
a {
242
    color: #096B79;
243
    font-weight: bold;
244
    font-size: 12px;
245
    text-decoration: underline; }
246
247
a:hover {
248
    color: #ECCE00;
249
    text-decoration: underline; }
250
251
/**
252
 *  these are used only in the metacat pages
253
 */
254
255
p.emphasis {
256
257
  font-size: 18px;
258
  color: #dd7744;
259
  font-weight: bold;
260
  font-style:  normal;
261
}
262
263
.searchresultsdivider {
264
    background-color: #dddddd;
265
}
266
267
/**
268
 *  these are used only in the registry skins
269
 */
270
271
272
273
274
p.searchbox {
275
    color: #096B79;
276
    font-weight: bold;
277
    font-size: 12px;
278
    text-decoration: none;
279
}
280
281
br {
282
    margin: 0px;
283
    padding: 0px;
284
}
285
286
287
.headertopmargin {
288
margin-top:    10;
289
}
290
291
.intro {
292
        width:   760px;
293
        margin-left:    15px;
294
}
295
296
textarea {
297
   width: 80%;
298
}
299
300
.required {
301
    font-weight: bold;
302
    color: #b00000;
303
}
304
305
.label {
306
    font-weight: bold;
307
}
308
309
310
.emphasis {
311
    font-weight: bold;
312
    font-size: 18px;
313 3262 berkley
    color: #dd7744;
314 2950 berkley
}
315
316 3262 berkley
.emphasis-grey {
317
    font-weight: bold;
318
    font-size: 18px;
319
    color: #dddddd;
320
}
321
322 2950 berkley
.colorbold {
323
	font-weight: bold;
324
	color: #096B79;
325
	font-size: 12px;
326
}
327
328
.boldlink {
329
	font-weight: bold;
330
	font-size: 12px;
331
}
332
333
334
.redbold {
335
	font-weight: bold;
336
	color: #b00000;
337
	font-size: 12px;
338
}
339
340
.greenbold {
341
	font-weight: bold;
342
	color: #096B79;
343
	font-size: 12px;
344
}
345
346
.smalltext {
347
	font-weight: bold;
348
	font-size: 10px;
349
	vertical-align: super;
350
}
351
352
.largetext {
353
	font-weight: bold;
354
	font-size: 16px;
355
}
356
357
.italicized {
358
	font-style: italic;
359
	font-size: 12px;
360
}
361
362
.regtext {
363
	font-weight: normal;
364
	font-size: 12px;
365
}
366
.sectbody {
367
	background: #DEF1F1;
368
	font-size: 12px;
369
        font-weight: bold;}
370
371
.sectheader {
372
	background: #A3DADA;
373
	font-size: 12px;
374
        font-weight: bold;}
375
376
.tables {
377
        width:   760px;
378
        margin-left:      20px;
379
        border-top: solid black 1px;
380
        border-left: solid black 1px;
381
        border-right: solid black 1px;
382
      }
383
384
.hide {
385
      display:none;
386
  }
387
388
.showLink {
389
      cursor: pointer;
390
      cursor: hand;
391
      display:empty;
392
  }
393
394
.bordertop {
395
        border-top: solid black 1px;
396
      }
397
398
.borderbottom {
399
        border-bottom: 1px solid black;}
400
401
.topbottom {
402
	border-top: 1px solid black;
403
	border-bottom: 1px solid black;
404
	}
405
406
.longwidth {
407
	width: 80%;
408
	}
409
410
.shortwidth {
411
	width: 40%;
412
	}
413
414
.rightCol {
415
       width:  24%;
416
       text-align: right;
417
    }