Project

General

Profile

Download (6.91 KB) Statistics
| Branch: | Tag: | Revision:
1
/* $Id: style.css,v 1.19 2006/12/27 13:17:15 drumm Exp $ */
2

    
3
/*
4
** HTML elements
5
*/
6
body {
7
  margin-left:80px;
8
  margin-right:80px;
9
  padding: 0;
10
  color: #000;
11
  font:small Arial,Georgia,Serif;
12
  /* text-align:center; */
13
  background-color: #fff;
14
  font: Arial, 76% Verdana, Arial, Helvetica, sans-serif;
15
  border:1px solid #7D974A;
16
}
17

    
18
tr.odd td, tr.even td {
19
  padding: 0.3em;
20
}
21
h1, h2, h3, h4, h5, h6 {
22
  margin-bottom: 0.5em;
23
}
24
h1 {
25
  font-size: 1.3em;
26
}
27
h2 {
28
  font-size: 1.2em;
29
  color: #6D6968;
30
}
31
h3, h4, h5 {
32
  font-size: 1.1em;
33
}
34
h6 {
35
  font-size: 0.8em;
36
  color: #6D6968;
37
  }
38
	
39
p {
40
  margin-top: 0.5em;
41
  margin-bottom: 0.9em;
42
}
43
a {
44
  text-decoration: none;
45
  font-weight: normal;
46
}
47
a:link {
48
  color: #39c;
49
}
50
a:visited {
51
  color: #369;
52
}
53
a:hover {
54
  color: #39c;
55
  text-decoration: underline;
56
}
57
fieldset {
58
  border: 1px solid #ccc;
59
}
60
pre {
61
  background-color: #fff;
62
  padding: 0.75em 1.5em;
63
  font-size: 12px;
64
  border: 1px solid #ddd;
65
}
66
table {
67
  /* make <td> sizes relative to body size! */
68
  font-size: 1em;
69
}
70
.form-item label {
71
  font-size: 1em;
72
  color: #222;
73
}
74
.item-list .title {
75
  font-size: 1em;
76
  color: #222;
77
}
78
.links {
79
  margin-bottom: 0;
80
}
81
.comment .links {
82
  margin-bottom: 0;
83
}
84

    
85
/*
86
** Page layout blocks / IDs
87
*/
88
#header, #content {
89
  width: 100%;
90
}
91
#header {
92
  position:relative; 
93
  margin:auto; 
94
  background-color:#7d974a; 
95
  height:70px;
96
  text-indent:20px;
97
  font-family:Arial;
98
  color:#ffffff; 
99
  /* letter-spacing:20px; */
100
  
101
}
102
#logo {
103
  vertical-align: middle;
104
  border: 0;
105
}
106
#logo img {
107
  float: left;
108
  padding: 0 1em;
109
  border: 0;
110
}
111
#menu {
112
  padding: 0.5em 0.5em 0 0.5em;
113
  text-align: right;
114
  vertical-align: bottom;
115
}
116
#navlist {
117
  font-size: 1.0em;
118
  padding: 0 0.8em 1.2em 0;
119
  color: #9cf;
120
}
121
#navlist a {
122
  font-weight: bold;
123
  color: #fff;
124
}
125
#subnavlist {
126
  padding: 0.5em 1.2em 0.4em 0;
127
  font-size: 0.8em;
128
  color: #9cf;
129
}
130
#subnavlist a {
131
  font-weight: bold;
132
  color: #9cf;
133
}
134
ul.links li {
135
  border-left: 1px solid #9cf;
136
}
137
ul.links li.first {
138
  border: none;
139
}
140
#search .form-text, #search .form-submit {
141
  border: 1px solid #369;
142
  font-size: 1.1em;
143
  height: 1.5em;
144
  vertical-align: middle;
145
}
146
#search .form-text {
147
  width: 8em;
148
  padding: 0 0.5em;
149
}
150
#mission {
151
  background-color: #369;
152
  padding: 1.5em 2em;
153
  color: #fff;
154
}
155
#mission a, #mission a:visited {
156
  color: #9cf;
157
  font-weight: bold;
158
}
159
.site-name {
160
  margin: 0.6em 0 0 0;
161
  padding: 0;
162
  font-size: 2em;
163
}
164
.site-name a:link, .site-name a:visited {
165
  color: #fff;
166
}
167
.site-name a:hover {
168
  color: #369;
169
  text-decoration: none;
170
}
171
.site-slogan {
172
  font-size: 1em;
173
  color: #eee;
174
  display: block;
175
  margin: 0;
176
  font-style: italic;
177
  font-weight: bold;
178
}
179
#main {
180
  /* padding in px not ex because IE messes up 100% width tables otherwise */
181
  padding: 10px;
182
}
183
#mission, .node .content, .comment .content {
184
  line-height: 1.1em;
185
}
186
#help {
187
  font-size: 0.9em;
188
  margin-bottom: 1em;
189
}
190
.breadcrumb {
191
  margin-bottom: .5em;
192
}
193
.messages {
194
  background-color: #eee;
195
  border: 1px solid #ccc;
196
  padding: 0.3em;
197
  margin-bottom: 1em;
198
}
199
.error {
200
  border-color: red;
201
}
202
#sidebar-left, #sidebar-right {
203
  background-color: #fff;
204
  width: 12em;
205
  vertical-align: top;
206
  text-align: left;
207
  /* padding in px not ex because IE messes up 100% width tables otherwise 
208
  padding: 10px; /*
209
  padding: 0px;
210
  vertical-align: top; */
211
}
212

    
213
#sidebar-right {
214
  /* background-color: #fff;
215
  width: 12em;
216
  vertical-align: top;
217
  text-align: left; */
218
  padding: 5px 0px 0px 0px;
219
  border: 0px solid #96AB2B;
220
}
221

    
222
#footer {
223
  background-color: #eee;
224
  padding: 1em;
225
  font-size: 0.8em;
226
}
227

    
228
/*
229
** Common declarations for child classes of node, comment, block, box, etc.
230
** If you want any of them styled differently for a specific parent, add
231
** additional rules /with only the differing properties!/ to .parent .class.
232
** See .comment .title for an example.
233
*/
234
.title, .title a {
235
  font-weight: bold;
236
  font-size: 1.3em;
237
  color: #777;
238
  margin: 0 auto;  /* decrease default margins for h<x>.title */
239
  
240
}
241

    
242
.title .taxname {
243
  color: blue;
244
  display: block;	}
245
	
246
.title .authors {
247
  color: red;
248
	}
249

    
250
.searchtitle {
251
  font-weight: bold;
252
  font-size: 1.0em;
253
  color: #FFFFFF;
254
  background-color:#96AB2B;
255
  margin: 0 auto;  /* decrease default margins for h<x>.title */
256
}
257

    
258
.submitted {
259
  color: #999;
260
  font-size: 0.8em;
261
}
262
.links {
263
  color: #999;
264
}
265
.links a {
266
  font-weight: bold;
267
}
268
.block, .box {
269
  padding: 0 0 1.5em 0;
270
  border: 1px;
271
}
272
.block {
273
  border-bottom: 1px solid #bbb;
274
  padding-bottom: 0.75em;
275
  margin-bottom: 1.5em;
276
  border: 1px;
277
}
278

    
279
.block_cdm-dataportal {
280
  border-bottom: 3px solid #bbb;
281
  padding-bottom: 0.75em;
282
  margin-bottom: 1.5em;
283
}
284

    
285
.block .title {
286
  margin-bottom: .25em;
287
}
288
.box .title {
289
  font-size: 1.1em;
290
}
291
.node {
292
  margin: .5em 0 2em 0;
293
}
294
.sticky {
295
  padding: .5em;
296
  background-color: #eee;
297
  border: solid 1px #ddd;
298
}
299
.node .content, .comment .content {
300
  margin: .5em 0 .5em 0;
301
}
302
.node .taxonomy {
303
  color: #999;
304
  font-size: 0.8em;
305
  padding-left: 1.5em;
306
}
307
.node .picture {
308
  border: 1px solid #ddd;
309
  float: right;
310
  margin: 0.5em;
311
}
312
.comment {
313
  border: 1px solid #abc;
314
  padding: .5em;
315
  margin-bottom: 1em;
316
}
317
.comment .title a {
318
  font-size: 1.1em;
319
  font-weight: normal;
320
}
321
.comment .new {
322
  text-align: right;
323
  font-weight: bold;
324
  font-size: 0.8em;
325
  float: right;
326
  color: red;
327
}
328
.comment .picture {
329
  border: 1px solid #abc;
330
  float: right;
331
  margin: 0.5em;
332
}
333

    
334
/*
335
** Module specific styles
336
*/
337
#aggregator .feed-source {
338
  background-color: #eee;
339
  border: 1px solid #ccc;
340
  padding: 1em;
341
  margin: 1em 0;
342
}
343
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
344
  color: #999;
345
  font-style: italic;
346
  font-size: 0.9em;
347
}
348
#aggregator .title {
349
  margin-bottom: 0.5em;
350
  font-size: 1em;
351
}
352
#aggregator h3 {
353
  margin-top: 1em;
354
}
355
#forum table {
356
  width: 100%;
357
}
358
#forum td {
359
  padding: 0.5em;
360
}
361
#forum td.forum, #forum td.posts {
362
  background-color: #eee;
363
}
364
#forum td.topics, #forum td.last-reply {
365
  background-color: #ddd;
366
}
367
#forum td.container {
368
  background-color: #ccc;
369
}
370
#forum td.container a {
371
  color: #555;
372
}
373
#forum td.statistics, #forum td.settings, #forum td.pager {
374
  height: 1.5em;
375
  border: 1px solid #bbb;
376
}
377
#forum td .name {
378
  color: #96c;
379
}
380
#forum td .links {
381
  padding-top: 0.7em;
382
  font-size: 0.9em;
383
}
384
#profile .profile {
385
  clear: both;
386
  border: 1px solid #abc;
387
  padding: .5em;
388
  margin: 1em 0em;
389
}
390
#profile .profile .name {
391
  padding-bottom: 0.5em;
392
}
393
.block-forum h3 {
394
  margin-bottom: .5em;
395
}
396
div.admin-panel .description {
397
  color: #999;
398
}
399
div.admin-panel .body {
400
  /* background: #f4f4f4; */
401
  background: #fff;
402

    
403
}
404
div.admin-panel h3 {
405
  background-color: #69c;
406
  color: #fff;
407
  padding: 5px 8px 5px;
408
  margin: 0;
409
}
(12-12/12)