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 8203 walker
30 8222 walker
/* Import the Metacat documentation stylesheet */
31
@import url(../docs/_static/metacatui.css);
32 8203 walker
33
/* THE BASICS
34
-------------------------------------------------- */
35
html{
36
	margin: 0;
37
	padding: 0;
38
	width: 100%;
39
	height: 100%;
40 4080 daigle
}
41 8203 walker
body{
42 8222 walker
	background: url(../docs/_static/bg.jpg) no-repeat center center fixed;
43
	background-size: cover;
44
     -webkit-background-size: cover;
45
	 -moz-background-size: cover;
46
	 -o-background-size: cover;
47
	 font: 400 1em/1.2em Source Sans Pro, Arial, sans-serif;
48 8203 walker
}
49 4080 daigle
50 8203 walker
h1{
51
	font: 400 3em/3em "Oswald", Arial, sans-serif;
52
	-webkit-margin-before: 0.2em;
53
	-webkit-margin-after: 0.2em;
54
	display: block;
55
	clear: both;
56
}
57
58 4080 daigle
h2 {
59 8203 walker
	font: 400 2.5em/2.5em "Oswald", Arial, sans-serif;
60
	-webkit-margin-before: 0.2em;
61
	-webkit-margin-after: 0.2em;
62
	display: block;
63
	clear: both;
64 4080 daigle
}
65
66
h3 {
67 8203 walker
	font: 400 1.5em/1.5em "Oswald", Arial, sans-serif;
68
	-webkit-margin-before: 0.2em;
69
	-webkit-margin-after: 0.2em;
70
	display: block;
71
	clear: both;
72
	margin-top: 20px;
73 4080 daigle
}
74
75
input {
76
	padding-left: 4px;
77
	width: 400px;
78 8203 walker
	border: 1px solid #AAAAAA;
79
	font: 400 1em/1em Source Sans Pro, Arial, sans-serif;
80
	background-color:#FFFFFF;
81
	color: #333333;
82
	border-radius: 5px;
83
	-moz-border-radius: 5px;
84
	-webkit-border-radius: 5px;
85 4080 daigle
}
86
87 8203 walker
select{
88
	border: 1px solid #AAAAAA;
89
	font: 400 1em/1em Source Sans Pro, Arial, sans-serif;
90
	height: 2em;
91
}
92
93 4080 daigle
input[type="submit"] {
94
	width: 100px;
95
	margin-right: 5px;
96
	margin-top: 20px;
97 8203 walker
	cursor: pointer;
98 4080 daigle
}
99
100
input[type="radio"] {
101
	margin-bottom: 4px;
102 8203 walker
	width: 15px;
103
	height: 15px;
104 8222 walker
	float: left;
105 4080 daigle
}
106
107 4082 daigle
input[type="checkbox"] {
108 8203 walker
	width: 15px;
109
	height: 15px;
110
	float: left;
111 4082 daigle
}
112
113 4080 daigle
label {
114 8203 walker
	font-size: 1.1em;
115
	line-height: 1.1em;
116
	display: block;
117
	margin-top: 10px;
118 4080 daigle
}
119
120 8240 walker
table{
121
	background: none;
122
}
123 4080 daigle
124 4100 daigle
125 8240 walker
126 8222 walker
/* NAVIGATION AND HEADER AND FOOTER
127 8203 walker
------------------------------------- */
128 8222 walker
.footer{
129
	width: 100%;
130
	padding: 20px 20px 0 0;
131
	bottom: 0;
132
}
133
134
.footer > p{
135
	font: 400 1em/1em Source Sans Pro, Arial;
136 8203 walker
	float: right;
137 8222 walker
	clear: both;
138
	display: block;
139
	text-transform: none;
140
	margin-right: 20px;
141 5010 daigle
}
142
143 8222 walker
.footer > ul{
144
	clear: both;
145
	float: right;
146
	margin-right: 20px;
147
}
148
149
.footer li {
150
	list-style: none;
151
	float: left;
152
	margin-left: 20px;
153
}
154
155
.footer li > a,
156
.header li > a{
157
	color: #FFFFFF;
158
	font: 400 2em/2em Oswald, Arial;
159 8203 walker
	text-transform: uppercase;
160 8222 walker
}
161
162
.footer li > a:hover,
163
.header li > a:hover{
164
	opacity: 0.6;
165 8203 walker
	text-decoration: none;
166 4080 daigle
}
167
168 8222 walker
.document{
169
	position: relative;
170
	margin-top: 20px;
171
	padding-bottom: 10px;
172
	min-height: 800px;
173 4080 daigle
}
174
175 8222 walker
.header{
176
	height: 100px;
177
	margin: 10px;
178
}
179
180 8203 walker
/* FORMS
181
----------------------------------------*/
182 8222 walker
.textinput,
183
input[type="password"] {
184 8203 walker
	vertical-align: middle;
185
	width: 30em;
186
	height: 2.2em;
187
	font: 400 1em/2em Source Sans Pro;
188
	border-radius: 5px;
189
	-moz-border-radius: 5px;
190
	-webkit-border-radius: 5px;
191
	border: 1px solid #aaa;
192 4080 daigle
}
193
194 8203 walker
.textinput-label {
195
	text-align: right;
196
	float: left;
197
	width: 200px;
198 8222 walker
	clear: left;
199 4080 daigle
}
200
201 8203 walker
.textinput-description {
202
	margin-left: 215px;
203 8222 walker
	color: #666666;
204 8203 walker
	font-size: 0.8em;
205
	margin-top: 5px;
206
	clear: both;
207 8240 walker
	min-height: 2em;
208 4080 daigle
}
209
210 8222 walker
.button, input[type="submit"], input[type="button"] {
211 4080 daigle
	width: 100px;
212
	margin-right: 5px;
213
	margin-top: 20px;
214 8203 walker
	font: 400 1.2em/1.5em Oswald, Arial;
215
	cursor: pointer;
216 8222 walker
	height: 1.7em;
217 4080 daigle
}
218
219 8203 walker
220
.checkradio-label-inline {
221
 	display: inline;
222
	vertical-align: middle;
223 4080 daigle
}
224
225 8222 walker
.checkradio-label{
226
	margin: 0px 0px 0px 10px;
227
	float: left;
228
}
229 8203 walker
.checkradio-description {
230 8222 walker
	font: 400 .8em/.8em Source Sans Pro;
231
	color: #666666;
232
	clear: both;
233
	margin: 8px 0px 10px 38px;
234 4080 daigle
}
235
236 8222 walker
.icon-question-sign {
237
	color: #166194;
238
	font-size: 1.2em;
239
	cursor: pointer;
240 8203 walker
	margin-left: 10px;
241 8222 walker
	margin-top: 0.5em;
242 4080 daigle
}
243
244 8203 walker
.form-row {
245 8231 walker
	height: 2em;
246 8203 walker
	clear: both;
247 4080 daigle
}
248
249 8203 walker
.form-row input,
250
.form-row select,
251
.form-row span{
252
	float: left;
253 8222 walker
	margin-left: 1em;
254 8203 walker
}
255
256
/* OTHER
257
----------------------------------------*/
258
259
.clear{
260
	clear: both;
261
}
262
263 8222 walker
.admin-login > tbody > tr > td{
264
	padding: 0px 10px 0px 0px;
265 8203 walker
}
266
267 8222 walker
.admin-login > tbody > tr{
268
	padding: 0px;
269 8203 walker
}
270
271 8222 walker
.username-input, login-input {
272
	width: auto;
273
	margin-bottom: 0px;
274
}
275
276 8203 walker
.buttons-wrapper{
277
	clear:both;
278 8222 walker
	margin: auto;
279
	max-width: 350px;
280 8203 walker
}
281
.heading-comment {
282
	margin-bottom: 0px;
283
}
284
285
286 4080 daigle
.configured-tag {
287
	color: green;
288
	width: 115px;
289
	height: 30px;
290
}
291
292
.unconfigured-tag {
293
	color: red;
294
	width: 125px;
295
}
296
297
298
.skin-name {
299 4082 daigle
	font-size: 14pt;
300
	width: 300px;
301 4080 daigle
}
302
303
.smaller-text {
304 8203 walker
	font-size: 0.5em;
305 4082 daigle
	display: inline;
306 4080 daigle
}
307
308 8231 walker
.configuration-table{
309
	border-collapse: separate;
310
	border-spacing: 6px;
311 8240 walker
	background: none;
312 8231 walker
}
313
314 4080 daigle
.configure-link {
315 8231 walker
	background: rgba(255, 255, 255, 0.7);
316
	border-radius: 10px;
317
	-moz-border-radius: 10px;
318
	-webkit-border-radius: 10px;
319
	color: #333333;
320 4258 daigle
}
321
322 8231 walker
.configure-link.inactive{
323
	background: none;
324
}
325
326
.configure-link.inactive:hover{
327
	background: none;
328
	cursor: default;
329
	color: #333333;
330
}
331
332
.configure-link > i,
333
.configure-link > a{
334
	color: inherit;
335
	vertical-align: middle;
336
}
337
338
.configure-link:hover,
339
.configure-link:hover > a,
340
.configure-link:hover > i{
341
	background: rgba(255, 255, 255, 1);
342
	color: #166194;
343
	text-decoration: none;
344
	cursor: pointer;
345
}
346
347 4258 daigle
.hiding-section {
348
	display: none;
349
	width: 100%;
350
	margin-left: 2em;
351
}
352
353 8222 walker
frame[name="bottom"] table
354
{
355
	border-collapse: collapse;
356
	border: 1px solid #333;
357
	font: 400 1em/1em Source Sans Pro, Arial, sans-serif;
358
}
359 4258 daigle
360 8222 walker
frame[name="bottom"] table > tbody > td
361
{
362
	padding: 5px;
363
}
364
365
i{
366
	margin-right: 10px;
367
}
368