Project

General

Profile

1 3640 leinfelder
 /*
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/eml_xsl.css);
37
38
/*
39
 *  import the "external" SAEON css:
40
 */
41
@import url(ploneStyles5796.css);
42
43
b {
44
font-weight: bold;
45
}
46
47
/**
48
 *  set the correct iframe sizes to accomodate the
49
 *  header, footer, left and right areas.
50
 *  NOTE: these styles apply only to each
51
 *  container frame, *NOT* to the document within it!
52
 */
53
.iframeheaderclass {
54
  height:   300px;
55
  width:	100%;
56
  background: #FFFFFF;
57
  border:   0px;
58
  margin-top:	0px;
59
}
60
61
.iframeloginboxclass {
62
    height:   712px;
63
    /*width:600px;*/
64
    min-width:600px;
65
  	width:expression(document.body.clientWidth < 600? "600px": "auto" );
66
    border:   0px;
67
	vertical-align: top;
68
	text-align: left;
69
}
70
71
72
.iframesearchboxclass {
73
	height:   712px;
74
    /*width:600px;*/
75
    min-width:600px;
76
  	width:expression(document.body.clientWidth < 600? "600px": "auto" );
77
    border:   0px;
78
	vertical-align: top;
79
	text-align: left;
80
}
81
82
.iframeleftcolclass  {
83
    /*height:  100%;*/
84
    height:	780px;
85
	width:	200px;
86
}
87
88
/**IE hack**/
89
html>body .iframeleftcolclass  {
90
    height:	100%;
91
    min-height:	712px;
92
}
93
94
.iframefooterclass   {
95
  height:   150px;
96
  width:	100%;
97
  border:   0px;
98
  background: #124325;
99
  color: #FFFFFF;
100
}
101
102
.iframerightcolclass   {
103
	background: #FFFFFF;
104
}
105
106
td.mapColumn {
107
  vertical-align: top;
108
}
109
110
.mapFrame {
111
    /*height: 59em;*/
112
    height: 320px;
113
    width: 600px;
114
	vertical-align: top;
115
	background: #FFFFFF;
116
}
117
118
/**
119
* These are new classes adapted for saeon L+F
120
**/
121
122
/*override the saeon plone css */
123
a {
124
	font-weight: normal;
125
	/*
126
    color: #096B79;
127
    font-size: 12px;
128
    text-decoration: none;
129
    */
130
}
131
/*
132
a:hover {
133
    color: #ECCE00;
134
    text-decoration: underline; }
135
*/
136
137
.leftnav {
138
	width: 200px;
139
	margin: 0px auto;
140
	text-align: center;
141
}
142
143
/*
144
h1 {
145
	text-align: left;
146
	font-family: "Helvetica", "Trebuchet MS", "Verdana", "Arial", sans-serif;
147
	font-size: 1.9em;
148
	padding: 0px 0px 12px 0px;
149
	margin: 0;
150
	padding-top: 6px;
151
	color: #f30;
152
}
153
154
h2 {
155
	text-align: left;
156
	font-family: "Verdana", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
157
	font-size: 1.4em;
158
	padding: 0px 0px 10px 0px;
159
	margin: 0;
160
	color: #f30;
161
}
162
163
h3 {
164
	text-align:	left;
165
	color: #124325;
166
	background: #CFE2CF;
167
	font-family: "Verdana", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
168
	font-size: 1.1em;
169
	border: 1px solid #124325;
170
	display: block;
171
	padding: 3px 10px;
172
	margin:10px 0 10px 0;
173
}
174
*/
175
176
177
/**
178
 *  set the size and alignment etc of the top-level layout table
179
 */
180
.templatetableclass {
181
  width:   100%;
182
  border:   0px;
183
  padding:  0px;
184
  margin:   0px;
185
}
186
187
188
/**
189
 *  set the style of the main content area and its contents
190
 */
191
.templatecontentareaclass {
192
	vertical-align: top;
193
  	padding: 0px;
194
  	margin: 0px;
195
	background:	#FFFFFF;
196
	color: black;
197
}
198
199
200
/**
201
 *  set the correct <td> sizes to accomodate the
202
 *  header, footer, left and right iframes.
203
 *  NOTE: these styles apply only to each
204
 *  container frame, *NOT* to the document in
205
 *  the iframe within it!
206
 */
207
.templateheaderrowclass {
208
  height:   112px;
209
/*
210
  no width allowed - uses same width as table class
211
*/
212
  border:   0px;
213
  padding:  0px;
214
  margin:   0px;
215
}
216
217
218
.templateleftcolclass {
219
  height:   100%;
220
  width:    200px;
221
  border:   0px;
222
  padding:  0px;
223
  margin:   0px;
224
  vertical-align: top;
225
}
226
227
228
.templaterightcolclass {
229
  height:   100%;
230
  width:    0px;
231
  border:   0px;
232
  padding:  0px;
233
  margin:   0px;
234
}
235
236
237
.templatefooterrowclass {
238
  height:   0px;
239
/*
240
  no width allowed - uses same width as table class
241
*/
242
  border:   0px;
243
  padding:  0px;
244
  margin:   0px;
245
}
246
247
/** used in fgdc xsl **/
248
th {
249
	text-align: left;
250
	padding-left: 0px;
251
    border-bottom: solid #dddddd 1px;
252
}
253
254
/**
255
 *  these override styles imported from eml css
256
 */
257
.sectionnames{
258
    font-weight: bold;
259
    font-size: 16px;
260
    color: #096B79;
261
}
262
263
.linkedHeaderStyle{
264
265
    background-color: #A3DADA;
266
    padding-left: 16%;
267
 }
268
269
.title {
270
    font-family: Verdana, Georgia, "Times New Roman", serif;
271
    font-size: 24px;
272
    font-weight: bold;
273
    color:black;
274
    background: inherit;
275
}
276
277
.secondCol{
278
    background-color: #ffffff;
279
    font-size: 12px;
280
    padding-left: 5px;
281
}
282
283
.highlight  {
284
    color: #096B79;
285
    background-color: #FFFFFF;
286
    font-style: italic;
287
    font-size: 11px;
288
    padding-left: 10px;
289
}
290
291
.citation  {
292
    color: black;
293
    background-color: #FFFFFF;
294
    font-size: 1.2em;
295
    padding-left: 10px;
296
}
297
298
.tablehead {
299
    color: #096B79;
300
    background: #FFFFFF;
301
    text-align: left;
302
    font-size: 14px;
303
    font-weight: bold;
304
    border-top: solid #ffffff 15px;
305
    border-bottom: solid #dddddd 1px;
306
    padding-left: 10px;
307
    padding-top: 0px;
308
    padding-bottom: 0px;
309
}
310
311
th.tablehead {
312
313
    text-align: center;
314
    border-bottom: solid #006666 1px;
315
    margin: 0px;
316
    padding: 0px;
317
    height:  21px;
318
}
319
320
.tablehead_lcorner {
321
    background-position: right top;
322
    background-repeat: no-repeat;
323
    padding: 0px;
324
    margin:  0px;
325
    width:   10px;
326
    height:  21px;
327
}
328
329
.tablehead_rcorner {
330
    background-position: left top;
331
    background-repeat: no-repeat;
332
    padding: 0px;
333
    margin:  0px;
334
    width:   10px;
335
    height:  21px;
336
}
337
338
.lsid {
339
    text-decoration: underline;
340
}
341
342
/**
343
 *  these are used only in the metacat pages
344
 */
345
346
p.emphasis {
347
348
  font-size: 14px;
349
  color: #dd7744;
350
  font-weight: bold;
351
  font-style:  normal;
352
}
353
354
.searchresultsdivider {
355
    background-color:	#FFFFFF;
356
	border-top:	thin dashed;
357
	color:	#DDDDDD;
358
}
359
360
/**
361
 *  these are used only in the registry skins
362
 */
363
364
p.searchbox {
365
    color: #096B79;
366
    font-weight: bold;
367
    font-size: 12px;
368
    text-decoration: none;
369
}
370
371
br {
372
    margin: 0px;
373
    padding: 0px;
374
}
375
376
377
.headertopmargin {
378
margin-top:    10;
379
}
380
381
.intro {
382
        width:   760px;
383
        margin-left:    15px;
384
}
385
386
textarea {
387
   width: 80%;
388
}
389
390
.required {
391
    font-weight: normal;
392
    font-style: italic;
393
    font-size: 11px;
394
    /*color: #b00000;*/
395
    color: #124325;
396
}
397
398
.label {
399
    font-weight: bold;
400
}
401
402
403
.emphasis {
404
    font-weight: bold;
405
    font-size: 18px;
406
    color: #000000;
407
}
408
409
.colorbold {
410
	font-weight: bold;
411
	color: #096B79;
412
	font-size: 12px;
413
}
414
415
.boldlink {
416
	font-weight: bold;
417
	font-size: 12px;
418
}
419
420
421
.redbold {
422
	font-weight: bold;
423
	color: #b00000;
424
	font-size: 12px;
425
}
426
427
.greenbold {
428
	font-weight: bold;
429
    background: inherit;
430
	color: #666633;
431
	font-size: 12px;
432
}
433
434
.smalltext {
435
	font-weight: bold;
436
	font-size: 10px;
437
	vertical-align: super;
438
}
439
440
.largetext {
441
	font-weight: bold;
442
	font-size: 16px;
443
}
444
445
.italicized {
446
	font-style: italic;
447
	font-size: 12px;
448
}
449
450
.regtext {
451
	font-weight: normal;
452
	font-size: 12px;
453
}
454
.sectbody {
455
	background: #DEF1F1;
456
	font-size: 12px;
457
        font-weight: bold;}
458
459
.sectheader {
460
	background: #A3DADA;
461
	font-size: 12px;
462
        font-weight: bold;}
463
464
.tables {
465
        width:   760px;
466
        margin-left:      20px;
467
        border-top: solid black 1px;
468
        border-left: solid black 1px;
469
        border-right: solid black 1px;
470
      }
471
472
.hide {
473
      display:none;
474
  }
475
476
.showLink {
477
      cursor: pointer;
478
      cursor: hand;
479
      display:empty;
480
  }
481
482
.bordertop {
483
        border-top: solid black 1px;
484
      }
485
486
.borderbottom {
487
        border-bottom: 1px solid black;}
488
489
.topbottom {
490
	border-top: 1px solid black;
491
	border-bottom: 1px solid black;
492
	}
493
494
.longwidth {
495
	width: 80%;
496
	}
497
498
.shortwidth {
499
	width: 40%;
500
	}
501
502
.rightCol {
503
       width:  24%;
504
       text-align: right;
505
    }
506
507
.centerContentBorder {
508
        padding: 0px;
509
        width: 98%;
510
        background: #FFFFFF;
511
        color: #FFFFFF;
512
}
513
514
.footerContent {
515
        background: #124325;
516
        color: #FFFFFF;
517
}
518
519
.footerContent a {
520
        color: #FFFFFF;
521
}