Projet

Général

Profil

Paste
Télécharger (13,8 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / panels / css / panels_dnd.css @ 74f6bef0

1

    
2
#panels-dnd-main {
3
  margin: 0.5em 0;
4
}
5

    
6
#panels-dnd-main div.panel-region {
7
  padding: 0 0 .5em 0;
8
  border: 1px dashed #ddd;
9
  background: #f8f8f8;
10
  -webkit-border-radius: 0.333em;
11
  -moz-border-radius: 0.333em;
12
}
13

    
14
#panels-dnd-main div.panel-region h2.label {
15
  color: #555;
16
  text-shadow: #fff 1px 1px 1px;
17
  text-align: center;
18
  font-size: 13pt;
19
  margin: 0 0 .5em 0;
20
  padding-right: 16px;
21
  vertical-align: middle;
22
}
23

    
24
#panels-dnd-main div.panel-region .pane-add {
25
  float: left;
26
  margin: 2px;
27
  background: #999;
28
  border: 1px solid #fff;
29
}
30

    
31
#panels-dnd-main div.panel-region .pane-add-link {
32
  position: relative;
33
  display: block;
34
  width: 16px;
35
  height: 16px;
36
  float: left;
37
  margin: 2px 2px 2px 4px;
38
}
39

    
40
div.panels-set-title-hide .panels-set-title {
41
  display: none !important;
42
}
43

    
44
/* Add Icon */
45
#panels-dnd-main div.panel-region .pane-add-link  {
46
}
47
#panels-dnd-main div.panel-region .pane-add-link img {
48
  display: none;
49
}
50
#panels-dnd-main div.panel-region .pane-add-link a.ctools-dropdown-image-link {
51
  border: none;
52
  width: 16px;
53
  height: 18px;
54
  float: left;
55
  background: url('../images/sprite.png') no-repeat 0 -1178px;
56
/*  background: url('../images/sprite.png') no-repeat -166px -582px; */
57
}
58

    
59
.panel-portlet {
60
  padding: 0em;
61
  background: #ffffff;
62
  border: 1px solid #bbb;
63
}
64

    
65
div.panels-set-title-hide .panel-pane-is-title {
66
  border: 1px solid #bbb;
67
}
68

    
69
.panel-pane-is-title {
70
  border: 2px solid #777;
71
}
72

    
73
/* Cog Icon */
74
.panel-portlet .buttons a img {
75
  display: none;
76
  margin: 0;
77
}
78
.panel-portlet .buttons a.ctools-dropdown-image-link {
79
  border: none;
80
  width: 16px;
81
  height: 16px;
82
  margin: 0 5px 0 0;
83
  float: none;
84
  display: block;
85
  background: url('../images/sprite.png') no-repeat 0 -1178px;
86
}
87

    
88
#panels-dnd-main .panel-pane,
89
#panels-dnd-main .helperclass {
90
  margin: .5em;
91
}
92

    
93
#panels-dnd-main-form .inline-icon-help {
94
  vertical-align: middle;
95
  margin: 2px 1px;
96
}
97

    
98
.panel-pane.hidden-pane {
99
  background: #f8f8f8;
100
}
101

    
102
.panel-portlet .pane-content {
103
  margin: .5em 0 .5em 0;
104
  padding: 0 .25em 0 .25em;
105
  display: none; /* initially hidden */
106
}
107

    
108
.panel-portlet .grab-title {
109
  width: 100%;
110
  height: 20px;
111
  margin: 0 0 0.5em 0;
112
  overflow: hidden;
113
  background: #b3b3b3;
114
  color: #fff;
115
  text-shadow: #555 1px 1px 1px;
116
  border-color: #999;
117
  font-weight: bold;
118
}
119

    
120
.panel-portlet .grabber {
121
  cursor: move;
122
  background: #b3b3b3 url('../images/bg-shade-medium.png') repeat-x 0 100%;
123
}
124

    
125
.panel-portlet.hidden-pane .grab-title {
126
  background-color: #888;
127
}
128

    
129
.panel-portlet .changed div.grab-title {
130
  background-color: #FFFFDD !important;
131
  border-bottom: 1px solid #3D9CD7 !important;
132
  color: black !important;
133
}
134

    
135
.panel-portlet .changed.hidden-pane div.grab-title {
136
  background-color: #B4B488 !important;
137
  border-bottom: 1px solid #3D9CD7 !important;
138
}
139

    
140
.panel-portlet .changed div.grab-title span.star {
141
  font-weight: bold;
142
  color: #E09010;
143
}
144

    
145
.panel-portlet .grabber:hover {
146
  color: #fff;
147
  background-color: #2F78A5;
148
}
149

    
150
.panel-portlet.hidden-pane .grab-title:hover {
151
  background-color: #666;
152
}
153

    
154
.panel-portlet .grabber:active {
155
  background-color: red;
156
}
157

    
158
.panel-portlet .grabber:hover,
159
.panel-portlet .grabber:active {
160
  background: #858585 url('../images/bg-shade-dark.png') repeat-x 0 100%;
161
  color: #fff;
162
  text-shadow: #333 1px 1px 1px;
163
  border-color: #858585;
164
}
165

    
166
.panel-portlet .grab-title .text {
167
  margin-left: 3px;
168
  font-size: 90%;
169
  line-height: 20px;
170
}
171

    
172
.panel-portlet .buttons {
173
  float: right;
174
  padding: 0;
175
  margin: 0;
176
}
177

    
178
.panel-portlet .buttons input {
179
  margin: 0;
180
  padding: 0;
181
  display: inline;
182
}
183

    
184
.panel-portlet .buttons a img {
185
  margin: 2px 1px;
186
}
187

    
188
.panel-portlet .pane-title {
189
  font-size:110%;
190
  cursor: pointer;
191
}
192

    
193
.panel-portlet .panel-pane-collapsible {
194
  margin: 0;
195
  padding: 0;
196
}
197

    
198
.panel-portlet .toggle {
199
  float: left;
200
  width: 21px;
201
  height: 21px;
202
  cursor: pointer;
203
  background: url('../images/sky.png') no-repeat 6px -245px;
204
}
205

    
206
.panel-portlet .toggle-collapsed {
207
  background: url('../images/sky.png') no-repeat 6px -1021px;
208
}
209

    
210
/* CSS to guide a user to a place to drop */
211
#panels-dnd-main .helperclass {
212
  border: 1px dashed red;
213
}
214

    
215
#panels-dnd-main .hoverclass {
216
  border: 1px solid red !important;
217
}
218

    
219
/* CSS for an area if something can be dropped in it */
220
.panels-modal-content {
221
  background: #fff;
222
  color: #000;
223
  padding: 0;
224
  margin: 2px;
225
  border: 1px solid #000;
226
  width: 600px;
227
  text-align: left;
228
}
229

    
230
.panels-modal-content .modal-title {
231
  font-size: 120%;
232
  font-weight: bold;
233
  color: white;
234
  overflow: hidden;
235
  white-space: nowrap;
236
}
237

    
238
.panels-modal-content .modal-header {
239
  background-color: #2385c2;
240
  padding: 0 .25em 0 1em;
241
}
242

    
243
.panels-modal-content .modal-header a {
244
  color: white;
245
  float: right;
246
}
247

    
248
.panels-modal-content .modal-content {
249
  padding: 0 1em;
250
  overflow: auto;
251
  width: 575px;
252
  height: 400px;
253
}
254

    
255
.panels-modal-content .modal-form {
256
}
257

    
258
.panels-modal-content .form-checkboxes .form-item {
259
  float: left;
260
  width: 24%;
261
}
262

    
263
.panels-hidden,
264
.panels-js-only {
265
  display: none;
266
}
267

    
268
a.close {
269
  color: white;
270
}
271

    
272
a.close:hover {
273
  text-decoration: none;
274
}
275

    
276
a.close img {
277
  position: relative;
278
  top: 1px;
279
}
280

    
281
.panels-section-title {
282
  clear: left;
283
  border-bottom: 1px solid #ddf;
284
  margin-bottom: .5em;
285
  text-align: left;
286
}
287

    
288
.panels-section-decorator {
289
}
290

    
291
.panels-add-content-modal .panels-modal-add-category {
292
  display: block;
293
  border-bottom: 1px solid white;
294
  padding-left: .5em;
295
  margin-left: -2px;
296
  position: relative;
297
}
298

    
299
.panels-add-content-modal .panels-modal-add-category.active {
300
  background: url(../images/arrow-active.png) center right no-repeat white;
301
  border-right: none;
302
}
303

    
304
.panels-add-content-modal {
305
  background: url(../images/bg-content-modal.png);
306
  height: 100%;
307
  margin: -1em;
308
  padding-top: 1em;
309
  padding-left: 175px;
310
  position: relative;
311
}
312

    
313
.panels-section-columns {
314
  height: 100%;
315
  overflow: auto;
316
}
317
.panels-section-column {
318
  width: 48%;
319
  float: left;
320
}
321

    
322
.panels-section-column .inside {
323
  padding: 0 1em;
324
}
325

    
326
.panels-section-column-categories {
327
  width: 173px;
328
  margin-left: -173px;
329
}
330

    
331
.panels-categories-description {
332
  padding: 0 1em;
333
  text-align: center;
334
  vertical-align: center;
335
}
336

    
337
* html .panels-section-column-categories {
338
  left: 173px;
339
  position: relative;
340
}
341

    
342
.panels-section-column-categories .panels-categories-box {
343
  border-top: 1px solid white;
344
  margin-bottom: 1em;
345
}
346

    
347
.panels-section-column-categories .inside {
348
  padding: 0;
349
 }
350

    
351
.panels-section-column-categories .content-type-button {
352
  padding-left: 10px;
353
}
354

    
355
.panels-modal-add-category {
356
  color: #5b5b5b !important;
357
  font-weight: bold;
358
  line-height: 2em;
359
}
360

    
361
.panels-section {
362
  margin-bottom: 1em;
363
}
364

    
365
.panels-section-column .content-type-button {
366
  font-size: 8pt;
367
  line-height: 1em;
368
  overflow: hidden;
369
  text-align: left;
370
}
371

    
372
.content-type-button img {
373
  border: 2px solid white;
374
  float: left;
375
}
376

    
377
.content-type-button img:hover {
378
  border: 2px solid blue;
379
}
380

    
381
.content-type-button div {
382
  width: 85%;
383
  top: -5px;
384
  left: 2px;
385
  float: left;
386
  padding-left: 3px;
387
  padding-top: 5px;
388
}
389

    
390
#panels-preview .modal-throbber-wrapper {
391
  width: 100%;
392
  text-align: center;
393
  margin-left: auto;
394
  margin-right: auto;
395
}
396
/** modal forms CSS **/
397
.panels-modal-content .form-item label {
398
  width: 8em;
399
  float: left;
400
}
401

    
402
.panels-modal-content .form-item label.option {
403
  width: auto;
404
  float: none;
405
}
406

    
407
.panels-modal-content .form-item .description {
408
  clear: left;
409
}
410

    
411
.panels-modal-content .form-item .description .tips {
412
  margin-left: 2em;
413
}
414

    
415
.panels-modal-content .no-float .form-item * {
416
  float: none;
417
}
418

    
419
.panels-modal-content .modal-form .no-float label  {
420
  width: auto;
421
}
422

    
423
.panels-modal-content .modal-form fieldset,
424
.panels-modal-content .modal-form .form-checkboxes {
425
  clear: left;
426
}
427

    
428
#edit-configuration-nid {
429
  clear: left;
430
}
431

    
432
.option-text-aligner .form-item {
433
  float: left;
434
  padding: .25em 1em .25em 0;
435
  margin: 0;
436
}
437

    
438
.option-text-aligner {
439
  clear: both;
440
  width: 100%;
441
  padding: 0;
442
  margin: 0;
443
}
444

    
445

    
446
#panels-dnd-main div.panel-pane div.ctools-dropdown-container-wrapper {
447
  margin-left: -158px;
448
  margin-top: -4px;
449
}
450

    
451
/*
452
html.js div.panels-display-links div.ctools-dropdown-container {
453
  width: 275px;
454
}
455

456
html.js div.panels-display-links div.ctools-dropdown-container ul li li a {
457
  width: 250px;
458
}
459

460
html.js div.panels-display-links div.ctools-dropdown-container ul li a {
461
  width: 270px;
462
}
463
*/
464

    
465
#panels-dnd-main .panel-pane .pane-title {
466
  padding: 0.25em 0.5em;
467
}
468
#panels-dnd-main .panel-pane .pane-title:after {
469
  font-size: 0.8em;
470
  color: crimson;
471
  letter-spacing: normal;
472
  display: block;
473
}
474
#panels-dnd-main .panel-pane.hidden-pane .pane-title:after {
475
  content: " status: hidden";
476
}
477
#panels-dnd-main .panel-pane.changed .pane-title:after {
478
  content: " status: changes not saved";
479
}
480
#panels-dnd-main .panel-pane.hidden-pane.changed .pane-title:after {
481
  content: " status: hidden & changed";
482
}
483

    
484
/* @end */
485

    
486

    
487
/* @group CTools Dropdown */
488
#panels-dnd-main .ctools-dropdown a.ctools-dropdown-text-link,
489
html.js div.panels-display-links a.ctools-dropdown-text-link {
490

    
491
  background: url('../images/arrow-down-light.png') 0 3px no-repeat!important;
492
  padding-left: 12px;
493
}
494
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container,
495
html.js div.panels-display-links div.ctools-dropdown-container {
496
  width: 160px!important;
497
  background: #fff url('../images/bg-shade-white-lrg.png') repeat-x 0 100%;
498
  border: solid 1px #ddd!important;
499
  margin: 0!important;
500
/*  padding: 0.5em!important; */
501
  -webkit-border-radius: 0.333em;
502
  -moz-border-radius: 0.333em;
503
  -webkit-box-shadow: 0.333em 0.333em 0.333em rgba(0, 0, 0, 0.25);
504
  font-size: 0.9em;
505
  font-weight: bold;
506
}
507

    
508
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container ul li,
509
html.js div.panels-display-links div.ctools-dropdown-container ul li {
510

    
511
  text-decoration: none;
512
  padding: 0;
513
  margin: 0;
514
  color: #555!important;
515
  text-shadow: #fff 1px 1px 1px;
516
}
517
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container ul li span.text,
518
html.js div.panels-display-links div.ctools-dropdown-container ul li span.text {
519
  font-style: normal;
520
  color: #000;
521
  font-weight: bold;
522
}
523

    
524
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container ul li a,
525
html.js div.panels-display-links div.ctools-dropdown-container ul li a {
526
  color: #555!important;
527
  font-weight: normal;
528
  width: auto;
529
  padding: 0 10px;
530
}
531

    
532
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container ul li span.panels-text,
533
html.js div.panels-display-links div.ctools-dropdown-container ul li span.panels-text {
534
  width: auto;
535
  padding: 0 10px;
536
}
537

    
538
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container ul li .panels-italic,
539
html.js div.panels-display-links div.ctools-dropdown-container ul li .panels-italic {
540
  font-style: italic;
541
}
542

    
543
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container ul li span.dropdown-header,
544
html.js div.panels-display-links div.ctools-dropdown-container ul li span.dropdown-header {
545
  background-color: #fefefe;
546
  padding: 0 10px;
547
}
548

    
549
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container ul li .panels-sub-menu ul li a,
550
html.js div.panels-display-links div.ctools-dropdown-container ul li .panels-sub-menu ul li a,
551
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container ul li .panels-sub-menu span.panels-text,
552
html.js div.panels-display-links div.ctools-dropdown-container ul li .panels-sub-menu span.panels-text {
553
  width:auto;
554
  padding: 0 20px;
555
}
556

    
557
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container hr,
558
html.js div.panels-display-links div.ctools-dropdown-container hr {
559
  border: 0;
560
  color: #ddd;
561
  background-color: #ddd;
562
  height: 1px;
563
}
564

    
565
/*
566
html.js #panels-dnd-main  div.ctools-dropdown div.ctools-dropdown-container ul li a:hover,
567
html.js div.panels-display-links div.ctools-dropdown-container ul li a:hover {
568
  background: none!important;
569
  color: #000!important;
570
}
571
*/
572
/* @end */
573

    
574
/* @group Modal */
575
/* Account for the extra div coming from ctools_modal_form_render() */
576
div.messages div.messages {
577
  background: none;
578
  border: none;
579
  margin: 0;
580
  padding: 0;
581
  -webkit-border-radius: 0;
582
  -moz-border-radius: 0;
583
}
584
div.ctools-modal-content .modal-header {
585
  background: #fff url('../images/bg-shade-light.png') repeat-x bottom left;
586
  color: #777;
587
  display: block;
588
  font-weight: 700;
589
  letter-spacing: normal;
590
  padding: 0.25em 1em;
591
  -moz-border-radius-topleft: 0.5em;
592
  -moz-border-radius-topright: 0.5em;
593
  -webkit-border-top-left-radius: 0.5em;
594
  -webkit-border-top-right-radius: 0.5em;
595
}
596
div.ctools-modal-content .modal-title {
597
  font-size: 120%;
598
  font-weight: bold;
599
  text-shadow: #fff 1px 1px 1px;
600
  color: #555;
601
}
602
div.ctools-modal-content a.close {
603
  color: #666;
604
  font-weight: normal;
605
  padding-left: 1.6em;
606
  background: url('../images/sprite.png') no-repeat -166px -1686px;
607
}
608
div.ctools-modal-content a.close img {
609
  display: none;
610
}
611
/** modal forms CSS **/
612
div.ctools-modal-content .form-item label {
613
  width: 100%;
614
  float: none;
615
  clear: both;
616
}
617
div.ctools-modal-content .resizable-textarea {
618
  width: 100%;
619
  margin-left: 0;
620
  margin-right: 0;
621
}
622
div.ctools-modal-content {
623
  font-size: 12px;
624
  border: solid 1px #ddd;
625
  -webkit-border-radius: 0.5em;
626
  -moz-border-radius: 0.5em;
627
  -webkit-box-shadow: -1em 1em 1em rgba(0, 0, 0, 0.5);
628
}
629
#modalBackdrop {
630
  position: fixed!important;
631
  background-color: #000!important;
632
}
633
/* @end */
634

    
635

    
636
/** Override that obnoxious float on throbber. **/
637
#panels-dnd-main .progress-disabled {
638
  float: none;
639
}
640

    
641
#panels-dnd-main .progress-disabled + .ajax-progress {
642
  float: right;
643
  position: relative;
644
  top: -2em;
645
}
646

    
647
/** Override that obnoxious float on throbber. **/
648
.panels-categories-box .progress-disabled {
649
  float: none;
650
}
651

    
652
.panels-categories-box .progress-disabled + .ajax-progress {
653
  float: right;
654
  position: relative;
655
  top: -2em;
656
  margin-bottom: -2em;
657
}
658

    
659
.panels-section-columns .progress-disabled {
660
  display: block;
661
  float: left;
662
}
663

    
664
.panels-section-columns .ajax-progress .throbber {
665
  float: right;
666
  position: relative;
667
  top: -2em;
668
  margin-bottom: -2em;
669
}
670