Projet

Général

Profil

Paste
Télécharger (14,1 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / panels / css / panels_dnd.css @ 64156087

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
177
.panel-portlet .buttons input,
178
.panel-portlet .buttons button {
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-bottom: 1em;
309
  padding-left: 175px;
310
  position: relative;
311
}
312

    
313
.panels-section-columns-quickfilter {
314
  padding-top: 1em;
315
  padding-left: 1em;
316
  padding-bottom: 1em;
317
  margin-bottom: 1em;
318
  background-color: #eeeeee;
319
}
320

    
321
.panels-section-columns {
322
  height: 100%;
323
  overflow: auto;
324
}
325
.panels-section-column {
326
  width: 48%;
327
  float: left;
328
}
329

    
330
.panels-section-column .inside {
331
  padding: 0 1em;
332
}
333

    
334
.panels-section-column-categories {
335
  width: 173px;
336
  margin-left: -173px;
337
}
338

    
339
.panels-categories-description {
340
  padding: 0 1em;
341
  text-align: center;
342
  vertical-align: center;
343
}
344

    
345
* html .panels-section-column-categories {
346
  left: 173px;
347
  position: relative;
348
}
349

    
350
.panels-section-column-categories .panels-categories-box {
351
  border-top: 1px solid white;
352
  margin-bottom: 1em;
353
}
354

    
355
.panels-section-column-categories .inside {
356
  padding: 0;
357
}
358

    
359
.panels-section-column-categories .content-type-button {
360
  padding-left: 10px;
361
}
362

    
363
.panels-modal-add-category {
364
  color: #5b5b5b !important;
365
  font-weight: bold;
366
  line-height: 2em;
367
}
368

    
369
.panels-section {
370
  margin-bottom: 1em;
371
}
372

    
373
.panels-section-column .content-type-button {
374
  font-size: 8pt;
375
  line-height: 1em;
376
  overflow: hidden;
377
  text-align: left;
378
}
379

    
380
.content-type-button a {
381
  display: inline-block;
382
  width: 99%;
383
}
384

    
385
.content-type-button a:focus {
386
  border: 1px dotted black;
387
}
388

    
389
.content-type-button img {
390
  border: 2px solid white;
391
}
392

    
393
.content-type-button img:hover {
394
  border: 2px solid blue;
395
}
396

    
397
.content-type-button div,
398
.content-type-button span {
399
  width: 85%;
400
  position: relative;
401
  top: -5px;
402
  left: 3px;
403
}
404

    
405
#panels-preview .modal-throbber-wrapper {
406
  width: 100%;
407
  text-align: center;
408
  margin-left: auto;
409
  margin-right: auto;
410
}
411
/** modal forms CSS **/
412
.panels-modal-content .form-item label {
413
  width: 8em;
414
  float: left;
415
}
416

    
417
.panels-modal-content .form-item label.option {
418
  width: auto;
419
  float: none;
420
}
421

    
422
.panels-modal-content .form-item .description {
423
  clear: left;
424
}
425

    
426
.panels-modal-content .form-item .description .tips {
427
  margin-left: 2em;
428
}
429

    
430
.panels-modal-content .no-float .form-item * {
431
  float: none;
432
}
433

    
434
.panels-modal-content .modal-form .no-float label {
435
  width: auto;
436
}
437

    
438
.panels-modal-content .modal-form fieldset,
439
.panels-modal-content .modal-form .form-checkboxes {
440
  clear: left;
441
}
442

    
443
#edit-configuration-nid {
444
  clear: left;
445
}
446

    
447
.option-text-aligner .form-item {
448
  float: left;
449
  padding: .25em 1em .25em 0;
450
  margin: 0;
451
}
452

    
453
.option-text-aligner {
454
  clear: both;
455
  width: 100%;
456
  padding: 0;
457
  margin: 0;
458
}
459

    
460

    
461
#panels-dnd-main div.panel-pane div.ctools-dropdown-container-wrapper {
462
  margin-left: -158px;
463
  margin-top: -4px;
464
}
465

    
466
/*
467
html.js div.panels-display-links div.ctools-dropdown-container {
468
  width: 275px;
469
}
470

471
html.js div.panels-display-links div.ctools-dropdown-container ul li li a {
472
  width: 250px;
473
}
474

475
html.js div.panels-display-links div.ctools-dropdown-container ul li a {
476
  width: 270px;
477
}
478
*/
479

    
480
#panels-dnd-main .panel-pane .pane-title {
481
  padding: 0.25em 0.5em;
482
}
483
#panels-dnd-main .panel-pane .pane-title:after {
484
  font-size: 0.8em;
485
  color: crimson;
486
  letter-spacing: normal;
487
  display: block;
488
}
489
#panels-dnd-main .panel-pane.hidden-pane .pane-title:after {
490
  content: " status: hidden";
491
}
492
#panels-dnd-main .panel-pane.changed .pane-title:after {
493
  content: " status: changes not saved";
494
}
495
#panels-dnd-main .panel-pane.hidden-pane.changed .pane-title:after {
496
  content: " status: hidden & changed";
497
}
498

    
499
/* @end */
500

    
501

    
502
/* @group CTools Dropdown */
503
#panels-dnd-main .ctools-dropdown a.ctools-dropdown-text-link,
504
html.js div.panels-display-links a.ctools-dropdown-text-link {
505
  background: url('../images/arrow-down-light.png') 0 3px no-repeat!important;
506
  padding-left: 12px;
507
}
508
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container,
509
html.js div.panels-display-links div.ctools-dropdown-container {
510
  width: 160px!important;
511
  background: #fff url('../images/bg-shade-white-lrg.png') repeat-x 0 100%;
512
  border: solid 1px #ddd!important;
513
  margin: 0!important;
514
/*  padding: 0.5em!important; */
515
  -webkit-border-radius: 0.333em;
516
  -moz-border-radius: 0.333em;
517
  -webkit-box-shadow: 0.333em 0.333em 0.333em rgba(0, 0, 0, 0.25);
518
  font-size: 0.9em;
519
  font-weight: bold;
520
}
521

    
522
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container ul li,
523
html.js div.panels-display-links div.ctools-dropdown-container ul li {
524
  text-decoration: none;
525
  padding: 0;
526
  margin: 0;
527
  color: #555!important;
528
  text-shadow: #fff 1px 1px 1px;
529
}
530
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container ul li span.text,
531
html.js div.panels-display-links div.ctools-dropdown-container ul li span.text {
532
  font-style: normal;
533
  color: #000;
534
  font-weight: bold;
535
}
536

    
537
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container ul li a,
538
html.js div.panels-display-links div.ctools-dropdown-container ul li a {
539
  color: #555!important;
540
  font-weight: normal;
541
  width: auto;
542
  padding: 0 10px;
543
}
544

    
545
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container ul li span.panels-text,
546
html.js div.panels-display-links div.ctools-dropdown-container ul li span.panels-text {
547
  width: auto;
548
  padding: 0 10px;
549
}
550

    
551
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container ul li .panels-italic,
552
html.js div.panels-display-links div.ctools-dropdown-container ul li .panels-italic {
553
  font-style: italic;
554
}
555

    
556
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container ul li span.dropdown-header,
557
html.js div.panels-display-links div.ctools-dropdown-container ul li span.dropdown-header {
558
  background-color: #fefefe;
559
  padding: 0 10px;
560
}
561

    
562
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container ul li .panels-sub-menu ul li a,
563
html.js div.panels-display-links div.ctools-dropdown-container ul li .panels-sub-menu ul li a,
564
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container ul li .panels-sub-menu span.panels-text,
565
html.js div.panels-display-links div.ctools-dropdown-container ul li .panels-sub-menu span.panels-text {
566
  width: auto;
567
  padding: 0 20px;
568
}
569

    
570
html.js #panels-dnd-main div.ctools-dropdown div.ctools-dropdown-container hr,
571
html.js div.panels-display-links div.ctools-dropdown-container hr {
572
  border: 0;
573
  color: #ddd;
574
  background-color: #ddd;
575
  height: 1px;
576
}
577

    
578
/*
579
html.js #panels-dnd-main  div.ctools-dropdown div.ctools-dropdown-container ul li a:hover,
580
html.js div.panels-display-links div.ctools-dropdown-container ul li a:hover {
581
  background: none!important;
582
  color: #000!important;
583
}
584
*/
585
/* @end */
586

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

    
648

    
649
/** Override that obnoxious float on throbber. **/
650
#panels-dnd-main .progress-disabled {
651
  float: none;
652
}
653

    
654
#panels-dnd-main .progress-disabled + .ajax-progress {
655
  float: right;
656
  position: relative;
657
  top: -2em;
658
}
659

    
660
/** Override that obnoxious float on throbber. **/
661
.panels-categories-box .progress-disabled {
662
  float: none;
663
}
664

    
665
.panels-categories-box .progress-disabled + .ajax-progress {
666
  float: right;
667
  position: relative;
668
  top: -2em;
669
  margin-bottom: -2em;
670
}
671

    
672
.panels-section-columns .progress-disabled {
673
  display: block;
674
  float: left;
675
}
676

    
677
.panels-section-columns .ajax-progress .throbber {
678
  float: right;
679
  position: relative;
680
  top: -2em;
681
  margin-bottom: -2em;
682
}