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: 2008 Regents of the University of California and the
8
  *               National Center for Ecological Analysis and Synthesis
9
  *     Authors: Michael Daigle
10
  *
11
  *    '$Author: daigle $'
12
  *      '$Date: 2008-07-11 10:00:44 -0700 (Fri, 11 Jul 2008) $'
13
  *  '$Revision: 4100 $'
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
	width: 13px;
61
}
62

    
63
input[type="checkbox"] {
64
	width: 13px;
65
}
66

    
67
label {
68
	font-size: 12pt;
69
}
70

    
71
table {
72
	margin-left: auto;
73
	margin-right: auto;
74
}
75

    
76
.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
.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
}
115

    
116
.config-property-input {
117
	text-align: left;
118
	vertical-align: middle;
119
	width: 418px;
120
}
121

    
122
.config-question-mark {
123
	text-align: left;
124
	vertical-align: middle;
125
}
126

    
127
.login-input {
128
	width: 150px;
129
}
130

    
131
br {
132
	clear: left;
133
}
134

    
135
br.ldap-header {
136
	margin-bottom: 80px;
137
}
138

    
139
br.main-header {
140
	margin-bottom: 70px;
141
}
142

    
143
br.skins-header {
144
	margin-bottom: 50px;
145
}
146

    
147
.button {
148
	width: 100px;
149
	margin-right: 5px;
150
	margin-top: 20px;
151
}
152

    
153
.left-button {
154
	width: 100px;
155
	margin-left: 275px;
156
	margin-right: 5px;
157
	margin-top: 20px;
158
}
159

    
160
.warning {
161
	color: red;
162
}
163

    
164
.heading-comment {
165
	margin-bottom: 0px;
166
}
167

    
168
.small-message {
169
	margin-top: 10px;
170
	font-size: 11px;
171
}
172

    
173
.message-text {
174
	font-size: 9pt;
175
	font-weight: bold;
176
	color: blue;
177
	margin-bottom: 5px;
178
}
179

    
180
.success-text {
181
	font-size: 9pt;
182
	font-weight: bold;
183
	color: green;
184
	margin-bottom: 5px;
185
}
186

    
187
.error-text {
188
	font-size: 9pt;
189
	color: red;
190
	margin-bottom: 5px;
191
}
192

    
193
.error-header {
194
	font-size: 9pt;
195
	font-weight: bold;
196
	color: red;
197
}
198

    
199
.formfield-error-text {
200
	font-size: 9pt;
201
	color: red;
202
	margin-bottom: 5px;
203
}
204

    
205
.formfield-error-header {
206
	font-size: 9pt;
207
	font-weight: bold;
208
	color: red;
209
}
210

    
211
.configured-tag {
212
	color: green;
213
	width: 115px;
214
	height: 30px;
215
}
216

    
217
.unconfigured-tag {
218
	color: red;
219
	width: 125px;
220
	height: 30px;
221
}
222

    
223
.property-title {
224
	font-weight: bolder;
225
	font-size: 12pt;
226
	width: 300px;
227
}
228

    
229
.skin-name {
230
	font-size: 14pt;
231
	width: 300px;
232
}
233

    
234
.smaller-text {
235
	font-size: smaller;
236
	display: inline;
237
}
238

    
239
.configure-link {
240
	font-size: 11pt;
241
}
(2-2/11)