Project

General

Profile

Download (8.99 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 Euphemia ,Georgia,Serif;
12
  /* text-align:center; */
13
  background-color: #fff;
14
  /* font: Verdana, 76% Verdana, Arial, Helvetica, sans-serif; */
15
  font: Verdana, 76% Verdana, Arial, Helvetica, sans-serif;
16
  
17
  /* border:1px solid #7D974A; */
18
  border: 1px solid #006666;
19
  
20
}
21

    
22
tr.odd td, tr.even td {
23
  padding: 0.3em;
24
}
25
h1, h2, h3, h4, h5, h6 {
26
  margin-bottom: 0.5em;
27
}
28
h1 {
29
  font-size: 1.3em;
30
}
31
h2 {
32
  font-size: 1.2em;
33
}
34
h3, h4, h5 {
35
  font-size: 1.1em;
36
}
37
h6 {
38
  font-size: 0.8em;
39
  color: #6D6968;
40
  display: inline;
41
  }
42

    
43
p {
44
  margin-top: 0.5em;
45
  margin-bottom: 0.9em;
46
}
47

    
48
 .tinytaxroot {
49
  padding-left: 5px;
50
 }
51

    
52
a {
53
  text-decoration: none;
54
  font-weight: normal;
55
}
56
a:link {
57
  color: #39c;
58
}
59
a:visited {
60
  color: #369;
61
}
62
a:hover {
63
  color: #39c;
64
  text-decoration: underline;
65
}
66
fieldset {
67
  border: 1px solid #ccc;
68
}
69
pre {
70
  background-color: #fff;
71
  padding: 0.75em 1.5em;
72
  font-size: 12px;
73
  border: 1px solid #ddd;
74
}
75
table {
76
  /* make <td> sizes relative to body size! */
77
  font-size: 1em;
78
  background-color: #EDF5FA;
79
}
80
.form-item label {
81
  font-size: 1em;
82
}
83

    
84
#edit-queryString {
85
  color:#666666;
86
  size: 20;
87
  font-size: 9px;
88
  border: 1px solid #ddd; 
89
}
90

    
91
.form-item {
92
  font-color: #222222;
93
  color: #666;
94
} 
95

    
96
.item-list .title {
97
  font-size: 1em;
98
  color: #222;
99
}
100
.links {
101
  margin-bottom: 0;
102
}
103
.comment .links {
104
  margin-bottom: 0;
105
}
106

    
107
/*
108
** Page layout blocks / IDs
109
*/
110
#header, #content {
111
  width: 100%;
112
}
113

    
114
#header {
115
  position:relative; 
116
  margin:auto; 
117
  background-color:#8fc3f0; 
118
  height:70px;
119
  text-indent:20px;
120
  font-family:Verdana;
121
  color:#ffffff; 
122
  
123
}
124
#logo {
125
  vertical-align: middle;
126
  border: 0;
127
}
128
#logo img {
129
  float: left;
130
  padding: 0 1em;
131
  border: 0;
132
}
133
#menu {
134
  padding: 0.5em 0.5em 0 0.5em;
135
  text-align: right;
136
  vertical-align: bottom;
137
}
138
#navlist {
139
  font-size: 1.0em;
140
  padding: 0 0.8em 1.2em 0;
141
  color: #9cf;
142
}
143
#navlist a {
144
  font-weight: bold;
145
  color: #fff;
146
}
147
#subnavlist {
148
  padding: 0.5em 1.2em 0.4em 0;
149
  font-size: 0.8em;
150
  color: #9cf;
151
}
152
#subnavlist a {
153
  font-weight: bold;
154
  color: #9cf;
155
}
156
ul.links li {
157
  border-left: 1px solid #9cf;
158
}
159
ul.links li.first {
160
  border: none;
161
}
162
#search .form-text, #search .form-submit {
163
  border: 1px solid #369;
164
  font-size: 1.1em;
165
  height: 1.5em;
166
  vertical-align: middle;
167
}
168
#search .form-text {
169
  width: 8em;
170
  padding: 0 0.5em;
171
}
172
#mission {
173
  background-color: #369;
174
  padding: 1.5em 2em;
175
  color: #fff;
176
}
177
#mission a, #mission a:visited {
178
  color: #9cf;
179
  font-weight: bold;
180
}
181
.site-name {
182
  margin: 0.6em 0 0 0;
183
  padding: 0;
184
  font-size: 2.2em;
185
}
186
.site-name a:link, .site-name a:visited {
187
  color: #fff;
188
}
189
.site-name a:hover {
190
  color: #369;
191
  text-decoration: none;
192
}
193
.site-slogan {
194
  font-size: 1em;
195
  color: #eee;
196
  display: block;
197
  margin: 0;
198
  font-style: italic;
199
  font-weight: bold;
200
}
201
#main {
202
  /* padding in px not ex because IE messes up 100% width tables otherwise 
203
  padding: 20px; */
204
  padding: 20px 20px 20px 20px;
205
  background-color: #EDF5FA;
206
}
207

    
208
#mission, .node .content, .comment .content {
209
  line-height: 1.1em;
210
}
211
#help {
212
  font-size: 0.9em;
213
  margin-bottom: 1em;
214
}
215
.breadcrumb {
216
  margin-bottom: .5em;
217
}
218
.messages {
219
  background-color: #eee;
220
  border: 1px solid #ccc;
221
  padding: 0.3em;
222
  margin-bottom: 1em;
223
}
224
.error {
225
  border-color: red;
226
}
227

    
228
#sidebar-left, #sidebar-right {
229
  width: 12em;
230
  background-color: #EDF5FA;
231
  vertical-align: top;
232
  text-align: left;
233
  /* padding in px not ex because IE messes up 100% width tables otherwise */
234
  padding: 10px 0px 0px 10px;
235
}
236

    
237
#sidebar-right {
238
  padding: 10px 10px 0px 0px;
239
}
240

    
241
#footer {
242
  background-color: #FFFFFF;
243
  padding: 1em;
244
  font-size: 0.8em;
245
}
246

    
247

    
248
#block-cdm_dataportal-distribution, #block-cdm_dataportal-discussion, #block-cdm_dataportal-uses, #block-cdm_dataportal-etymology, #block-cdm_dataportal-materials_examined, #block-cdm_dataportal-description, #block-cdm_dataportal-conservation, #block-cdm_dataportal-biology_and_ecology, #block-cdm_dataportal-common_name {
249
  border: 0px;
250
}
251

    
252
#block-cdm_dataportal-distribution .searchtitle, #block-cdm_dataportal-discussion .searchtitle, #block-cdm_dataportal-uses .searchtitle, #block-cdm_dataportal-etymology .searchtitle, #block-cdm_dataportal-materials_examined .searchtitle, #block-cdm_dataportal-description .searchtitle, #block-cdm_dataportal-conservation .searchtitle, #block-cdm_dataportal-biology_and_ecology .searchtitle, #block-cdm_dataportal-common_name  .searchtitle {
253
  border: 0px;
254
  color: #009999;
255
  background-color: #EDF5FA;
256
}
257

    
258

    
259
#block-cdm_dataportal-is_new_combination_for {
260
  border: 0px;
261
}
262

    
263
#block-cdm_dataportal-is_new_combination_for .searchtitle{
264
  border: 0px;
265
  color: #009999;
266
  background-color: #EDF5FA;
267
}
268
/*
269
** Common declarations for child classes of node, comment, block, box, etc.
270
** If you want any of them styled differently for a specific parent, add
271
** additional rules /with only the differing properties!/ to .parent .class.
272
** See .comment .title for an example.
273
*/
274

    
275
.title {
276
  display: block;
277
  color: red;
278
}
279

    
280
.title, .title a {
281
  font-size: 14px;
282
  color: black;
283
  margin: 0 auto;  /* decrease default margins for h<x>.title */
284
}
285

    
286
.title .name {
287
  font-size: 18px;
288
  }
289

    
290
.title .name .name{
291
  display: block;
292
  color:#006666;
293
  font-size: 18px;
294
  font-weight: bold;
295
  font-style: italic;
296
}
297
	
298
.title .authors {
299
  display: inline;
300
  color: #006666;
301
  font-style: bold;
302
}
303

    
304
.searchtitle {
305
  text-indent: 5px;
306
  font-weight: bold;
307
  font-size: 1.0em;
308
  color: #FFFFFF;
309
  /* background-color:#96AB2B;
310
  background-color:#339999; */
311
  background-color:#009999;
312
  margin: 0 auto;  /* decrease default margins for h<x>.title */
313
}
314

    
315
.searchcontent {
316
  font-size: 0.8em;
317
}
318

    
319
.submitted {
320
  color: #999;
321
  font-size: 0.8em;
322
}
323
.links {
324
  color: #999;
325
}
326
.links a {
327
  font-weight: bold;
328
}
329

    
330
.block, .box {
331
  border: 1px;
332
}
333

    
334
.block {
335
  margin-bottom: 1.0em;
336
  font-size: 12px;
337
}
338

    
339
.block-cdm_taxontree {
340
  border: 1px solid #006666;
341
}
342

    
343
.block-cdm_dataportal {
344
  padding-bottom: 0.75em;
345
  margin-bottom: 1.5em;
346
  /* border: 1px solid #96AB2B; */
347
  border: 1px solid #006666;
348
  
349
}
350

    
351
.block-tinytax {
352
  padding-bottom: 0.75em;
353
  /* border: 1px solid #96AB2B; */
354
  border: 1px solid #006666;
355
}
356

    
357

    
358
.block .content {
359
  margin-left: 5px;
360
}
361

    
362
.block .title {
363
  margin-bottom: .25em;
364
}
365

    
366
.block-user {
367
  border: 1px solid #006666;
368
}
369

    
370
.box .title {
371
  font-size: 1.1em;
372
}
373
.node {
374
  margin: .5em 0 2em 0;
375
  /* background-color: #EDF5FA; */
376
  background-color: #EDF5FA;
377
}
378
.sticky {
379
  padding: .5em;
380
  background-color: #eee;
381
  border: solid 1px #ddd;
382
}
383
.node .content, .comment .content {
384
  margin: .5em 0 .5em 0;
385
}
386
.node .taxonomy {
387
  color: #999;
388
  font-size: 0.8em;
389
  padding-left: 1.5em;
390
}
391
.node .picture {
392
  border: 1px solid #ddd;
393
  float: right;
394
  margin: 0.5em;
395
}
396
.comment {
397
  border: 1px solid #abc;
398
  padding: .5em;
399
  margin-bottom: 1em;
400
}
401
.comment .title a {
402
  font-size: 1.1em;
403
  font-weight: normal;
404
}
405
.comment .new {
406
  text-align: right;
407
  font-weight: bold;
408
  font-size: 0.8em;
409
  float: right;
410
  color: red;
411
}
412
.comment .picture {
413
  border: 1px solid #abc;
414
  float: right;
415
  margin: 0.5em;
416
}
417

    
418
/*
419
** Module specific styles
420
*/
421
#aggregator .feed-source {
422
  background-color: #eee;
423
  border: 1px solid #ccc;
424
  padding: 1em;
425
  margin: 1em 0;
426
}
427
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
428
  color: #999;
429
  font-style: italic;
430
  font-size: 0.9em;
431
}
432
#aggregator .title {
433
  margin-bottom: 0.5em;
434
  font-size: 1em;
435
}
436
#aggregator h3 {
437
  margin-top: 1em;
438
}
439
#forum table {
440
  width: 100%;
441
}
442
#forum td {
443
  padding: 0.5em;
444
}
445
#forum td.forum, #forum td.posts {
446
  background-color: #eee;
447
}
448
#forum td.topics, #forum td.last-reply {
449
  background-color: #ddd;
450
}
451
#forum td.container {
452
  background-color: #ccc;
453
}
454
#forum td.container a {
455
  color: #555;
456
}
457
#forum td.statistics, #forum td.settings, #forum td.pager {
458
  height: 1.5em;
459
  border: 1px solid #bbb;
460
}
461
#forum td .name {
462
  color: #96c;
463
}
464
#forum td .links {
465
  padding-top: 0.7em;
466
  font-size: 0.9em;
467
}
468
#profile .profile {
469
  clear: both;
470
  border: 1px solid #abc;
471
  padding: .5em;
472
  margin: 1em 0em;
473
}
474
#profile .profile .name {
475
  padding-bottom: 0.5em;
476
}
477
.block-forum h3 {
478
  margin-bottom: .5em;
479
}
480
div.admin-panel .description {
481
  color: #999;
482
}
483
div.admin-panel .body {
484
  /* background: #f4f4f4; */
485
  background: #fff;
486

    
487
}
488
div.admin-panel h3 {
489
  background-color: #69c;
490
  color: #fff;
491
  padding: 5px 8px 5px;
492
  margin: 0;
493
}
494

    
495
ul.homotypicSynonyms, ul.heterotypicSynonymyGroup, ul.misapplied {
496
  color: #666666;
497
  padding-left: 1em;
498
  list-style:none;
499
}
500

    
501
ul.typeDesignations {
502
  margin-left: 1em; 
503
/*   list-style:none;	*/
504
}
505

    
506

    
507

    
508

    
(19-19/19)