Projet

Général

Profil

Paste
Télécharger (2,33 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / panels / plugins / style_bases / region / region_rounded_shadow / region-rounded-shadow.css @ 64156087

1
/* Show only to IE7 */
2
*:first-child+html .rounded-shadow-background,
3
/* Show only to IE6 */
4
* html .rounded-shadow-background {
5
  margin: 0 -10px 0 0 !important;
6
  padding: 10px 0 5px 0 !important;
7
}
8

    
9
.rounded-shadow-top-edge,
10
.rounded-shadow-bottom-edge,
11
.rounded-shadow-left-edge,
12
.rounded-shadow-right-edge,
13
.rounded-shadow-wrap-corner {
14
  position: relative;
15
  /* hasLayout -1 ? For IE only */
16
  zoom: 1;
17
}
18
%style {
19
  padding-top: 10px;
20
  margin-bottom: 30px;
21
  color: %text;
22
}
23

    
24
%style .rounded-shadow-background {
25
  margin: 10px;
26
  background: %background url(rounded-shadow-background.png) repeat;
27
}
28

    
29
%style .rounded-shadow-wrap-corner {
30
  margin: -10px;
31
}
32

    
33
%style .rounded-shadow-top-edge {
34
  top: -10px;
35
  background: url(rounded-shadow-top-edge.png) repeat-x 0 top;
36
  font-size: 1px;
37
}
38

    
39
%style .rounded-shadow-bottom-edge {
40
  bottom: -10px;
41
  background: url(rounded-shadow-bottom-edge.png) repeat-x 0 bottom;
42
  font-size: 1px;
43
}
44

    
45
%style .rounded-shadow-left-edge {
46
  background: url(rounded-shadow-left-edge.png) repeat-y 0 0;
47
}
48

    
49
%style .rounded-shadow-right-edge {
50
  background: url(rounded-shadow-right-edge.png) repeat-y right 0;
51
}
52

    
53
%style .rounded-shadow-wrap-corner .rounded-shadow-top-edge,
54
%style .rounded-shadow-wrap-corner .rounded-shadow-bottom-edge {
55
  height: 19px;
56
  margin: -10px 19px;
57
}
58

    
59
%style .rounded-shadow-wrap-corner .rounded-shadow-left,
60
%style .rounded-shadow-wrap-corner .rounded-shadow-right {
61
  position: absolute;
62
  top: 0;
63
  height: 19px;
64
  width: 19px;
65
  margin: 0 -19px;
66
}
67

    
68
%style .rounded-shadow-wrap-corner .rounded-shadow-left {
69
  background-image: url(rounded-shadow-top-left-corner.png);
70
}
71

    
72
%style .rounded-shadow-wrap-corner .rounded-shadow-right {
73
  right: 0;
74
  background-image: url(rounded-shadow-top-right-corner.png);
75
}
76

    
77
%style .rounded-shadow-wrap-corner .rounded-shadow-bottom-edge .rounded-shadow-left {
78
  background-image: url(rounded-shadow-bottom-left-corner.png);
79
}
80

    
81
%style .rounded-shadow-wrap-corner .rounded-shadow-bottom-edge .rounded-shadow-right {
82
  right: 0;
83
  background-image: url(rounded-shadow-bottom-right-corner.png);
84
}
85

    
86
%style .rounded-shadow-wrap-corner .rounded-shadow-right-edge {
87
  padding: 3px 19px;
88
}
89

    
90
/*
91
%style div.admin-links {
92
  margin-top: -19px;
93
  margin-left: -12px;
94
}
95

96
%style .panel-separator {
97
  background: url(rounded-shadow-bottom-edge.png) repeat-x 0 center;
98
  font-size: 1px;
99
  height: 30px;
100
}
101
*/