Project

General

Profile

1 882 jones
 /*
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
body {
31
    color: black;
32
    background: white;
33
    font-size: 1em;
34
    font-family: Arial,Helvetica,sans-serif; }
35
a {
36
    color: green;
37 3074 perry
    text-decoration: none; }
38 882 jones
a.toollink {
39
    color: green;
40
    text-decoration: none; }
41
a.sitelink {
42
    color: green;
43
    text-decoration: none;
44
    font-weight: bold; }
45
.logo {
46
    background: #ccccff;
47
    color: green;
48
    width: 3em;
49
    margin-left: 0.5em;
50
    margin-right: 0.5em;
51
    margin-top: 0.5em;
52
    margin-bottom: 0.5em;
53
    padding: 0.5em;
54
    font-size: 2em;
55
    font-weight: bold; }
56
.tabledefault {
57
    background: white;
58
    color: black;
59
    width: 100%;
60
    font-size: 1em;
61
    left-padding: 0.25em;
62
    right-padding: 0.25em; }
63
.tablepanel {
64
    background: #eeeeee;
65
    color: black;
66
    font-size: 1em;
67
    left-padding: 0.25em;
68
    right-padding: 0.25em; }
69
.tablehead {
70
    background: #ccccff;
71
    vertical-align: baseline;
72
    color: black;
73
    font-size: 1em;
74
    font-weight: bold;
75
    }
76
.tableheadcontrast {
77
    background: #dddddd;
78
    vertical-align: baseline;
79
    color: black;
80
    font-size: 1.2em;
81
    font-weight: bold; }
82
.title {
83
    color: black;
84
    margin-top: 1em;
85
    font-size: 1.5em;
86
    font-weight: bold; }
87
.subtitle {
88
    color: black;
89
    margin-top: 0.5em;
90
    margin-left: 3em;
91
    font-weight: bold;
92
    font-style: italic; }
93
.pagetitle {
94
    font-family: Arial,Helvetica,sans-serif;
95
    font-size: 3em;
96
    font-weight: bold;
97
    color: green;
98
    margin-left: 0.25em; }
99
.pagesub {
100
    font-family: Arial,Helvetica,sans-serif;
101
    font-size: 1em;
102
    font-weight: bold;
103
    color: green;
104
    margin-left: 3em;
105
    margin-top: 0.5em;
106
    margin-bottom: 2em; }
107
.instright {
108
    color: black;
109
    text-align: right;
110
    vertical-align: middle;
111
    padding: 1em;
112
    font-size: 1em;
113
    font-weight: bold; }
114
.instleft {
115
    color: black;
116
    text-align: left;
117
    vertical-align: middle;
118
    padding: 1em;
119
    font-size: 1em;
120
    font-weight: bold; }
121
p {
122
    margin: 0.25em; }
123 4169 daigle
p.property {
124
    margin-bottom: 0.5em;}
125 882 jones
.required {
126
    color: red; }
127
.emphasis {
128
    color: red; }
129
p.label {
130
    color: black;
131
    font-weight: bold; }
132
p.contact {
133
    color: black;
134
    padding: 1em;
135
    font-size: 0.75em;
136
    font-weight: normal;
137
    font-style: italic; }
138
p.header {
139
    color: black;
140
    padding: 1em;
141
    font-size: 0.75em;
142
    font-weight: bold; }
143 4169 daigle
p.indent {
144
 	margin-left: 3em;
145
 	margin-bottom: 0.5em;
146
 	margin-top: 0.5em;}
147
p.footnote {
148
 	font-style: italic;
149
 	font-size: smaller;
150
 	margin-left: 1em;}
151
p.property-text {
152
	display: inline;}
153
h1.property-main {
154
    font-weight: bold;
155
    font-size: 1.5em;
156
    margin-top: 0em;
157
    margin-bottom: 0em; }
158
h2.property-inline {
159
    font-weight: bold;
160
    display: inline;
161
	font-size: 1.25em;
162
	margin-top: 0em;}
163
.property-description-line {
164
	margin-left: 2em;}
165 882 jones
img.logoright {
166
    padding: 0.5em;
167
    border: none;
168
    float: right; }
169
img.logoleft {
170
    padding: 0.25em;
171
    border: none;
172
    float: left; }
173 4080 daigle
img.screenshot {
174
	display: block;
175
	margin-left: auto;
176
	margin-right: auto; }
177 882 jones
.roweven {
178
    background: #c0d3e7; }
179
.rowodd {
180
    background: white; }
181
.highlight  {
182
    background-color: #dddddd;
183
    font-size: -1; }
184
.plaintext {
185
    color: black;
186
    font-weight: normal;
187
    font-size: 1em;
188
    }
189
.boldtext {
190
    color: black;
191
    font-weight: bold;
192
    font-size: 1em;
193
    }
194 4275 daigle
div.index-header {
195
	font-size: 1.5em;
196
	margin-left: 2em;
197
	}
198
div.index-entry {
199
	font-size: 1.25em;
200
	margin-left: 4em;
201
	}
202 4483 daigle
203
.header1 {
204
	font-size: 1.5em;
205
	font-weight: bold;
206
    margin-top: .5em;
207
}
208
.header2 {
209
	font-size: 1.25em;
210
	font-weight: bold;
211
	margin-top: .5em;
212
}
213
.header3 {
214
	font-size: 1em;
215
	font-weight: bold;
216
	margin-top: .5em;
217
}
218
.list1 {
219
	margin-top: .5em;
220
	list-style-type: circle;
221
	margin-left: -1em;
222
}
223
.list2 {
224
	list-style-type: disc;
225
	margin-left: -1em;
226
}
227
.list3 {
228
	list-style-type: square;
229
	margin-left: -1em;
230
}
231
.code {
232
	font-family: courier;
233
	margin-left: 1em;
234
	margin-top: .5em;
235
	margin-bottom: .5em;
236
}.toc1 {
237
	font-size: 1.5em;
238
	font-weight: bold;
239
	margin-left: 20px;
240
}
241
.toc2 {
242
	font-size: 1.25em;
243
	font-weight: bold;
244
	margin-left: 40px;
245
}
246
.toc3 {
247
	font-size: 1em;
248
	font-weight: bold;
249
	margin-left: 60px;
250
}