Project

General

Profile

Download (6.29 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * @file
3
 * cdm_dataportal specific styling
4
 *
5
 * Style the markup found in the cdm_dataportal module.
6
 */
7
/* line 30, ../sass/ie-legacy.scss */
8
.pie-element, .lt-ie9 #page {
9
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
10
  position: relative;
11
}
12

    
13
/* line 43, ../sass/ie-legacy.scss */
14
.pie-container {
15
  z-index: 0;
16
  position: relative;
17
}
18

    
19
/* line 47, ../sass/ie-legacy.scss */
20
.z-pie-element, .lt-ie9 #page {
21
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
22
  z-index: 0;
23
}
24

    
25
/* line 63, ../sass/ie-legacy.scss */
26
.lt-ie9 #header {
27
  /* 
28
   * reset right padding to zero and use margin-right instead,
29
   * this avoids the need for background-clip: content-box
30
   * which is not suppoorted in IE < 9
31
   */
32
  padding-right: 0;
33
  margin-right: 20px;
34
}
35

    
36
/*  style links only for content in blocks and node and backbutton
37
    added also #identificationKey since there are not yet drupal nodes */
38
/* line 43, ../sass/_mixins.scss */
39
.block a:link,
40
.block a:visited, .node a:link,
41
.node a:visited, #backButton a:link,
42
#backButton a:visited, #identificationKey a:link,
43
#identificationKey a:visited {
44
  color: #115e92;
45
  text-decoration: none;
46
}
47
/* line 49, ../sass/_mixins.scss */
48
.block a:hover,
49
.block a:focus, .node a:hover,
50
.node a:focus, #backButton a:hover,
51
#backButton a:focus, #identificationKey a:hover,
52
#identificationKey a:focus {
53
  text-decoration: underline;
54
}
55
/* line 58, ../sass/_mixins.scss */
56
.block .Synonym a:link,
57
.block .Synonym a:visited, .block .misapplied-name a:link,
58
.block .misapplied-name a:visited, .node .Synonym a:link,
59
.node .Synonym a:visited, .node .misapplied-name a:link,
60
.node .misapplied-name a:visited, #backButton .Synonym a:link,
61
#backButton .Synonym a:visited, #backButton .misapplied-name a:link,
62
#backButton .misapplied-name a:visited, #identificationKey .Synonym a:link,
63
#identificationKey .Synonym a:visited, #identificationKey .misapplied-name a:link,
64
#identificationKey .misapplied-name a:visited {
65
  color: #7c7c7c;
66
}
67
/* line 64, ../sass/_mixins.scss */
68
.block .Taxon a:link,
69
.block .Taxon a:visited, .node .Taxon a:link,
70
.node .Taxon a:visited, #backButton .Taxon a:link,
71
#backButton .Taxon a:visited, #identificationKey .Taxon a:link,
72
#identificationKey .Taxon a:visited {
73
  color: #115e92;
74
}
75

    
76
/* line 19, ../sass/cdm.scss */
77
#page-toc {
78
  float: right;
79
  background-color: white;
80
}
81
/* line 22, ../sass/cdm.scss */
82
#page-toc h3 {
83
  margin-top: 0;
84
  line-height: 18px;
85
}
86

    
87
/* line 28, ../sass/cdm.scss */
88
#taxonProfileImage {
89
  float: left;
90
}
91

    
92
/* line 32, ../sass/cdm.scss */
93
.block-cdm-dataportal-feature, .media-caption, .specimens {
94
  clear: both;
95
  margin-bottom: 18px;
96
}
97
/* line 35, ../sass/cdm.scss */
98
.block-cdm-dataportal-feature dt, .media-caption dt, .specimens dt {
99
  float: left;
100
  font-weight: bold;
101
  margin-right: 0.3em;
102
}
103
/* line 40, ../sass/cdm.scss */
104
.block-cdm-dataportal-feature dd, .media-caption dd, .specimens dd {
105
  margin: 0;
106
  margin-left: 20px;
107
}
108
/* line 44, ../sass/cdm.scss */
109
.block-cdm-dataportal-feature dl dl, .media-caption dl dl, .specimens dl dl {
110
  margin: 0;
111
  /* reset default from cdm_dataportal.css */
112
}
113

    
114
/* line 50, ../sass/cdm.scss */
115
#backButton {
116
  text-align: right;
117
}
118

    
119
/* line 54, ../sass/cdm.scss */
120
.breadcrumbs li {
121
  padding: 0 0 0 0;
122
}
123

    
124
/*
125
 * Search results
126
 */
127
/* line 43, ../sass/_mixins.scss */
128
#search_results a:link,
129
#search_results a:visited {
130
  color: #115e92;
131
  text-decoration: none;
132
}
133
/* line 49, ../sass/_mixins.scss */
134
#search_results a:hover,
135
#search_results a:focus {
136
  text-decoration: underline;
137
}
138
/* line 58, ../sass/_mixins.scss */
139
#search_results .Synonym a:link,
140
#search_results .Synonym a:visited, #search_results .misapplied-name a:link,
141
#search_results .misapplied-name a:visited {
142
  color: #7c7c7c;
143
}
144
/* line 64, ../sass/_mixins.scss */
145
#search_results .Taxon a:link,
146
#search_results .Taxon a:visited {
147
  color: #115e92;
148
}
149
/* line 66, ../sass/cdm.scss */
150
#search_results table {
151
  margin: 1em 0;
152
}
153

    
154
/* line 71, ../sass/cdm.scss */
155
ul.cdm_names li {
156
  margin: 9px 0;
157
}
158

    
159
/*
160
 * Taxon page and parts
161
 */
162
/* line 79, ../sass/cdm.scss */
163
.page-part {
164
  margin-bottom: 18px;
165
  clear: none;
166
}
167

    
168
/*
169
 * definition list container rendered by the
170
 * drupal theme function theme_description_list()
171
 */
172
/* line 89, ../sass/cdm.scss */
173
.description_list h3 {
174
  font-size: 12px;
175
  line-height: 18px;
176
  font-weight: bold;
177
}
178

    
179
/*
180
 * Synonymy
181
 */
182
/* line 103, ../sass/cdm.scss */
183
#synonymy div.accepted-name {
184
  margin-bottom: -1em;
185
  margin-top: 1em;
186
}
187
/* line 108, ../sass/cdm.scss */
188
#synonymy .homotypic-synonymy-group, #synonymy .heterotypic-synonymy-group, #synonymy .taxon-relationships {
189
  border-bottom: 1px solid #DEDEDE;
190
  /* replace padding by margin */
191
  margin: 1em 0px;
192
  padding: 0;
193
}
194

    
195
/*
196
 * Media
197
 */
198
/* line 119, ../sass/cdm.scss */
199
dl.media-caption {
200
  margin: 0;
201
}
202

    
203
/* line 123, ../sass/cdm.scss */
204
.media-caption dd {
205
  margin-left: 0;
206
}
207
/* line 125, ../sass/cdm.scss */
208
.media-caption dd .title {
209
  font-size: 100%;
210
}
211

    
212
/* line 130, ../sass/cdm.scss */
213
.image-gallerie td.caption {
214
  padding-bottom: 1em;
215
}
216

    
217
/*
218
 * specimens
219
 */
220
/* line 138, ../sass/cdm.scss */
221
#specimens table.media_gallery {
222
  margin-top: 0.2em;
223
}
224
/* line 141, ../sass/cdm.scss */
225
#specimens .description_list {
226
  clear: both;
227
}
228
/* line 143, ../sass/cdm.scss */
229
#specimens .description_list h3 {
230
  margin-top: 0;
231
  background-color: #ddd;
232
}
233
/* line 147, ../sass/cdm.scss */
234
#specimens .description_list h4 {
235
  clear: left;
236
  margin-bottom: 0;
237
  font-style: italic;
238
}
239
/* line 153, ../sass/cdm.scss */
240
#specimens .dynabox_content {
241
  margin-left: 10px;
242
  margin-right: 10px;
243
}
244
/* line 157, ../sass/cdm.scss */
245
#specimens .block-cdm-dataportal-feature {
246
  margin-left: 20px;
247
  margin-bottom: 0;
248
}
249
/* line 160, ../sass/cdm.scss */
250
#specimens .block-cdm-dataportal-feature h2 {
251
  font-size: 12px;
252
  line-height: 18px;
253
  font-weight: bold;
254
}
255
/* line 166, ../sass/cdm.scss */
256
#specimens ul.typeDesignations {
257
  clear: both;
258
}
259
/* line 169, ../sass/cdm.scss */
260
#specimens .dna-sequence div {
261
  font-size: 12px;
262
  font-family: monospace;
263
  clear: left;
264
  padding-left: 20px;
265
}
266
/* line 175, ../sass/cdm.scss */
267
#specimens .derived_from {
268
  clear: both;
269
}
270

    
271
/*
272
 * Theme settings page
273
 */
274
/* line 186, ../sass/cdm.scss */
275
#system-theme-settings .image-preview {
276
  width: 600px;
277
  max-height: 150px;
278
  overflow: auto;
279
}
280
/* line 190, ../sass/cdm.scss */
281
#system-theme-settings .image-preview img {
282
  max-width: none;
283
  /* reset style in mormalize.scss */
284
}
(1-1/5)