Project

General

Profile

1 4948 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
}
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 {
51
	vertical-align: middle;
52
	margin: 0px 0px 0px 195px;
53
	width: 750px;
54
}
55
56
.content-subsection-header {
57
	margin: 10px 0px 5px 0px;
58
	padding: 0px 0px 0px 0px;
59
	color: #7BB865;
60
	font-size: 16px;
61
}
62
63
.from-date-section {
64
	display:inline;
65
	float: left;
66
	margin: 0px 25px 0px 25px;
67
}
68
69
.to-date-section {
70
	margin: 0px 20px 0px 0px;
71
}
72
73
.form-input-row {
74
	margin-bottom: 10px;
75
}
76
77
.form-base-row {
78
	margin: 20px 0px 10px 0px;
79
}
80
81
.field-label {
82
	margin: 0px 0px 0px 15px;
83
	padding: 0px 7px 0px 0px;
84
	width: 125px;
85
	display: inline;
86
	float: left;
87
	text-align: right;
88
	font-size: 1.1em;
89
}
90
91
.field-remove-button {
92
	margin: 0px 0px 0px 100px;
93
}
94
95
.text-input {
96
	width: 290px;
97
}
98
99
.date-input {
100
		width: 150px;
101
}
102
103 4966 daigle
.int-input {
104
		width: 60px;
105
}
106
107 4948 daigle
.calendar-icon {
108
	vertical-align: middle;
109
}
110
111
.search-section {
112
	border: 1px solid #D5D5D5;
113
	padding: 15px 0px 5px 0px;
114
}
115
116
.search-section-text {
117
	position: absolute;
118
	top: 123px;
119
	left: 230px;
120
	background: #FFFFFF;
121
	font-size: 14px;
122
	color: #797979;
123
	padding: 0px 5px 0px 5px;
124
}
125
126
.submit-button {
127
	margin: 0px 0px 0px 280px;
128
	width: 100px;
129
}
130
131 4966 daigle
.result-header-emphasis {
132
	font-size: 16px;
133
}
134
135 4971 daigle
.result-header {
136
	float: none;
137
}
138
139 4948 daigle
/**********************************************************************
140
 * tpc search result specific settings
141
 **********************************************************************/
142
143
.col1 {
144 4980 daigle
	width: 230px;
145 4948 daigle
	text-align: left;
146
	font-weight: bold;
147
}
148
149
.col2 {
150 4980 daigle
	width: 100px;
151 4948 daigle
}
152
153
.col3 {
154 4971 daigle
	width: 100px;
155 4948 daigle
}
156
157
.col4 {
158 4980 daigle
	width: 250px;
159 4948 daigle
	border-right: none;
160
}