Project

General

Profile

Download (8.23 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * Garland theme Overrides.
3
 */
4

    
5
body {
6
  background: #f9f9f7 url(images/a1.gif) repeat-x scroll 0 0;
7
  color: #3a3a3a;
8
  font-family: Verdana,"Trebuchet ms", helvetica, sans-serif;
9
  font-size: 70%;
10
  line-height: 18px;
11
  font: 12px/170% Verdana;
12
}
13
/**
14
 * If this stylesheet is used in TinyMCE, then use a white background.
15
 * CSS in TinyMCE is cached in the browser, so when making any changes here,
16
 * make sure you clear your browser cache!
17
 */
18
body.mceContentBody {
19
  background: #fff;
20
}
21

    
22
/*
23
#upbg {
24
  background:#FFFFFF url(images/upbg.gif) no-repeat scroll 0 0;
25
  height:264px;
26
  left:0;
27
  position:absolute;
28
  top:0;
29
  width:747px;
30
  z-index:0;
31
}
32
*/
33

    
34
#edit-logo {
35
  background: #fff url(images/edit-logo.gif) no-repeat scroll 0 0;
36
  float: left;
37
  left: 0;
38
  height: 92px;
39
  width: 93px;
40
  z-index: 2;
41
}
42

    
43
#wrapper #container {
44
  position: relative;
45
  margin: 0 auto;
46
  padding: 13px 30px 130px;
47
  z-index: 0;
48
}
49

    
50
#wrapper {
51
  background: #fff url(images/abg-left.gif) repeat-y scroll left top;
52
  margin: 0 auto;
53
  width: 940px;
54
}
55

    
56
#container {
57
  background: transparent url(images/abg-right.gif) repeat-y scroll right top;
58
}
59

    
60
#wrapper #container #header {
61
  position: relative;
62
  z-index: 2;
63
  min-width: 700px;
64
}
65

    
66
#wrapper #container #center .right-corner {
67
  width: 670px;
68
}
69

    
70
#wrapper #container #header #logo-floater {
71
  position: relative;
72
  background: #ff7800 url(images/a8.gif) repeat-x scroll 0 0;
73
  color: #fff;
74
  height: 92px;
75
  margin-left: 7px;
76
  margin-right: 7px;
77
  padding-left: 15px;
78
  float: left;
79
  width: 187px;
80
  z-index: 2;
81
}
82

    
83
#logo-floater {
84
  /* min-width: 200px;  */
85
}
86

    
87
#wrapper #container #header h1,
88
#wrapper #container #header h1 a:link,
89
#wrapper #container #header h1 a:visited {
90
  font-size:  150%;
91
}
92

    
93
#splash {
94
  /*
95
  background:#EAEAE2 url(images/splashChichorium_wide.jpg) no-repeat scroll 0 0;
96
  */
97
  background: #eaeae2 url(images/splash2xChichorium.jpg) no-repeat scroll 0 0;
98
  height: 92px;
99
  float: left;
100
  width: 570px;
101
  overflow: hidden;
102
  z-index: 2;
103
}
104

    
105
#header-region {
106
  min-height: 0;
107
  background: none;
108
}
109

    
110
#contento {
111
  position: relative;
112
  float: left;
113
  clear: both;
114
  z-index: 3;
115
}
116

    
117
.page-node #block-system-main div.content {
118
  margin-bottom: 0;
119
}
120

    
121
#general {
122
  margin-top: 21px;
123
  margin-bottom:13px;
124
}
125

    
126
#taxonProfileImage {
127
  float:left;
128
  margin-bottom: 2em;
129
}
130

    
131
#page-toc {
132
  float:right;
133
}
134

    
135
#page-toc li {
136
  line-height: 1.2em;
137
}
138

    
139
#page-toc h2 {
140
  margin-top: 0;
141
}
142

    
143
ul.cdm_names li {
144
  padding-left: 0;
145
}
146

    
147
div.cdm_taxontree_scroller_y {
148
  background-color: #efefef;
149
  border: 1px solid transparent;
150
  height: 400px;
151
  overflow: visible;
152
  padding: 5px;
153
}
154

    
155
div.cdm_taxontree_scroller_x {
156
  border: 1px solid #dedede;
157
  overflow: auto;
158
}
159

    
160
/*
161
img.left {
162
  float: left;
163
  padding: 0 5px 5px 0;
164
}
165
*/
166

    
167
.clearfix {
168
  clear: both;
169
}
170
.admin .clearfix {
171
  clear: none;
172
}
173

    
174
a{
175
  color: #f03300;
176
}
177

    
178
ul.cdm_taxontree li .active {
179
  color: #f03300;
180
  font-weight: bold;
181
}
182

    
183
#sidebar-first {
184
  float: left;
185
}
186

    
187
#wrapper #container #center,
188
#wrapper #container .sidebar {
189
  margin-top: 20px;
190
}
191

    
192
#wrapper #container .breadcrumb {
193
  left: 0;
194
  position: relative;
195
  top: 0;
196
  z-index: 3;
197
}
198

    
199
#wrapper #container .breadcrumb,
200
#wrapper #container .breadcrumb a {
201
  color:#f03300;
202
}
203

    
204
#menu {
205
  width: 100%;
206
  float: left;
207
  clear: both;
208
}
209

    
210
ul.primary,
211
ul.secondary {
212
  clear: both;
213
  float: right;
214

    
215
}
216

    
217
ul.secondary {
218
  background: none repeat scroll 0 0 transparent;
219
  border: 0 none;
220
  margin: 0;
221
  padding: 0;
222
}
223

    
224
div.clear {
225
  clear:both;
226
}
227

    
228
ul.primary-links {
229
  background: #46461f url(images/a16.gif) repeat-x scroll 0 0;
230
  /* float:left; */
231
  /* clear: both; */
232
  font-family: Tahoma, Georgia, Arial, Verdana, Serif;
233
  height: 67px;
234
  width: 100%;
235
  margin: 7px 0;
236
  padding: 0;
237
  /* position:relative; */
238
  text-transform: uppercase;
239
  z-index: 4;
240
}
241

    
242
ul.primary-links li a,
243
ul.primary-links li a:hover,
244
ul.primary-links li a:visited,
245
ul.primary-links li a:active {
246
  color: #fff;
247
  background: none;
248
  text-decoration: none;
249
  font-size: 12px;
250
  font-weight: bold;
251
  padding: 8px;
252
}
253

    
254
ul.primary-links li a:hover,
255
ul.primary-links li a.active {
256
  color: #4a4a24;
257
  background: #fff url(images/a18.gif) repeat-x scroll center top;
258
}
259

    
260
ul.primary-links li a,
261
ul.primary-links li a:link,
262
ul.primary-links li a:visited {
263
  background-image: none;
264
}
265

    
266
#wrapper #container #header h1,
267
#wrapper #container #header h1 a:link,
268
#wrapper #container #header h1 a:visited {
269
  white-space: normal;
270
}
271

    
272
ul.primary-links li {
273
  display: inline;
274
  margin: 9px 0 0 0;
275
  padding-left: 3px;
276
  padding-right: 3px;
277
}
278

    
279
a:link,
280
a:visited {
281
  color: #f03300;
282
  text-decoration: none;
283
}
284

    
285
a:hover {
286
  color: #f03300;
287
  text-decoration: underline;
288
}
289

    
290
a:active,
291
a.active {
292
  color: #f03300;
293
}
294

    
295
ul.tab-menu {
296
  border-bottom: 1px solid #000;
297
  text-align: right;
298
}
299

    
300
.tab-menu li {
301
  list-style-type: none;
302
  list-style-image: none;
303
  background: none;
304
  padding: 4px 4px 2px 4px;
305
  margin: 2px;
306
  border: 1px solid #000;
307
  display: inline;
308
  background: #ddd;
309
}
310

    
311
li.ui-tabs-selected {
312
  background: #fff;
313
  border-bottom: 1px solid #fff;
314
}
315

    
316
.ui-tabs-hide {
317
  display: none;
318
}
319

    
320
#tabs-wrapper, #tabs-wrapper2 {
321
  margin: 0;
322
  padding: 0;
323
}
324

    
325
#tab-synonymy {
326
  line-height: 150%;
327
}
328

    
329
.node {
330
  border-bottom:1px solid #e9eff3;
331
  margin: -1.5em 0 1.5em;
332
  padding: 1.5em 0;
333
}
334
.node-cdm-taxon {
335
  padding: 0.4em 0;
336
}
337

    
338
span.acceptedFor {
339
  font-size: 0.9em;
340
}
341

    
342
#cdm-dataportal-settings .form-item fieldset {
343
  padding: 0.5em;
344
}
345

    
346
.cdm_taxontree_scroller_xy {
347
  background-color: #f3f3f3;
348
  border: 1px solid #dedede;
349
  }
350

    
351
ul.cdm_taxontree {
352
  background-color: transparent;
353
}
354

    
355
.distribution_map_legend {
356
  font-size: 80%;
357
}
358

    
359
span.submitted,
360
.description {
361
  font-size: 1em;
362
}
363

    
364
.media_gallery a:link,
365
.media_gallery a:visited,
366
.media_gallery .image-passe-partout {
367
  border-width: 0px;
368
}
369

    
370
.media_gallery {
371
  font-size: 90%;
372
}
373

    
374
.media_gallery .media-caption dd.title {
375
  font-size: 100%;
376
  font-weight: normal;
377
}
378

    
379
.media-caption dd.title span.media-description {
380
  display: block;
381
}
382

    
383
/**
384
 * GLOSSARY
385
 */
386

    
387
#toc-index {
388
  width: 500px;
389
  font-size: 80%;
390
  /*
391
  border-bottom-style: solid;
392
  border-bottom-with: 1px;
393
  border-bottom-color: #DADADA;
394
  */
395
  border-style: solid;
396
  border-width: 1px;
397
  border-color: #dadada;
398
  background-color: #f1f1f1;
399
}
400

    
401
#toc-index table {
402
  border-collapse: separate;
403
}
404

    
405
#toc-index li {
406
  margin-top: 0;
407
  padding-bottom: 0;
408
}
409

    
410
#toc-index ul {
411
  margin-top: 0;
412
  padding-bottom: 0;
413
}
414

    
415
li.toclevel-1 {
416
  background-image: none;
417
}
418

    
419
li.toclevel-2 {
420
  padding-left: 30px;
421
  background-image: none;
422
}
423

    
424
li.toclevel-3 {
425
  margin-left: 45px;
426
  background-image: none;
427
}
428

    
429

    
430
#block-cdm-dataportal-feature-credits span.cdm\:TextData {
431
  display: block;
432
}
433
.pager {
434
  clear: both;
435
  text-align: center;
436
}
437
#cdm-dataportal-search-taxon-form .form-item .description {
438
  display: none;
439
}
440

    
441
/* Make user profile page look the same as in D5. */
442
.content .profile dt {
443
  float: none;
444
  font-weight: bold;
445
  margin: 1em 0 0.2em;
446
}
447
.content .profile dl {
448
  margin: 0.5em 0 1em 1.5em;
449
}
450
.content .profile h3 {
451
  font-size: 160%;
452
  line-height: 130%;
453
  margin-top: 2em;
454
  border-bottom: none;
455
}
456

    
457
/* Do not display the fieldset down arrow twice in forms. */
458
#block-system-main fieldset.collapsible .fieldset-legend,
459
#block-system-main fieldset.collapsed .fieldset-legend {
460
  background-image: none;
461
  padding-left: 0;
462
}
463

    
464
div.error, .error {
465
  color: #f00;
466
}
467

    
468
.comment-preview {
469
  background-color: #fcfce8;
470
  border: 1px solid #e5e58f;
471
  margin: 0.75em 0;
472
  padding: 0.5em 1em;
473
}
474

    
475
/* Style for maintenance page. */
476
.maintenance-page {
477
  background: url(images/druplicon.png) no-repeat scroll 5.6em 5.3em #fff;
478
  border: 1px solid #bbb;
479
  color: #000;
480
  line-height: 1.2;
481
  margin: 4em;
482
  padding: 1em 1em 1em 128px;
483
  font-family: sans-serif;
484
}
485
.maintenance-page h1 {
486
  margin: 1.7em 0 1.1em;
487
  font-size: 2.7em;
488
  font-weight: bold;
489
}
490
.maintenance-page #content-content {
491
  font-size: 1.12em;
492
}
493

    
494
/* Style the admin config page a little if no overlay is used. */
495
dl.admin-list dd {
496
  clear: both;
497
}
498

    
499
#specimens .description_list h3 {
500
  font-size: 100%;
501
    font-weight: bold;
502
    line-height: 18px;
503
    background-color: #DDDDDD;
504
    margin-top: 0;
505
}
506

    
507
.homotypic-synonymy-group, .heterotypic-synonymy-group, .taxon-relationships {
508
    border-bottom-color: #DEDEDE;
509
    border-bottom-style: solid;
510
    border-bottom-width: 1px;
511
    padding-bottom: 0.5em;
512
    padding-left: 0;
513
    padding-right: 0;
514
    padding-top: 0.5em;
515
}
(11-11/13)