Projet

Général

Profil

Paste
Télécharger (6,92 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / corolla / css / page.css @ 64ad485a

1
/* General page and module styles */
2
#header-wrapper {
3
  position: relative;
4
  z-index: 100;
5
}
6
#header-wrapper header {
7
    clear: both;
8
    display: table;
9
    width: 100%;
10
}
11
#branding {
12
  padding: 45px 0 48px 25px;
13
  display: table-cell;
14
}
15
.region-header {
16
  padding: 45px 25px 48px 0;
17
  display: table-cell;
18
}
19
.region-header .block {
20
  float: right;
21
}
22
#logo {
23
  display: table-cell;
24
  padding: 0 15px 0 0;
25
  vertical-align: middle;
26
}
27
#branding hgroup {
28
  display: table-cell;
29
  vertical-align: middle;
30
}
31
#site-name {
32
  font-size: 4.5em;
33
  line-height: 1;
34
  margin: 0;
35
  padding: 0;
36
  font-weight: 400;
37
}
38
#site-name a    {
39
  letter-spacing: -3px;
40
}
41
#site-slogan {
42
  font-size: 1.1em;
43
  font-weight: 400;
44
}
45
.site-name-hidden #logo,
46
.site-name-hidden #branding hgroup {
47
  display: block;
48
}
49
#secondary-content-wrapper,
50
#top-panels-wrapper,
51
#content-wrapper,
52
#footer-panels-wrapper,
53
#tertiary-content-wrapper {
54
  margin-bottom: 25px;
55
  clear: both;
56
}
57
.content-margin {
58
  margin: 0 10px;
59
}
60
.content-style {
61
  min-height: 170px;
62
  padding: 25px 30px;
63
  background-color: #fff;
64
}
65
h1#page-title,
66
.in-maintenance h1#page-title {
67
  border-bottom: none;
68
  font-size: 2.1em;
69
  line-height: 1;
70
  margin: 0 0 1em;
71
  padding: 0;
72
}
73
h1.page-title {
74
  display: inline-block;
75
  width: 100%;
76
  word-wrap: break-word;
77
}
78
#footer-panels-wrapper {
79
  background: rgba(255, 255, 255, .1);
80
  padding: 25px 0 10px;
81
}
82
#block-user-login .item-list {
83
  margin-top: 10px;
84
}
85
#user-login-form li.openid-link ,
86
#user-login li.openid-link,
87
#user-login-form li.openid-processed {
88
  margin-left: 0;
89
}
90
#block-user-login .description {
91
  margin-bottom: 10px;
92
}
93
.form-item-openid-identifier {
94
  margin: 10px 0;
95
  display: block;
96
}
97
#edit-openid-identifier {
98
  background-position: 6px 50%;
99
  padding-left: 25px;
100
}
101
.poll .title {
102
  font-weight: 700;
103
  margin-bottom: 8px;
104
  line-height: 1.3;
105
}
106
.poll .bar-wrapper {
107
  margin-bottom: 8px;
108
}
109
.poll .bar-text {
110
  line-height: 1.2;
111
}
112
.poll .text {
113
  float: left;
114
  margin-bottom: 3px;
115
}
116
.poll .percent {
117
  float: right;
118
  font-size: 0.833em;
119
  padding: 1px 3px 0 0;
120
}
121
.block-poll .poll .percent {
122
  font-size: 0.692em;
123
}
124
.poll .bar {
125
  background-color: #fafafa;
126
  border: 1px solid #ccc;
127
  height: 1.385em;
128
}
129
.poll .bar .foreground {
130
  height: 1.385em;
131
}
132
.vote-form .form-item-choice {
133
  margin: 6px 0;
134
  padding: 0;
135
}
136
.vote-form .title {
137
  font-weight: 700;
138
  line-height: 1.5;
139
}
140
.vote-form .form-radios {
141
  margin: 13px 0 9px 0;
142
}
143
.poll .vote-form {
144
  text-align: left;
145
}
146
.poll .vote-form .choices {
147
  display: block;
148
}
149
.poll .total {
150
  text-align: left;
151
}
152
.profile {
153
  margin: 0;
154
}
155
.profile dd {
156
  margin-left: 0;
157
}
158
.profile dt {
159
  margin: 0;
160
}
161
.profile h3 {
162
  border-bottom: 1px solid #ebebeb;
163
  padding-bottom: 4px;
164
  margin-bottom: 10px;
165
  margin-top: 17px;
166
}
167
.profile .user-picture {
168
  float: right;
169
  margin-top: 45px;
170
}
171
body.page-profile #profile {
172
  margin-top: 15px;
173
}
174
body.page-profile .profile {
175
  min-height: 60px;
176
  float: left;
177
  clear: none;
178
  width: 48.5%;
179
  margin-right: 1%;
180
}
181
body.page-profile .user-picture {
182
  margin: 0;
183
  padding: 0;
184
  float: left;
185
}
186
body.page-profile .user-picture img {
187
  width: 40px;
188
  padding: 5px 0;
189
}
190
body.page-profile .name,
191
body.page-profile .field {
192
  margin-left: 60px;
193
  padding: 12px 10px 10px 0;
194
}
195
.search-results {
196
  margin: 0;
197
  padding: 0;
198
}
199
.search-results li  {
200
  margin-bottom: 20px;
201
}
202
.search-results .title {
203
  margin: 0;
204
}
205
.search-results .search-snippet-info {
206
  margin: 0;
207
  padding: 0;
208
}
209
.search-results p {
210
  margin-bottom: 4px;
211
}
212
.search-snippet strong {
213
  background-color: #e25400;
214
  color: #fff;
215
  padding: 0 4px;
216
}
217
body.overlay {
218
  background-color: transparent;
219
}
220
#overlay-container {
221
  -moz-border-radius: 5px;
222
  -webkit-border-radius: 5px;
223
  border-radius: 5px;
224
  -webkit-border-top-right-radius: 0;
225
  -moz-border-radius-topright: 0;
226
  border-top-right-radius: 0;
227
}
228
body.overlay #main-columns,
229
body.overlay #main {
230
  padding: 0!important;
231
  min-width: inherit;
232
  max-width: inherit;
233
}
234
body.overlay #main-columns {
235
  width: 100%;
236
}
237
body.overlay #page {
238
  border: none;
239
  padding-bottom: 0;
240
}
241
body.overlay #content {
242
  border: none;
243
}
244
.overlay .ui-dialog-title {
245
  font-size: 2.333em;
246
  padding: 0 0 6px;
247
}
248
form#dblog-filter-form .form-item {
249
  display: inline-block;
250
  vertical-align: top;
251
  margin-right: 15px;
252
  margin-top: 0;
253
}
254
#dblog-filter-form select {
255
  width: 100%;
256
}
257
#dblog-filter-form .form-actions {
258
  padding: 6px 0;
259
}
260
tr.dblog-user {
261
  background: #ffd;
262
}
263
tr.dblog-user .active {
264
  background: #eed;
265
}
266
tr.dblog-content {
267
  background: #fffee9;
268
}
269
tr.dblog-content .active {
270
  background: #fffcc3;
271
}
272
tr.dblog-page-not-found,
273
tr.dblog-access-denied {
274
  background: #f3fcdb;
275
}
276
tr.dblog-page-not-found .active,
277
tr.dblog-access-denied .active {
278
  background: #def2a9;
279
}
280
tr.dblog-error {
281
  background: #fce8dd;
282
}
283
tr.dblog-error .active {
284
  background: #fad4c0;
285
}
286
div.contextual-links-wrapper {
287
  z-index: 20;
288
}
289
div.contextual-links-wrapper a.contextual-links-trigger {
290
  margin: 1px 0 0;
291
  padding: 0;
292
}
293
ul.contextual-links li a {
294
  color: #333!important;
295
  display:block;
296
  margin: 0;
297
  padding: 5px 5px;
298
}
299
a.contextual-links-trigger {
300
  border: transparent 1px solid;
301
}
302
.two-sidebars #placeholder {
303
  position:static;
304
  margin-bottom: 10px;
305
}
306
#dashboard #disabled-blocks h2 {
307
  color: #fff;
308
}
309
#dashboard .ui-sortable .block h2 {
310
  background-position: 0 -36px;
311
}
312
h1.page-title {
313
  display: inline-block;
314
  word-wrap: break-word;
315
  width: 100%;
316
}
317
.shortcut-wrapper {
318
  position: relative;
319
}
320
div.add-or-remove-shortcuts {
321
  display: none;
322
  margin-bottom: 3px;
323
}
324
div.add-or-remove-shortcuts a span.icon {
325
  margin-left: 4px;
326
}
327
body.page-admin div.add-or-remove-shortcuts,
328
body.overlay-open div.add-or-remove-shortcuts {
329
  margin-top: 3px;
330
  display: inline-block;
331
}
332
#toolbar div.toolbar-menu ul li a {
333
  line-height: 1.7;
334
  -moz-border-radius: 9px;
335
  -webkit-border-radius: 9px;
336
  -khtml-border-radius: 9px;
337
  border-radius: 9px;
338
}
339
body.maintenance-page #content {
340
  margin-top: 5px;
341
}
342

    
343
/* System help */
344
#block-system-help {
345
  background-color: #f5f9fa;
346
  border: 1px solid #b3cfd4;
347
}
348

    
349
/* Messages */
350
#messages {
351
  margin: 0 10px;
352
}
353
div.messages {
354
  margin-bottom: 15px;
355
}
356
#block-system-help,
357
div.messages {
358
  -moz-border-radius: 3px;
359
  -webkit-border-radius: 3px;
360
  border-radius: 3px;
361
}
362
#block-system-help {
363
  margin-bottom: 15px;
364
}
365
#block-system-help .block-inner {
366
  padding: 0;
367
  margin: 0;
368
}
369

    
370
/* Gutters - if gutters are set in theme settings they will override these
371
   values: see Extensions > Modify Output > Design */
372
#main-content,
373
.block-inner,
374
.pane-inner,
375
.menu-wrapper,
376
.branding-elements,
377
.breadcrumb-wrapper,
378
.attribution,
379
.at-panel .rounded-corner,
380
.block-panels-mini > .block-title,
381
div.messages {
382
  margin-left: 10px;
383
  margin-right: 10px;
384
}
385
/* Panel pages need negative margin equal to the gutter width applied to #content,
386
  this is taken care of in theme settings as per above for normal gutters */
387
#content .panel-display,
388
#content .panel-flexible {
389
  margin-left: -10px;
390
  margin-right: -10px;
391
}
392

    
393
/* Contextual links */
394
a.contextual-links-trigger:hover {
395
  border-bottom: none;
396
}