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: 2000 Regents of the University of California and the
8
  *               National Center for Ecological Analysis and Synthesis
9
  *     Authors: Matt Jones
10
  *
11
  *    '$Author: daigle $'
12
  *      '$Date: 2008-07-06 21:25:34 -0700 (Sun, 06 Jul 2008) $'
13
  *  '$Revision: 4080 $'
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
 * tpc settings
32
 **********************************************************************/
33

    
34
.content-section {
35
	vertical-align: top;
36
	padding-top: 60px;
37
}
38

    
39
.content-section-header {
40
	text-align:	left;
41
	color: #124325;
42
	background: #CFE2CF;
43
	font-family: "Verdana", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
44
	font-size: 14px;
45
	font-weight: bold;
46
	border: 1px solid #124325;
47
	display: block;
48
	padding: 3px 0px 3px 10px;
49
	margin:0px 60px 20px 178px;
50
}
51

    
52
.content-subsection {
53
	vertical-align: top;
54
	margin: 0px 0px 0px 20px;
55
	width: 940px;
56
}
57

    
58
.content-subsection-header {
59
	margin: 10px 0px 5px 0px;
60
	padding: 0px 0px 0px 0px;
61
	color: #255333;
62
	font-size: 16px;
63
	font-weight: bold;
64
}
65

    
66
.page-section {
67
	margin: 0px 20px 0px 20px;
68
	border-spacing: 0px;
69
	border-width: 0px;
70
	width: 95%;
71
	min-width: 980px;
72
}
73

    
74
.schedule-section {
75
	vertical-align: top;
76
	width: 100%;
77
}
78

    
79
.from-date-section {
80
	display:inline;
81
	float: left;
82
	margin: 0px 25px 0px 25px;
83
}
84

    
85
.to-date-section {
86
	margin: 0px 20px 0px 0px;
87
}
88

    
89
.form-input-row {
90
	margin-bottom: 10px;
91
}
92

    
93
.form-base-row {
94
	margin: 20px 0px 10px 0px;
95
}
96

    
97
.field-label {
98
	margin: 0px 0px 0px 15px;
99
	padding: 0px 7px 0px 0px;
100
	width: 165px;
101
	display: inline;
102
	float: left;
103
	text-align: right;
104
	font-size: 1.1em;
105
}
106

    
107
.field-suffix {
108
	margin: 0px 0px 0px 5px;
109
	padding: 0px 7px 0px 0px;
110
	width: 285px;
111
	display: inline;
112
	text-align: right;
113
	font-size: 1.1em;
114
}
115

    
116
.summary-field {
117
	margin: 0px 0px 0px 15px;
118
	padding: 0px 7px 0px 0px;
119
	width: 125px;
120
	display: inline;
121
	float: left;
122
	text-align: right;
123
	font-size: 16px;
124
	color: #255333;
125
}
126

    
127
.summary-value {
128
	padding: 0px 7px 0px 0px;
129
	display: inline;
130
	text-align: right;
131
	font-size: 16px;
132
	color: #000000;
133
}
134

    
135
.field-remove-button {
136
	margin: 0px 0px 0px 100px;
137
}
138

    
139
.text-input {
140
	width: 290px;
141
}
142

    
143
.date-input {
144
		width: 150px;
145
}
146

    
147
.int-input {
148
		width: 60px;
149
}
150

    
151
.calendar-icon {
152
	vertical-align: middle;
153
}
154

    
155
.search-section {
156
	border: 1px solid #D5D5D5;
157
	padding: 15px 0px 5px 0px;
158
}
159

    
160
.search-section-text {
161
	position: absolute;
162
	top: 123px;
163
	left: 230px;
164
	background: #FFFFFF;	
165
	font-size: 14px;
166
	color: #797979;
167
	padding: 0px 5px 0px 5px;
168
}
169

    
170
.submit-button {
171
	margin: 0px 0px 0px 280px;
172
	width: 100px;
173
}
174

    
175
.result-header {
176
	margin-bottom: 5px;
177
}
178

    
179
.result-header-emphasis {
180
	font-size: 16px;
181
	margin-bottom: 5px;
182
}
183

    
184
.workflow-run-content {
185
	margin-bottom: 20px;
186
}
187

    
188
/********************************************************************** 
189
 * tpc search result specific settings
190
 **********************************************************************/
191

    
192

    
193
.col {
194
	padding-left: 0px;
195
}
196

    
197
.col1 {
198
	width: 240px;
199
	text-align: left;
200
	padding-left: 5px;
201
	font-weight: bold;
202
}
203

    
204
.col2 {
205
	width: 100px;
206
}
207

    
208
.col3 {
209
	width: 180px;
210
}
211

    
212
.col4 {
213
	width: 180px;
214
	border-right:1px solid #D5D5D5;
215
}
216

    
217
.col5 {
218
	width: 80px;
219
}
220

    
221
.col6 {
222
	width: 140px;
223
	border-right: none;
224
	padding-left: 3px;
225
}
226

    
227
.col1-header {
228
	color: #FFFFFF;
229
  width: 240px;
230
  text-align: left;
231
  padding-left: 5px;
232
  font-weight: bold;
233
}
234

    
235
.col2-header {
236
	color: #FFFFFF;
237
  width: 100px;
238
}
239

    
240
.col3-header {
241
	color: #FFFFFF;
242
  width: 180px;
243
}
244

    
245
.col4-header {
246
	color: #FFFFFF;
247
  width: 180px;
248
  border-right:1px solid #D5D5D5;
249
}
250

    
251
.col5-header {
252
	color: #FFFFFF;
253
  width: 80px;
254
}
255

    
256
.col6-header {
257
	color: #FFFFFF;
258
  width: 140px;
259
  border-right: none;
260
  padding-left: 3px;
261
}
(13-13/36)