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: sgarg $'
|
12
|
* '$Date: 2005-04-01 11:37:07 -0800 (Fri, 01 Apr 2005) $'
|
13
|
* '$Revision: 2439 $'
|
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
|
|
38
|
|
39
|
/*
|
40
|
* import eml css:
|
41
|
*/
|
42
|
|
43
|
@import url(@knb-site-url@/portalpages.css);
|
44
|
|
45
|
|
46
|
/**
|
47
|
* set the correct iframe sizes to accomodate the
|
48
|
* header, footer, left and right areas.
|
49
|
* NOTE: these styles apply only to each
|
50
|
* container frame, *NOT* to the document within it!
|
51
|
*/
|
52
|
.iframeheaderclass {
|
53
|
height: 80px;
|
54
|
width: 100%;
|
55
|
border: 0px;
|
56
|
margin: 0px;
|
57
|
}
|
58
|
|
59
|
.iframesearchboxclass {
|
60
|
height: 431px;
|
61
|
width: 100%;
|
62
|
border: 0px;
|
63
|
margin: 0px;
|
64
|
}
|
65
|
|
66
|
.iframeleftcolclass { /* not used */ }
|
67
|
.iframerightcolclass { /* not used */ }
|
68
|
.iframefooterclass { /* not used */ }
|
69
|
|
70
|
/**
|
71
|
* set the size and alignment etc of the top-level layout table
|
72
|
*/
|
73
|
.templatetableclass {
|
74
|
width: 100%;
|
75
|
border: 0px;
|
76
|
padding: 0px;
|
77
|
margin: 0px;
|
78
|
}
|
79
|
|
80
|
|
81
|
/**
|
82
|
* set the style of the main content area and its contents
|
83
|
*/
|
84
|
.templatecontentareaclass {
|
85
|
border: 0px;
|
86
|
padding: 0px;
|
87
|
margin: 0px;
|
88
|
}
|
89
|
|
90
|
|
91
|
/**
|
92
|
* set the correct <td> sizes to accomodate the
|
93
|
* header, footer, left and right iframes.
|
94
|
* NOTE: these styles apply only to each
|
95
|
* container frame, *NOT* to the document in
|
96
|
* the iframe within it!
|
97
|
*/
|
98
|
.templateheaderrowclass {
|
99
|
height: 80px;
|
100
|
/*
|
101
|
no width allowed - uses same width as table class
|
102
|
*/
|
103
|
border: 0px;
|
104
|
padding: 0px;
|
105
|
margin: 0px;
|
106
|
}
|
107
|
|
108
|
|
109
|
.templateleftcolclass {
|
110
|
height: 100%;
|
111
|
width: 0px;
|
112
|
border: 0px;
|
113
|
padding: 0px;
|
114
|
margin: 0px;
|
115
|
}
|
116
|
|
117
|
|
118
|
.templaterightcolclass {
|
119
|
height: 100%;
|
120
|
width: 0px;
|
121
|
border: 0px;
|
122
|
padding: 0px;
|
123
|
margin: 0px;
|
124
|
}
|
125
|
|
126
|
|
127
|
.templatefooterrowclass {
|
128
|
height: 0px;
|
129
|
/*
|
130
|
no width allowed - uses same width as table class
|
131
|
*/
|
132
|
border: 0px;
|
133
|
padding: 0px;
|
134
|
margin: 0px;
|
135
|
}
|
136
|
|
137
|
|
138
|
/**
|
139
|
* these override styles imported from eml css
|
140
|
*/
|
141
|
|
142
|
|
143
|
.sectionnames{
|
144
|
font-weight: bold;
|
145
|
font-size: 16px;
|
146
|
color: #0040A1;
|
147
|
}
|
148
|
.highlight {
|
149
|
background-color: #dddddd;
|
150
|
font-size: 12px;
|
151
|
border: solid #ffffff 1px;
|
152
|
}
|
153
|
|
154
|
|
155
|
.tablehead {
|
156
|
background-image: url(@knb-site-url@/images/panelhead_bg.gif);
|
157
|
color: #0040A1;
|
158
|
text-align: left;
|
159
|
font-size: 14px;
|
160
|
font-weight: bold;
|
161
|
border-top: solid #ffffff 2px;
|
162
|
border-bottom: solid #ffffff 2px;
|
163
|
padding-left: 15%;
|
164
|
padding-top: 0px;
|
165
|
padding-bottom: 0px;
|
166
|
}
|
167
|
|
168
|
th.tablehead {
|
169
|
|
170
|
text-align: center;
|
171
|
border: 0px;
|
172
|
margin: 0px;
|
173
|
padding: 0px;
|
174
|
height: 21px;
|
175
|
}
|
176
|
|
177
|
.tablehead_lcorner {
|
178
|
background-image: url(@knb-site-url@/images/panelhead_bg_lcorner.gif);
|
179
|
background-position: right top;
|
180
|
background-repeat: no-repeat;
|
181
|
padding: 0px;
|
182
|
margin: 0px;
|
183
|
width: 10px;
|
184
|
height: 21px;
|
185
|
}
|
186
|
|
187
|
.tablehead_rcorner {
|
188
|
background-image: url(@knb-site-url@/images/panelhead_bg_rcorner.gif);
|
189
|
background-position: left top;
|
190
|
background-repeat: no-repeat;
|
191
|
padding: 0px;
|
192
|
margin: 0px;
|
193
|
width: 10px;
|
194
|
height: 21px;
|
195
|
}
|
196
|
a {
|
197
|
color: #669933;
|
198
|
font-weight: bold;
|
199
|
font-size: 12px;
|
200
|
text-decoration: none; }
|
201
|
|
202
|
a:hover {
|
203
|
color: #ff9933;
|
204
|
text-decoration: underline; }
|
205
|
/**
|
206
|
* these are used only in the metacat pages
|
207
|
*/
|
208
|
|
209
|
p.emphasis {
|
210
|
|
211
|
font-size: 18px;
|
212
|
color: #dd7744;
|
213
|
font-weight: bold;
|
214
|
font-style: normal;
|
215
|
}
|
216
|
|
217
|
.searchresultsdivider {
|
218
|
background-color: #dddddd;
|
219
|
}
|
220
|
|
221
|
/**
|
222
|
* these are used only in the registry skins
|
223
|
*/
|
224
|
p.searchbox {
|
225
|
color: #0040A1;
|
226
|
font-weight: bold;
|
227
|
font-size: 12px;
|
228
|
text-decoration: none;
|
229
|
}
|
230
|
|
231
|
.intro {
|
232
|
width: 760;
|
233
|
margin-left: 15;
|
234
|
}
|
235
|
|
236
|
br {
|
237
|
margin: 0px;
|
238
|
padding: 0px;
|
239
|
}
|
240
|
|
241
|
textarea {
|
242
|
width: 80%;
|
243
|
}
|
244
|
|
245
|
.required {
|
246
|
font-weight: bold;
|
247
|
color: #b00000;
|
248
|
}
|
249
|
|
250
|
.label {
|
251
|
font-weight: bold;
|
252
|
}
|
253
|
|
254
|
.emphasis {
|
255
|
font-weight: bold;
|
256
|
font-size: 18px;
|
257
|
color: #000000;
|
258
|
}
|
259
|
|
260
|
.boldlink {
|
261
|
font-weight: bold;
|
262
|
font-size: 12px;
|
263
|
}
|
264
|
.colorbold {
|
265
|
font-weight: bold;
|
266
|
color: #669933;
|
267
|
font-size: 12px;
|
268
|
}
|
269
|
|
270
|
.redbold {
|
271
|
font-weight: bold;
|
272
|
color: #b00000;
|
273
|
font-size: 12px;
|
274
|
}
|
275
|
|
276
|
.greenbold {
|
277
|
font-weight: bold;
|
278
|
color: #008000;
|
279
|
font-size: 12px;
|
280
|
}
|
281
|
|
282
|
.smalltext {
|
283
|
font-weight: bold;
|
284
|
font-size: 10px;
|
285
|
vertical-align: super;
|
286
|
}
|
287
|
|
288
|
.italicized {
|
289
|
font-style: italic;
|
290
|
font-size: 12px;
|
291
|
}
|
292
|
|
293
|
.regtext {
|
294
|
font-weight: normal;
|
295
|
font-size: 12px;
|
296
|
}
|
297
|
.sectbody {
|
298
|
background: #EAEAEA;
|
299
|
font-size: 12px;
|
300
|
font-weight: bold;}
|
301
|
|
302
|
.sectheader {
|
303
|
background: #B2D2FE;
|
304
|
color: #0040A1;
|
305
|
font-size: 14px;
|
306
|
font-weight: bold;}
|
307
|
|
308
|
.tables {
|
309
|
width: 760px;
|
310
|
margin-left: 20;
|
311
|
border-top: solid black 1px;
|
312
|
border-left: solid black 1px;
|
313
|
border-right: solid black 1px;
|
314
|
}
|
315
|
|
316
|
.hide {
|
317
|
display:none;
|
318
|
}
|
319
|
|
320
|
.bordertop {
|
321
|
border-top: solid black 1px;
|
322
|
}
|
323
|
|
324
|
.borderbottom {
|
325
|
border-bottom: 1px solid black;}
|
326
|
|
327
|
.topbottom {
|
328
|
border-top: 1px solid black;
|
329
|
border-bottom: 1px solid black;
|
330
|
}
|
331
|
|
332
|
.longwidth {
|
333
|
width: 80%;
|
334
|
}
|
335
|
|
336
|
.shortwidth {
|
337
|
width: 40%;
|
338
|
}
|
339
|
|
340
|
.rightCol {
|
341
|
width: 24%;
|
342
|
text-align: right;
|
343
|
}
|