Projet

Général

Profil

Révision 64156087

Ajouté par Assos Assos il y a plus de 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/panels/panels_ipe/css/panels_ipe.css
21 21
}
22 22

  
23 23
div.panels-ipe-handlebar-wrapper {
24
  border-bottom: 1px solid #CCC;
24
  border-bottom: 1px solid #ccc;
25 25
}
26 26

  
27 27
.panels-ipe-editing div.panels-ipe-portlet-wrapper {
28 28
  margin-top: 1em;
29
  border: 1px solid #CCC;
29
  border: 1px solid #ccc;
30 30
  width: 100%;
31 31
}
32 32

  
......
40 40
}
41 41

  
42 42
.panels-ipe-editing div.panels-ipe-portlet-wrapper:hover {
43
  border: 1px dashed #CCC;
43
  border: 1px dashed #ccc;
44 44
}
45 45

  
46 46
.panels-ipe-editing .panels-ipe-sort-container {
......
57 57

  
58 58
.panels-ipe-editing .panels-ipe-sort-container .ui-sortable-placeholder {
59 59
  border: 2px dashed #999;
60
  background-color: #FFFF99;
60
  background-color: #ffff99;
61 61
  margin: 1em 0;
62 62
  -moz-border-radius: 0;
63
	-khtml-border-radius: 0;
64
	-webkit-border-radius: 0;
65
	border-radius: 0;
63
  -khtml-border-radius: 0;
64
  -webkit-border-radius: 0;
65
  border-radius: 0;
66 66
}
67 67

  
68 68
div.panels-ipe-handlebar-wrapper ul {
......
83 83

  
84 84
div.panels-ipe-draghandle,
85 85
div.panels-ipe-nodraghandle {
86
  background: #E9E9E9;
87
  background-image: linear-gradient(bottom, #D5D5D5 0%, #FCFCFC 100%);
88
  background-image: -o-linear-gradient(bottom, #D5D5D5 0%, #FCFCFC 100%);
89
  background-image: -moz-linear-gradient(bottom, #D5D5D5 0%, #FCFCFC 100%);
90
  background-image: -webkit-linear-gradient(bottom, #D5D5D5 0%, #FCFCFC 100%);
91
  background-image: -ms-linear-gradient(bottom, #D5D5D5 0%, #FCFCFC 100%);
86
  background: #e9e9e9;
87
  background-image: linear-gradient(bottom, #d5d5d5 0%, #fcfcfc 100%);
88
  background-image: -o-linear-gradient(bottom, #d5d5d5 0%, #fcfcfc 100%);
89
  background-image: -moz-linear-gradient(bottom, #d5d5d5 0%, #fcfcfc 100%);
90
  background-image: -webkit-linear-gradient(bottom, #d5d5d5 0%, #fcfcfc 100%);
91
  background-image: -ms-linear-gradient(bottom, #d5d5d5 0%, #fcfcfc 100%);
92 92
  background-image: -webkit-gradient(
93
    linear,
94
    left bottom,
95
    left top,
96
    color-stop(0, #D5D5D5),
97
    color-stop(1, #FCFCFC)
93
  linear,
94
  left bottom,
95
  left top,
96
  color-stop(0, #d5d5d5),
97
  color-stop(1, #fcfcfc)
98 98
  );
99

  
100 99
  padding: 8px 7px;
101 100
}
102 101

  
......
121 120
  padding: .5em;
122 121
  position: relative;
123 122
  margin-top: .5em;
124
  background-color: #ECFAFF;
123
  background-color: #ecfaff;
125 124
  color: #999;
126 125
  font: 15px/1.3em "Open Sans", "Lucida Grande", Tahoma, Verdana, sans-serif;
127 126
  text-transform: none;
......
152 151
}
153 152

  
154 153
div.panels-ipe-newblock {
155
  -webkit-box-shadow: 0px 0 5px 5px #ECFAFF;
156
  -moz-box-shadow: 0px 0 5px 5px #ECFAFF;
157
  box-shadow: 0px 0 5px 5px #ECFAFF;
154
  -webkit-box-shadow: 0px 0 5px 5px #ecfaff;
155
  -moz-box-shadow: 0px 0 5px 5px #ecfaff;
156
  box-shadow: 0px 0 5px 5px #ecfaff;
158 157
  position: absolute;
159 158
  right: 10px;
160 159
  top: 50%;
......
174 173
span.panels-ipe-draghandle-icon {
175 174
  display: inline-block;
176 175
  border: 1px solid #ccc;
177
	padding: 0 8px 1px;
178
	font: bold 12px/32px 'Open Sans', 'Lucida Sans', 'Lucida Grande', verdana sans-serif;
179
	text-decoration: none;
180
	height: 33px;
181
	color: #666;
182
	cursor: pointer;
183
	outline: none;
184
	-moz-border-radius: 3px;
185
	-khtml-border-radius: 3px;
186
	-webkit-border-radius: 3px;
187
	border-radius: 3px;
188

  
189
	background: #FAFAFA;
190
  background-image: linear-gradient(bottom, #E9EAEC 0%, #FAFAFA 100%);
191
  background-image: -o-linear-gradient(bottom, #E9EAEC 0%, #FAFAFA 100%);
192
  background-image: -moz-linear-gradient(bottom, #E9EAEC 0%, #FAFAFA 100%);
193
  background-image: -webkit-linear-gradient(bottom, #E9EAEC 0%, #FAFAFA 100%);
194
  background-image: -ms-linear-gradient(bottom, #E9EAEC 0%, #FAFAFA 100%);
176
  padding: 0 8px 1px;
177
  font: bold 12px/32px 'Open Sans', 'Lucida Sans', 'Lucida Grande', verdana sans-serif;
178
  text-decoration: none;
179
  height: 33px;
180
  color: #666;
181
  cursor: pointer;
182
  outline: none;
183
  -moz-border-radius: 3px;
184
  -khtml-border-radius: 3px;
185
  -webkit-border-radius: 3px;
186
  border-radius: 3px;
187
  background: #fafafa;
188
  background-image: linear-gradient(bottom, #e9eaec 0%, #fafafa 100%);
189
  background-image: -o-linear-gradient(bottom, #e9eaec 0%, #fafafa 100%);
190
  background-image: -moz-linear-gradient(bottom, #e9eaec 0%, #fafafa 100%);
191
  background-image: -webkit-linear-gradient(bottom, #e9eaec 0%, #fafafa 100%);
192
  background-image: -ms-linear-gradient(bottom, #e9eaec 0%, #fafafa 100%);
195 193
  background-image: -webkit-gradient(
196
    linear,
197
    left bottom,
198
    left top,
199
    color-stop(0, #E9EAEC),
200
    color-stop(1, #FAFAFA)
194
  linear,
195
  left bottom,
196
  left top,
197
  color-stop(0, #e9eaec),
198
  color-stop(1, #fafafa)
201 199
  );
202

  
203 200
  -webkit-box-shadow: 0px 3px 3px 0px #d2d2d2;
204 201
  -moz-box-shadow: 0px 3px 3px 0px #d2d2d2;
205 202
  box-shadow: 0px 3px 3px 0px #d2d2d2;
......
220 217
  background-image: url(../images/icon-settings.png);
221 218
}
222 219

  
220
div.panels-ipe-handlebar-wrapper li.css a span {
221
  background-image: url(../images/icon-css.png);
222
}
223

  
223 224
div.panels-ipe-handlebar-wrapper li.style a span,
224 225
div.panels-ipe-newblock a.style span {
225 226
  background-image: url(../images/icon-style.png);
......
244 245
span.panels-ipe-draghandle-icon:hover,
245 246
div.panels-ipe-handlebar-wrapper li a:focus,
246 247
div.panels-ipe-newblock a:focus {
247
  background: #E6E6E6;
248
  background-image: linear-gradient(bottom, #C5C5C5 0%, #FAFAFA 100%);
249
  background-image: -o-linear-gradient(bottom, #C5C5C5 0%, #FAFAFA 100%);
250
  background-image: -moz-linear-gradient(bottom, #C5C5C5 0%, #FAFAFA 100%);
251
  background-image: -webkit-linear-gradient(bottom, #C5C5C5 0%, #FAFAFA 100%);
252
  background-image: -ms-linear-gradient(bottom, #C5C5C5 0%, #FAFAFA 100%);
248
  background: #e6e6e6;
249
  background-image: linear-gradient(bottom, #c5c5c5 0%, #fafafa 100%);
250
  background-image: -o-linear-gradient(bottom, #c5c5c5 0%, #fafafa 100%);
251
  background-image: -moz-linear-gradient(bottom, #c5c5c5 0%, #fafafa 100%);
252
  background-image: -webkit-linear-gradient(bottom, #c5c5c5 0%, #fafafa 100%);
253
  background-image: -ms-linear-gradient(bottom, #c5c5c5 0%, #fafafa 100%);
253 254
  background-image: -webkit-gradient(
254
    linear,
255
    left bottom,
256
    left top,
257
    color-stop(0, #C5C5C5),
258
    color-stop(1, #FAFAFA)
255
  linear,
256
  left bottom,
257
  left top,
258
  color-stop(0, #c5c5c5),
259
  color-stop(1, #fafafa)
259 260
  );
260 261
}
261 262

  
......
264 265
div.panels-ipe-newblock a:active,
265 266
span.panels-ipe-draghandle-icon:active {
266 267
  outline: none;
267
  background-image: linear-gradient(bottom, #FFFFFF 0%, #E9EAEC 100%);
268
  background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E9EAEC 100%);
269
  background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E9EAEC 100%);
270
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E9EAEC 100%);
271
  background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E9EAEC 100%);
268
  background-image: linear-gradient(bottom, #ffffff 0%, #e9eaec 100%);
269
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #e9eaec 100%);
270
  background-image: -moz-linear-gradient(bottom, #ffffff 0%, #e9eaec 100%);
271
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #e9eaec 100%);
272
  background-image: -ms-linear-gradient(bottom, #ffffff 0%, #e9eaec 100%);
272 273
  background-image: -webkit-gradient(
273
    linear,
274
    left bottom,
275
    left top,
276
    color-stop(0, #FFFFFF),
277
    color-stop(1, #E9EAEC)
274
  linear,
275
  left bottom,
276
  left top,
277
  color-stop(0, #ffffff),
278
  color-stop(1, #e9eaec)
278 279
  );
279

  
280 280
  -webkit-box-shadow: 0px 0px 0px 0px #fff;
281 281
  -moz-box-shadow: 0px 0px 0px 0px #fff;
282 282
  box-shadow: 0px 0px 0px 0px #fff;
......
359 359
  background-image: -moz-linear-gradient(bottom, #383838 0%, #666666 100%);
360 360
  background-image: -webkit-linear-gradient(bottom, #383838 0%, #666666 100%);
361 361
  background-image: -ms-linear-gradient(bottom, #383838 0%, #666666 100%);
362

  
363 362
  background-image: -webkit-gradient(
364
    linear,
365
    left bottom,
366
    left top,
367
    color-stop(0, #383838),
368
    color-stop(1, #666666)
363
  linear,
364
  left bottom,
365
  left top,
366
  color-stop(0, #383838),
367
  color-stop(1, #666666)
369 368
  );
370 369
  border: 0;
371 370
  -moz-border-radius: 3px;
372 371
  -webkit-border-radius: 3px;
373 372
  border-radius: 3px;
374
  color: #CCC;
373
  color: #ccc;
375 374
  display: inline-block;
376 375
  font: bold 12px/33px "Open Sans", "Lucida Grande", Tahoma, Verdana, sans-serif;
377 376
  height: 33px;
......
382 381
  padding: 0 0.8em 2px 34px;
383 382
}
384 383

  
385
div.panels-ipe-control input.panels-ipe-save, div.panels-ipe-control input.panels-ipe-cancel,
386
div.panels-ipe-control input.panels-ipe-save:hover, div.panels-ipe-control input.panels-ipe-cancel:hover,
387
div.panels-ipe-control input.panels-ipe-save:focus, div.panels-ipe-control input.panels-ipe-cancel:focus,
388
div.panels-ipe-control input.panels-ipe-save:active, div.panels-ipe-control input.panels-ipe-cancel:active {
384
div.panels-ipe-control input.panels-ipe-save,
385
div.panels-ipe-control input.panels-ipe-cancel,
386
div.panels-ipe-control input.panels-ipe-save:hover,
387
div.panels-ipe-control input.panels-ipe-cancel:hover,
388
div.panels-ipe-control input.panels-ipe-save:focus,
389
div.panels-ipe-control input.panels-ipe-cancel:focus,
390
div.panels-ipe-control input.panels-ipe-save:active,
391
div.panels-ipe-control input.panels-ipe-cancel:active {
389 392
  background-repeat: no-repeat;
390 393
}
391 394

  
......
393 396
  height: 33px;
394 397
  padding: 0 0.8em;
395 398
  display: inline-block;
396
  color: #CCC;
399
  color: #ccc;
397 400
  text-decoration: none;
398 401
}
399 402

  
......
404 407
  background-image: url(../images/icon-save.png), -moz-linear-gradient(bottom, #383838 0%, #666666 100%);
405 408
  background-image: url(../images/icon-save.png), -webkit-linear-gradient(bottom, #383838 0%, #666666 100%);
406 409
  background-image: url(../images/icon-save.png), -ms-linear-gradient(bottom, #383838 0%, #666666 100%);
407

  
408 410
  background-image: url(../images/icon-save.png), -webkit-gradient(
409
    linear,
410
    left bottom,
411
    left top,
412
    color-stop(0, #383838),
413
    color-stop(1, #666666)
411
  linear,
412
  left bottom,
413
  left top,
414
  color-stop(0, #383838),
415
  color-stop(1, #666666)
414 416
  );
415 417
}
416 418

  
......
421 423
  background-image: url(../images/icon-close.png), -moz-linear-gradient(bottom, #383838 0%, #666666 100%);
422 424
  background-image: url(../images/icon-close.png), -webkit-linear-gradient(bottom, #383838 0%, #666666 100%);
423 425
  background-image: url(../images/icon-close.png), -ms-linear-gradient(bottom, #383838 0%, #666666 100%);
424

  
425 426
  background-image: url(../images/icon-close.png), -webkit-gradient(
426
    linear,
427
    left bottom,
428
    left top,
429
    color-stop(0, #383838),
430
    color-stop(1, #666666)
427
  linear,
428
  left bottom,
429
  left top,
430
  color-stop(0, #383838),
431
  color-stop(1, #666666)
431 432
  );
432 433
}
433 434

  
......
436 437
div.panels-ipe-pseudobutton-container:focus,
437 438
div.panels-ipe-control .form-submit:focus {
438 439
  background: #999999;
439
  background-image: linear-gradient(bottom, #3D3D3D 0%, #999999 100%);
440
  background-image: -o-linear-gradient(bottom, #3D3D3D 0%, #999999 100%);
441
  background-image: -moz-linear-gradient(bottom, #3D3D3D 0%, #999999 100%);
442
  background-image: -webkit-linear-gradient(bottom, #3D3D3D 0%, #999999 100%);
443
  background-image: -ms-linear-gradient(bottom, #3D3D3D 0%, #999999 100%);
440
  background-image: linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
441
  background-image: -o-linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
442
  background-image: -moz-linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
443
  background-image: -webkit-linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
444
  background-image: -ms-linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
444 445
  background-image: -webkit-gradient(
445
    linear,
446
    left bottom,
447
    left top,
448
    color-stop(0, #3D3D3D),
449
    color-stop(1, #999999)
446
  linear,
447
  left bottom,
448
  left top,
449
  color-stop(0, #3d3d3d),
450
  color-stop(1, #999999)
450 451
  );
451

  
452
  color: #FFF;
452
  color: #fff;
453 453
}
454 454

  
455 455
div.panels-ipe-pseudobutton-container a:hover,
456 456
div.panels-ipe-pseudobutton-container a:focus {
457
  color: #FFF;
457
  color: #fff;
458 458
}
459 459

  
460 460
div.panels-ipe-control .panels-ipe-cancel:hover,
461 461
div.panels-ipe-control .panels-ipe-cancel:focus {
462
  background-image: url(../images/icon-close.png), linear-gradient(bottom, #3D3D3D 0%, #999999 100%);
463
  background-image: url(../images/icon-close.png), -o-linear-gradient(bottom, #3D3D3D 0%, #999999 100%);
464
  background-image: url(../images/icon-close.png), -moz-linear-gradient(bottom, #3D3D3D 0%, #999999 100%);
465
  background-image: url(../images/icon-close.png), -webkit-linear-gradient(bottom, #3D3D3D 0%, #999999 100%);
466
  background-image: url(../images/icon-close.png), -ms-linear-gradient(bottom, #3D3D3D 0%, #999999 100%);
467

  
462
  background-image: url(../images/icon-close.png), linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
463
  background-image: url(../images/icon-close.png), -o-linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
464
  background-image: url(../images/icon-close.png), -moz-linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
465
  background-image: url(../images/icon-close.png), -webkit-linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
466
  background-image: url(../images/icon-close.png), -ms-linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
468 467
  background-image: url(../images/icon-close.png), -webkit-gradient(
469
    linear,
470
    left bottom,
471
    left top,
472
    color-stop(0, #3D3D3D),
473
    color-stop(1, #999999)
468
  linear,
469
  left bottom,
470
  left top,
471
  color-stop(0, #3d3d3d),
472
  color-stop(1, #999999)
474 473
  );
475 474
}
476 475

  
477 476
div.panels-ipe-control .panels-ipe-save:hover,
478 477
div.panels-ipe-control .panels-ipe-save:focus {
479
  background-image: url(../images/icon-save.png), linear-gradient(bottom, #3D3D3D 0%, #999999 100%);
480
  background-image: url(../images/icon-save.png), -o-linear-gradient(bottom, #3D3D3D 0%, #999999 100%);
481
  background-image: url(../images/icon-save.png), -moz-linear-gradient(bottom, #3D3D3D 0%, #999999 100%);
482
  background-image: url(../images/icon-save.png), -webkit-linear-gradient(bottom, #3D3D3D 0%, #999999 100%);
483
  background-image: url(../images/icon-save.png), -ms-linear-gradient(bottom, #3D3D3D 0%, #999999 100%);
484

  
478
  background-image: url(../images/icon-save.png), linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
479
  background-image: url(../images/icon-save.png), -o-linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
480
  background-image: url(../images/icon-save.png), -moz-linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
481
  background-image: url(../images/icon-save.png), -webkit-linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
482
  background-image: url(../images/icon-save.png), -ms-linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
485 483
  background-image: url(../images/icon-save.png), -webkit-gradient(
486
    linear,
487
    left bottom,
488
    left top,
489
    color-stop(0, #3D3D3D),
490
    color-stop(1, #999999)
484
  linear,
485
  left bottom,
486
  left top,
487
  color-stop(0, #3d3d3d),
488
  color-stop(1, #999999)
491 489
  );
492 490
}
493 491

  
......
499 497
  background-image: -moz-linear-gradient(bottom, #616161 0%, #333333 100%);
500 498
  background-image: -webkit-linear-gradient(bottom, #616161 0%, #333333 100%);
501 499
  background-image: -ms-linear-gradient(bottom, #616161 0%, #333333 100%);
502

  
503 500
  background-image: -webkit-gradient(
504
    linear,
505
    left bottom,
506
    left top,
507
    color-stop(0, #616161),
508
    color-stop(1, #333333)
501
  linear,
502
  left bottom,
503
  left top,
504
  color-stop(0, #616161),
505
  color-stop(1, #333333)
509 506
  );
510

  
511
  color: #CCC;
507
  color: #ccc;
512 508
}
513 509

  
514 510
div.panels-ipe-pseudobutton-container a:active {
515
  color: #CCC;
511
  color: #ccc;
516 512
}
517 513

  
518 514
div.panels-ipe-control .panels-ipe-cancel:active {
......
521 517
  background-image: url(../images/icon-close.png), -moz-linear-gradient(bottom, #616161 0%, #333333 100%);
522 518
  background-image: url(../images/icon-close.png), -webkit-linear-gradient(bottom, #616161 0%, #333333 100%);
523 519
  background-image: url(../images/icon-close.png), -ms-linear-gradient(bottom, #616161 0%, #333333 100%);
524

  
525 520
  background-image: url(../images/icon-close.png), -webkit-gradient(
526
    linear,
527
    left bottom,
528
    left top,
529
    color-stop(0, #616161),
530
    color-stop(1, #333333)
521
  linear,
522
  left bottom,
523
  left top,
524
  color-stop(0, #616161),
525
  color-stop(1, #333333)
531 526
  );
532 527
}
533 528

  
......
537 532
  background-image: url(../images/icon-save.png), -moz-linear-gradient(bottom, #616161 0%, #333333 100%);
538 533
  background-image: url(../images/icon-save.png), -webkit-linear-gradient(bottom, #616161 0%, #333333 100%);
539 534
  background-image: url(../images/icon-save.png), -ms-linear-gradient(bottom, #616161 0%, #333333 100%);
540

  
541 535
  background-image: url(../images/icon-save.png), -webkit-gradient(
542
    linear,
543
    left bottom,
544
    left top,
545
    color-stop(0, #616161),
546
    color-stop(1, #333333)
536
  linear,
537
  left bottom,
538
  left top,
539
  color-stop(0, #616161),
540
  color-stop(1, #333333)
547 541
  );
548 542
}
549 543

  
550
div.panels-ipe-control .panels-ipe-save, div.panels-ipe-control .panels-ipe-cancel,
551
div.panels-ipe-control .panels-ipe-save:hover, div.panels-ipe-control .panels-ipe-cancel:hover,
552
div.panels-ipe-control .panels-ipe-save:active, div.panels-ipe-control .panels-ipe-cancel:active {
544
div.panels-ipe-control .panels-ipe-save,
545
div.panels-ipe-control .panels-ipe-cancel,
546
div.panels-ipe-control .panels-ipe-save:hover,
547
div.panels-ipe-control .panels-ipe-cancel:hover,
548
div.panels-ipe-control .panels-ipe-save:active,
549
div.panels-ipe-control .panels-ipe-cancel:active {
553 550
  background-repeat: no-repeat;
554 551
}
555 552

  
......
572 569
  text-align: center;
573 570
}
574 571

  
575
.panels-ipe-dragbar-admin-title{
572
.panels-ipe-dragbar-admin-title {
576 573
  font-size: 0.9em;
577 574
}

Formats disponibles : Unified diff