blob: 427621d50273814dde6f9a1f53e26a587df461a1 [file] [log] [blame]
gwt.team.scottbab0aa682006-12-06 23:14:19 +00001body {
2 background-color: white;
3 color: black;
4 font-family: Arial, sans-serif;
5 font-size: small;
6 margin: 8px;
7 margin-top: 3px;
8}
9
10img {
11 border: 0;
12}
13
14table {
15 border-collapse: collapse;
16}
17
18th, td {
19 padding: 0;
gwt.team.bruceb2e04e82006-12-11 22:23:04 +000020 vertical-align: top;
gwt.team.scottbab0aa682006-12-06 23:14:19 +000021 text-align: left;
22}
23
gwt.team.scottbab0aa682006-12-06 23:14:19 +000024a:link {
25 color: #0000cc;
26}
27
28a:active {
29 color: #cc0000;
30}
31
32a:visited {
33 color: #551a8b;
34}
35
36h1 {
37 font-size: x-large;
38 margin-top: 0px;
39}
40
41h2 {
42 font-size: large;
43}
44
45h3 {
46 font-size: medium;
47}
48
49h4 {
50 font-size: small;
51}
52
53form {
54 margin: 0;
55 padding: 0;
56}
57
58li {
59 margin-bottom: 0.25em;
60}
61
gwt.team.bruceb2e04e82006-12-11 22:23:04 +000062pre, code {
gwt.team.scottbab0aa682006-12-06 23:14:19 +000063 color: #007000;
64 font-family: "bogus font here", monospace;
65 font-size: 100%;
66}
67
gwt.team.bruceb2e04e82006-12-11 22:23:04 +000068pre {
gwt.team.scottbab0aa682006-12-06 23:14:19 +000069 border: 1px solid silver;
70 background-color: #f5f5f5;
71 padding: 0.5em;
72 overflow: auto;
73 margin: 2em;
74}
75
gwt.team.bruceb2e04e82006-12-11 22:23:04 +000076pre ins {
gwt.team.scottbab0aa682006-12-06 23:14:19 +000077 color: #cc0000;
78 font-weight: bold;
79 text-decoration: none;
80}
81
gwt.team.bruceb2e04e82006-12-11 22:23:04 +000082.newmark {
83 color: red;
84 font-size: 80%;
85 vertical-align: top;
86}
gwt.team.scottbab0aa682006-12-06 23:14:19 +000087
88/* "Selected" links */
89
90a.selected, .selected a, .selected {
91 color: black;
92 font-weight: bold;
93 text-decoration: none;
94}
95
96a.selected:visited, .selected a:visited {
97 color: black;
98}
99
100
gwt.team.scottbab0aa682006-12-06 23:14:19 +0000101/* Header */
102
103#gaia {
104 text-align: right;
105}
106
gwt.team.scottbab0aa682006-12-06 23:14:19 +0000107#header {
108 height: 50px;
109 margin-bottom: 11px;
gwt.team.bruceb2e04e82006-12-11 22:23:04 +0000110 position: relative;
gwt.team.scottbab0aa682006-12-06 23:14:19 +0000111}
112
113#logo {
114 padding-right: 18px;
115 position: absolute;
116 left: 0;
117 top: -5px;
118}
119
120#logo img {
121 width: 153px;
122 height: 55px;
123}
124
gwt.team.scottbab0aa682006-12-06 23:14:19 +0000125#title {
126 border-top: 1px solid #3366cc;
127 background-color: #e5ecf9;
128 font-size: large;
129 font-weight: bold;
gwt.team.bruceb2e04e82006-12-11 22:23:04 +0000130 margin: 0;
131 padding: 0;
gwt.team.scottbab0aa682006-12-06 23:14:19 +0000132 padding-top: 1px;
133 padding-bottom: 1px;
134 margin-top: 5px;
135}
136
gwt.team.bruceb2e04e82006-12-11 22:23:04 +0000137#title, #breadcrumbs {
138 margin-left: 174px;
139 padding-left: 3px;
140}
141
gwt.team.scottbab0aa682006-12-06 23:14:19 +0000142#breadcrumbs {
143 margin-top: 3px;
144}
145
146
147/* Side panel section */
148
149#side {
gwt.team.bruceb2e04e82006-12-11 22:23:04 +0000150 width: 167px;
151 margin-bottom: 3em;
gwt.team.scottbab0aa682006-12-06 23:14:19 +0000152 float: left;
153}
154
155
156/* Menu */
157
gwt.team.bruceb2e04e82006-12-11 22:23:04 +0000158#menu ul {
159 margin: 0;
160 padding: 0;
161 list-style-type: none;
gwt.team.scottbab0aa682006-12-06 23:14:19 +0000162 margin-bottom: 1em;
163}
164
gwt.team.bruceb2e04e82006-12-11 22:23:04 +0000165#menu ul ul {
gwt.team.scottbab0aa682006-12-06 23:14:19 +0000166 margin-left: 10px;
gwt.team.bruceb2e04e82006-12-11 22:23:04 +0000167 margin-bottom: 0;
gwt.team.scottbab0aa682006-12-06 23:14:19 +0000168}
169
gwt.team.bruceb2e04e82006-12-11 22:23:04 +0000170#menu li {
171 margin-top: 4px;
gwt.team.scottbab0aa682006-12-06 23:14:19 +0000172}
173
gwt.team.bruceb2e04e82006-12-11 22:23:04 +0000174#menu h4 {
175 margin: 0;
176 padding: 0;
gwt.team.scottbab0aa682006-12-06 23:14:19 +0000177 margin-bottom: 1em;
gwt.team.scottbab0aa682006-12-06 23:14:19 +0000178}
179
180
181/* Search box */
182
183#search {
184 margin-top: 2em;
185}
186
187#search .header {
188 font-weight: bold;
189 font-size: 90%;
190 margin-bottom: 1px;
191}
192
193#search .button {
194 margin-top: 1px;
195}
196
197#search .input input {
198 width: 125px;
199}
200
201
gwt.team.bruceb2e04e82006-12-11 22:23:04 +0000202/* Body */
203
204#body {
205 border-left: 1px dotted silver;
206 margin-left: 169px;
207 margin-right: 25px;
208 padding-left: 18px;
209 padding-bottom: 25px;
210}
211
212
213/* Footer */
214
215#footer {
216 clear: both;
217 text-align: center;
218 margin-top: 3.5em;
219 margin-bottom: 1em;
220 background-image: url("http://www.google.com/images/art.gif");
221 height: 53px;
222 background-repeat: no-repeat;
223 background-position: left center;
224}
225
226#footer .text {
227 padding-top: 20px;
228}
229
230
gwt.team.scottbab0aa682006-12-06 23:14:19 +0000231/* Download links */
232
233div.download {
234 padding-top: 0.5em;
235 padding-bottom: 0.5em;
236}
237
238div.download a {
239 border: 1px solid #3366cc;
240 background-color: #e5ecf9;
241 padding: 0.5em;
242 position: relative;
243 font-weight: bold;
244}
245
246
247/* Terms of Service form */
248
249.termsagree {
250 margin-top: 1em;
251 margin-bottom: 1em;
252 background-color: #e5ecf9;
253 padding: 0.5em;
254}
255
256.termsagree .button {
257 padding-top: 0.5em;
258}
259
260.termsagree .text {
261 font-weight: bold;
262}
263
264.termsagree .text .printable {
265 font-weight: normal;
266}
267
268.termsagree .text, .termsagree .button {
269 padding-left: 5px;
270}
271
272
gwt.team.bruceb2e04e82006-12-11 22:23:04 +0000273/* Print styles */
gwt.team.scottbab0aa682006-12-06 23:14:19 +0000274
gwt.team.bruceb2e04e82006-12-11 22:23:04 +0000275@media print {
276 .noprint {
277 display: none;
278 }
gwt.team.scottbab0aa682006-12-06 23:14:19 +0000279
gwt.team.bruceb2e04e82006-12-11 22:23:04 +0000280 #header, #side, #gaia {
281 display: none;
282 }
gwt.team.scottbab0aa682006-12-06 23:14:19 +0000283
gwt.team.bruceb2e04e82006-12-11 22:23:04 +0000284 #body {
285 margin: 0;
286 border: 0;
287 padding: 0;
288 }
gwt.team.scottbab0aa682006-12-06 23:14:19 +0000289}