Project

General

Profile

1 4082 daigle
/*
2 4080 daigle
  *   '$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: 2008 Regents of the University of California and the
8
  *               National Center for Ecological Analysis and Synthesis
9
  *     Authors: Michael Daigle
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
body {
30
	font-family: Arial, sans-serif;
31
	font-size: 11pt;
32
	margin-left: 30px;
33
	margin-right: 30px;
34
	width: 700px;
35
}
36
37
h2 {
38
	margin-top: 30px;
39
	margin-bottom: 10px;
40
}
41
42
h3 {
43
	margin-top: 8px;
44
	margin-bottom: 8px;
45
}
46
47
input {
48
	padding-left: 4px;
49
	width: 400px;
50
}
51
52
input[type="submit"] {
53
	width: 100px;
54
	margin-right: 5px;
55
	margin-top: 20px;
56
}
57
58
input[type="radio"] {
59
	margin-bottom: 4px;
60 4100 daigle
	width: 13px;
61 4080 daigle
}
62
63 4082 daigle
input[type="checkbox"] {
64
	width: 13px;
65
}
66
67 4080 daigle
label {
68
	font-size: 12pt;
69
}
70
71
table {
72
	margin-left: auto;
73
	margin-right: auto;
74
}
75
76 4100 daigle
.config-section-header {
77
	font-size: 16pt;
78
	font-weight: bold;
79
	border-bottom: solid #dddddd 1px;
80
}
81
82
.config-line {
83
	color: #dddddd;
84
	background-color: #dddddd;
85
	height: 1px;
86
}
87
88 4080 daigle
.config-section {
89
	display: table;
90
	width: 100%
91
}
92
93
.config-section-hiding {
94
	display: none;
95
	width: 100%
96
}
97
98
.config-checkbox {
99
	width: 25px;
100
	vertical-align: middle;
101
}
102
103
.config-checkbox-label {
104
	text-align: left;
105
	vertical-align: middle;
106
	width: 600px;
107
}
108
109
.config-property-label {
110
	text-align: right;
111
	vertical-align: middle;
112
	width: 200px;
113
	padding-right: 8px;
114 4157 daigle
	padding-top: 5px;
115 4080 daigle
}
116
117
.config-property-input {
118
	text-align: left;
119
	vertical-align: middle;
120 4100 daigle
	width: 418px;
121 4157 daigle
	padding-top: 5px;
122 4080 daigle
}
123
124 4157 daigle
.config-property-description {
125
	text-align: left;
126
	font-size: 12;
127
	border-bottom: solid #C0C0C0;
128
	border-bottom-width: 1px;
129
	border-left: solid #C0C0C0;
130
	border-left-width: 1px;
131
	vertical-align: middle;
132
}
133
134 4080 daigle
.config-question-mark {
135
	text-align: left;
136
	vertical-align: middle;
137 4157 daigle
	padding-top: 5px;
138 4080 daigle
}
139
140
.login-input {
141
	width: 150px;
142
}
143
144
br {
145
	clear: left;
146
}
147
148
br.ldap-header {
149
	margin-bottom: 80px;
150
}
151
152
br.main-header {
153
	margin-bottom: 70px;
154
}
155
156
br.skins-header {
157
	margin-bottom: 50px;
158
}
159
160
.button {
161
	width: 100px;
162
	margin-right: 5px;
163
	margin-top: 20px;
164
}
165
166
.left-button {
167
	width: 100px;
168
	margin-left: 275px;
169
	margin-right: 5px;
170
	margin-top: 20px;
171
}
172
173
.warning {
174
	color: red;
175
}
176
177
.heading-comment {
178
	margin-bottom: 0px;
179
}
180
181
.small-message {
182
	margin-top: 10px;
183
	font-size: 11px;
184
}
185
186
.message-text {
187
	font-size: 9pt;
188
	font-weight: bold;
189
	color: blue;
190
	margin-bottom: 5px;
191
}
192
193
.success-text {
194
	font-size: 9pt;
195
	font-weight: bold;
196
	color: green;
197 4082 daigle
	margin-bottom: 5px;
198 4080 daigle
}
199
200
.error-text {
201
	font-size: 9pt;
202
	color: red;
203
	margin-bottom: 5px;
204
}
205
206
.error-header {
207
	font-size: 9pt;
208
	font-weight: bold;
209
	color: red;
210
}
211
212
.formfield-error-text {
213
	font-size: 9pt;
214
	color: red;
215
	margin-bottom: 5px;
216
}
217
218
.formfield-error-header {
219
	font-size: 9pt;
220
	font-weight: bold;
221
	color: red;
222
}
223
224
.configured-tag {
225
	color: green;
226
	width: 115px;
227
	height: 30px;
228
}
229
230
.unconfigured-tag {
231
	color: red;
232
	width: 125px;
233
	height: 30px;
234
}
235
236
.property-title {
237
	font-weight: bolder;
238
	font-size: 12pt;
239
	width: 300px;
240
}
241
242
.skin-name {
243 4082 daigle
	font-size: 14pt;
244
	width: 300px;
245 4080 daigle
}
246
247
.smaller-text {
248 4082 daigle
	font-size: smaller;
249
	display: inline;
250 4080 daigle
}
251
252
.configure-link {
253
	font-size: 11pt;
254
}