Project

General

Profile

Download (11.4 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
/*
10
 * Body
11
 */
12
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000317}}
13
body {
14
  margin: 0;
15
  padding: 0;
16
}
17

    
18
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000322}}
19
h1, h2, h3, h4, h5, h6 {
20
  font-weight: normal;
21
}
22

    
23
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000326}}
24
#page {
25
  -webkit-box-shadow: 0px 5px 20px black;
26
  -moz-box-shadow: 0px 5px 20px black;
27
  box-shadow: 0px 5px 20px black;
28
  padding-top: 20px;
29
  background-color: #fff;
30
}
31

    
32
/*
33
 * The skip-link link will be completely hidden until a user tabs to the link.
34
 * See the element-focusable rule in system.base.css.
35
 */
36
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000338}}
37
#skip-link {
38
  margin: 0;
39
}
40
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000342}}
41
#skip-link a,
42
#skip-link a:visited {
43
  display: block;
44
  width: 100%;
45
  padding: 2px 0 3px 0;
46
  text-align: center;
47
  background-color: #666;
48
  color: #fff;
49
}
50

    
51
/*
52
 * Header
53
 */
54
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000356}}
55
#header {
56
  margin-bottom: 10px;
57
}
58

    
59
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000360}}
60
#logo {
61
  /* Wrapping link for logo */
62
  float: left;
63
  /* LTR */
64
  margin: 0;
65
  margin-right: 10px;
66
  padding: 0;
67
}
68
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000366}}
69
#logo img {
70
  vertical-align: bottom;
71
}
72

    
73
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000371}}
74
#name-and-slogan {
75
  /* Wrapper for website name and slogan */
76
  float: left;
77
  margin-right: 10px;
78
}
79

    
80
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000376}}
81
#site-name {
82
  /* The name of the website */
83
  margin: 0;
84
  font-size: 2em;
85
  line-height: 1.5em;
86
}
87
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000382}}
88
#site-name a:link,
89
#site-name a:visited {
90
  color: #000;
91
  text-decoration: none;
92
}
93
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000388}}
94
#site-name a:hover,
95
#site-name a:focus {
96
  text-decoration: underline;
97
}
98

    
99
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000393}}
100
#site-slogan {
101
  /* The slogan (or tagline) of a website */
102
  margin: 0;
103
  font-size: 1em;
104
}
105

    
106
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000398}}
107
.region-header {
108
  /* Wrapper for any blocks placed in the header region */
109
  clear: both;
110
  /* Clear the logo */
111
}
112

    
113
/*
114
 * Main (container for everything else)
115
 */
116
/*
117
 * Content
118
 */
119
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003120}}
120
.breadcrumb {
121
  /* The path to the current page in the form of a list of links */
122
}
123
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003121}}
124
.breadcrumb ol {
125
  margin: 0;
126
  padding: 0;
127
}
128
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003125}}
129
.breadcrumb li {
130
  display: inline;
131
  list-style-type: none;
132
  margin: 0;
133
  padding: 0;
134
}
135

    
136
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003138}}
137
h1.title,
138
h2.node-title,
139
h2.block-title,
140
h2.title,
141
h2.comment-form,
142
h3.title {
143
  /* Comment title */
144
  margin: 0;
145
}
146

    
147
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003142}}
148
tr.even {
149
  /* Some tables have rows marked even or odd. */
150
  /* background-color: #eee; */
151
  /* Drupal core uses a #eee background */
152
}
153

    
154
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003146}}
155
tr.odd {
156
  /* background-color: #eee; */
157
  /* Drupal core uses a #eee background */
158
}
159

    
160
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003150}}
161
div.messages {
162
  /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
163
  margin: 1.5em 0;
164
  /* Drupal core uses "6px 0" margin */
165
}
166
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003153}}
167
div.messages ul {
168
  margin-top: 0;
169
  margin-bottom: 0;
170
}
171

    
172
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003159}}
173
div.status {
174
  /* Normal priority messages */
175
}
176

    
177
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003163}}
178
div.warning,
179
tr.warning {
180
  /* Medium priority messages */
181
  /* border: 1px solid #f0c020; */
182
  /* Drupal core uses: 1px solid #f0c020 */
183
}
184

    
185
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003168}}
186
div.error,
187
tr.error {
188
  /* High priority messages. See also the .error declaration below. */
189
}
190

    
191
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003171}}
192
.error {
193
  /* Errors that are separate from div.messages status messages. */
194
  /* color: #e55; */
195
  /* Drupal core uses a #e55 background */
196
}
197

    
198
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003175}}
199
.warning {
200
  /* Warnings that are separate from div.messages status messages. */
201
  /* color: #e09010; */
202
  /* Drupal core uses a #e09010 background */
203
}
204

    
205
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003179}}
206
.tabs {
207
  /* See also the tabs.css file. */
208
}
209

    
210
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003182}}
211
.region-help {
212
  /* Help text on a page */
213
}
214

    
215
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003185}}
216
.more-help-link {
217
  /* Link to more help */
218
}
219

    
220
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003188}}
221
.region-content {
222
  /* Wrapper for the actual page content */
223
}
224

    
225
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003191}}
226
ul.inline {
227
  /* List of links generated by theme_links() */
228
  display: inline;
229
  padding: 0;
230
}
231
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003195}}
232
ul.inline li {
233
  display: inline;
234
  list-style-type: none;
235
  padding: 0 1em 0 0;
236
  /* LTR */
237
}
238

    
239
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003201}}
240
span.field-label {
241
  /* The inline field label used by the Fences module */
242
  padding: 0 1em 0 0;
243
  /* LTR */
244
}
245

    
246
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003205}}
247
.item-list .pager {
248
  /* A list of page numbers when more than 1 page of content is available */
249
  padding: 0;
250
}
251
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003208}}
252
.item-list .pager li {
253
  /* Each page number in the pager list */
254
  padding: 0 0.5em;
255
}
256

    
257
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003213}}
258
.feed-icon {
259
  /* The link to the RSS or Atom feed for the current list of content */
260
}
261

    
262
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003216}}
263
.more-link {
264
  /* Aggregator, blog, and forum more link */
265
}
266

    
267
/*
268
 * First sidebar (on left in LTR languages, on right in RTL)
269
 *
270
 * Remember to NOT add padding or margin to your .region-sidebar-first
271
 * (see the layout.css file.)
272
 */
273
/*
274
 * Second sidebar (on right in LTR languages, on left in RTL)
275
 *
276
 * Remember to NOT add padding or margin to your .region-sidebar-second
277
 * (see the layout.css file.)
278
 */
279
/*
280
 * Footer
281
 */
282
/*
283
 * Page bottom
284
 */
285
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\00003250}}
286
.region-bottom {
287
  /* Wrapper for any blocks placed in the page bottom region */
288
}
(16-16/21)