survivalkit 1.0.beta.1 → 1.0.beta.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. data/CHANGELOG.markdown +3 -0
  2. data/lib/survivalkit.rb +1 -1
  3. data/templates/shared/drupal/arrow-asc.png +0 -0
  4. data/templates/shared/drupal/arrow-desc.png +0 -0
  5. data/templates/shared/drupal/background.png +0 -0
  6. data/templates/shared/drupal/close.png +0 -0
  7. data/templates/shared/drupal/configure.png +0 -0
  8. data/templates/shared/drupal/draggable.png +0 -0
  9. data/templates/shared/drupal/druplicon.png +0 -0
  10. data/templates/shared/drupal/feed.png +0 -0
  11. data/templates/shared/drupal/forum-icons.png +0 -0
  12. data/templates/shared/drupal/gear-select.png +0 -0
  13. data/templates/shared/drupal/grippie.png +0 -0
  14. data/templates/shared/drupal/help.png +0 -0
  15. data/templates/shared/drupal/hook.png +0 -0
  16. data/templates/shared/drupal/lock.png +0 -0
  17. data/templates/shared/drupal/menu-collapsed-rtl.png +0 -0
  18. data/templates/shared/drupal/menu-collapsed.png +0 -0
  19. data/templates/shared/drupal/menu-expanded.png +0 -0
  20. data/templates/shared/drupal/menu-leaf.png +0 -0
  21. data/templates/shared/drupal/message-16-error.png +0 -0
  22. data/templates/shared/drupal/message-16-help.png +0 -0
  23. data/templates/shared/drupal/message-16-info.png +0 -0
  24. data/templates/shared/drupal/message-16-ok.png +0 -0
  25. data/templates/shared/drupal/message-16-warning.png +0 -0
  26. data/templates/shared/drupal/message-24-error.png +0 -0
  27. data/templates/shared/drupal/message-24-help.png +0 -0
  28. data/templates/shared/drupal/message-24-info.png +0 -0
  29. data/templates/shared/drupal/message-24-ok.png +0 -0
  30. data/templates/shared/drupal/message-24-warning.png +0 -0
  31. data/templates/shared/drupal/permissions.png +0 -0
  32. data/templates/shared/drupal/powered-black-135x42.png +0 -0
  33. data/templates/shared/drupal/powered-black-80x15.png +0 -0
  34. data/templates/shared/drupal/powered-black-88x31.png +0 -0
  35. data/templates/shared/drupal/powered-blue-135x42.png +0 -0
  36. data/templates/shared/drupal/powered-blue-80x15.png +0 -0
  37. data/templates/shared/drupal/powered-blue-88x31.png +0 -0
  38. data/templates/shared/drupal/powered-gray-135x42.png +0 -0
  39. data/templates/shared/drupal/powered-gray-80x15.png +0 -0
  40. data/templates/shared/drupal/powered-gray-88x31.png +0 -0
  41. data/templates/shared/drupal/progress.gif +0 -0
  42. data/templates/shared/drupal/throbber.gif +0 -0
  43. data/templates/shared/drupal/tree-bottom.png +0 -0
  44. data/templates/shared/drupal/tree.png +0 -0
  45. data/templates/shared/drupal/watchdog-error.png +0 -0
  46. data/templates/shared/drupal/watchdog-ok.png +0 -0
  47. data/templates/shared/drupal/watchdog-warning.png +0 -0
  48. data/templates/shared/formalize/button.png +0 -0
  49. data/templates/shared/formalize/select_arrow.gif +0 -0
  50. data/templates/shared/partials/01-variables/_all.scss +3 -0
  51. data/templates/shared/partials/01-variables/_base.scss +172 -0
  52. data/templates/shared/partials/01-variables/_colors.scss +61 -0
  53. data/templates/shared/partials/01-variables/_fonts.scss +15 -0
  54. data/templates/shared/partials/02-mixins/_custom.scss +5 -0
  55. data/templates/shared/partials/03-extend/_all.scss +2 -0
  56. data/templates/shared/partials/03-extend/_helpers.scss +7 -0
  57. data/templates/shared/partials/03-extend/_typography.scss +40 -0
  58. data/templates/shared/partials/04-base/_all.scss +8 -0
  59. data/templates/shared/partials/04-base/_common.scss +137 -0
  60. data/templates/shared/partials/04-base/_edits.scss +8 -0
  61. data/templates/shared/partials/04-base/_font-face.scss +14 -0
  62. data/templates/shared/partials/04-base/_form-defaults.scss +70 -0
  63. data/templates/shared/partials/04-base/_headers.scss +89 -0
  64. data/templates/shared/partials/04-base/_images.scss +19 -0
  65. data/templates/shared/partials/04-base/_semantics.scss +109 -0
  66. data/templates/shared/partials/04-base/_tables.scss +60 -0
  67. data/templates/shared/partials/05-layout/_grids-susy.scss +34 -0
  68. data/templates/shared/partials/06-ui-patterns/_common.scss +1 -0
  69. data/templates/shared/partials/06-ui-patterns/_drupal-patterns.scss +108 -0
  70. data/templates/shared/partials/07-styletile/_tile-design.scss +213 -0
  71. data/templates/shared/partials/08-media/_print.scss +72 -0
  72. data/templates/shared/partials/readme.markdown +3 -0
  73. data/templates/shared/readme.markdown +3 -0
  74. data/templates/shared/style.scss +95 -0
  75. data/templates/shared/survival-kit-logo.png +0 -0
  76. data/templates/shared/survivalkit/drupal7.scss +3224 -0
  77. data/templates/shared/survivalkit/survivalkit.scss +32 -0
  78. data/templates/shared/your-design-here/_design.scss +2 -0
  79. metadata +78 -2
@@ -0,0 +1,3 @@
1
+ # Basic Partials
2
+
3
+ The partials in this directory are meant to be altered, changed, deleted, hacked or whatever. These are your files. As a place to start they set up some basic intelligent defaults, but not much more.
@@ -0,0 +1,3 @@
1
+ # Basic Partials
2
+
3
+ The partials in this directory are meant to be altered, changed, deleted, hacked or whatever. These are your files. As a place to start they set up some basic intelligent defaults, but not much more.
@@ -0,0 +1,95 @@
1
+ /* The Coding Designer's Survival Kit
2
+ * This CSS was authored using Sass & Compass
3
+ * Download the source files here:
4
+ * https://github.com/canarymason/Survival-Kit
5
+ * Learn more about Sass & Compass at http://compass-style.org/ */
6
+
7
+ // FOLLOW THE STEP-BY-STEP
8
+ // ---------------------------------------------------------------------------------------
9
+ // INTRODUCTION
10
+ // This is the central organizing sass file where we manage all the imported partials
11
+ // in The Kit. Don't write custom code here. Instead, import files that bring in
12
+ // default code from The Kit and files that add your custom code. The checklist below
13
+ // should help you put these files in order.
14
+ // ---------------------------------------------------------------------------------------
15
+
16
+
17
+ // THE FIRST IMPORTS ADD NO CSS UPON COMPILE
18
+
19
+ // ✔ IMPORT COMMON FUNCTIONS AND VARIABLES
20
+ // enable / disable, but do not edit these files
21
+ @import "survivalkit/functions/all";
22
+ @import "survivalkit/variables/all";
23
+
24
+ // ✔ 1. ADD YOUR OWN VARIABLES
25
+ // base, color, fonts, grids
26
+ // edit these as you see fit
27
+ @import "partials/01-variables/all";
28
+
29
+ // ✔ IMPORT COMPASS AND OTHER GEMS
30
+ // enable / disable, but do not edit these files
31
+ @import "compass";
32
+ @import "susy";
33
+ @import "breakpoint";
34
+ @import "modular-scale";
35
+ // add any others here
36
+
37
+ // ✔ IMPORT COMMON MIXINS
38
+ // enable / disable, but do not edit these files
39
+ @import "survivalkit/mixins/all";
40
+ @import "survivalkit/reset/pixel-normalize";
41
+
42
+ // ✔ 2. ADD YOUR OWN MIXINS
43
+ @import "partials/02-mixins/custom";
44
+
45
+
46
+ // ✔ IMPORT COMMON HELPER EXTENDABLES
47
+ // @import survivalkit/extend/all
48
+ @import "survivalkit/extend/helpers";
49
+ @import "survivalkit/extend/sticky-footer";
50
+
51
+ // THE FOLLOWING IMPORTS WILL ADD CSS UPON COMPILE
52
+ // THE FOLLOWING IMPORTS WILL ADD CSS UPON COMPILE
53
+ // THE FOLLOWING IMPORTS WILL ADD CSS UPON COMPILE
54
+
55
+ // ✔ ADD A CSS RESET OR NORMALIZATION
56
+ @import "survivalkit/reset/reset";
57
+
58
+ // ✔ 2. ADD YOUR OWN EXTENDABLES
59
+ // typography
60
+ @import "partials/03-extend/all";
61
+ // @import "partials/03-extend/typography";
62
+ // @import "partials/03-extend/helpers";
63
+
64
+ // ✔ 3. EDIT AND ADD YOUR BASE STYLES
65
+ // This is worth going into in detail
66
+ // edit as you see fit for your project
67
+ @import "partials/04-base/all";
68
+
69
+ // ✔ 4. ESTABLISH A LAYOUT
70
+ // Uncomment to use the Susy grid system
71
+ @import "partials/05-layout/grids-susy";
72
+
73
+ // ✔ 5. STYLE COMMON UI PATTERNS / DRUPAL UI PATTERNS
74
+ @import "partials/06-ui-patterns/common";
75
+ // @import "partials/06-ui-patterns/drupal-patterns";
76
+
77
+ // --------------------------------------------------------------------------------------
78
+ // ✔ 7. YOUR CUSTOM LAYOUT AND DESIGN SASS
79
+ // THIS IS WHERE MOST CUSTOM WORK WILL GO
80
+ // -- PRIMARY DESIGN --
81
+ @import "your-design-here/design";
82
+
83
+ // ------ OR ------
84
+ // -- ✔ 8. STYLE TILE DESIGN --
85
+ // enable these partials for styletile layout and design
86
+ // work with styletile.html
87
+ // see: http://styletil.es/
88
+ // (requires susy)
89
+ // @import "survivalkit/style-tile/all";
90
+ // @import "partials/07-styletile/tile-design";
91
+
92
+ // --------------------------------------------------------------------------------------
93
+
94
+ // ✔ 10. ENABLE PRINT STYLES
95
+ @import "partials/08-media/print";
@@ -0,0 +1,3224 @@
1
+ #aggregator {
2
+ .feed-source {
3
+ .feed-title {
4
+ margin-top: 0;
5
+ }
6
+ .feed-image img {
7
+ margin-bottom: 0.75em;
8
+ }
9
+ .feed-icon {
10
+ float: right;
11
+ /* LTR */
12
+ display: block;
13
+ }
14
+ }
15
+ .feed-item {
16
+ margin-bottom: 1.5em;
17
+ }
18
+ .feed-item-title {
19
+ margin-bottom: 0;
20
+ font-size: 1.3em;
21
+ }
22
+ .feed-item-meta, .feed-item-body {
23
+ margin-bottom: 0.5em;
24
+ }
25
+ .feed-item-categories {
26
+ font-size: 0.9em;
27
+ }
28
+ td {
29
+ vertical-align: bottom;
30
+ &.categorize-item {
31
+ white-space: nowrap;
32
+ }
33
+ }
34
+ .categorize-item {
35
+ .news-item .body {
36
+ margin-top: 0;
37
+ }
38
+ h3 {
39
+ margin-bottom: 1em;
40
+ margin-top: 0;
41
+ }
42
+ }
43
+ }
44
+
45
+ #blocks tr {
46
+ &.region-title td {
47
+ font-weight: bold;
48
+ }
49
+ &.region-message {
50
+ font-weight: normal;
51
+ color: #999999;
52
+ }
53
+ &.region-populated {
54
+ display: none;
55
+ }
56
+ }
57
+
58
+ .block-region {
59
+ background-color: #ffff66;
60
+ margin-top: 4px;
61
+ margin-bottom: 4px;
62
+ padding: 3px;
63
+ }
64
+
65
+ a.block-demo-backlink {
66
+ background-color: #b4d7f0;
67
+ -moz-border-radius: 0 0 10px 10px;
68
+ -webkit-border-radius: 0 0 10px 10px;
69
+ border-radius: 0 0 10px 10px;
70
+ color: black;
71
+ font-family: "Lucida Grande", Verdana, sans-serif;
72
+ font-size: small;
73
+ line-height: 20px;
74
+ left: 20px;
75
+ /*LTR */
76
+ padding: 5px 10px;
77
+ position: fixed;
78
+ z-index: 499;
79
+ &:link, &:visited {
80
+ background-color: #b4d7f0;
81
+ -moz-border-radius: 0 0 10px 10px;
82
+ -webkit-border-radius: 0 0 10px 10px;
83
+ border-radius: 0 0 10px 10px;
84
+ color: black;
85
+ font-family: "Lucida Grande", Verdana, sans-serif;
86
+ font-size: small;
87
+ line-height: 20px;
88
+ left: 20px;
89
+ /*LTR */
90
+ padding: 5px 10px;
91
+ position: fixed;
92
+ z-index: 499;
93
+ }
94
+ &:hover {
95
+ text-decoration: underline;
96
+ }
97
+ }
98
+
99
+ .book-navigation {
100
+ .menu {
101
+ border-top: 1px solid #888888;
102
+ padding: 1em 0 0 3em;
103
+ /* LTR */
104
+ }
105
+ .page-links {
106
+ border-top: 1px solid #888888;
107
+ border-bottom: 1px solid #888888;
108
+ text-align: center;
109
+ padding: 0.5em;
110
+ }
111
+ .page-previous {
112
+ text-align: left;
113
+ width: 42%;
114
+ display: block;
115
+ float: left;
116
+ /* LTR */
117
+ }
118
+ .page-up {
119
+ margin: 0 5%;
120
+ width: 4%;
121
+ display: block;
122
+ float: left;
123
+ /* LTR */
124
+ }
125
+ .page-next {
126
+ text-align: right;
127
+ width: 42%;
128
+ display: block;
129
+ float: right;
130
+ }
131
+ }
132
+
133
+ #book-outline {
134
+ min-width: 56em;
135
+ }
136
+
137
+ .book-outline-form .form-item {
138
+ margin-top: 0;
139
+ margin-bottom: 0;
140
+ }
141
+
142
+ html.js #edit-book-pick-book {
143
+ display: none;
144
+ }
145
+
146
+ .form-item-book-bid .description {
147
+ clear: both;
148
+ }
149
+
150
+ #book-admin-edit {
151
+ select {
152
+ margin-right: 24px;
153
+ &.progress-disabled {
154
+ margin-right: 0;
155
+ }
156
+ }
157
+ tr.ajax-new-content {
158
+ background-color: #ffffdd;
159
+ }
160
+ .form-item {
161
+ float: left;
162
+ }
163
+ }
164
+
165
+ /* Farbtastic placement */
166
+
167
+ .color-form {
168
+ max-width: 50em;
169
+ position: relative;
170
+ }
171
+
172
+ #placeholder {
173
+ position: absolute;
174
+ top: 0;
175
+ right: 0;
176
+ /* LTR */
177
+ }
178
+
179
+ /* Palette */
180
+
181
+ .color-form {
182
+ .form-item {
183
+ height: 2em;
184
+ line-height: 2em;
185
+ padding-left: 1em;
186
+ /* LTR */
187
+ margin: 0.5em 0;
188
+ }
189
+ label {
190
+ float: left;
191
+ /* LTR */
192
+ clear: left;
193
+ /* LTR */
194
+ width: 10em;
195
+ }
196
+ .form-text, .form-select {
197
+ float: left;
198
+ /* LTR */
199
+ }
200
+ .form-text {
201
+ text-align: center;
202
+ margin-right: 5px;
203
+ /* LTR */
204
+ cursor: pointer;
205
+ }
206
+ }
207
+
208
+ #palette {
209
+ .hook {
210
+ float: left;
211
+ /* LTR */
212
+ margin-top: 3px;
213
+ width: 16px;
214
+ height: 16px;
215
+ }
216
+ .down, .up, .both {
217
+ background: image_url("drupal/hook.png") no-repeat 100% 0;
218
+ /* LTR */
219
+ }
220
+ .up {
221
+ background-position: 100% -27px;
222
+ /* LTR */
223
+ }
224
+ .both {
225
+ background-position: 100% -54px;
226
+ /* LTR */
227
+ }
228
+ .lock {
229
+ float: left;
230
+ /* LTR */
231
+ position: relative;
232
+ top: -1.4em;
233
+ left: -10px;
234
+ /* LTR */
235
+ width: 20px;
236
+ height: 25px;
237
+ background: image_url("drupal/lock.png") no-repeat 50% 2px;
238
+ cursor: pointer;
239
+ }
240
+ .unlocked {
241
+ background-position: 50% -22px;
242
+ }
243
+ .form-item {
244
+ width: 20em;
245
+ }
246
+ .item-selected {
247
+ background: #eeeeee;
248
+ }
249
+ }
250
+
251
+ /* Preview */
252
+
253
+ #preview {
254
+ display: none;
255
+ }
256
+
257
+ html.js #preview {
258
+ display: block;
259
+ position: relative;
260
+ float: left;
261
+ /* LTR */
262
+ }
263
+
264
+ #comments {
265
+ margin-top: 15px;
266
+ }
267
+
268
+ .indented {
269
+ margin-left: 25px;
270
+ /* LTR */
271
+ }
272
+
273
+ .comment-unpublished {
274
+ background-color: #fff4f4;
275
+ }
276
+
277
+ .comment-preview {
278
+ background-color: #ffffea;
279
+ }
280
+
281
+ /*
282
+ * Contextual links regions. */
283
+
284
+ .contextual-links-region {
285
+ outline: none;
286
+ position: relative;
287
+ }
288
+
289
+ .contextual-links-region-active {
290
+ outline: #999999 dashed 1px;
291
+ }
292
+
293
+ /*
294
+ * Contextual links. */
295
+
296
+ div.contextual-links-wrapper {
297
+ display: none;
298
+ font-size: 90%;
299
+ position: absolute;
300
+ right: 5px;
301
+ /* LTR */
302
+ top: 2px;
303
+ z-index: 999;
304
+ }
305
+
306
+ html.js div.contextual-links-wrapper {
307
+ display: block;
308
+ }
309
+
310
+ a.contextual-links-trigger {
311
+ background: transparent image_url("drupal/gear-select.png") no-repeat 2px 0;
312
+ border: 1px solid transparent;
313
+ display: none;
314
+ height: 18px;
315
+ margin: 0;
316
+ padding: 0 2px;
317
+ outline: none;
318
+ text-indent: 34px;
319
+ /* LTR */
320
+ width: 28px;
321
+ overflow: hidden;
322
+ -khtml-border-radius: 4px;
323
+ -moz-border-radius: 4px;
324
+ -webkit-border-radius: 4px;
325
+ border-radius: 4px;
326
+ &:hover {
327
+ background-position: 2px -18px;
328
+ }
329
+ }
330
+
331
+ div {
332
+ &.contextual-links-active a.contextual-links-trigger {
333
+ background-position: 2px -18px;
334
+ background-position: 2px -18px;
335
+ background-color: white;
336
+ border-color: #cccccc;
337
+ border-bottom: none;
338
+ position: relative;
339
+ z-index: 1;
340
+ -moz-border-radius: 4px 4px 0 0;
341
+ -webkit-border-bottom-left-radius: 0;
342
+ -webkit-border-bottom-right-radius: 0;
343
+ border-radius: 4px 4px 0 0;
344
+ }
345
+ &.contextual-links-wrapper ul.contextual-links {
346
+ background-color: white;
347
+ border: 1px solid #cccccc;
348
+ display: none;
349
+ margin: 0;
350
+ padding: 0.25em 0;
351
+ position: absolute;
352
+ right: 0;
353
+ text-align: left;
354
+ top: 18px;
355
+ white-space: nowrap;
356
+ -moz-border-radius: 4px 0 4px 4px;
357
+ /* LTR */
358
+ -webkit-border-bottom-left-radius: 4px;
359
+ -webkit-border-bottom-right-radius: 4px;
360
+ -webkit-border-top-right-radius: 0;
361
+ /* LTR */
362
+ -webkit-border-top-left-radius: 4px;
363
+ /* LTR */
364
+ border-radius: 4px 0 4px 4px;
365
+ /* LTR */
366
+ }
367
+ }
368
+
369
+ .contextual-links-region:hover a.contextual-links-trigger {
370
+ display: block;
371
+ }
372
+
373
+ div.contextual-links-active {
374
+ a.contextual-links-trigger, ul.contextual-links {
375
+ display: block;
376
+ }
377
+ }
378
+
379
+ ul.contextual-links li {
380
+ line-height: 100%;
381
+ list-style: none;
382
+ list-style-image: none;
383
+ margin: 0;
384
+ padding: 0;
385
+ }
386
+
387
+ div.contextual-links-wrapper a {
388
+ text-decoration: none;
389
+ }
390
+
391
+ ul.contextual-links li a {
392
+ color: #333333 !important;
393
+ display: block;
394
+ margin: 0.25em 0;
395
+ padding: 0.25em 1em 0.25em 0.5em;
396
+ &:hover {
397
+ background-color: #bfdcee;
398
+ }
399
+ }
400
+
401
+ #dashboard {
402
+ div {
403
+ &.dashboard-region {
404
+ float: left;
405
+ min-height: 1px;
406
+ }
407
+ &#dashboard_main {
408
+ width: 65%;
409
+ margin-right: 1%;
410
+ /* LTR */
411
+ }
412
+ &#dashboard_sidebar {
413
+ width: 33%;
414
+ }
415
+ &.block {
416
+ margin-bottom: 20px;
417
+ }
418
+ }
419
+ .dashboard-region .block {
420
+ clear: both;
421
+ }
422
+ div.block h2 {
423
+ float: none;
424
+ }
425
+ #disabled-blocks .block, .block-placeholder {
426
+ background: #e2e1dc;
427
+ padding: 6px 4px 6px 8px;
428
+ /* LTR */
429
+ margin: 3px 3px 3px 0;
430
+ /* LTR */
431
+ float: left;
432
+ /* LTR */
433
+ -moz-border-radius: 4px;
434
+ -webkit-border-radius: 4px;
435
+ border-radius: 4px;
436
+ }
437
+ .dashboard-add-other-blocks {
438
+ margin: 10px 0 0 0;
439
+ }
440
+ .ui-sortable {
441
+ border: 2px dashed #cccccc;
442
+ padding: 10px;
443
+ }
444
+ .canvas-content {
445
+ padding: 10px;
446
+ }
447
+ #disabled-blocks .ui-sortable {
448
+ padding: 0;
449
+ background-color: #777777;
450
+ border: 0;
451
+ }
452
+ .canvas-content a.button {
453
+ margin: 0 0 0 10px;
454
+ /* LTR */
455
+ color: #5a5a5a;
456
+ text-decoration: none;
457
+ }
458
+ .region {
459
+ margin: 5px;
460
+ }
461
+ #disabled-blocks {
462
+ .region {
463
+ background-color: #e0e0d8;
464
+ border: #cccccc 1px solid;
465
+ padding: 10px;
466
+ }
467
+ padding: 5px 0;
468
+ h2 {
469
+ display: inline;
470
+ font-weight: normal;
471
+ white-space: nowrap;
472
+ }
473
+ .block {
474
+ background: #444444;
475
+ color: white;
476
+ }
477
+ }
478
+ &.customize-inactive #disabled-blocks .block:hover {
479
+ background: #0074bd;
480
+ }
481
+ #disabled-blocks .block .content, .ui-sortable-helper .content {
482
+ display: none;
483
+ }
484
+ .ui-sortable .block {
485
+ cursor: move;
486
+ min-height: 1px;
487
+ h2 {
488
+ background: transparent image_url("drupal/draggable.png") no-repeat 0px -39px;
489
+ padding: 0 17px;
490
+ }
491
+ }
492
+ &.customize-inactive {
493
+ #disabled-blocks .block:hover h2 {
494
+ background: #0074bd image_url("drupal/draggable.png") no-repeat 0px -39px;
495
+ color: white;
496
+ }
497
+ .dashboard-region .ui-sortable .block:hover h2 {
498
+ background: #0074bd image_url("drupal/draggable.png") no-repeat;
499
+ background-position: 3px -36px;
500
+ color: white;
501
+ }
502
+ }
503
+ .dashboard-region .block-placeholder {
504
+ margin: 0 0 20px 0;
505
+ padding: 0;
506
+ display: block;
507
+ height: 1.6em;
508
+ width: 100%;
509
+ }
510
+ #disabled-blocks .block-placeholder {
511
+ width: 30px;
512
+ height: 1.6em;
513
+ }
514
+ }
515
+
516
+ .form-item-type, .form-item-severity {
517
+ float: left;
518
+ /* LTR */
519
+ padding-right: 0.8em;
520
+ /* LTR */
521
+ margin: 0.1em;
522
+ /*
523
+ * In Opera 9, DOM elements with the property of "overflow: auto"
524
+ * will partially hide its contents with unnecessary scrollbars when
525
+ * its immediate child is floated without an explicit width set. */
526
+ width: 15em;
527
+ }
528
+
529
+ #dblog-filter-form {
530
+ .form-type-select select {
531
+ width: 100%;
532
+ }
533
+ .form-actions {
534
+ float: left;
535
+ padding: 3ex 0 0 1em;
536
+ }
537
+ }
538
+
539
+ tr {
540
+ &.dblog-user {
541
+ background: #ffffdd;
542
+ .active {
543
+ background: #eeeedd;
544
+ }
545
+ }
546
+ &.dblog-content {
547
+ background: #ddddff;
548
+ .active {
549
+ background: #ccccee;
550
+ }
551
+ }
552
+ &.dblog-page-not-found, &.dblog-access-denied {
553
+ background: #ddffdd;
554
+ }
555
+ &.dblog-page-not-found .active, &.dblog-access-denied .active {
556
+ background: #cceecc;
557
+ }
558
+ &.dblog-error {
559
+ background: #ffc9c9;
560
+ .active {
561
+ background: #eeb9b9;
562
+ }
563
+ }
564
+ }
565
+
566
+ table#admin-dblog {
567
+ td.icon {
568
+ background: no-repeat center;
569
+ width: 16px;
570
+ }
571
+ tr {
572
+ &.dblog-warning td.icon {
573
+ background-image: image_url("drupal/message-16-warning.png");
574
+ }
575
+ &.dblog-error td.icon {
576
+ background-image: image_url("drupal/message-16-error.png");
577
+ }
578
+ }
579
+ }
580
+
581
+ /* Field display */
582
+
583
+ .field .field-label {
584
+ font-weight: bold;
585
+ }
586
+
587
+ .field-label-inline {
588
+ .field-label, .field-items {
589
+ float: left;
590
+ /*LTR */
591
+ }
592
+ }
593
+
594
+ /* Form display */
595
+
596
+ form {
597
+ .field-multiple-table {
598
+ margin: 0;
599
+ th.field-label {
600
+ padding-left: 0;
601
+ /*LTR */
602
+ }
603
+ td.field-multiple-drag {
604
+ width: 30px;
605
+ padding-right: 0;
606
+ /*LTR */
607
+ a.tabledrag-handle {
608
+ padding-right: 0.5em;
609
+ /*LTR */
610
+ }
611
+ }
612
+ }
613
+ .field-add-more-submit {
614
+ margin: 0.5em 0 0;
615
+ }
616
+ }
617
+
618
+ /* 'Manage fields' and 'Manage display' overviews */
619
+
620
+ table.field-ui-overview tr {
621
+ &.add-new {
622
+ .label-input {
623
+ float: left;
624
+ /* LTR */
625
+ }
626
+ .tabledrag-changed {
627
+ display: none;
628
+ }
629
+ .description {
630
+ margin-bottom: 0;
631
+ }
632
+ .add-new-placeholder {
633
+ font-weight: bold;
634
+ padding-bottom: 0.5em;
635
+ }
636
+ }
637
+ &.region-title td {
638
+ font-weight: bold;
639
+ }
640
+ &.region-message td {
641
+ font-style: italic;
642
+ }
643
+ &.region-populated, &.region-add-new-title {
644
+ display: none;
645
+ }
646
+ }
647
+
648
+ /* 'Manage display' overview */
649
+
650
+ #field-display-overview {
651
+ .field-formatter-summary-cell {
652
+ line-height: 1em;
653
+ }
654
+ .field-formatter-summary {
655
+ float: left;
656
+ font-size: 0.9em;
657
+ }
658
+ td.field-formatter-summary-cell span.warning {
659
+ display: block;
660
+ float: left;
661
+ margin-right: 0.5em;
662
+ }
663
+ .field-formatter-settings-edit-wrapper, .field-formatter-settings-edit {
664
+ float: right;
665
+ }
666
+ tr.field-formatter-settings-editing {
667
+ td {
668
+ vertical-align: top;
669
+ }
670
+ .field-formatter-type {
671
+ display: none;
672
+ }
673
+ }
674
+ .field-formatter-settings-edit-form .formatter-name {
675
+ font-weight: bold;
676
+ }
677
+ }
678
+
679
+ #field-ui-display-overview-form #edit-refresh {
680
+ display: none;
681
+ }
682
+
683
+ /*
684
+ * Managed file element styles. */
685
+
686
+ .form-managed-file {
687
+ .form-file, .form-submit {
688
+ margin: 0;
689
+ }
690
+ input.progress-disabled {
691
+ float: none;
692
+ display: inline;
693
+ }
694
+ div {
695
+ &.ajax-progress, &.throbber {
696
+ display: inline;
697
+ float: none;
698
+ padding: 1px 5px 2px 5px;
699
+ }
700
+ &.ajax-progress div {
701
+ display: inline;
702
+ }
703
+ &.ajax-progress-bar {
704
+ display: none;
705
+ margin-top: 4px;
706
+ width: 28em;
707
+ padding: 0;
708
+ div.bar {
709
+ margin: 0;
710
+ }
711
+ }
712
+ }
713
+ }
714
+
715
+ .text-format-wrapper .form-item {
716
+ margin-bottom: 0;
717
+ }
718
+
719
+ .filter-wrapper {
720
+ border-top: 0;
721
+ margin: 0;
722
+ padding: 1.5em 0 1.5em;
723
+ .form-item {
724
+ float: left;
725
+ padding: 0 0 0.5em 1.5em;
726
+ label {
727
+ display: inline;
728
+ }
729
+ }
730
+ }
731
+
732
+ .filter-help {
733
+ float: right;
734
+ padding: 0 1.5em 0.5em;
735
+ p {
736
+ margin: 0;
737
+ }
738
+ a {
739
+ background: transparent image_url("drupal/help.png") right center no-repeat;
740
+ padding: 0 20px;
741
+ }
742
+ }
743
+
744
+ .filter-guidelines {
745
+ clear: left;
746
+ padding: 0 1.5em;
747
+ }
748
+
749
+ .text-format-wrapper .description {
750
+ margin-top: 0.5em;
751
+ }
752
+
753
+ #filter-order tr {
754
+ .form-item {
755
+ padding: 0.5em 0 0 3em;
756
+ white-space: normal;
757
+ }
758
+ .form-type-checkbox .description {
759
+ padding: 0 0 0 2.5em;
760
+ }
761
+ }
762
+
763
+ input#edit-filters-filter-html-settings-allowed-html {
764
+ width: 100%;
765
+ }
766
+
767
+ .tips {
768
+ margin-top: 0;
769
+ margin-bottom: 0;
770
+ padding-top: 0;
771
+ padding-bottom: 0;
772
+ font-size: 0.9em;
773
+ }
774
+
775
+ #forum {
776
+ .description {
777
+ font-size: 0.9em;
778
+ margin: 0.5em;
779
+ }
780
+ td {
781
+ &.created, &.posts, &.topics, &.last-reply, &.replies, &.pager {
782
+ white-space: nowrap;
783
+ }
784
+ &.forum {
785
+ .icon {
786
+ background-image: image_url("drupal/forum-icons.png");
787
+ background-repeat: no-repeat;
788
+ float: left;
789
+ /* LTR */
790
+ height: 24px;
791
+ margin: 0 9px 0 0;
792
+ /* LTR */
793
+ width: 24px;
794
+ }
795
+ .forum-status-new {
796
+ background-position: -24px 0;
797
+ }
798
+ }
799
+ }
800
+ div.indent {
801
+ margin-left: 20px;
802
+ }
803
+ .icon {
804
+ div {
805
+ background-image: image_url("drupal/forum-icons.png");
806
+ background-repeat: no-repeat;
807
+ width: 24px;
808
+ height: 24px;
809
+ }
810
+ .topic-status-new {
811
+ background-position: -24px 0;
812
+ }
813
+ .topic-status-hot {
814
+ background-position: -48px 0;
815
+ }
816
+ .topic-status-hot-new {
817
+ background-position: -72px 0;
818
+ }
819
+ .topic-status-sticky {
820
+ background-position: -96px 0;
821
+ }
822
+ .topic-status-closed {
823
+ background-position: -120px 0;
824
+ }
825
+ }
826
+ }
827
+
828
+ .help-items {
829
+ float: left;
830
+ /* LTR */
831
+ width: 22%;
832
+ padding-right: 3%;
833
+ /* LTR */
834
+ }
835
+
836
+ .help-items-last {
837
+ padding-right: 0;
838
+ /* LTR */
839
+ }
840
+
841
+ /*
842
+ * Image style configuration pages. */
843
+
844
+ div {
845
+ &.image-style-new {
846
+ display: inline;
847
+ div {
848
+ display: inline;
849
+ }
850
+ }
851
+ &.image-style-preview div {
852
+ &.preview-image-wrapper {
853
+ float: left;
854
+ padding-bottom: 2em;
855
+ text-align: center;
856
+ top: 50%;
857
+ width: 48%;
858
+ }
859
+ &.preview-image {
860
+ margin: auto;
861
+ position: relative;
862
+ div {
863
+ &.width {
864
+ border: 1px solid #666666;
865
+ border-top: none;
866
+ height: 2px;
867
+ left: -1px;
868
+ bottom: -6px;
869
+ position: absolute;
870
+ span {
871
+ position: relative;
872
+ top: 4px;
873
+ }
874
+ }
875
+ &.height {
876
+ border: 1px solid #666666;
877
+ border-left: none;
878
+ position: absolute;
879
+ right: -6px;
880
+ top: -1px;
881
+ width: 2px;
882
+ span {
883
+ height: 2em;
884
+ left: 10px;
885
+ margin-top: -1em;
886
+ position: absolute;
887
+ top: 50%;
888
+ }
889
+ }
890
+ }
891
+ }
892
+ }
893
+ }
894
+
895
+ /*
896
+ * Image anchor element. */
897
+
898
+ table.image-anchor {
899
+ width: auto;
900
+ tr {
901
+ &.even, &.odd {
902
+ background: none;
903
+ }
904
+ }
905
+ td {
906
+ border: 1px solid #cccccc;
907
+ }
908
+ }
909
+
910
+ /*
911
+ * Image upload widget. */
912
+
913
+ div {
914
+ &.image-preview {
915
+ float: left;
916
+ /* LTR */
917
+ padding: 0 10px 10px 0;
918
+ /* LTR */
919
+ }
920
+ &.image-widget-data {
921
+ float: left;
922
+ /* LTR */
923
+ input.text-field {
924
+ width: auto;
925
+ }
926
+ }
927
+ }
928
+
929
+ .locale-untranslated {
930
+ font-style: normal;
931
+ text-decoration: line-through;
932
+ }
933
+
934
+ #locale-translation-filter-form {
935
+ .form-item-language, .form-item-translation, .form-item-group {
936
+ float: left;
937
+ /* LTR */
938
+ padding-right: 0.8em;
939
+ /* LTR */
940
+ margin: 0.1em;
941
+ /*
942
+ * In Opera 9, DOM elements with the property of "overflow: auto"
943
+ * will partially hide its contents with unnecessary scrollbars when
944
+ * its immediate child is floated without an explicit width set. */
945
+ width: 15em;
946
+ }
947
+ .form-type-select select {
948
+ width: 100%;
949
+ }
950
+ .form-actions {
951
+ float: left;
952
+ /* LTR */
953
+ padding: 3ex 0 0 1em;
954
+ /* LTR */
955
+ }
956
+ }
957
+
958
+ .language-switcher-locale-session a {
959
+ &.active {
960
+ color: #0062a0;
961
+ }
962
+ &.session-active {
963
+ color: black;
964
+ }
965
+ }
966
+
967
+ .menu-operations {
968
+ width: 100px;
969
+ }
970
+
971
+ .menu-enabled {
972
+ width: 70px;
973
+ input {
974
+ margin-left: 25px;
975
+ }
976
+ }
977
+
978
+ .node-unpublished {
979
+ background-color: #fff4f4;
980
+ }
981
+
982
+ .preview .node {
983
+ background-color: #ffffea;
984
+ }
985
+
986
+ td.revision-current {
987
+ background: #ffffcc;
988
+ }
989
+
990
+ #edit-openid-identifier {
991
+ background-image: url("login-bg.png");
992
+ background-position: left 50%;
993
+ /* LTR */
994
+ background-repeat: no-repeat;
995
+ padding-left: 20px;
996
+ /* LTR */
997
+ }
998
+
999
+ div.form-item-openid-identifier {
1000
+ display: block;
1001
+ }
1002
+
1003
+ html.js {
1004
+ #user-login-form div.form-item-openid-identifier, #user-login div.form-item-openid-identifier {
1005
+ display: none;
1006
+ }
1007
+ }
1008
+
1009
+ #user-login-form ul {
1010
+ margin-top: 0;
1011
+ }
1012
+
1013
+ #user-login ul {
1014
+ margin: 0 0 5px;
1015
+ li {
1016
+ margin: 0;
1017
+ }
1018
+ }
1019
+
1020
+ #user-login-form .openid-links {
1021
+ padding-bottom: 0;
1022
+ }
1023
+
1024
+ #user-login .openid-links {
1025
+ padding-left: 0;
1026
+ /* LTR */
1027
+ }
1028
+
1029
+ #user-login-form .openid-links li, #user-login .openid-links li {
1030
+ display: none;
1031
+ list-style: none;
1032
+ }
1033
+
1034
+ html.js {
1035
+ #user-login-form li.openid-link, #user-login li.openid-link {
1036
+ display: block;
1037
+ margin-left: 0;
1038
+ /* LTR */
1039
+ }
1040
+ }
1041
+
1042
+ #user-login-form li.openid-link a, #user-login li.openid-link a {
1043
+ background-image: url("login-bg.png");
1044
+ background-position: left top;
1045
+ /* LTR */
1046
+ background-repeat: no-repeat;
1047
+ padding: 0 0 0 1.5em;
1048
+ /* LTR */
1049
+ }
1050
+
1051
+ html.js {
1052
+ background: transparent !important;
1053
+ overflow-y: scroll;
1054
+ body {
1055
+ background: transparent !important;
1056
+ margin-left: 0;
1057
+ margin-right: 0;
1058
+ // padding: 20px 0
1059
+
1060
+ }
1061
+ }
1062
+
1063
+ #overlay {
1064
+ display: table;
1065
+ margin: 0 auto;
1066
+ min-height: 100px;
1067
+ min-width: 700px;
1068
+ position: relative;
1069
+ padding: 0.2em;
1070
+ padding-right: 26px;
1071
+ /* LTR */
1072
+ width: 88%;
1073
+ }
1074
+
1075
+ #overlay-titlebar {
1076
+ padding: 0 20px;
1077
+ position: relative;
1078
+ white-space: nowrap;
1079
+ z-index: 100;
1080
+ }
1081
+
1082
+ #overlay-content {
1083
+ background: white;
1084
+ clear: both;
1085
+ color: black;
1086
+ padding: 0.5em 1em;
1087
+ position: relative;
1088
+ }
1089
+
1090
+ #overlay-title-wrapper {
1091
+ overflow: hidden;
1092
+ }
1093
+
1094
+ #overlay-title {
1095
+ color: white;
1096
+ float: left;
1097
+ /* LTR */
1098
+ font-size: 20px;
1099
+ margin: 0;
1100
+ padding: 0.3em 0;
1101
+ &:active, &:focus {
1102
+ outline: 0;
1103
+ }
1104
+ }
1105
+
1106
+ .overlay #skip-link {
1107
+ margin-top: -20px;
1108
+ a {
1109
+ color: white;
1110
+ /* This is white to contrast with the dark background behind it. */
1111
+ }
1112
+ }
1113
+
1114
+ #overlay-close-wrapper {
1115
+ position: absolute;
1116
+ right: 0;
1117
+ /* LTR */
1118
+ }
1119
+
1120
+ #overlay-close {
1121
+ background: transparent image_url("drupal/close.png") no-repeat;
1122
+ /* LTR */
1123
+ -moz-border-radius-topleft: 0;
1124
+ /* LTR */
1125
+ -webkit-border-top-left-radius: 0;
1126
+ /* LTR */
1127
+ border-top-left-radius: 0;
1128
+ /* LTR */
1129
+ display: block;
1130
+ height: 26px;
1131
+ margin: 0;
1132
+ padding: 0;
1133
+ /* Replace with position:fixed to get a scrolling close button. */
1134
+ position: absolute;
1135
+ width: 26px;
1136
+ &:hover {
1137
+ background: transparent image_url("drupal/close.png") no-repeat;
1138
+ /* LTR */
1139
+ -moz-border-radius-topleft: 0;
1140
+ /* LTR */
1141
+ -webkit-border-top-left-radius: 0;
1142
+ /* LTR */
1143
+ border-top-left-radius: 0;
1144
+ /* LTR */
1145
+ display: block;
1146
+ height: 26px;
1147
+ margin: 0;
1148
+ padding: 0;
1149
+ /* Replace with position:fixed to get a scrolling close button. */
1150
+ position: absolute;
1151
+ width: 26px;
1152
+ }
1153
+ }
1154
+
1155
+ /*
1156
+ * Tabs on the overlay. */
1157
+
1158
+ #overlay-tabs {
1159
+ line-height: 27px;
1160
+ margin: -28px 0 0 0;
1161
+ position: absolute;
1162
+ right: 20px;
1163
+ /* LTR */
1164
+ text-transform: uppercase;
1165
+ li {
1166
+ display: inline;
1167
+ list-style: none;
1168
+ margin: 0 0 0 -3px;
1169
+ /* LTR */
1170
+ padding: 0;
1171
+ a {
1172
+ background-color: #a6a7a2;
1173
+ -moz-border-radius: 8px 8px 0 0;
1174
+ -webkit-border-top-left-radius: 8px;
1175
+ -webkit-border-top-right-radius: 8px;
1176
+ border-radius: 8px 8px 0 0;
1177
+ color: black;
1178
+ display: inline-block;
1179
+ font-size: 11px;
1180
+ font-weight: bold;
1181
+ margin: 0 0 2px 0;
1182
+ outline: 0;
1183
+ padding: 0 14px;
1184
+ text-decoration: none;
1185
+ &:active, &:visited, &:hover {
1186
+ background-color: #a6a7a2;
1187
+ -moz-border-radius: 8px 8px 0 0;
1188
+ -webkit-border-top-left-radius: 8px;
1189
+ -webkit-border-top-right-radius: 8px;
1190
+ border-radius: 8px 8px 0 0;
1191
+ color: black;
1192
+ display: inline-block;
1193
+ font-size: 11px;
1194
+ font-weight: bold;
1195
+ margin: 0 0 2px 0;
1196
+ outline: 0;
1197
+ padding: 0 14px;
1198
+ text-decoration: none;
1199
+ }
1200
+ }
1201
+ &.active a {
1202
+ background-color: white;
1203
+ margin: 0;
1204
+ padding-bottom: 2px;
1205
+ &.active, &:active, &:visited {
1206
+ background-color: white;
1207
+ margin: 0;
1208
+ padding-bottom: 2px;
1209
+ }
1210
+ }
1211
+ a {
1212
+ &:focus, &:hover {
1213
+ color: white;
1214
+ }
1215
+ }
1216
+ &.active a {
1217
+ &:focus, &:hover {
1218
+ color: black;
1219
+ }
1220
+ }
1221
+ }
1222
+ }
1223
+
1224
+ /*
1225
+ * Add to shortcuts link */
1226
+
1227
+ #overlay-titlebar .add-or-remove-shortcuts {
1228
+ padding-top: 0.9em;
1229
+ }
1230
+
1231
+ /*
1232
+ * IE6 shows elements with position:fixed as position:static so replace
1233
+ * it with position:absolute; */
1234
+
1235
+ * html #overlay-close {
1236
+ position: absolute;
1237
+ &:hover {
1238
+ position: absolute;
1239
+ }
1240
+ }
1241
+
1242
+ /*
1243
+ * Disable message. */
1244
+
1245
+ #overlay-disable-message {
1246
+ background-color: white;
1247
+ margin: -20px auto 20px;
1248
+ width: 80%;
1249
+ -moz-border-radius: 0 0 8px 8px;
1250
+ -webkit-border-bottom-left-radius: 8px;
1251
+ -webkit-border-bottom-right-radius: 8px;
1252
+ border-radius: 0 0 8px 8px;
1253
+ }
1254
+
1255
+ .overlay-disable-message-focused {
1256
+ padding: 0.5em;
1257
+ a {
1258
+ display: block;
1259
+ float: left;
1260
+ }
1261
+ #overlay-dismiss-message {
1262
+ float: right;
1263
+ }
1264
+ }
1265
+
1266
+ html.overlay-open {
1267
+ height: 100%;
1268
+ overflow: hidden;
1269
+ body {
1270
+ height: 100%;
1271
+ overflow: hidden;
1272
+ }
1273
+ }
1274
+
1275
+ #overlay-container, .overlay-modal-background, .overlay-element {
1276
+ height: 100%;
1277
+ left: 0;
1278
+ position: absolute;
1279
+ top: 0;
1280
+ width: 100%;
1281
+ z-index: 500;
1282
+ }
1283
+
1284
+ .overlay-modal-background {
1285
+ /* Using a transparent png renders faster than using opacity */
1286
+ background: transparent image_url("drupal/background.png") repeat;
1287
+ }
1288
+
1289
+ .overlay-element {
1290
+ background: transparent;
1291
+ left: -200%;
1292
+ z-index: 501;
1293
+ &.overlay-active {
1294
+ left: 0;
1295
+ }
1296
+ }
1297
+
1298
+ html.overlay-open {
1299
+ .displace-top, .displace-bottom {
1300
+ z-index: 600;
1301
+ }
1302
+ }
1303
+
1304
+ /*
1305
+ * Within the overlay parent, the message about disabling the overlay is for
1306
+ * screen-reader users only. It is always kept invisible with the
1307
+ * element-invisible class, and removed from the tab order. Overlay-child.css
1308
+ * contains styling for the same message appearing within the overlay, and
1309
+ * intended for sighted users. */
1310
+
1311
+ #overlay-disable-message {
1312
+ display: none;
1313
+ }
1314
+
1315
+ html.overlay-open #overlay-disable-message {
1316
+ display: block;
1317
+ }
1318
+
1319
+ .poll {
1320
+ overflow: hidden;
1321
+ .bar {
1322
+ height: 1em;
1323
+ margin: 1px 0;
1324
+ background-color: #dddddd;
1325
+ .foreground {
1326
+ background-color: black;
1327
+ height: 1em;
1328
+ float: left;
1329
+ /* LTR */
1330
+ }
1331
+ }
1332
+ .links {
1333
+ text-align: center;
1334
+ }
1335
+ .percent {
1336
+ text-align: right;
1337
+ /* LTR */
1338
+ }
1339
+ .total {
1340
+ text-align: center;
1341
+ }
1342
+ .vote-form {
1343
+ text-align: center;
1344
+ .choices {
1345
+ text-align: left;
1346
+ /* LTR */
1347
+ margin: 0 auto;
1348
+ display: table;
1349
+ .title {
1350
+ font-weight: bold;
1351
+ }
1352
+ }
1353
+ }
1354
+ }
1355
+
1356
+ .node-form {
1357
+ #edit-poll-more {
1358
+ margin: 0;
1359
+ }
1360
+ #poll-choice-table {
1361
+ .form-text {
1362
+ display: inline;
1363
+ width: auto;
1364
+ }
1365
+ td.choice-flag {
1366
+ white-space: nowrap;
1367
+ width: 4em;
1368
+ }
1369
+ }
1370
+ }
1371
+
1372
+ td {
1373
+ &.poll-chtext {
1374
+ width: 80%;
1375
+ }
1376
+ &.poll-chvotes .form-text {
1377
+ width: 85%;
1378
+ }
1379
+ }
1380
+
1381
+ #profile-fields {
1382
+ td.category {
1383
+ font-weight: bold;
1384
+ }
1385
+ tr {
1386
+ &.category-message {
1387
+ color: #999999;
1388
+ }
1389
+ &.category-populated {
1390
+ display: none;
1391
+ }
1392
+ }
1393
+ }
1394
+
1395
+ .search-form {
1396
+ margin-bottom: 1em;
1397
+ input {
1398
+ margin-top: 0;
1399
+ margin-bottom: 0;
1400
+ }
1401
+ }
1402
+
1403
+ .search-results {
1404
+ list-style: none;
1405
+ p {
1406
+ margin-top: 0;
1407
+ }
1408
+ .title {
1409
+ font-size: 1.2em;
1410
+ }
1411
+ li {
1412
+ margin-bottom: 1em;
1413
+ }
1414
+ .search-snippet-info {
1415
+ padding-left: 1em;
1416
+ /* LTR */
1417
+ }
1418
+ .search-info {
1419
+ font-size: 0.85em;
1420
+ }
1421
+ }
1422
+
1423
+ .search-advanced {
1424
+ .criterion {
1425
+ float: left;
1426
+ /* LTR */
1427
+ margin-right: 2em;
1428
+ /* LTR */
1429
+ }
1430
+ .action {
1431
+ float: left;
1432
+ /* LTR */
1433
+ clear: left;
1434
+ /* LTR */
1435
+ }
1436
+ }
1437
+
1438
+ .shortcut-slot-hidden {
1439
+ display: none;
1440
+ }
1441
+
1442
+ div {
1443
+ &.form-item-set div.form-item-new {
1444
+ display: inline;
1445
+ }
1446
+ &#toolbar {
1447
+ a#edit-shortcuts {
1448
+ float: right;
1449
+ padding: 5px 10px 5px 5px;
1450
+ line-height: 24px;
1451
+ color: #fefefe;
1452
+ &:focus, &:hover, &.active {
1453
+ color: white;
1454
+ text-decoration: underline;
1455
+ }
1456
+ }
1457
+ div.toolbar-shortcuts {
1458
+ ul {
1459
+ padding: 5px 0 2px 0;
1460
+ height: 28px;
1461
+ line-height: 24px;
1462
+ float: left;
1463
+ /* LTR */
1464
+ margin-left: 5px;
1465
+ /* LTR */
1466
+ li a {
1467
+ padding: 0 5px 0 5px;
1468
+ margin-right: 5px;
1469
+ /* LTR */
1470
+ -moz-border-radius: 5px;
1471
+ -webkit-border-radius: 5px;
1472
+ border-radius: 5px;
1473
+ &:focus, &:hover {
1474
+ background: #555555;
1475
+ }
1476
+ &.active {
1477
+ &:focus {
1478
+ background: #555555;
1479
+ }
1480
+ &:hover {
1481
+ background: black;
1482
+ }
1483
+ background: black;
1484
+ }
1485
+ }
1486
+ }
1487
+ span.icon {
1488
+ float: left;
1489
+ /* LTR */
1490
+ background: #444444;
1491
+ width: 30px;
1492
+ height: 30px;
1493
+ margin-right: 5px;
1494
+ /* LTR */
1495
+ -moz-border-radius: 5px;
1496
+ -webkit-border-radius: 5px;
1497
+ border-radius: 5px;
1498
+ }
1499
+ }
1500
+ }
1501
+ &.add-or-remove-shortcuts {
1502
+ padding-top: 5px;
1503
+ a span.icon {
1504
+ display: block;
1505
+ width: 12px;
1506
+ background: transparent url(shortcut.png) no-repeat scroll 0 0;
1507
+ height: 12px;
1508
+ float: left;
1509
+ margin-left: 8px;
1510
+ }
1511
+ }
1512
+ &.add-shortcut a {
1513
+ &:focus span.icon, &:hover span.icon {
1514
+ background-position: 0 -12px;
1515
+ }
1516
+ }
1517
+ &.remove-shortcut a {
1518
+ span.icon {
1519
+ background-position: -12px 0;
1520
+ }
1521
+ &:focus span.icon, &:hover span.icon {
1522
+ background-position: -12px -12px;
1523
+ }
1524
+ }
1525
+ &.add-or-remove-shortcuts a {
1526
+ span.text {
1527
+ float: left;
1528
+ padding-left: 10px;
1529
+ display: none;
1530
+ }
1531
+ &:focus span.text, &:hover span.text {
1532
+ font-size: 10px;
1533
+ line-height: 12px;
1534
+ color: white;
1535
+ background-color: #5f605b;
1536
+ display: block;
1537
+ padding-right: 6px;
1538
+ /* LTR */
1539
+ cursor: pointer;
1540
+ -moz-border-radius: 0 5px 5px 0;
1541
+ /* LTR */
1542
+ -webkit-border-top-right-radius: 5px;
1543
+ /* LTR */
1544
+ -webkit-border-bottom-right-radius: 5px;
1545
+ /* LTR */
1546
+ border-radius: 0 5px 5px 0;
1547
+ /* LTR */
1548
+ }
1549
+ }
1550
+ }
1551
+
1552
+ #shortcut-set-switch {
1553
+ .form-type-radios {
1554
+ padding-bottom: 0;
1555
+ margin-bottom: 0;
1556
+ }
1557
+ .form-item-new {
1558
+ padding-top: 0;
1559
+ padding-left: 17px;
1560
+ /* LTR */
1561
+ }
1562
+ }
1563
+
1564
+ /*
1565
+ * @file
1566
+ * Styles for administration pages. */
1567
+
1568
+ /*
1569
+ * Administration blocks. */
1570
+
1571
+ div {
1572
+ &.admin-panel {
1573
+ margin: 0;
1574
+ padding: 5px 5px 15px 5px;
1575
+ .description {
1576
+ margin: 0 0 3px;
1577
+ padding: 2px 0 3px 0;
1578
+ }
1579
+ .body {
1580
+ padding: 0 4px 2px 8px;
1581
+ /* LTR */
1582
+ }
1583
+ }
1584
+ &.admin {
1585
+ padding-top: 15px;
1586
+ .left {
1587
+ float: left;
1588
+ /* LTR */
1589
+ width: 47%;
1590
+ margin-left: 1em;
1591
+ /* LTR */
1592
+ }
1593
+ .right {
1594
+ float: right;
1595
+ /* LTR */
1596
+ width: 47%;
1597
+ margin-right: 1em;
1598
+ /* LTR */
1599
+ }
1600
+ .expert-link {
1601
+ text-align: right;
1602
+ /* LTR */
1603
+ margin-right: 1em;
1604
+ /* LTR */
1605
+ padding-right: 4px;
1606
+ /* LTR */
1607
+ }
1608
+ }
1609
+ }
1610
+
1611
+ /*
1612
+ * Markup generated by theme_system_compact_link(). */
1613
+
1614
+ .compact-link {
1615
+ margin: 0 0 0.5em 0;
1616
+ }
1617
+
1618
+ /*
1619
+ * Quick inline admin links. */
1620
+
1621
+ small .admin-link {
1622
+ &:before {
1623
+ content: "[";
1624
+ }
1625
+ &:after {
1626
+ content: "]";
1627
+ }
1628
+ }
1629
+
1630
+ /*
1631
+ * Modules page. */
1632
+
1633
+ #system-modules div.incompatible {
1634
+ font-weight: bold;
1635
+ }
1636
+
1637
+ div {
1638
+ &.admin-requirements, &.admin-required {
1639
+ font-size: 0.9em;
1640
+ color: #444444;
1641
+ }
1642
+ }
1643
+
1644
+ span {
1645
+ &.admin-disabled {
1646
+ color: #880000;
1647
+ }
1648
+ &.admin-enabled {
1649
+ color: #008800;
1650
+ }
1651
+ &.admin-missing {
1652
+ color: red;
1653
+ }
1654
+ }
1655
+
1656
+ a {
1657
+ &.module-link {
1658
+ display: block;
1659
+ padding: 1px 0 1px 20px;
1660
+ /* LTR */
1661
+ white-space: nowrap;
1662
+ }
1663
+ &.module-link-help {
1664
+ background: image_url("drupal/help.png") 0 50% no-repeat;
1665
+ /* LTR */
1666
+ }
1667
+ &.module-link-permissions {
1668
+ background: image_url("drupal/permissions.png") 0 50% no-repeat;
1669
+ /* LTR */
1670
+ }
1671
+ &.module-link-configure {
1672
+ background: image_url("drupal/configure.png") 0 50% no-repeat;
1673
+ /* LTR */
1674
+ }
1675
+ }
1676
+
1677
+ .module-help {
1678
+ margin-left: 1em;
1679
+ /* LTR */
1680
+ float: right;
1681
+ /* LTR */
1682
+ }
1683
+
1684
+ /*
1685
+ * Status report. */
1686
+
1687
+ table.system-status-report {
1688
+ td {
1689
+ padding: 6px;
1690
+ vertical-align: middle;
1691
+ }
1692
+ tr.merge-up td {
1693
+ padding: 0 6px 8px 28px;
1694
+ /* LTR */
1695
+ }
1696
+ td.status-icon {
1697
+ width: 16px;
1698
+ padding-right: 0;
1699
+ /* LTR */
1700
+ div {
1701
+ background-repeat: no-repeat;
1702
+ height: 16px;
1703
+ width: 16px;
1704
+ }
1705
+ }
1706
+ tr {
1707
+ &.error td.status-icon div {
1708
+ background-image: image_url("drupal/message-16-error.png");
1709
+ }
1710
+ &.warning td.status-icon div {
1711
+ background-image: image_url("drupal/message-16-warning.png");
1712
+ }
1713
+ }
1714
+ }
1715
+
1716
+ tr {
1717
+ &.merge-down {
1718
+ border-bottom-width: 0 !important;
1719
+ td {
1720
+ border-bottom-width: 0 !important;
1721
+ }
1722
+ }
1723
+ &.merge-up {
1724
+ border-top-width: 0 !important;
1725
+ td {
1726
+ border-top-width: 0 !important;
1727
+ }
1728
+ }
1729
+ }
1730
+
1731
+ /*
1732
+ * Theme settings. */
1733
+
1734
+ .theme-settings-left {
1735
+ float: left;
1736
+ width: 49%;
1737
+ }
1738
+
1739
+ .theme-settings-right {
1740
+ float: right;
1741
+ width: 49%;
1742
+ }
1743
+
1744
+ .theme-settings-bottom {
1745
+ clear: both;
1746
+ }
1747
+
1748
+ /*
1749
+ * Appearance page. */
1750
+
1751
+ table.screenshot {
1752
+ margin-right: 1em;
1753
+ /* LTR */
1754
+ }
1755
+
1756
+ .theme-info {
1757
+ h2 {
1758
+ margin-bottom: 0;
1759
+ }
1760
+ p {
1761
+ margin-top: 0;
1762
+ }
1763
+ }
1764
+
1765
+ .system-themes-list {
1766
+ margin-bottom: 20px;
1767
+ }
1768
+
1769
+ .system-themes-list-disabled {
1770
+ border-top: 1px solid #cdcdcd;
1771
+ padding-top: 20px;
1772
+ }
1773
+
1774
+ .system-themes-list h2 {
1775
+ margin: 0;
1776
+ }
1777
+
1778
+ .theme-selector {
1779
+ padding-top: 20px;
1780
+ .screenshot, .no-screenshot {
1781
+ border: 1px solid #e0e0d8;
1782
+ padding: 2px;
1783
+ vertical-align: bottom;
1784
+ width: 294px;
1785
+ height: 219px;
1786
+ line-height: 219px;
1787
+ text-align: center;
1788
+ }
1789
+ }
1790
+
1791
+ .theme-default .screenshot {
1792
+ border: 1px solid #aaaaaa;
1793
+ }
1794
+
1795
+ .system-themes-list-enabled .theme-selector {
1796
+ .screenshot, .no-screenshot {
1797
+ float: left;
1798
+ /* LTR */
1799
+ margin: 0 20px 0 0;
1800
+ /* LTR */
1801
+ }
1802
+ }
1803
+
1804
+ .system-themes-list-disabled .theme-selector {
1805
+ .screenshot, .no-screenshot {
1806
+ width: 194px;
1807
+ height: 144px;
1808
+ line-height: 144px;
1809
+ }
1810
+ }
1811
+
1812
+ .theme-selector h3 {
1813
+ font-weight: normal;
1814
+ }
1815
+
1816
+ .theme-default h3 {
1817
+ font-weight: bold;
1818
+ }
1819
+
1820
+ .system-themes-list-enabled .theme-selector h3 {
1821
+ margin-top: 0;
1822
+ }
1823
+
1824
+ .system-themes-list-disabled .theme-selector {
1825
+ width: 300px;
1826
+ float: left;
1827
+ /* LTR */
1828
+ padding: 20px 20px 20px 0;
1829
+ /* LTR */
1830
+ }
1831
+
1832
+ .system-themes-list-enabled .theme-info {
1833
+ max-width: 940px;
1834
+ }
1835
+
1836
+ .system-themes-list-disabled .theme-info {
1837
+ min-height: 170px;
1838
+ }
1839
+
1840
+ .theme-selector {
1841
+ .incompatible {
1842
+ margin-top: 10px;
1843
+ font-weight: bold;
1844
+ }
1845
+ .operations {
1846
+ margin: 10px 0 0 0;
1847
+ padding: 0;
1848
+ li {
1849
+ float: left;
1850
+ /* LTR */
1851
+ margin: 0;
1852
+ padding: 0 0.7em;
1853
+ list-style-type: none;
1854
+ border-right: 1px solid #cdcdcd;
1855
+ /* LTR */
1856
+ &.last {
1857
+ padding: 0 0 0 0.7em;
1858
+ /* LTR */
1859
+ border-right: none;
1860
+ /* LTR */
1861
+ }
1862
+ &.first {
1863
+ padding: 0 0.7em 0 0;
1864
+ /* LTR */
1865
+ }
1866
+ }
1867
+ }
1868
+ }
1869
+
1870
+ #system-themes-admin-form {
1871
+ clear: left;
1872
+ }
1873
+
1874
+ /*
1875
+ * Exposed filters. */
1876
+
1877
+ .exposed-filters {
1878
+ .filters {
1879
+ float: left;
1880
+ /* LTR */
1881
+ margin-right: 1em;
1882
+ /* LTR */
1883
+ width: 25em;
1884
+ /* IE6 */
1885
+ }
1886
+ .form-item {
1887
+ margin: 0 0 0.1em 0;
1888
+ padding: 0;
1889
+ label {
1890
+ float: left;
1891
+ /* LTR */
1892
+ font-weight: normal;
1893
+ width: 10em;
1894
+ }
1895
+ }
1896
+ .form-select {
1897
+ width: 14em;
1898
+ }
1899
+ .current-filters {
1900
+ margin-bottom: 1em;
1901
+ .placeholder {
1902
+ font-style: normal;
1903
+ font-weight: bold;
1904
+ }
1905
+ }
1906
+ .additional-filters {
1907
+ float: left;
1908
+ /* LTR */
1909
+ margin-right: 1em;
1910
+ /* LTR */
1911
+ }
1912
+ }
1913
+
1914
+ /* Current filters */
1915
+
1916
+ /*
1917
+ * @file
1918
+ * Generic theme-independent base styles. */
1919
+
1920
+ /*
1921
+ * Autocomplete.
1922
+ *
1923
+ * @see autocomplete.js */
1924
+ /* Suggestion list */
1925
+
1926
+ #autocomplete {
1927
+ border: 1px solid;
1928
+ overflow: hidden;
1929
+ position: absolute;
1930
+ z-index: 100;
1931
+ ul {
1932
+ list-style: none;
1933
+ list-style-image: none;
1934
+ margin: 0;
1935
+ padding: 0;
1936
+ }
1937
+ li {
1938
+ background: white;
1939
+ color: black;
1940
+ cursor: default;
1941
+ white-space: pre;
1942
+ }
1943
+ }
1944
+
1945
+ /* Animated throbber */
1946
+
1947
+ html.js {
1948
+ input {
1949
+ &.form-autocomplete {
1950
+ background-image: image_url("drupal/throbber.gif");
1951
+ background-position: 100% 2px;
1952
+ /* LTR */
1953
+ background-repeat: no-repeat;
1954
+ }
1955
+ &.throbbing {
1956
+ background-position: 100% -18px;
1957
+ /* LTR */
1958
+ }
1959
+ }
1960
+ fieldset.collapsed {
1961
+ border-bottom-width: 0;
1962
+ border-left-width: 0;
1963
+ border-right-width: 0;
1964
+ height: 1em;
1965
+ .fieldset-wrapper {
1966
+ display: none;
1967
+ }
1968
+ }
1969
+ }
1970
+
1971
+ /*
1972
+ * Collapsible fieldsets.
1973
+ *
1974
+ * @see collapse.js */
1975
+
1976
+ fieldset.collapsible {
1977
+ position: relative;
1978
+ .fieldset-legend {
1979
+ display: block;
1980
+ }
1981
+ }
1982
+
1983
+ /*
1984
+ * Resizable textareas.
1985
+ *
1986
+ * @see textarea.js */
1987
+
1988
+ .form-textarea-wrapper textarea {
1989
+ display: block;
1990
+ margin: 0;
1991
+ width: 100%;
1992
+ -moz-box-sizing: border-box;
1993
+ -webkit-box-sizing: border-box;
1994
+ box-sizing: border-box;
1995
+ }
1996
+
1997
+ .resizable-textarea .grippie {
1998
+ background: #eeeeee image_url("drupal/grippie.png") no-repeat center 2px;
1999
+ border: 1px solid #dddddd;
2000
+ border-top-width: 0;
2001
+ cursor: s-resize;
2002
+ height: 9px;
2003
+ overflow: hidden;
2004
+ }
2005
+
2006
+ /*
2007
+ * TableDrag behavior.
2008
+ *
2009
+ * @see tabledrag.js */
2010
+
2011
+ body.drag {
2012
+ cursor: move;
2013
+ }
2014
+
2015
+ .draggable a.tabledrag-handle {
2016
+ cursor: move;
2017
+ float: left;
2018
+ /* LTR */
2019
+ height: 1.7em;
2020
+ margin: -0.4em 0 -0.4em -0.5em;
2021
+ /* LTR */
2022
+ padding: 0.42em 1.5em 0.42em 0.5em;
2023
+ /* LTR */
2024
+ text-decoration: none;
2025
+ }
2026
+
2027
+ a {
2028
+ &.tabledrag-handle {
2029
+ &:hover {
2030
+ text-decoration: none;
2031
+ }
2032
+ .handle {
2033
+ background: image_url("drupal/draggable.png") no-repeat 0 0;
2034
+ height: 13px;
2035
+ margin-top: 4px;
2036
+ width: 13px;
2037
+ }
2038
+ }
2039
+ &.tabledrag-handle-hover .handle {
2040
+ background-position: 0 -20px;
2041
+ }
2042
+ }
2043
+
2044
+ div {
2045
+ &.indentation {
2046
+ float: left;
2047
+ /* LTR */
2048
+ height: 1.7em;
2049
+ margin: -0.4em 0.2em -0.4em -0.4em;
2050
+ /* LTR */
2051
+ padding: 0.42em 0 0.42em 0.6em;
2052
+ /* LTR */
2053
+ width: 20px;
2054
+ }
2055
+ &.tree-child {
2056
+ background: image_url("drupal/tree.png") no-repeat 11px center;
2057
+ /* LTR */
2058
+ }
2059
+ &.tree-child-last {
2060
+ background: image_url("drupal/tree-bottom.png") no-repeat 11px center;
2061
+ /* LTR */
2062
+ }
2063
+ &.tree-child-horizontal {
2064
+ background: image_url("drupal/tree.png") no-repeat -11px center;
2065
+ }
2066
+ }
2067
+
2068
+ .tabledrag-toggle-weight-wrapper {
2069
+ text-align: right;
2070
+ /* LTR */
2071
+ }
2072
+
2073
+ /*
2074
+ * TableHeader behavior.
2075
+ *
2076
+ * @see tableheader.js */
2077
+
2078
+ table.sticky-header {
2079
+ background-color: white;
2080
+ margin-top: 0;
2081
+ }
2082
+
2083
+ /*
2084
+ * Progress behavior.
2085
+ *
2086
+ * @see progress.js */
2087
+ /* Bar */
2088
+
2089
+ .progress {
2090
+ .bar {
2091
+ background-color: white;
2092
+ border: 1px solid;
2093
+ }
2094
+ .filled {
2095
+ background-color: black;
2096
+ height: 1.5em;
2097
+ width: 5px;
2098
+ }
2099
+ .percentage {
2100
+ float: right;
2101
+ /* LTR */
2102
+ }
2103
+ }
2104
+
2105
+ .progress-disabled {
2106
+ float: left;
2107
+ /* LTR */
2108
+ }
2109
+
2110
+ /* Throbber */
2111
+
2112
+ .ajax-progress {
2113
+ float: left;
2114
+ /* LTR */
2115
+ .throbber {
2116
+ background: transparent image_url("drupal/throbber.gif") no-repeat 0px -18px;
2117
+ float: left;
2118
+ /* LTR */
2119
+ height: 15px;
2120
+ margin: 2px;
2121
+ width: 15px;
2122
+ }
2123
+ }
2124
+
2125
+ tr .ajax-progress .throbber {
2126
+ margin: 0 2px;
2127
+ }
2128
+
2129
+ .ajax-progress-bar {
2130
+ width: 16em;
2131
+ }
2132
+
2133
+ /*
2134
+ * Inline items. */
2135
+
2136
+ .container-inline {
2137
+ div, label {
2138
+ display: inline;
2139
+ }
2140
+ .fieldset-wrapper {
2141
+ display: block;
2142
+ }
2143
+ }
2144
+
2145
+ /* Fieldset contents always need to be rendered as block. */
2146
+
2147
+ /*
2148
+ * Prevent text wrapping. */
2149
+
2150
+ .nowrap {
2151
+ white-space: nowrap;
2152
+ }
2153
+
2154
+ /*
2155
+ * For anything you want to hide on page load when JS is enabled, so
2156
+ * that you can use the JS to control visibility and avoid flicker. */
2157
+
2158
+ html.js .js-hide, .element-hidden {
2159
+ display: none;
2160
+ }
2161
+
2162
+ /*
2163
+ * Hide elements from all users.
2164
+ *
2165
+ * Used for elements which should not be immediately displayed to any user. An
2166
+ * example would be a collapsible fieldset that will be expanded with a click
2167
+ * from a user. The effect of this class can be toggled with the jQuery show()
2168
+ * and hide() functions. */
2169
+
2170
+ /*
2171
+ * Hide elements visually, but keep them available for screen-readers.
2172
+ *
2173
+ * Used for information required for screen-reader users to understand and use
2174
+ * the site where visual display is undesirable. Information provided in this
2175
+ * manner should be kept concise, to avoid unnecessary burden on the user.
2176
+ * "!important" is used to prevent unintentional overrides. */
2177
+
2178
+ .element-invisible {
2179
+ position: absolute !important;
2180
+ clip: rect(1px 1px 1px 1px);
2181
+ /* IE6, IE7 */
2182
+ clip: rect(1px, 1px, 1px, 1px);
2183
+ &.element-focusable {
2184
+ &:active, &:focus {
2185
+ position: static !important;
2186
+ clip: auto;
2187
+ }
2188
+ }
2189
+ }
2190
+
2191
+ /*
2192
+ * The .element-focusable class extends the .element-invisible class to allow
2193
+ * the element to be focusable when navigated to via the keyboard. */
2194
+
2195
+ /*
2196
+ * Markup free clearing.
2197
+ *
2198
+ * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
2199
+
2200
+ .clearfix:after {
2201
+ content: ".";
2202
+ display: block;
2203
+ height: 0;
2204
+ clear: both;
2205
+ visibility: hidden;
2206
+ }
2207
+
2208
+ /* IE6 */
2209
+
2210
+ * {
2211
+ html .clearfix {
2212
+ height: 1%;
2213
+ }
2214
+ &:first-child + html .clearfix {
2215
+ min-height: 1%;
2216
+ }
2217
+ }
2218
+
2219
+ /* IE7 */
2220
+
2221
+ /*
2222
+ * Update styles */
2223
+
2224
+ #update-results {
2225
+ margin-top: 3em;
2226
+ padding: 0.25em;
2227
+ border: 1px solid #cccccc;
2228
+ background: #eeeeee;
2229
+ font-size: smaller;
2230
+ h2 {
2231
+ margin-top: 0.25em;
2232
+ }
2233
+ h4 {
2234
+ margin-bottom: 0.25em;
2235
+ }
2236
+ li {
2237
+ &.none {
2238
+ color: #888888;
2239
+ font-style: italic;
2240
+ }
2241
+ &.failure strong {
2242
+ color: #b63300;
2243
+ }
2244
+ }
2245
+ }
2246
+
2247
+ /*
2248
+ * Authorize.php styles */
2249
+
2250
+ .connection-settings-update-filetransfer-default-wrapper {
2251
+ float: left;
2252
+ }
2253
+
2254
+ #edit-submit-connection {
2255
+ clear: both;
2256
+ }
2257
+
2258
+ .filetransfer {
2259
+ display: none;
2260
+ clear: both;
2261
+ }
2262
+
2263
+ #edit-connection-settings-change-connection-type {
2264
+ margin: 2.6em 0.5em 0em 1em;
2265
+ }
2266
+
2267
+ /*
2268
+ * Installation task list */
2269
+
2270
+ ol.task-list li.active {
2271
+ font-weight: bold;
2272
+ }
2273
+
2274
+ /*
2275
+ * Installation clean URLs */
2276
+
2277
+ #clean-url.install {
2278
+ display: none;
2279
+ }
2280
+
2281
+ /*
2282
+ * @file
2283
+ * Styles for menus and navigation markup. */
2284
+
2285
+ /*
2286
+ * Markup generated by theme_menu_tree(). */
2287
+
2288
+ ul {
2289
+ &.menu {
2290
+ border: none;
2291
+ list-style: none;
2292
+ text-align: left;
2293
+ /* LTR */
2294
+ li {
2295
+ margin: 0 0 0 0.5em;
2296
+ /* LTR */
2297
+ }
2298
+ }
2299
+ li {
2300
+ &.expanded {
2301
+ list-style-image: image_url("drupal/menu-expanded.png");
2302
+ list-style-type: circle;
2303
+ }
2304
+ &.collapsed {
2305
+ list-style-image: image_url("drupal/menu-collapsed.png");
2306
+ /* LTR */
2307
+ list-style-type: disc;
2308
+ }
2309
+ &.leaf {
2310
+ list-style-image: image_url("drupal/menu-leaf.png");
2311
+ list-style-type: square;
2312
+ }
2313
+ }
2314
+ }
2315
+
2316
+ li {
2317
+ &.expanded, &.collapsed, &.leaf {
2318
+ padding: 0.2em 0.5em 0 0;
2319
+ /* LTR */
2320
+ margin: 0;
2321
+ }
2322
+ a.active {
2323
+ color: black;
2324
+ }
2325
+ }
2326
+
2327
+ td.menu-disabled {
2328
+ background: #cccccc;
2329
+ }
2330
+
2331
+ /*
2332
+ * Markup generated by theme_links(). */
2333
+
2334
+ ul {
2335
+ &.inline, &.links.inline {
2336
+ display: inline;
2337
+ padding-left: 0;
2338
+ }
2339
+ &.inline li {
2340
+ display: inline;
2341
+ list-style-type: none;
2342
+ padding: 0 0.5em;
2343
+ }
2344
+ }
2345
+
2346
+ /*
2347
+ * Markup generated by theme_breadcrumb(). */
2348
+
2349
+ .breadcrumb {
2350
+ padding-bottom: 0.5em;
2351
+ }
2352
+
2353
+ /*
2354
+ * Markup generated by theme_menu_local_tasks(). */
2355
+
2356
+ ul {
2357
+ &.primary {
2358
+ border-bottom: 1px solid #bbbbbb;
2359
+ border-collapse: collapse;
2360
+ height: auto;
2361
+ line-height: normal;
2362
+ list-style: none;
2363
+ margin: 5px;
2364
+ padding: 0 0 0 1em;
2365
+ /* LTR */
2366
+ white-space: nowrap;
2367
+ li {
2368
+ display: inline;
2369
+ a {
2370
+ background-color: #dddddd;
2371
+ border-color: #bbbbbb;
2372
+ border-style: solid solid none solid;
2373
+ border-width: 1px;
2374
+ height: auto;
2375
+ margin-right: 0.5em;
2376
+ /* LTR */
2377
+ padding: 0 1em;
2378
+ text-decoration: none;
2379
+ }
2380
+ &.active a {
2381
+ background-color: white;
2382
+ border: 1px solid #bbbbbb;
2383
+ border-bottom: 1px solid white;
2384
+ }
2385
+ a:hover {
2386
+ background-color: #eeeeee;
2387
+ border-color: #cccccc;
2388
+ border-bottom-color: #eeeeee;
2389
+ }
2390
+ }
2391
+ }
2392
+ &.secondary {
2393
+ border-bottom: 1px solid #bbbbbb;
2394
+ padding: 0.5em 1em;
2395
+ margin: 5px;
2396
+ li {
2397
+ border-right: 1px solid #cccccc;
2398
+ /* LTR */
2399
+ display: inline;
2400
+ padding: 0 1em;
2401
+ }
2402
+ a {
2403
+ padding: 0;
2404
+ text-decoration: none;
2405
+ &.active {
2406
+ border-bottom: 4px solid #999999;
2407
+ }
2408
+ }
2409
+ }
2410
+ }
2411
+
2412
+ /*
2413
+ * @file
2414
+ * Styles for system messages. */
2415
+
2416
+ div {
2417
+ &.messages {
2418
+ background-position: 8px 8px;
2419
+ /* LTR */
2420
+ background-repeat: no-repeat;
2421
+ border: 1px solid;
2422
+ margin: 6px 0;
2423
+ padding: 10px 10px 10px 50px;
2424
+ /* LTR */
2425
+ }
2426
+ &.status {
2427
+ background-image: image_url("drupal/message-24-ok.png");
2428
+ border-color: #bbee77;
2429
+ color: #234600;
2430
+ }
2431
+ }
2432
+
2433
+ .ok {
2434
+ color: #234600;
2435
+ }
2436
+
2437
+ div.status, table tr.ok {
2438
+ background-color: #f8fff0;
2439
+ }
2440
+
2441
+ div.warning {
2442
+ background-image: image_url("drupal/message-24-warning.png");
2443
+ border-color: #eedd55;
2444
+ color: #884400;
2445
+ }
2446
+
2447
+ .warning {
2448
+ color: #884400;
2449
+ }
2450
+
2451
+ div.warning, table tr.warning {
2452
+ background-color: #fffce5;
2453
+ }
2454
+
2455
+ div.error {
2456
+ background-image: image_url("drupal/message-24-error.png");
2457
+ border-color: #ed541d;
2458
+ color: #8c2e0b;
2459
+ }
2460
+
2461
+ .error {
2462
+ color: #8c2e0b;
2463
+ }
2464
+
2465
+ div.error, table tr.error {
2466
+ background-color: #fef5f1;
2467
+ }
2468
+
2469
+ div {
2470
+ &.error p.error {
2471
+ color: #333333;
2472
+ }
2473
+ &.messages ul {
2474
+ margin: 0 0 0 1em;
2475
+ /* LTR */
2476
+ padding: 0;
2477
+ li {
2478
+ list-style-image: none;
2479
+ }
2480
+ }
2481
+ }
2482
+
2483
+ /*
2484
+ * @file
2485
+ * Basic styling for common markup. */
2486
+
2487
+ /*
2488
+ * HTML elements. */
2489
+
2490
+ fieldset {
2491
+ margin-bottom: 1em;
2492
+ padding: 0.5em;
2493
+ }
2494
+
2495
+ form {
2496
+ margin: 0;
2497
+ padding: 0;
2498
+ }
2499
+
2500
+ hr {
2501
+ border: 1px solid gray;
2502
+ height: 1px;
2503
+ }
2504
+
2505
+ img {
2506
+ border: 0;
2507
+ }
2508
+
2509
+ table {
2510
+ border-collapse: collapse;
2511
+ }
2512
+
2513
+ th {
2514
+ border-bottom: 3px solid #cccccc;
2515
+ padding-right: 1em;
2516
+ /* LTR */
2517
+ text-align: left;
2518
+ /* LTR */
2519
+ }
2520
+
2521
+ tbody {
2522
+ border-top: 1px solid #cccccc;
2523
+ }
2524
+
2525
+ tr {
2526
+ &.even, &.odd {
2527
+ background-color: #eeeeee;
2528
+ border-bottom: 1px solid #cccccc;
2529
+ padding: 0.1em 0.6em;
2530
+ }
2531
+ }
2532
+
2533
+ /*
2534
+ * Markup generated by theme_tablesort_indicator(). */
2535
+
2536
+ th.active img {
2537
+ display: inline;
2538
+ }
2539
+
2540
+ td.active {
2541
+ background-color: #dddddd;
2542
+ }
2543
+
2544
+ /*
2545
+ * Markup generated by theme_item_list(). */
2546
+
2547
+ .item-list {
2548
+ .title {
2549
+ font-weight: bold;
2550
+ }
2551
+ ul {
2552
+ margin: 0 0 0.75em 0;
2553
+ padding: 0;
2554
+ li {
2555
+ margin: 0 0 0.25em 1.5em;
2556
+ /* LTR */
2557
+ padding: 0;
2558
+ }
2559
+ }
2560
+ }
2561
+
2562
+ /*
2563
+ * Markup generated by Form API. */
2564
+
2565
+ .form-item, .form-actions {
2566
+ margin-top: 1em;
2567
+ margin-bottom: 1em;
2568
+ }
2569
+
2570
+ tr {
2571
+ &.odd .form-item, &.even .form-item {
2572
+ margin-top: 0;
2573
+ margin-bottom: 0;
2574
+ white-space: nowrap;
2575
+ }
2576
+ }
2577
+
2578
+ .form-item .description {
2579
+ font-size: 0.85em;
2580
+ }
2581
+
2582
+ label {
2583
+ display: block;
2584
+ font-weight: bold;
2585
+ &.option {
2586
+ display: inline;
2587
+ font-weight: normal;
2588
+ }
2589
+ }
2590
+
2591
+ .form-checkboxes .form-item, .form-radios .form-item {
2592
+ margin-top: 0.4em;
2593
+ margin-bottom: 0.4em;
2594
+ }
2595
+
2596
+ .form-type-radio .description, .form-type-checkbox .description {
2597
+ margin-left: 2.4em;
2598
+ }
2599
+
2600
+ input {
2601
+ &.form-checkbox, &.form-radio {
2602
+ vertical-align: middle;
2603
+ }
2604
+ }
2605
+
2606
+ .marker, .form-required {
2607
+ color: red;
2608
+ }
2609
+
2610
+ .form-item {
2611
+ input.error, textarea.error, select.error {
2612
+ border: 2px solid red;
2613
+ }
2614
+ }
2615
+
2616
+ /*
2617
+ * Inline items. */
2618
+
2619
+ .container-inline {
2620
+ .form-actions, &.form-actions {
2621
+ margin-top: 0;
2622
+ margin-bottom: 0;
2623
+ }
2624
+ }
2625
+
2626
+ /*
2627
+ * Markup generated by theme_more_link(). */
2628
+
2629
+ .more-link {
2630
+ text-align: right;
2631
+ /* LTR */
2632
+ }
2633
+
2634
+ /*
2635
+ * Markup generated by theme_more_help_link(). */
2636
+
2637
+ .more-help-link {
2638
+ text-align: right;
2639
+ /* LTR */
2640
+ a {
2641
+ background: image_url("drupal/help.png") 0 50% no-repeat;
2642
+ /* LTR */
2643
+ padding: 1px 0 1px 20px;
2644
+ /* LTR */
2645
+ }
2646
+ }
2647
+
2648
+ /*
2649
+ * Markup generated by theme_pager(). */
2650
+
2651
+ .item-list .pager {
2652
+ clear: both;
2653
+ text-align: center;
2654
+ li {
2655
+ background-image: none;
2656
+ display: inline;
2657
+ list-style-type: none;
2658
+ padding: 0.5em;
2659
+ }
2660
+ }
2661
+
2662
+ .pager-current {
2663
+ font-weight: bold;
2664
+ }
2665
+
2666
+ /*
2667
+ * Autocomplete.
2668
+ *
2669
+ * @see autocomplete.js */
2670
+ /* Suggestion list */
2671
+
2672
+ #autocomplete li.selected {
2673
+ background: #0072b9;
2674
+ color: white;
2675
+ }
2676
+
2677
+ /*
2678
+ * Collapsible fieldsets.
2679
+ *
2680
+ * @see collapse.js */
2681
+
2682
+ html.js fieldset {
2683
+ &.collapsible .fieldset-legend {
2684
+ background: image_url("drupal/menu-expanded.png") 5px 65% no-repeat;
2685
+ /* LTR */
2686
+ padding-left: 15px;
2687
+ /* LTR */
2688
+ }
2689
+ &.collapsed .fieldset-legend {
2690
+ background-image: image_url("drupal/menu-collapsed.png");
2691
+ /* LTR */
2692
+ background-position: 5px 50%;
2693
+ /* LTR */
2694
+ }
2695
+ }
2696
+
2697
+ .fieldset-legend span.summary {
2698
+ color: #999999;
2699
+ font-size: 0.9em;
2700
+ margin-left: 0.5em;
2701
+ }
2702
+
2703
+ /*
2704
+ * TableDrag behavior.
2705
+ *
2706
+ * @see tabledrag.js */
2707
+
2708
+ tr {
2709
+ &.drag {
2710
+ background-color: ivory;
2711
+ }
2712
+ &.drag-previous {
2713
+ background-color: #ffffdd;
2714
+ }
2715
+ }
2716
+
2717
+ .tabledrag-toggle-weight {
2718
+ font-size: 0.9em;
2719
+ }
2720
+
2721
+ body div.tabledrag-changed-warning {
2722
+ margin-bottom: 0.5em;
2723
+ }
2724
+
2725
+ /*
2726
+ * TableSelect behavior.
2727
+ *
2728
+ * @see tableselect.js */
2729
+
2730
+ tr.selected td {
2731
+ background: #ffffcc;
2732
+ }
2733
+
2734
+ td.checkbox, th.checkbox {
2735
+ text-align: center;
2736
+ }
2737
+
2738
+ /*
2739
+ * Progress bar.
2740
+ *
2741
+ * @see progress.js */
2742
+
2743
+ .progress {
2744
+ font-weight: bold;
2745
+ .bar {
2746
+ background: #cccccc;
2747
+ border-color: #666666;
2748
+ margin: 0 0.2em;
2749
+ -moz-border-radius: 3px;
2750
+ -webkit-border-radius: 3px;
2751
+ border-radius: 3px;
2752
+ }
2753
+ .filled {
2754
+ background: #0072b9 image_url("drupal/progress.gif");
2755
+ }
2756
+ }
2757
+
2758
+ tr {
2759
+ &.taxonomy-term-preview {
2760
+ background-color: #eeeeee;
2761
+ }
2762
+ &.taxonomy-term-divider-top {
2763
+ border-bottom: none;
2764
+ }
2765
+ &.taxonomy-term-divider-bottom {
2766
+ border-top: 1px dotted #cccccc;
2767
+ }
2768
+ }
2769
+
2770
+ .taxonomy-term-description {
2771
+ margin: 5px 0 20px;
2772
+ }
2773
+
2774
+ body {
2775
+ &.toolbar {
2776
+ padding-top: 2.2em;
2777
+ }
2778
+ &.toolbar-drawer {
2779
+ padding-top: 5.3em;
2780
+ }
2781
+ }
2782
+
2783
+ /*
2784
+ * Aggressive resets so we can achieve a consistent look in hostile CSS
2785
+ * environments. */
2786
+
2787
+ #toolbar {
2788
+ border: 0;
2789
+ font-size: 100%;
2790
+ line-height: inherit;
2791
+ list-style: none;
2792
+ margin: 0;
2793
+ outline: 0;
2794
+ padding: 0;
2795
+ text-align: left;
2796
+ /* LTR */
2797
+ vertical-align: baseline;
2798
+ * {
2799
+ border: 0;
2800
+ font-size: 100%;
2801
+ line-height: inherit;
2802
+ list-style: none;
2803
+ margin: 0;
2804
+ outline: 0;
2805
+ padding: 0;
2806
+ text-align: left;
2807
+ /* LTR */
2808
+ vertical-align: baseline;
2809
+ }
2810
+ background: #666666;
2811
+ color: #cccccc;
2812
+ font: normal small "Lucida Grande", Verdana, sans-serif;
2813
+ left: 0;
2814
+ margin: 0 -20px;
2815
+ padding: 0 20px;
2816
+ position: fixed;
2817
+ right: 0;
2818
+ top: 0;
2819
+ -moz-box-shadow: 0 3px 20px black;
2820
+ -webkit-box-shadow: 0 3px 20px black;
2821
+ box-shadow: 0 3px 20px black;
2822
+ filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction='180', strength='10');
2823
+ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction='180', strength='10')";
2824
+ z-index: 600;
2825
+ div.collapsed {
2826
+ display: none;
2827
+ visibility: hidden;
2828
+ }
2829
+ a {
2830
+ color: white;
2831
+ font-size: 0.846em;
2832
+ text-decoration: none;
2833
+ }
2834
+ ul li {
2835
+ float: left;
2836
+ /* LTR */
2837
+ a {
2838
+ float: left;
2839
+ /* LTR */
2840
+ }
2841
+ }
2842
+ div.toolbar-menu {
2843
+ background: black;
2844
+ line-height: 20px;
2845
+ padding: 5px 50px 5px 10px;
2846
+ /* LTR */
2847
+ position: relative;
2848
+ }
2849
+ }
2850
+
2851
+ /*
2852
+ * Base styles.
2853
+ *
2854
+ * We use a keyword for the toolbar font size to make it display consistently
2855
+ * across different themes, while still allowing browsers to resize the text. */
2856
+
2857
+ /*
2858
+ * Administration menu. */
2859
+
2860
+ #toolbar-home a span {
2861
+ background: url(toolbar.png) no-repeat 0 -45px;
2862
+ display: block;
2863
+ height: 14px;
2864
+ margin: 3px 0px;
2865
+ text-indent: -9999px;
2866
+ vertical-align: text-bottom;
2867
+ width: 11px;
2868
+ }
2869
+
2870
+ #toolbar-user {
2871
+ float: right;
2872
+ /* LTR */
2873
+ }
2874
+
2875
+ #toolbar-menu {
2876
+ float: left;
2877
+ /* LTR */
2878
+ }
2879
+
2880
+ #toolbar div {
2881
+ &.toolbar-menu {
2882
+ a {
2883
+ &.toggle {
2884
+ background: url(toolbar.png) 0 -20px no-repeat;
2885
+ bottom: 0;
2886
+ cursor: pointer;
2887
+ height: 25px;
2888
+ overflow: hidden;
2889
+ position: absolute;
2890
+ right: 10px;
2891
+ /* LTR */
2892
+ text-indent: -9999px;
2893
+ width: 25px;
2894
+ &:focus, &:hover {
2895
+ background-position: -50px -20px;
2896
+ }
2897
+ }
2898
+ &.toggle-active {
2899
+ background-position: -25px -20px;
2900
+ &.toggle {
2901
+ &:focus, &:hover {
2902
+ background-position: -75px -20px;
2903
+ }
2904
+ }
2905
+ }
2906
+ }
2907
+ ul li {
2908
+ a {
2909
+ padding: 0 10px;
2910
+ -moz-border-radius: 10px;
2911
+ -webkit-border-radius: 10px;
2912
+ border-radius: 10px;
2913
+ &:focus, &:hover, &:active {
2914
+ background: #444444;
2915
+ }
2916
+ &.active {
2917
+ &:focus {
2918
+ background: #444444;
2919
+ }
2920
+ &:hover, &:active {
2921
+ background: url(toolbar.png) 0 0 repeat-x;
2922
+ text-shadow: #333333 0 1px 0;
2923
+ }
2924
+ background: url(toolbar.png) 0 0 repeat-x;
2925
+ text-shadow: #333333 0 1px 0;
2926
+ }
2927
+ }
2928
+ &.active-trail a {
2929
+ background: url(toolbar.png) 0 0 repeat-x;
2930
+ text-shadow: #333333 0 1px 0;
2931
+ }
2932
+ }
2933
+ }
2934
+ &.toolbar-drawer {
2935
+ position: relative;
2936
+ padding: 0 10px;
2937
+ }
2938
+ }
2939
+
2940
+ /*
2941
+ * Collapsed drawer of additional toolbar content. */
2942
+
2943
+ /*
2944
+ * IE 6 Fix.
2945
+ *
2946
+ * IE 6 shows elements with position:fixed as position:static so we replace
2947
+ * it with position:absolute; toolbar needs its z-index to stay above overlay. */
2948
+
2949
+ * html #toolbar {
2950
+ left: -20px;
2951
+ margin: 0;
2952
+ padding-right: 0;
2953
+ position: absolute;
2954
+ right: 0;
2955
+ width: 100%;
2956
+ }
2957
+
2958
+ .page-tracker {
2959
+ td.replies {
2960
+ text-align: center;
2961
+ }
2962
+ table {
2963
+ width: 100%;
2964
+ }
2965
+ }
2966
+
2967
+ .update {
2968
+ .project {
2969
+ font-weight: bold;
2970
+ font-size: 110%;
2971
+ padding-left: 0.25em;
2972
+ /* LTR */
2973
+ height: 22px;
2974
+ }
2975
+ .version-status {
2976
+ float: right;
2977
+ /* LTR */
2978
+ padding-right: 10px;
2979
+ /* LTR */
2980
+ font-size: 110%;
2981
+ height: 20px;
2982
+ .icon {
2983
+ padding-left: 0.5em;
2984
+ /* LTR */
2985
+ }
2986
+ }
2987
+ .version-date {
2988
+ white-space: nowrap;
2989
+ }
2990
+ .info {
2991
+ margin: 0;
2992
+ padding: 1em 1em 0.25em 1em;
2993
+ }
2994
+ tr {
2995
+ &.even, &.odd {
2996
+ border: none;
2997
+ }
2998
+ td {
2999
+ border-top: 1px solid #cccccc;
3000
+ border-bottom: 1px solid #cccccc;
3001
+ }
3002
+ &.error {
3003
+ background: #ffcccc;
3004
+ .version-recommended {
3005
+ background: #ffdddd;
3006
+ }
3007
+ }
3008
+ &.ok {
3009
+ background: #ddffdd;
3010
+ }
3011
+ &.warning {
3012
+ background: #ffffdd;
3013
+ .version-recommended {
3014
+ background: #ffffee;
3015
+ }
3016
+ }
3017
+ }
3018
+ }
3019
+
3020
+ .current-version, .new-version {
3021
+ direction: ltr;
3022
+ /* Note: version numbers should always be LTR. */
3023
+ }
3024
+
3025
+ .update tr.unknown {
3026
+ background: #dddddd;
3027
+ }
3028
+
3029
+ table.update {
3030
+ width: 100%;
3031
+ margin-top: 0.5em;
3032
+ border: none;
3033
+ }
3034
+
3035
+ .update {
3036
+ table {
3037
+ &.version {
3038
+ width: 100%;
3039
+ margin-top: 0.5em;
3040
+ border: none;
3041
+ tbody {
3042
+ border: none;
3043
+ }
3044
+ tr, td {
3045
+ line-height: 0.9em;
3046
+ padding: 0;
3047
+ margin: 0;
3048
+ border: none;
3049
+ background: none;
3050
+ }
3051
+ .version-title {
3052
+ padding-left: 1em;
3053
+ /* LTR */
3054
+ width: 14em;
3055
+ }
3056
+ .version-details {
3057
+ padding-right: 0.5em;
3058
+ /* LTR */
3059
+ }
3060
+ .version-links {
3061
+ text-align: right;
3062
+ /* LTR */
3063
+ padding-right: 1em;
3064
+ /* LTR */
3065
+ }
3066
+ }
3067
+ &.version-security .version-title {
3068
+ color: #970f00;
3069
+ }
3070
+ &.version-recommended-strong .version-title {
3071
+ font-weight: bold;
3072
+ }
3073
+ }
3074
+ .security-error {
3075
+ font-weight: bold;
3076
+ color: #970f00;
3077
+ }
3078
+ .check-manually {
3079
+ padding-left: 1em;
3080
+ /* LTR */
3081
+ }
3082
+ }
3083
+
3084
+ .update-major-version-warning {
3085
+ color: red;
3086
+ }
3087
+
3088
+ table tbody tr {
3089
+ &.update-security, &.update-unsupported {
3090
+ background: #ffcccc;
3091
+ }
3092
+ }
3093
+
3094
+ th.update-project-name {
3095
+ width: 50%;
3096
+ }
3097
+
3098
+ #permissions {
3099
+ td {
3100
+ &.module {
3101
+ font-weight: bold;
3102
+ }
3103
+ &.permission {
3104
+ padding-left: 1.5em;
3105
+ /* LTR */
3106
+ }
3107
+ }
3108
+ tr {
3109
+ &.odd .form-item, &.even .form-item {
3110
+ white-space: normal;
3111
+ }
3112
+ }
3113
+ }
3114
+
3115
+ #user-admin-settings fieldset .fieldset-description {
3116
+ font-size: 0.85em;
3117
+ padding-bottom: 0.5em;
3118
+ }
3119
+
3120
+ /*
3121
+ * Override default textfield float to put the "Add role" button next to
3122
+ * the input textfield. */
3123
+
3124
+ #user-admin-roles {
3125
+ td.edit-name {
3126
+ clear: both;
3127
+ }
3128
+ .form-item-name {
3129
+ float: left;
3130
+ /* LTR */
3131
+ margin-right: 1em;
3132
+ /* LTR */
3133
+ }
3134
+ }
3135
+
3136
+ /*
3137
+ * Password strength indicator. */
3138
+
3139
+ .password-strength {
3140
+ width: 17em;
3141
+ float: right;
3142
+ /* LTR */
3143
+ margin-top: 1.4em;
3144
+ }
3145
+
3146
+ .password-strength-title {
3147
+ display: inline;
3148
+ }
3149
+
3150
+ .password-strength-text {
3151
+ float: right;
3152
+ /* LTR */
3153
+ font-weight: bold;
3154
+ }
3155
+
3156
+ .password-indicator {
3157
+ background-color: #c4c4c4;
3158
+ height: 0.3em;
3159
+ width: 100%;
3160
+ div {
3161
+ height: 100%;
3162
+ width: 0%;
3163
+ background-color: #47c965;
3164
+ }
3165
+ }
3166
+
3167
+ input {
3168
+ &.password-confirm, &.password-field {
3169
+ width: 16em;
3170
+ margin-bottom: 0.4em;
3171
+ }
3172
+ }
3173
+
3174
+ div {
3175
+ &.password-confirm {
3176
+ float: right;
3177
+ /* LTR */
3178
+ margin-top: 1.5em;
3179
+ visibility: hidden;
3180
+ width: 17em;
3181
+ }
3182
+ &.form-item div.password-suggestions {
3183
+ padding: 0.2em 0.5em;
3184
+ margin: 0.7em 0;
3185
+ width: 38.5em;
3186
+ border: 1px solid #b4b4b4;
3187
+ }
3188
+ &.password-suggestions ul {
3189
+ margin-bottom: 0;
3190
+ }
3191
+ }
3192
+
3193
+ .confirm-parent, .password-parent {
3194
+ clear: left;
3195
+ /* LTR */
3196
+ margin: 0;
3197
+ width: 36.3em;
3198
+ }
3199
+
3200
+ /* Generated by user.module but used by profile.module: */
3201
+
3202
+ .profile {
3203
+ clear: both;
3204
+ margin: 1em 0;
3205
+ .user-picture {
3206
+ float: right;
3207
+ /* LTR */
3208
+ margin: 0 1em 1em 0;
3209
+ /* LTR */
3210
+ }
3211
+ h3 {
3212
+ border-bottom: 1px solid #cccccc;
3213
+ }
3214
+ dl {
3215
+ margin: 0 0 1.5em 0;
3216
+ }
3217
+ dt {
3218
+ margin: 0 0 0.2em 0;
3219
+ font-weight: bold;
3220
+ }
3221
+ dd {
3222
+ margin: 0 0 1em 0;
3223
+ }
3224
+ }