Project

General

Profile

Download (2.43 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * If this stylesheet is used in TinyMCE, then use a white background. 
3
 * CSS in TinyMCE is cached in the browser, so when making any changes here,
4
 * make sure you clear your browser cache!
5
 */
6
body.mceContentBody {
7
  background: #fff;
8
}
9

    
10
/*
11
#general {
12
  margin-top: 25px;
13
}
14
#general .clearfix{
15
  clear: both;
16
}
17
#general h2{
18
  font-size: 120%;
19
  color: #97ac2d;
20
}
21
*/
22

    
23
#general {
24
  line-height: 145%;
25
}
26

    
27
#taxonProfileImage {
28
  float: right;
29
}
30

    
31
.Taxon .reference, .Synonym .reference, .Taxon .status, .Synonym .status {
32
  font-size: 90%;
33
}
34

    
35
h2.with-tabs .authors{
36
  font-size: 90%;
37
  font-weight:bold;
38
}
39

    
40
a.toc:link, a.toc:visited {
41
  color: #f03300;
42
  font-size: 90%;
43
}
44

    
45
.media_gallery{
46
  font-size: 90%;
47
}
48

    
49

    
50
.media_gallery .media-caption dd.title {
51
  font-size:100%;
52
  font-weight:normal;
53
}
54

    
55
ul.cdm_taxontree {
56
  background-color: transparent;
57
  margin: 0
58
}
59

    
60
/* switch off highlighting of synonyms */
61
.synonym span.highlite{
62
  background-color: #96ab2c;
63
}
64

    
65
/* HACK for DEMO
66
div.error{
67
  display: none;
68
  }
69
*/
70
/* display imce browser in small font and less padding to have enough space in the Palmweb_2 body */
71
#file-list td {
72
  padding: 2px;
73
}
74
#imce-content, #imce-content * {
75
  font: 10px/10px Verdana, sans-serif;
76
}
77

    
78
/* Make user profile page look the same as in D5. */
79
.content .profile dt {
80
  float: none;
81
  font-weight: bold;
82
  margin: 1em 0 0.2em;
83
}
84
.content .profile dl {
85
  margin: 0.5em 0 1em 1.5em;
86
}
87
.content .profile h3 {
88
  font-size: 160%;
89
  line-height: 130%;
90
  margin-top: 2em;
91
  border-bottom: none;
92
}
93

    
94
/* Do not display the fieldset down arrow twice in forms. */
95
#block-system-main fieldset.collapsible .fieldset-legend,
96
#block-system-main fieldset.collapsed .fieldset-legend {
97
  background-image: none;
98
  padding-left: 0;
99
}
100

    
101
.page-node #block-system-main div.content {
102
  margin-bottom: 0;
103
}
104

    
105
div.error, .error {
106
  color: #f00;
107
}
108

    
109
.comment-preview {
110
  background-color: #fcfce8;
111
  border: 1px solid #e5e58f;
112
  margin: 0.75em 0;
113
  padding: 0.5em 1em;
114
}
115

    
116
/* Style for maintenance page. */
117
.maintenance-page {
118
  background: url(images/druplicon.png) no-repeat scroll 5.6em 5.3em #fff;
119
  border: 1px solid #bbb;
120
  color: #000;
121
  line-height: 1.2;
122
  margin: 4em;
123
  padding: 1em 1em 1em 128px;
124
  font-family: sans-serif;
125
}
126
.maintenance-page h1 {
127
  margin: 1.7em 0 1.1em;
128
  font-size: 2.7em;
129
  font-weight: bold;
130
}
131
.maintenance-page #content-content {
132
  font-size: 1.12em;
133
}
134
/* Style the admin config page a little if no overlay is used. */
135
dl.admin-list dd {
136
  clear: both;
137
}
(1-1/11)