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\/_svn-trunk\/drupal-git\/7\.x\/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\/_svn-trunk\/drupal-git\/7\.x\/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\/_svn-trunk\/drupal-git\/7\.x\/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\/_svn-trunk\/drupal-git\/7\.x\/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\/_svn-trunk\/drupal-git\/7\.x\/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\/_svn-trunk\/drupal-git\/7\.x\/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\/_svn-trunk\/drupal-git\/7\.x\/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\/_svn-trunk\/drupal-git\/7\.x\/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\/_svn-trunk\/drupal-git\/7\.x\/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\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/pages\.scss}line{font-family:\0000376}}
81
#site-name {
82
  /* The name of the website */
83
  font-size: 2.5em;
84
  font-weight: bold;
85
  line-height: 1.5em;
86
  margin: 0;
87
}
88
@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:\0000383}}
89
#site-name a:link,
90
#site-name a:visited {
91
  color: #fff;
92
  text-decoration: none;
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:\0000389}}
95
#site-name a:hover,
96
#site-name a:focus {
97
  color: #fff;
98
  text-decoration: none;
99
}
100

    
101
@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}}
102
#site-slogan {
103
  /* The slogan (or tagline) of a website */
104
  margin: 0;
105
  font-size: 1em;
106
}
107

    
108
@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}}
109
.region-header {
110
  /* Wrapper for any blocks placed in the header region */
111
  clear: both;
112
  /* Clear the logo */
113
}
114

    
115
/*
116
 * Main (container for everything else)
117
 */
118
/*
119
 * Content
120
 */
121
@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:\00003122}}
122
.breadcrumb {
123
  /* The path to the current page in the form of a list of links */
124
}
125
@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:\00003123}}
126
.breadcrumb ol {
127
  margin: 0;
128
  padding: 0;
129
}
130
@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:\00003127}}
131
.breadcrumb li {
132
  display: inline;
133
  list-style-type: none;
134
  margin: 0;
135
  padding: 0;
136
}
137

    
138
@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:\00003140}}
139
h1.title,
140
h2.node-title,
141
h2.block-title,
142
h2.title,
143
h2.comment-form,
144
h3.title {
145
  /* Comment title */
146
  margin: 0;
147
}
148

    
149
@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:\00003144}}
150
tr.even {
151
  /* Some tables have rows marked even or odd. */
152
  /* background-color: #eee; */
153
  /* Drupal core uses a #eee background */
154
}
155

    
156
@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:\00003148}}
157
tr.odd {
158
  /* background-color: #eee; */
159
  /* Drupal core uses a #eee background */
160
}
161

    
162
@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:\00003152}}
163
div.messages {
164
  /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
165
  margin: 1.5em 0;
166
  /* Drupal core uses "6px 0" margin */
167
}
168
@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:\00003155}}
169
div.messages ul {
170
  margin-top: 0;
171
  margin-bottom: 0;
172
}
173

    
174
@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:\00003161}}
175
div.status {
176
  /* Normal priority messages */
177
}
178

    
179
@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:\00003165}}
180
div.warning,
181
tr.warning {
182
  /* Medium priority messages */
183
  /* border: 1px solid #f0c020; */
184
  /* Drupal core uses: 1px solid #f0c020 */
185
}
186

    
187
@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:\00003170}}
188
div.error,
189
tr.error {
190
  /* High priority messages. See also the .error declaration below. */
191
}
192

    
193
@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:\00003173}}
194
.error {
195
  /* Errors that are separate from div.messages status messages. */
196
  /* color: #e55; */
197
  /* Drupal core uses a #e55 background */
198
}
199

    
200
@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:\00003177}}
201
.warning {
202
  /* Warnings that are separate from div.messages status messages. */
203
  /* color: #e09010; */
204
  /* Drupal core uses a #e09010 background */
205
}
206

    
207
@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:\00003181}}
208
.tabs {
209
  /* See also the tabs.css file. */
210
}
211

    
212
@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:\00003184}}
213
.region-help {
214
  /* Help text on a page */
215
}
216

    
217
@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:\00003187}}
218
.more-help-link {
219
  /* Link to more help */
220
}
221

    
222
@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:\00003190}}
223
.region-content {
224
  /* Wrapper for the actual page content */
225
}
226

    
227
@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:\00003193}}
228
ul.inline {
229
  /* List of links generated by theme_links() */
230
  display: inline;
231
  padding: 0;
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:\00003197}}
234
ul.inline li {
235
  display: inline;
236
  list-style-type: none;
237
  padding: 0 1em 0 0;
238
  /* LTR */
239
}
240

    
241
@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:\00003203}}
242
span.field-label {
243
  /* The inline field label used by the Fences module */
244
  padding: 0 1em 0 0;
245
  /* LTR */
246
}
247

    
248
@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:\00003207}}
249
.item-list .pager {
250
  /* A list of page numbers when more than 1 page of content is available */
251
  padding: 0;
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:\00003210}}
254
.item-list .pager li {
255
  /* Each page number in the pager list */
256
  padding: 0 0.5em;
257
}
258

    
259
@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:\00003215}}
260
.feed-icon {
261
  /* The link to the RSS or Atom feed for the current list of content */
262
}
263

    
264
@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:\00003218}}
265
.more-link {
266
  /* Aggregator, blog, and forum more link */
267
}
268

    
269
/*
270
 * First sidebar (on left in LTR languages, on right in RTL)
271
 *
272
 * Remember to NOT add padding or margin to your .region-sidebar-first
273
 * (see the layout.css file.)
274
 */
275
/*
276
 * Second sidebar (on right in LTR languages, on left in RTL)
277
 *
278
 * Remember to NOT add padding or margin to your .region-sidebar-second
279
 * (see the layout.css file.)
280
 */
281
/*
282
 * Footer
283
 */
284
/*
285
 * Page bottom
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:\00003252}}
288
.region-bottom {
289
  /* Wrapper for any blocks placed in the page bottom region */
290
}
(16-16/21)