Project

General

Profile

« Previous | Next » 

Revision ddce1a80

Added by jenkins over 6 years ago

release-preparation: production level css

View differences:

themes/zen_dataportal/css/cdm.css
1
/**
2
 * @file
3
 * cdm_dataportal specific styling
4
 *
5
 * Style the markup found in the cdm_dataportal module.
6
 */
7
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);
8
@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);
9
/* line 30, ../sass/ie-legacy.scss */
10
.pie-element, .lt-ie9 #page {
11
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
12
  position: relative;
13
}
14

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

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

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

  
38
/*  style links only for content in blocks and node and backbutton
39
    added also #identificationKey since there are not yet drupal nodes */
40
/* line 43, ../sass/_mixins.scss */
41
.block a:link,
42
.block a:visited, .node a:link,
43
.node a:visited, #identificationKey a:link,
44
#identificationKey a:visited {
45
  color: #115e92;
46
  text-decoration: none;
47
}
48
/* line 49, ../sass/_mixins.scss */
49
.block a:hover,
50
.block a:focus, .node a:hover,
51
.node 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, #identificationKey .Synonym a:link,
61
#identificationKey .Synonym a:visited, #identificationKey .misapplied-name a:link,
62
#identificationKey .misapplied-name a:visited {
63
  color: #7c7c7c;
64
}
65
/* line 64, ../sass/_mixins.scss */
66
.block .Taxon a:link,
67
.block .Taxon a:visited, .node .Taxon a:link,
68
.node .Taxon a:visited, #identificationKey .Taxon a:link,
69
#identificationKey .Taxon a:visited {
70
  color: #115e92;
71
}
72

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

  
84
/* line 28, ../sass/cdm.scss */
85
#taxonProfileImage {
86
  float: left;
87
}
88

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

  
111
/* line 49, ../sass/cdm.scss */
112
.breadcrumbs li {
113
  padding: 0 0 0 0;
114
}
115

  
116
/*
117
 * Search results
118
 */
119
/* line 43, ../sass/_mixins.scss */
120
#search_results a:link,
121
#search_results a:visited {
122
  color: #115e92;
123
  text-decoration: none;
124
}
125
/* line 49, ../sass/_mixins.scss */
126
#search_results a:hover,
127
#search_results a:focus {
128
  text-decoration: underline;
129
}
130
/* line 58, ../sass/_mixins.scss */
131
#search_results .Synonym a:link,
132
#search_results .Synonym a:visited, #search_results .misapplied-name a:link,
133
#search_results .misapplied-name a:visited {
134
  color: #7c7c7c;
135
}
136
/* line 64, ../sass/_mixins.scss */
137
#search_results .Taxon a:link,
138
#search_results .Taxon a:visited {
139
  color: #115e92;
140
}
141
/* line 61, ../sass/cdm.scss */
142
#search_results table {
143
  margin: 1em 0;
144
}
145

  
146
/* line 66, ../sass/cdm.scss */
147
ul.cdm_names li {
148
  margin: 9px 0;
149
}
150

  
151
/*
152
 * Taxon page and parts
153
 */
154
/* line 74, ../sass/cdm.scss */
155
.page-part {
156
  margin-bottom: 18px;
157
  clear: none;
158
}
159

  
160
/*
161
 * definition list container rendered by the
162
 * drupal theme function theme_description_list()
163
 */
164
/* line 84, ../sass/cdm.scss */
165
.description_list h3 {
166
  font-size: 12px;
167
  line-height: 18px;
168
  font-weight: bold;
169
}
170

  
171
/*
172
 * Synonymy
173
 */
174
/* line 98, ../sass/cdm.scss */
175
#synonymy div.accepted-name {
176
  margin-bottom: -1em;
177
  margin-top: 1em;
178
}
179
/* line 103, ../sass/cdm.scss */
180
#synonymy .homotypic-synonymy-group, #synonymy .heterotypic-synonymy-group, #synonymy .taxon-relationships {
181
  border-bottom: 1px solid #DEDEDE;
182
  /* replace padding by margin */
183
  margin: 1em 0px;
184
  padding: 0;
185
}
186

  
187
/*
188
 * Media
189
 */
190
/* line 114, ../sass/cdm.scss */
191
dl.media-caption {
192
  margin: 0;
193
}
194

  
195
/* line 118, ../sass/cdm.scss */
196
.media-caption dd {
197
  margin-left: 0;
198
}
199
/* line 120, ../sass/cdm.scss */
200
.media-caption dd .title {
201
  font-size: 100%;
202
}
203

  
204
/* line 125, ../sass/cdm.scss */
205
.image-gallerie td.caption {
206
  padding-bottom: 1em;
207
}
208

  
209
/*
210
 * specimens
211
 */
212
/* line 133, ../sass/cdm.scss */
213
#specimens table.media_gallery {
214
  margin-top: 0.2em;
215
}
216
/* line 136, ../sass/cdm.scss */
217
#specimens .description_list {
218
  clear: both;
219
}
220
/* line 138, ../sass/cdm.scss */
221
#specimens .description_list h3 {
222
  margin-top: 0;
223
  background-color: #ddd;
224
}
225
/* line 142, ../sass/cdm.scss */
226
#specimens .description_list h4 {
227
  clear: left;
228
  margin-bottom: 0;
229
  font-style: italic;
230
}
231
/* line 148, ../sass/cdm.scss */
232
#specimens .dynabox_content {
233
  margin-left: 10px;
234
  margin-right: 10px;
235
}
236
/* line 152, ../sass/cdm.scss */
237
#specimens .block-cdm-dataportal-feature {
238
  margin-left: 20px;
239
  margin-bottom: 0;
240
}
241
/* line 155, ../sass/cdm.scss */
242
#specimens .block-cdm-dataportal-feature h2 {
243
  font-size: 12px;
244
  line-height: 18px;
245
  font-weight: bold;
246
}
247
/* line 161, ../sass/cdm.scss */
248
#specimens ul.typeDesignations {
249
  clear: both;
250
}
251
/* line 164, ../sass/cdm.scss */
252
#specimens .dna-sequence div {
253
  font-size: 12px;
254
  font-family: monospace;
255
  clear: left;
256
  padding-left: 20px;
257
}
258
/* line 170, ../sass/cdm.scss */
259
#specimens .derived_from {
260
  clear: both;
261
}
262

  
263
/*
264
 * Theme settings page
265
 */
266
/* line 181, ../sass/cdm.scss */
267
#system-theme-settings .image-preview {
268
  width: 600px;
269
  max-height: 150px;
270
  overflow: auto;
271
}
272
/* line 185, ../sass/cdm.scss */
273
#system-theme-settings .image-preview img {
274
  max-width: none;
275
  /* reset style in mormalize.scss */
276
}
277

  
278
/*****************************************************************************************
279
 * RESPONSIVE
280
 *
281
 * using the same media queries here as in layout/_responsive.scss
282
 *****************************************************************************************/
283
/* line 198, ../sass/cdm.scss */
284
#classification-breadcrumbs {
285
  font-size: 1.5em;
286
  line-height: 1.5em;
287
}
288

  
289
@media all and (min-width: 960px) {
290
  /* line 209, ../sass/cdm.scss */
291
  #classification-breadcrumbs {
292
    font-size: 1em;
293
  }
294
}
1
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);.pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");position:relative}.pie-container{z-index:0;position:relative}.z-pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");z-index:0}.lt-ie9 #header{padding-right:0;margin-right:20px}.block a:link,.block a:visited,.node a:link,.node a:visited,#identificationKey a:link,#identificationKey a:visited{color:#115e92;text-decoration:none}.block a:hover,.block a:focus,.node a:hover,.node a:focus,#identificationKey a:hover,#identificationKey a:focus{text-decoration:underline}.block .Synonym a:link,.block .Synonym a:visited,.block .misapplied-name a:link,.block .misapplied-name a:visited,.node .Synonym a:link,.node .Synonym a:visited,.node .misapplied-name a:link,.node .misapplied-name a:visited,#identificationKey .Synonym a:link,#identificationKey .Synonym a:visited,#identificationKey .misapplied-name a:link,#identificationKey .misapplied-name a:visited{color:#7c7c7c}.block .Taxon a:link,.block .Taxon a:visited,.node .Taxon a:link,.node .Taxon a:visited,#identificationKey .Taxon a:link,#identificationKey .Taxon a:visited{color:#115e92}#page-toc{float:right;background-color:#fff}#page-toc h3{margin-top:0;line-height:18px}#taxonProfileImage{float:left}.block-cdm-dataportal-feature,.media-caption,.specimens{clear:both;margin-bottom:18px}.block-cdm-dataportal-feature dt,.media-caption dt,.specimens dt{float:left;font-weight:bold;margin-right:0.3em}.block-cdm-dataportal-feature dd,.media-caption dd,.specimens dd{margin:0;margin-left:20px}.block-cdm-dataportal-feature dl dl,.media-caption dl dl,.specimens dl dl{margin:0}.breadcrumbs li{padding:0 0 0 0}#search_results a:link,#search_results a:visited{color:#115e92;text-decoration:none}#search_results a:hover,#search_results a:focus{text-decoration:underline}#search_results .Synonym a:link,#search_results .Synonym a:visited,#search_results .misapplied-name a:link,#search_results .misapplied-name a:visited{color:#7c7c7c}#search_results .Taxon a:link,#search_results .Taxon a:visited{color:#115e92}#search_results table{margin:1em 0}ul.cdm_names li{margin:9px 0}.page-part{margin-bottom:18px;clear:none}.description_list h3{font-size:12px;line-height:18px;font-weight:bold}#synonymy div.accepted-name{margin-bottom:-1em;margin-top:1em}#synonymy .homotypic-synonymy-group,#synonymy .heterotypic-synonymy-group,#synonymy .taxon-relationships{border-bottom:1px solid #DEDEDE;margin:1em 0px;padding:0}dl.media-caption{margin:0}.media-caption dd{margin-left:0}.media-caption dd .title{font-size:100%}.image-gallerie td.caption{padding-bottom:1em}#specimens table.media_gallery{margin-top:0.2em}#specimens .description_list{clear:both}#specimens .description_list h3{margin-top:0;background-color:#ddd}#specimens .description_list h4{clear:left;margin-bottom:0;font-style:italic}#specimens .dynabox_content{margin-left:10px;margin-right:10px}#specimens .block-cdm-dataportal-feature{margin-left:20px;margin-bottom:0}#specimens .block-cdm-dataportal-feature h2{font-size:12px;line-height:18px;font-weight:bold}#specimens ul.typeDesignations{clear:both}#specimens .dna-sequence div{font-size:12px;font-family:monospace;clear:left;padding-left:20px}#specimens .derived_from{clear:both}#system-theme-settings .image-preview{width:600px;max-height:150px;overflow:auto}#system-theme-settings .image-preview img{max-width:none}#classification-breadcrumbs{font-size:1.5em;line-height:1.5em}@media all and (min-width: 960px){#classification-breadcrumbs{font-size:1em}}

Also available in: Unified diff