Project

General

Profile

Download (13.3 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * @file
3
 * Page Styling
4
 *
5
 * Style the markup found in page.tpl.php. Also includes some styling of
6
 * miscellaneous Drupal elements that appear in the $content variable, such as
7
 * ul.links, .pager, .more-link, etc.
8
 */
9
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/ie-legacy\.scss}line{font-family:\0000330}}
10
.pie-element, .lt-ie9 #page, #page {
11
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
12
  position: relative;
13
}
14

    
15
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/ie-legacy\.scss}line{font-family:\0000343}}
16
.pie-container {
17
  z-index: 0;
18
  position: relative;
19
}
20

    
21
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/ie-legacy\.scss}line{font-family:\0000347}}
22
.z-pie-element, .lt-ie9 #page, #page {
23
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
24
  z-index: 0;
25
}
26

    
27
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/ie-legacy\.scss}line{font-family:\0000363}}
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
/*
39
 * Body
40
 */
41
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000317}}
42
body {
43
  margin: 0;
44
  padding: 0;
45
}
46

    
47
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000322}}
48
h1, h2, h3, h4, h5, h6 {
49
  font-weight: normal;
50
}
51

    
52
/*
53
 * definition list container rendered by the 
54
 * drupal theme function theme_description_list()
55
 */
56
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000331}}
57
.description_list h3 {
58
  font-size: 12px;
59
  line-height: 18px;
60
  font-weight: bold;
61
}
62

    
63
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000338}}
64
#page {
65
  -webkit-box-shadow: 0px 5px 20px black;
66
  -moz-box-shadow: 0px 5px 20px black;
67
  box-shadow: 0px 5px 20px black;
68
  padding-top: 20px;
69
  background-color: #fff;
70
}
71

    
72
/*
73
 * The skip-link link will be completely hidden until a user tabs to the link.
74
 * See the element-focusable rule in system.base.css.
75
 */
76
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000352}}
77
#skip-link {
78
  margin: 0;
79
}
80
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000356}}
81
#skip-link a,
82
#skip-link a:visited {
83
  display: block;
84
  width: 100%;
85
  padding: 2px 0 3px 0;
86
  text-align: center;
87
  background-color: #666;
88
  color: #fff;
89
}
90

    
91
/*
92
 * Header
93
 */
94
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000375}}
95
#sub-header {
96
  clear: both;
97
  min-height: 10px;
98
}
99
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000378}}
100
#sub-header #site-name {
101
  /* in this position the site-name needs different styles */
102
  font-weight: lighter;
103
}
104

    
105
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000384}}
106
#logo {
107
  /* Wrapping link for logo */
108
  float: left;
109
  /* LTR */
110
  margin: 0;
111
  margin-right: 10px;
112
  padding: 0;
113
}
114
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000390}}
115
#logo img {
116
  vertical-align: bottom;
117
}
118

    
119
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000395}}
120
#name-and-slogan {
121
  /* Wrapper for website name and slogan */
122
  float: left;
123
  margin-right: 10px;
124
}
125

    
126
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003100}}
127
#site-name {
128
  /* The name of the website */
129
  font-size: 2.5em;
130
  font-weight: bold;
131
  line-height: 1.5em;
132
  margin: 0;
133
}
134
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003107}}
135
#site-name a:link,
136
#site-name a:visited {
137
  color: #fff;
138
  text-decoration: none;
139
}
140
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003113}}
141
#site-name a:hover,
142
#site-name a:focus {
143
  color: #fff;
144
  text-decoration: none;
145
}
146

    
147
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003119}}
148
#site-slogan {
149
  /* The slogan (or tagline) of a website */
150
  margin: 0;
151
  font-size: 1em;
152
}
153

    
154
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003124}}
155
.region-header {
156
  /* Wrapper for any blocks placed in the header region */
157
  clear: both;
158
  /* Clear the logo */
159
}
160

    
161
/*
162
 * Main (container for everything else)
163
 */
164
/*
165
 * Content
166
 */
167
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003146}}
168
.breadcrumb {
169
  /* The path to the current page in the form of a list of links */
170
}
171
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003147}}
172
.breadcrumb ol {
173
  margin: 0;
174
  padding: 0;
175
}
176
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003151}}
177
.breadcrumb li {
178
  display: inline;
179
  list-style-type: none;
180
  margin: 0;
181
  padding: 0;
182
}
183

    
184
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003164}}
185
h1.title,
186
h2.node-title,
187
h2.block-title,
188
h2.title,
189
h2.comment-form,
190
h3.title {
191
  /* Comment title */
192
  margin: 0;
193
}
194

    
195
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003168}}
196
tr.even {
197
  /* Some tables have rows marked even or odd. */
198
  /* background-color: #eee; */
199
  /* Drupal core uses a #eee background */
200
}
201

    
202
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003172}}
203
tr.odd {
204
  /* background-color: #eee; */
205
  /* Drupal core uses a #eee background */
206
}
207

    
208
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003176}}
209
div.messages {
210
  /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
211
  margin: 1.5em 0;
212
  /* Drupal core uses "6px 0" margin */
213
}
214
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003179}}
215
div.messages ul {
216
  margin-top: 0;
217
  margin-bottom: 0;
218
}
219

    
220
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003185}}
221
div.status {
222
  /* Normal priority messages */
223
}
224

    
225
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003189}}
226
div.warning,
227
tr.warning {
228
  /* Medium priority messages */
229
  /* border: 1px solid #f0c020; */
230
  /* Drupal core uses: 1px solid #f0c020 */
231
}
232

    
233
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003194}}
234
div.error,
235
tr.error {
236
  /* High priority messages. See also the .error declaration below. */
237
}
238

    
239
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003197}}
240
.error {
241
  /* Errors that are separate from div.messages status messages. */
242
  /* color: #e55; */
243
  /* Drupal core uses a #e55 background */
244
}
245

    
246
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003201}}
247
.warning {
248
  /* Warnings that are separate from div.messages status messages. */
249
  /* color: #e09010; */
250
  /* Drupal core uses a #e09010 background */
251
}
252

    
253
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003205}}
254
.tabs {
255
  /* See also the tabs.css file. */
256
}
257

    
258
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003208}}
259
.region-help {
260
  /* Help text on a page */
261
}
262

    
263
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003211}}
264
.more-help-link {
265
  /* Link to more help */
266
}
267

    
268
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003214}}
269
.region-content {
270
  /* Wrapper for the actual page content */
271
}
272

    
273
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003217}}
274
ul.inline {
275
  /* List of links generated by theme_links() */
276
  display: inline;
277
  padding: 0;
278
}
279
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003221}}
280
ul.inline li {
281
  display: inline;
282
  list-style-type: none;
283
  padding: 0 1em 0 0;
284
  /* LTR */
285
}
286

    
287
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003227}}
288
span.field-label {
289
  /* The inline field label used by the Fences module */
290
  padding: 0 1em 0 0;
291
  /* LTR */
292
}
293

    
294
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003231}}
295
.item-list .pager {
296
  /* A list of page numbers when more than 1 page of content is available */
297
  padding: 0;
298
}
299
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003234}}
300
.item-list .pager li {
301
  /* Each page number in the pager list */
302
  padding: 0 0.5em;
303
}
304

    
305
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003239}}
306
.feed-icon {
307
  /* The link to the RSS or Atom feed for the current list of content */
308
}
309

    
310
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003242}}
311
.more-link {
312
  /* Aggregator, blog, and forum more link */
313
}
314

    
315
/*
316
 * First sidebar (on left in LTR languages, on right in RTL)
317
 *
318
 * Remember to NOT add padding or margin to your .region-sidebar-first
319
 * (see the layout.css file.)
320
 */
321
/*
322
 * Second sidebar (on right in LTR languages, on left in RTL)
323
 *
324
 * Remember to NOT add padding or margin to your .region-sidebar-second
325
 * (see the layout.css file.)
326
 */
327
/*
328
 * Footer
329
 */
330
/*
331
 * Page bottom
332
 */
333
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003276}}
334
.region-bottom {
335
  /* Wrapper for any blocks placed in the page bottom region */
336
}
(18-18/24)