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
}
36

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

    
50
.content-subsection-header {
51
	margin: 10px 0px 5px 0px;
52
	padding: 0px 0px 0px 0px;
53
	color: #7BB865;
54
	font-size: 16px;
55
}
56

    
57
.from-date-section {
58
	display:inline;
59
	float: left;
60
	margin: 0px 25px 0px 25px;
61
}
62

    
63
.to-date-section {
64
	margin: 0px 20px 0px 0px;
65
}
66

    
67
.form-input-row {
68
	margin-bottom: 10px;
69
}
70

    
71
.form-base-row {
72
	margin: 20px 0px 10px 0px;
73
}
74

    
75
.field-label {
76
	margin: 0px 0px 0px 15px;
77
	padding: 0px 7px 0px 0px;
78
	width: 125px;
79
	display: inline;
80
	float: left;
81
	text-align: right;
82
	font-size: 1.1em;
83
}
84

    
85
.field-suffix {
86
	margin: 0px 0px 0px 5px;
87
	padding: 0px 7px 0px 0px;
88
	width: 125px;
89
	display: inline;
90
	text-align: right;
91
	font-size: 1.1em;
92
}
93

    
94
.summary-field {
95
	margin: 0px 0px 0px 15px;
96
	padding: 0px 7px 0px 0px;
97
	width: 125px;
98
	display: inline;
99
	float: left;
100
	text-align: right;
101
	font-size: 16px;
102
	color: #255333;
103
}
104

    
105
.summary-value {
106
	padding: 0px 7px 0px 0px;
107
	display: inline;
108
	text-align: right;
109
	font-size: 16px;
110
	color: #000000;
111
}
112

    
113
.field-remove-button {
114
	margin: 0px 0px 0px 100px;
115
}
116

    
117
.text-input {
118
	width: 290px;
119
}
120

    
121
.date-input {
122
		width: 150px;
123
}
124

    
125
.int-input {
126
		width: 60px;
127
}
128

    
129
.calendar-icon {
130
	vertical-align: middle;
131
}
132

    
133
.search-section {
134
	border: 1px solid #D5D5D5;
135
	padding: 15px 0px 5px 0px;
136
}
137

    
138
.search-section-text {
139
	position: absolute;
140
	top: 123px;
141
	left: 230px;
142
	background: #FFFFFF;	
143
	font-size: 14px;
144
	color: #797979;
145
	padding: 0px 5px 0px 5px;
146
}
147

    
148
.submit-button {
149
	margin: 0px 0px 0px 280px;
150
	width: 100px;
151
}
152

    
153
.result-header {
154
	margin-bottom: 5px;
155
}
156

    
157
.result-header-emphasis {
158
	font-size: 16px;
159
	margin-bottom: 5px;
160
}
161

    
162
.workflow-run-content {
163
	margin-bottom: 20px;
164
}
165

    
166
/********************************************************************** 
167
 * tpc search result specific settings
168
 **********************************************************************/
169

    
170
.col {
171
	padding-left: 0px;
172
}
173

    
174
.col1 {
175
	width: 200px;
176
	text-align: left;
177
	padding-left: 5px;
178
	font-weight: bold;
179
}
180

    
181
.col2 {
182
	width: 90px;
183
}
184

    
185
.col3 {
186
	width: 140px;
187
}
188

    
189
.col4 {
190
	width: 140px;
191
}
192

    
193
.col5 {
194
	width: 60px;
195
}
196

    
197
.col6 {
198
	width: 150px;
199
	border-right: none;
200
}
(20-20/37)