Project

General

Profile

1
 /*
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: leinfelder $'
12
  *      '$Date: 2011-02-17 15:44:59 -0800 (Thu, 17 Feb 2011) $'
13
  *  '$Revision: 5983 $'
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
* override the default eml properties to match esa look and feel
40
*/
41
.group {
42
	min-width: 0px;	
43
}
44
.subGroup_border {
45
	border: none;
46
}
47
.group_border {
48
	border: none;
49
}
50
td {
51
	color: #555555;	
52
}
53
div {
54
	color: #555555;	
55
}
56
th {
57
	-moz-background-clip:border;
58
	-moz-background-inline-policy:continuous;
59
	-moz-background-origin:padding;
60
	background:#FFFFFF none repeat scroll 0 0;
61
	border-bottom:1px solid #DDDDDD;
62
	border-top:15px solid #FFFFFF;
63
	color:#096B79;
64
	font-size:14px;
65
	font-weight:bold;
66
	padding-bottom:0;
67
	padding-left:10px;
68
	padding-top:0;
69
	text-align:left;
70
}
71
.rowodd {
72
	background-color:#FFFFFF;
73
	color:#096B79;
74
	font-size:1em;
75
	font-style:italic;
76
	padding-left:10px;
77
}
78
h3 {
79
	color: #096B79;	
80
}	
81
b {
82
font-weight: bold;
83
}
84

    
85
/**
86
 *  set the correct iframe sizes to accomodate the 
87
 *  header, footer, left and right areas.
88
 *  NOTE: these styles apply only to each 
89
 *  container frame, *NOT* to the document within it!
90
 */  
91
.iframeheaderclass {
92
  height:   155px; 
93
  width:    98%;
94
  border:   0px;
95
  margin:   0px;
96
  margin-left: 10px;
97
}
98

    
99
.iframesearchboxclass { /* not used */ }
100
.iframeleftcolclass  { /* not used */ }
101
.iframerightcolclass { /* not used */ }
102
.iframefooterclass   { /* not used */ }
103

    
104
/**
105
 *  create a left margin for the document
106
 */
107

    
108
body { margin-left: 70px; }
109

    
110
/**
111
 *  set the size and alignment etc of the top-level layout table
112
 */  
113
.templatetableclass {
114
  width:   100%; 
115
  border:   0px;
116
  padding:  0px;
117
  margin:   0px;
118
}
119

    
120

    
121
/**
122
 *  set the style of the main content area and its contents
123
 */ 
124
.templatecontentareaclass {
125
  border:   0px;
126
  padding:  0px;
127
  margin:   0px;
128
}
129

    
130

    
131
/**
132
 *  set the correct <td> sizes to accomodate the 
133
 *  header, footer, left and right iframes.
134
 *  NOTE: these styles apply only to each 
135
 *  container frame, *NOT* to the document in
136
 *  the iframe within it!
137
 */  
138
.templateheaderrowclass {
139
  height:   155px; 
140
/*
141
  no width allowed - uses same width as table class
142
*/
143
  border:   0px;
144
  padding:  0px;
145
  margin:   0px;
146
}
147

    
148

    
149
.templateleftcolclass {
150
  height:   100%; 
151
  width:    0px;
152
  border:   0px;
153
  padding:  0px;
154
  margin:   0px;
155
}
156

    
157

    
158
.templaterightcolclass {
159
  height:   100%; 
160
  width:    0px;
161
  border:   0px;
162
  padding:  0px;
163
  margin:   0px;
164
}
165

    
166

    
167
.templatefooterrowclass {
168
  height:   0px; 
169
/*
170
  no width allowed - uses same width as table class
171
*/
172
  border:   0px;
173
  padding:  0px;
174
  margin:   0px;
175
}
176

    
177

    
178
/**
179
 *  these override styles imported from eml css 
180
 */
181

    
182

    
183
	 
184
.sectionnames{
185
    font-weight: bold;
186
    font-size: 16px;
187
    color: #096B79;
188
}
189

    
190
.linkedHeaderStyle{
191
    
192
    background-color: #A3DADA;
193
    padding-left: 16%;
194
 }
195

    
196
.title {
197
    font-family: Georgia, Times New Roman, Times, serif;
198
    color:      black;
199
    background: white;
200
    font-size: 24px; 
201
    font-weight: bold;
202
}
203

    
204
.secondCol{
205
    background-color: #ffffff; 
206
    font-size: 12px;
207
    padding-left: 5px;
208
}
209

    
210
.highlight  {
211
    color: #096B79;
212
    background-color: #FFFFFF;
213
    font-style: italic;    
214
    font-size: 1em; 
215
    padding-left: 10px;
216
}
217

    
218
.citation  {
219
    color: black;
220
    background-color: #FFFFFF;
221
    font-size: 1.1em; 
222
    padding-left: 10px;
223
}
224

    
225
.tablehead {
226
    color: #096B79;
227
    background: #FFFFFF;
228
    text-align: left;
229
    font-size: 14px; 
230
    font-weight: bold;
231
    border-top: solid #ffffff 15px;
232
    border-bottom: solid #dddddd 1px;
233
    padding-left: 10px;
234
    padding-top: 0px;
235
    padding-bottom: 0px;
236
}
237

    
238
th.tablehead {
239

    
240
    text-align: center;
241
    border-bottom: solid #006666 1px;
242
    margin: 0px;
243
    padding: 0px;
244
    height:  21px;
245
}
246

    
247
.tablehead_lcorner {
248
    background-position: right top;
249
    background-repeat: no-repeat;
250
    padding: 0px;
251
    margin:  0px;
252
    width:   10px;
253
    height:  21px;
254
}    
255
    
256
.tablehead_rcorner {
257
    background-position: left top;
258
    background-repeat: no-repeat;
259
    padding: 0px;
260
    margin:  0px;
261
    width:   10px;
262
    height:  21px;
263
}    
264

    
265
.lsid {
266
    text-decoration: underline; 
267
}
268

    
269
a {
270
    color: #096B79;
271
    font-weight: bold;
272
    font-size: 12px; 
273
    text-decoration: underline; }
274
    
275
a:hover {
276
    color: #ECCE00;
277
    text-decoration: underline; }
278

    
279
/**
280
 *  these are used only in the metacat pages
281
 */
282

    
283
p.emphasis {
284

    
285
  font-size: 18px;
286
  color: #dd7744; 
287
  font-weight: bold;
288
  font-style:  normal;
289
}
290

    
291
.searchresultsdivider {
292
    background-color: #dddddd;   
293
}
294

    
295
/**
296
 *  these are used only in the registry skins
297
 */
298

    
299
 
300
 
301
 
302
p.searchbox {
303
    color: #096B79;
304
    font-weight: bold;
305
    font-size: 12px; 
306
    text-decoration: none; 
307
}
308

    
309
br {
310
    margin: 0px;
311
    padding: 0px;
312
}
313

    
314

    
315
.headertopmargin {
316
margin-top:    10;
317
}
318

    
319
.intro {
320
        width:   760px;
321
        margin-left:    15px;
322
}
323

    
324
textarea {
325
   width: 80%;
326
}
327

    
328
.required {
329
    font-weight: bold;
330
    color: #b00000;
331
}
332

    
333
.label {
334
    font-weight: bold;
335
}
336

    
337

    
338
.emphasis {
339
    font-weight: bold;
340
    font-size: 18px;
341
    color: #000000;
342
}
343

    
344
.colorbold {
345
	font-weight: bold;
346
	color: #096B79;
347
	font-size: 12px;
348
}
349
	
350
.boldlink {
351
	font-weight: bold;
352
	font-size: 12px;
353
}
354

    
355

    
356
.redbold {
357
	font-weight: bold;
358
	color: #b00000;
359
	font-size: 12px;
360
}
361

    
362
.greenbold {
363
	font-weight: bold;
364
	color: #096B79;
365
	font-size: 12px;
366
}
367

    
368
.smalltext {
369
	font-weight: bold;
370
	font-size: 10px;
371
	vertical-align: super;
372
}
373

    
374
.largetext {
375
	font-weight: bold;
376
	font-size: 16px;
377
} 
378

    
379
.italicized {
380
	font-style: italic;
381
	font-size: 12px;
382
}
383

    
384
.regtext {
385
	font-weight: normal;
386
	font-size: 12px;
387
}
388
.sectbody {
389
	background: #DEF1F1;
390
	font-size: 12px;
391
        font-weight: bold;}
392

    
393
.sectheader {
394
	background: #A3DADA;
395
	font-size: 12px;
396
        font-weight: bold;}
397

    
398
.tables {
399
        width:   760px;
400
        margin-left:      20px;
401
        border-top: solid black 1px;
402
        border-left: solid black 1px;
403
        border-right: solid black 1px;      
404
      }
405

    
406
.hide {
407
      display:none;
408
  }
409

    
410
.showLink {
411
      cursor: pointer;
412
      cursor: hand;
413
      display:empty;
414
  }
415

    
416
.bordertop {
417
        border-top: solid black 1px;
418
      }
419
      
420
.borderbottom {
421
        border-bottom: 1px solid black;}
422
	
423
.topbottom {
424
	border-top: 1px solid black;
425
	border-bottom: 1px solid black; 
426
	}
427

    
428
.longwidth {
429
	width: 80%;
430
	}
431

    
432
.shortwidth {
433
	width: 40%;
434
	}
435
	
436
.rightCol {
437
       width:  24%;
438
       text-align: right;
439
    }
440

    
(7-7/17)