Project

General

Profile

1 4966 daigle
 /*
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 5311 daigle
	vertical-align: top;
36
	padding-top: 60px;
37 4966 daigle
}
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 5311 daigle
.content-subsection {
53
	vertical-align: top;
54
	margin: 0px 0px 0px 20px;
55
	width: 825px;
56
}
57
58 4966 daigle
.content-subsection-header {
59
	margin: 10px 0px 5px 0px;
60
	padding: 0px 0px 0px 0px;
61 5088 daigle
	color: #255333;
62 4966 daigle
	font-size: 16px;
63 5088 daigle
	font-weight: bold;
64 4966 daigle
}
65
66 5311 daigle
.page-section {
67
	margin: 0px 20px 0px 20px;
68
	border-spacing: 0px;
69
	border-width: 0px;
70
	width: 95%;
71
	min-width: 900px;
72
}
73
74
.schedule-section {
75
	vertical-align: top;
76
	width: 100%;
77
}
78
79 4966 daigle
.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: 125px;
101
	display: inline;
102
	float: left;
103
	text-align: right;
104
	font-size: 1.1em;
105
}
106
107
.field-suffix {
108 5005 daigle
	margin: 0px 0px 0px 5px;
109 4966 daigle
	padding: 0px 7px 0px 0px;
110
	width: 125px;
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 4971 daigle
.result-header {
176
	margin-bottom: 5px;
177
}
178
179 4966 daigle
.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 5012 daigle
.col {
193 5013 daigle
	padding-left: 0px;
194 5012 daigle
}
195
196 4966 daigle
.col1 {
197 5013 daigle
	width: 200px;
198 4966 daigle
	text-align: left;
199 5013 daigle
	padding-left: 5px;
200 4966 daigle
	font-weight: bold;
201
}
202
203
.col2 {
204 5824 tao
	width: 85px;
205 4966 daigle
}
206
207
.col3 {
208 5824 tao
	width: 160px;
209 4966 daigle
}
210
211
.col4 {
212 5824 tao
	width: 160px;
213 5311 daigle
	border-right:1px solid #D5D5D5;
214 4966 daigle
}
215
216
.col5 {
217 5013 daigle
	width: 60px;
218 5012 daigle
}
219
220
.col6 {
221 5824 tao
	width: 140px;
222 4966 daigle
	border-right: none;
223 5823 tao
	padding-left: 3px;
224 4966 daigle
}