Projet

Général

Profil

Paste
Télécharger (7,53 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / tao / drupal.css @ 87dbc3bf

1
/**
2
 * block/block.css ====================================================
3
 */
4
#blocks td.region { font-weight:bold; }
5

    
6
#blocks tr.region-message {
7
  font-weight:normal;
8
  color:#999;
9
  }
10

    
11
#blocks tr.region-populated {
12
  display:none;
13
  }
14

    
15
/**
16
 * openid/openid.css ==================================================
17
 */
18
div#edit-openid-identifier-wrapper { display:block; }
19

    
20
html.js #user-login-form div.form-item-openid-identifier,
21
html.js #user-login div.form-item-openid-identifier { display:none; }
22

    
23
html.js #user-login-form li.openid-link,
24
html.js #user-login li.openid-link { display:block; }
25

    
26
#user-login-form li.openid-link,
27
#user-login-form li.user-link,
28
#user-login li.openid-link,
29
#user-login li.user-link { display:none; }
30

    
31
/**
32
 * system/system-behavior.css =========================================
33
 */
34

    
35
/**
36
 * Password strength indicator
37
 */
38
.password-strength {
39
  width:200px;
40
  float:right;  /*LTR*/
41
  }
42

    
43
.password-strength-title { display:inline; }
44

    
45
.password-strength-text {
46
  float:right; /*LTR*/
47
  font-weight:bold;
48
  }
49

    
50
.password-indicator {
51
  background-color:#ccc;
52
  height:5px;
53
  width:100%;
54
  }
55

    
56
.password-indicator div {
57
  height:100%;
58
  width:0%;
59
  background-color:#4c6;
60
  }
61

    
62
/**
63
 * Password confirmation checker
64
 */
65
div.password-confirm { visibility: hidden; }
66

    
67
.container-inline div,
68
.container-inline label { display:inline; }
69

    
70
.container-inline .fieldset-wrapper { display:block; }
71

    
72
.nowrap { white-space:nowrap; }
73

    
74
html.js .js-hide { display:none; }
75

    
76
.element-hidden { display:none; }
77

    
78
.element-invisible {
79
  position:absolute !important;
80
  clip:rect(1px 1px 1px 1px); /* IE6, IE7 */
81
  clip:rect(1px, 1px, 1px, 1px);
82
  }
83

    
84

    
85
/**
86
 * system/system.css ==================================================
87
 */
88
body.drag { cursor:move; }
89
th.active img { display:inline; }
90

    
91
td.active { background-color:#ddd; }
92

    
93
td.checkbox,
94
th.checkbox { text-align:center; }
95

    
96
thead th { text-align:auto; }
97

    
98
.error { color:#e55; }
99
.warning { color:#e09010; }
100
.ok { color:#008000; }
101

    
102
div.error { border:1px solid #d77; }
103
div.warning { border:1px solid #f0c020; }
104
div.ok { border:1px solid #00aa00; }
105

    
106
div.error,
107
tr.error {
108
  background:#fcc;
109
  color:#200;
110
  }
111

    
112
div.warning,
113
tr.warning {
114
  background:#ffd;
115
  color:#220;
116
  }
117

    
118
div.ok,
119
tr.ok {
120
  background:#dfd;
121
  color:#020;
122
  }
123

    
124
.form-item input.error,
125
.form-item textarea.error,
126
.form-item select.error {
127
  border-style:solid;
128
  border-color:red;
129
  }
130

    
131
.form-item label {
132
  display:block;
133
  font-weight:bold;
134
  }
135

    
136
.form-item label.option {
137
  display:inline;
138
  font-weight:normal;
139
  }
140

    
141
.marker,
142
.form-required { color:#f00; }
143

    
144
.more-link,
145
.more-help-link { text-align:right; }
146

    
147
.nowrap { white-space:nowrap; }
148

    
149
.item-list .pager {
150
  clear:both;
151
  text-align:center;
152
  }
153

    
154
.item-list .pager li { display:inline; }
155

    
156
.pager-current { font-weight:bold; }
157

    
158
dl.multiselect dt,
159
dl.multiselect dd { float:left; }
160

    
161
dl.multiselect dd.b,
162
dl.multiselect dd.b .form-item,
163
dl.multiselect dd.b select { width:14em; }
164

    
165
dl.multiselect dd.a,
166
dl.multiselect dd.a .form-item { width:8em; }
167

    
168
.container-inline div,
169
.container-inline label { display:inline; }
170

    
171
/**
172
 * Autocomplete styles
173
 */
174
#autocomplete {
175
  position:absolute;
176
  border:1px solid;
177
  overflow:hidden;
178
  z-index:100;
179
  }
180

    
181
#autocomplete li {
182
  background:#fff;
183
  color:#000;
184
  white-space:pre;
185
  cursor:default;
186
  }
187

    
188
#autocomplete li.selected {
189
  background:#0072b9;
190
  color:#fff;
191
  }
192

    
193
/**
194
 * Animated throbber
195
 */
196
html.js input.throbbing { background:transparent url(drupal/throbber.gif) 100% 50% no-repeat; }
197

    
198
/**
199
 * Resizable text areas
200
 */
201
.form-textarea-wrapper textarea {
202
  width: 100%;
203
  display: block;
204
  -webkit-box-sizing: border-box;
205
  -moz-box-sizing: border-box;
206
  box-sizing: border-box;
207
  }
208

    
209
.resizable textarea { resize:vertical; }
210

    
211
/**
212
 * Table drag and drop.
213
 */
214
.draggable a.tabledrag-handle {
215
  cursor:move;
216
  float:left;
217
  margin-right:10px;
218
  text-decoration:none;
219
  }
220

    
221
a.tabledrag-handle:hover { text-decoration:none; }
222

    
223
a.tabledrag-handle .handle {
224
  height:20px;
225
  width:20px;
226
  background:url(drupal/draggable.png) 0px 0px no-repeat;
227
  }
228

    
229
a.tabledrag-handle-hover .handle { background-position:0px -20px; }
230

    
231
div.indentation {
232
  width:20px;
233
  height:20px;
234
  float:left; /* LTR */
235
  }
236

    
237
div.tree-child { background:url(drupal/tree.png) no-repeat 10px 50%; }
238
div.tree-child-last { background:url(drupal/tree-bottom.png) no-repeat 10px 50%; }
239
div.tree-child-horizontal { background:url(drupal/tree.png) no-repeat -10px 50%; }
240

    
241
/**
242
 * Teaser splitter
243
 */
244
.joined + .grippie {
245
  height:5px;
246
  margin-bottom:-2px;
247
  }
248

    
249
/* Keeps inner content contained in Opera 9. */
250
.teaser-checkbox { padding-top:1px; }
251

    
252
div.teaser-button-wrapper {
253
  float:right;
254
  padding-right:5px;
255
  }
256

    
257
.teaser-checkbox div.form-item {
258
  float:right;
259
  margin-right:5px;
260
  }
261

    
262
textarea.teaser { display:none; }
263
html.js .no-js { display:none; }
264

    
265
/*
266
** Progressbar styles
267
*/
268
.progress { font-weight:bold; }
269

    
270
.progress .bar {
271
  background:#fff url(drupal/progress.gif);
272
  border:1px solid #035;
273
  height:18px;
274
  }
275

    
276
.progress .filled {
277
  background:#07b;
278
  height:18px;
279
  width:0%;
280
  }
281

    
282
.progress .percentage { float:right; }
283
.progress-disabled { float:left; }
284
.ahah-progress { float:left; }
285

    
286
.ahah-progress .throbber {
287
  width:20px;
288
  height:20px;
289
  background:transparent url(drupal/throbber.gif) 50% 50% no-repeat;
290
  float:left;
291
  }
292

    
293
.ahah-progress-bar { width:16em; }
294

    
295
/**
296
 * Formatting for welcome page
297
 */
298
#first-time strong { display:block; }
299

    
300
/**
301
 * To be used with tableselect.js
302
 */
303
tr.selected td { background:#ffc; }
304

    
305
/**
306
 * Floating header for tableheader.js
307
 */
308
table.sticky-header {
309
  margin-top:0px;
310
  background:#fff;
311
  }
312

    
313
/**
314
 * Installation clean URLs
315
 */
316
#clean-url.install { display:none; }
317

    
318
/**
319
 * For anything you want to hide on page load when JS is enabled, so
320
 * that you can use the JS to control visibility and avoid flicker.
321
 */
322
html.js .js-hide { display:none; }
323

    
324
/**
325
 * Styles for the system modules page (admin/build/modules)
326
 */
327
#system-modules div.incompatible,
328
#system-themes-form div.incompatible { font-weight:bold; }
329

    
330
/**
331
 * Markup free clearing
332
 * Details: http://perishablepress.com/press/2009/12/06/new-clearfix-hack
333
 */
334
.clearfix:after {
335
  content: ".";
336
  display: block;
337
  height: 0;
338
  clear: both;
339
  visibility: hidden;
340
  }
341

    
342
* html .clearfix { height: 1%; } /* IE6 */
343

    
344
*:first-child + html .clearfix { min-height: 1%; } /* IE7 */
345

    
346
/**
347
 * update/update.css ==================================================
348
 */
349
.update .project,
350
.update table.version-recommended-strong .version-title { font-weight:bold; }
351

    
352
.update .version-status { float:right; }
353
.update .version-status .icon { padding-left:10px; }
354
.update .version-date { white-space:nowrap; }
355

    
356
.update tr.error .version-recommended { background: #fdd; }
357
.update tr.warning .version-recommended { background: #ffe; }
358

    
359
.current-version,
360
.new-version { direction: ltr; /* Note: version numbers should always be LTR. */ }
361

    
362
.update tr.unknown { background: #ddd; }
363
.update table.version-security .version-title { color: #910; }
364

    
365
.update .security-error {
366
  font-weight: bold;
367
  color: #910;
368
  }
369

    
370
/**
371
 * user/user.css ======================================================
372
 */
373
#permissions td.module { font-weight: bold; }
374
#permissions td.permission { padding-left:20px; }
375

    
376
/**
377
 * misc/vertical-tabs.css =============================================
378
 */
379
.vertical-tabs { padding-left:200px; }
380

    
381
.vertical-tabs .vertical-tabs-list {
382
  float:left;
383
  width:200px;
384
  margin-left:-200px;
385
  }
386

    
387
.vertical-tabs .vertical-tabs-panes .vertical-tabs-pane {
388
  margin:0px;
389
  padding:0px;
390
  border:0px;
391
  }
392

    
393
.vertical-tabs .vertical-tabs-panes .vertical-tabs-pane legend { display:none; }
394
.vertical-tabs .vertical-tabs-list .summary { display:block; }