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: tyburczy $'
12
  *      '$Date: 2005-11-30 14:19:31 -0800 (Wed, 30 Nov 2005) $'
13
  *  '$Revision: 2797 $'
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
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:    100%;
50
  border:   0px;
51
  margin:   0px;
52
  margin-left: 10px;
53
}
54

    
55
.iframesearchboxclass { /* not used */ }
56
.iframeleftcolclass  { /* not used */ }
57
.iframerightcolclass { /* not used */ }
58
.iframefooterclass   { /* not used */ }
59

    
60
/**
61
 *  create a left margin for the document
62
 */
63

    
64
body { margin-left: 70px; }
65

    
66
/**
67
 *  set the size and alignment etc of the top-level layout table
68
 */  
69
.templatetableclass {
70
  width:   100%; 
71
  border:   0px;
72
  padding:  0px;
73
  margin:   0px;
74
}
75

    
76

    
77
/**
78
 *  set the style of the main content area and its contents
79
 */ 
80
.templatecontentareaclass {
81
  border:   0px;
82
  padding:  0px;
83
  margin:   0px;
84
}
85

    
86

    
87
/**
88
 *  set the correct <td> sizes to accomodate the 
89
 *  header, footer, left and right iframes.
90
 *  NOTE: these styles apply only to each 
91
 *  container frame, *NOT* to the document in
92
 *  the iframe within it!
93
 */  
94
.templateheaderrowclass {
95
  height:   155px; 
96
/*
97
  no width allowed - uses same width as table class
98
*/
99
  border:   0px;
100
  padding:  0px;
101
  margin:   0px;
102
}
103

    
104

    
105
.templateleftcolclass {
106
  height:   100%; 
107
  width:    0px;
108
  border:   0px;
109
  padding:  0px;
110
  margin:   0px;
111
}
112

    
113

    
114
.templaterightcolclass {
115
  height:   100%; 
116
  width:    0px;
117
  border:   0px;
118
  padding:  0px;
119
  margin:   0px;
120
}
121

    
122

    
123
.templatefooterrowclass {
124
  height:   0px; 
125
/*
126
  no width allowed - uses same width as table class
127
*/
128
  border:   0px;
129
  padding:  0px;
130
  margin:   0px;
131
}
132

    
133

    
134
/**
135
 *  these override styles imported from eml css 
136
 */
137

    
138

    
139
	 
140
.sectionnames{
141
    font-weight: bold;
142
    font-size: 16px;
143
    color: #096B79;
144
}
145

    
146
.linkedHeaderStyle{
147
    
148
    background-color: #A3DADA;
149
    padding-left: 16%;
150
 }
151

    
152
.title {
153
    font-family: Georgia, Times New Roman, Times, serif;
154
    color:      black;
155
    background: white;
156
    font-size: 24px; 
157
    font-weight: bold;
158
}
159

    
160
.secondCol{
161
    background-color: #ffffff; 
162
    font-size: 12px;
163
    padding-left: 5px;
164
}
165

    
166
.highlight  {
167
    color: #096B79;
168
    background-color: #FFFFFF;
169
    font-style: italic;    
170
    font-size: 1em; 
171
    padding-left: 10px;
172
}
173

    
174
.tablehead {
175
    color: #096B79;
176
    background: #FFFFFF;
177
    text-align: left;
178
    font-size: 14px; 
179
    font-weight: bold;
180
    border-top: solid #ffffff 2px;
181
    border-bottom: solid #ffffff 2px;
182
    padding-left: 10px;
183
    padding-top: 0px;
184
    padding-bottom: 0px;
185
}
186

    
187
th.tablehead {
188

    
189
    text-align: center;
190
    border-bottom: solid #006666 1px;
191
    margin: 0px;
192
    padding: 0px;
193
    height:  21px;
194
}
195

    
196
.tablehead_lcorner {
197
    background-position: right top;
198
    background-repeat: no-repeat;
199
    padding: 0px;
200
    margin:  0px;
201
    width:   10px;
202
    height:  21px;
203
}    
204
    
205
.tablehead_rcorner {
206
    background-position: left top;
207
    background-repeat: no-repeat;
208
    padding: 0px;
209
    margin:  0px;
210
    width:   10px;
211
    height:  21px;
212
}    
213

    
214
a {
215
    color: #096B79;
216
    font-weight: bold;
217
    font-size: 12px; 
218
    text-decoration: underline; }
219
    
220
a:hover {
221
    color: #ECCE00;
222
    text-decoration: underline; }
223

    
224
/**
225
 *  these are used only in the metacat pages
226
 */
227

    
228
p.emphasis {
229

    
230
  font-size: 18px;
231
  color: #dd7744; 
232
  font-weight: bold;
233
  font-style:  normal;
234
}
235

    
236
.searchresultsdivider {
237
    background-color: #dddddd;   
238
}
239

    
240
/**
241
 *  these are used only in the registry skins
242
 */
243

    
244
 
245
 
246
 
247
p.searchbox {
248
    color: #096B79;
249
    font-weight: bold;
250
    font-size: 12px; 
251
    text-decoration: none; 
252
}
253

    
254
br {
255
    margin: 0px;
256
    padding: 0px;
257
}
258

    
259

    
260
.headertopmargin {
261
margin-top:    10;
262
}
263

    
264
.intro {
265
        width:   760px;
266
        margin-left:    15px;
267
}
268

    
269
textarea {
270
   width: 80%;
271
}
272

    
273
.required {
274
    font-weight: bold;
275
    color: #b00000;
276
}
277

    
278
.label {
279
    font-weight: bold;
280
}
281

    
282

    
283
.emphasis {
284
    font-weight: bold;
285
    font-size: 18px;
286
    color: #000000;
287
}
288

    
289
.colorbold {
290
	font-weight: bold;
291
	color: #096B79;
292
	font-size: 12px;
293
}
294
	
295
.boldlink {
296
	font-weight: bold;
297
	font-size: 12px;
298
}
299

    
300

    
301
.redbold {
302
	font-weight: bold;
303
	color: #b00000;
304
	font-size: 12px;
305
}
306

    
307
.greenbold {
308
	font-weight: bold;
309
	color: #096B79;
310
	font-size: 12px;
311
}
312

    
313
.smalltext {
314
	font-weight: bold;
315
	font-size: 10px;
316
	vertical-align: super;
317
}
318

    
319
.largetext {
320
	font-weight: bold;
321
	font-size: 16px;
322
} 
323

    
324
.italicized {
325
	font-style: italic;
326
	font-size: 12px;
327
}
328

    
329
.regtext {
330
	font-weight: normal;
331
	font-size: 12px;
332
}
333
.sectbody {
334
	background: #DEF1F1;
335
	font-size: 12px;
336
        font-weight: bold;}
337

    
338
.sectheader {
339
	background: #A3DADA;
340
	font-size: 12px;
341
        font-weight: bold;}
342

    
343
.tables {
344
        width:   760px;
345
        margin-left:      20px;
346
        border-top: solid black 1px;
347
        border-left: solid black 1px;
348
        border-right: solid black 1px;      
349
      }
350

    
351
.hide {
352
      display:none;
353
  }
354

    
355
.showLink {
356
      cursor: pointer;
357
      cursor: hand;
358
      display:empty;
359
  }
360

    
361
.bordertop {
362
        border-top: solid black 1px;
363
      }
364
      
365
.borderbottom {
366
        border-bottom: 1px solid black;}
367
	
368
.topbottom {
369
	border-top: 1px solid black;
370
	border-bottom: 1px solid black; 
371
	}
372

    
373
.longwidth {
374
	width: 80%;
375
	}
376

    
377
.shortwidth {
378
	width: 40%;
379
	}
380
	
381
.rightCol {
382
       width:  24%;
383
       text-align: right;
384
    }
385

    
(9-9/16)