Projet

Général

Profil

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

root / drupal7 / sites / all / themes / corolla / css / page.css @ 87dbc3bf

1
/*
2
#admin-menu {
3
  display: none;
4
}
5
*/
6

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

    
348
/* System help */
349
#block-system-help {
350
  background-color: #f5f9fa;
351
  border: 1px solid #b3cfd4;
352
}
353

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

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

    
398
/* Contextual links */
399
a.contextual-links-trigger:hover {
400
  border-bottom: none;
401
}