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: daigle $'
12
  *      '$Date: 2008-04-02 16:28:31 -0700 (Wed, 02 Apr 2008) $'
13
  *  '$Revision: 3780 $'
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
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
  height:   155px; 
49
  width:    98%;
50
  border:   0px;
51
  margin:   0px;
52
  margin-left: 10px;
53
}
54

    
55
.iframesearchboxclass { /* not used */ }
56
.iframeleftcolclass  { /* not used */ }
57
.iframerightcolclass { 
58
    position: fixed;
59
    right: 0px;
60
    top: 0px;
61
    width: 35px;
62
    height: 50em;
63
    border: 0px solid #525d76;
64
	background: transparent;
65
}
66

    
67
.iframefooterclass   { /* not used */ }
68
#mapTable { 
69
}
70

    
71
/**
72
 *  create a left margin for the document
73
 */
74

    
75
body { margin-left: 70px; }
76

    
77
/**
78
 *  set the size and alignment etc of the top-level layout table
79
 */  
80
.templatetableclass {
81
  width:   100%; 
82
  border:   0px;
83
  padding:  0px;
84
  margin:   0px;
85
}
86

    
87

    
88
/**
89
 *  set the style of the main content area and its contents
90
 */ 
91
.templatecontentareaclass {
92
  border:   0px;
93
  padding:  0px;
94
  margin:   0px;
95
}
96

    
97

    
98
/**
99
 *  set the correct <td> sizes to accomodate the 
100
 *  header, footer, left and right iframes.
101
 *  NOTE: these styles apply only to each 
102
 *  container frame, *NOT* to the document in
103
 *  the iframe within it!
104
 */  
105
.templateheaderrowclass {
106
  height:   155px; 
107
/*
108
  no width allowed - uses same width as table class
109
*/
110
  border:   0px;
111
  padding:  0px;
112
  margin:   0px;
113
}
114

    
115

    
116
.templateleftcolclass {
117
  height:   100%; 
118
  width:    0px;
119
  border:   0px;
120
  padding:  0px;
121
  margin:   0px;
122
}
123

    
124

    
125
.templaterightcolclass {
126
  height:   100%; 
127
  width:    0px;
128
  border:   0px;
129
  padding:  0px;
130
  margin:   0px;
131
}
132

    
133

    
134
.templatefooterrowclass {
135
  height:   0px; 
136
/*
137
  no width allowed - uses same width as table class
138
*/
139
  border:   0px;
140
  padding:  0px;
141
  margin:   0px;
142
}
143

    
144

    
145
/**
146
 *  these override styles imported from eml css 
147
 */
148

    
149

    
150
	 
151
.sectionnames{
152
    font-weight: bold;
153
    font-size: 16px;
154
    color: #096B79;
155
}
156

    
157
.linkedHeaderStyle{
158
    
159
    background-color: #A3DADA;
160
    padding-left: 16%;
161
 }
162

    
163
.title {
164
    font-family: Georgia, Times New Roman, Times, serif;
165
    color:      black;
166
    background: white;
167
    font-size: 24px; 
168
    font-weight: bold;
169
}
170

    
171
.secondCol{
172
    background-color: #ffffff; 
173
    font-size: 12px;
174
    padding-left: 5px;
175
}
176

    
177
.highlight  {
178
    color: #096B79;
179
    background-color: #FFFFFF;
180
    font-style: italic;    
181
    font-size: 1em; 
182
    padding-left: 10px;
183
}
184

    
185
.citation  {
186
    color: black;
187
    background-color: #FFFFFF;
188
    font-size: 1.2em; 
189
    padding-left: 10px;
190
}
191

    
192
.tablehead {
193
    color: #096B79;
194
    background: #FFFFFF;
195
    text-align: left;
196
    font-size: 14px; 
197
    font-weight: bold;
198
    border-top: solid #ffffff 15px;
199
    border-bottom: solid #dddddd 1px;
200
    padding-left: 10px;
201
    padding-top: 0px;
202
    padding-bottom: 0px;
203
}
204

    
205
th.tablehead {
206

    
207
    text-align: center;
208
    border-bottom: solid #006666 1px;
209
    margin: 0px;
210
    padding: 0px;
211
    height:  21px;
212
}
213

    
214
.tablehead_lcorner {
215
    background-position: right top;
216
    background-repeat: no-repeat;
217
    padding: 0px;
218
    margin:  0px;
219
    width:   10px;
220
    height:  21px;
221
}    
222
    
223
.tablehead_rcorner {
224
    background-position: left top;
225
    background-repeat: no-repeat;
226
    padding: 0px;
227
    margin:  0px;
228
    width:   10px;
229
    height:  21px;
230
}    
231

    
232
.lsid {
233
    text-decoration: underline; 
234
}
235

    
236
a {
237
    color: #096B79;
238
    font-weight: bold;
239
    font-size: 12px; 
240
    text-decoration: underline; }
241
    
242
a:hover {
243
    color: #ECCE00;
244
    text-decoration: underline; }
245

    
246
/**
247
 *  these are used only in the metacat pages
248
 */
249

    
250
p.emphasis {
251

    
252
  font-size: 18px;
253
  color: #dd7744; 
254
  font-weight: bold;
255
  font-style:  normal;
256
}
257

    
258
.searchresultsdivider {
259
    background-color: #dddddd;   
260
}
261

    
262
/**
263
 *  these are used only in the registry skins
264
 */
265

    
266
 
267
 
268
 
269
p.searchbox {
270
    color: #096B79;
271
    font-weight: bold;
272
    font-size: 12px; 
273
    text-decoration: none; 
274
}
275

    
276
br {
277
    margin: 0px;
278
    padding: 0px;
279
}
280

    
281

    
282
.headertopmargin {
283
margin-top:    10;
284
}
285

    
286
.intro {
287
        width:   760px;
288
        margin-left:    15px;
289
}
290

    
291
textarea {
292
   width: 80%;
293
}
294

    
295
.required {
296
    font-weight: bold;
297
    color: #b00000;
298
}
299

    
300
.label {
301
    font-weight: bold;
302
}
303

    
304

    
305
.emphasis {
306
    font-weight: bold;
307
    font-size: 18px;
308
    color: #dd7744; 
309
}
310

    
311
.emphasis-grey {
312
    font-weight: bold;
313
    font-size: 18px;
314
    color: #dddddd; 
315
}
316

    
317
.colorbold {
318
	font-weight: bold;
319
	color: #096B79;
320
	font-size: 12px;
321
}
322
	
323
.boldlink {
324
	font-weight: bold;
325
	font-size: 12px;
326
}
327

    
328

    
329
.redbold {
330
	font-weight: bold;
331
	color: #b00000;
332
	font-size: 12px;
333
}
334

    
335
.greenbold {
336
	font-weight: bold;
337
	color: #096B79;
338
	font-size: 12px;
339
}
340

    
341
.smalltext {
342
	font-weight: bold;
343
	font-size: 10px;
344
	vertical-align: super;
345
}
346

    
347
.largetext {
348
	font-weight: bold;
349
	font-size: 16px;
350
} 
351

    
352
.italicized {
353
	font-style: italic;
354
	font-size: 12px;
355
}
356

    
357
.regtext {
358
	font-weight: normal;
359
	font-size: 12px;
360
}
361
.sectbody {
362
	background: #DEF1F1;
363
	font-size: 12px;
364
        font-weight: bold;}
365

    
366
.sectheader {
367
	background: #A3DADA;
368
	font-size: 12px;
369
        font-weight: bold;}
370

    
371
.tables {
372
        width:   760px;
373
        margin-left:      20px;
374
        border-top: solid black 1px;
375
        border-left: solid black 1px;
376
        border-right: solid black 1px;      
377
      }
378

    
379
.hide {
380
      display:none;
381
  }
382

    
383
.showLink {
384
      cursor: pointer;
385
      cursor: hand;
386
      display:empty;
387
  }
388

    
389
.bordertop {
390
        border-top: solid black 1px;
391
      }
392
      
393
.borderbottom {
394
        border-bottom: 1px solid black;}
395
	
396
.topbottom {
397
	border-top: 1px solid black;
398
	border-bottom: 1px solid black; 
399
	}
400

    
401
.longwidth {
402
	width: 80%;
403
	}
404

    
405
.shortwidth {
406
	width: 40%;
407
	}
408
	
409
.rightCol {
410
       width:  24%;
411
       text-align: right;
412
    }
413

    
(7-7/11)