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 @ 08475715

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, .rounded-shadow-bottom-edge, .rounded-shadow-left-edge, .rounded-shadow-right-edge, .rounded-shadow-wrap-corner {
10
  position: relative;
11
  /* hasLayout -1 ? For IE only */
12
  zoom: 1;
13
}
14
%style {
15
  padding-top: 10px;
16
  margin-bottom: 30px;
17
  color: %text;
18
}
19

    
20
%style .rounded-shadow-background {
21
  margin: 10px;
22
  background: %background url(rounded-shadow-background.png) repeat;
23
}
24

    
25
%style .rounded-shadow-wrap-corner {
26
  margin: -10px;
27
}
28

    
29
%style .rounded-shadow-top-edge {
30
  top: -10px;
31
  background: url(rounded-shadow-top-edge.png) repeat-x 0 top;
32
  font-size: 1px;
33
}
34

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

    
41
%style .rounded-shadow-left-edge {
42
  background: url(rounded-shadow-left-edge.png) repeat-y 0 0;
43
}
44

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

    
49
%style .rounded-shadow-wrap-corner .rounded-shadow-top-edge,
50
%style .rounded-shadow-wrap-corner .rounded-shadow-bottom-edge {
51
  height: 19px;
52
  margin: -10px 19px;
53
}
54

    
55
%style .rounded-shadow-wrap-corner .rounded-shadow-left,
56
%style .rounded-shadow-wrap-corner .rounded-shadow-right {
57
  position: absolute;
58
  top: 0;
59
  height: 19px;
60
  width: 19px;
61
  margin: 0 -19px;
62
}
63

    
64
%style .rounded-shadow-wrap-corner .rounded-shadow-left {
65
  background-image: url(rounded-shadow-top-left-corner.png);
66
}
67

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

    
73
%style .rounded-shadow-wrap-corner .rounded-shadow-bottom-edge .rounded-shadow-left {
74
  background-image: url(rounded-shadow-bottom-left-corner.png);
75
}
76

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

    
82
%style .rounded-shadow-wrap-corner .rounded-shadow-right-edge {
83
  padding: 3px 19px;
84
}
85

    
86
/*
87
%style div.admin-links {
88
  margin-top: -19px;
89
  margin-left: -12px;
90
}
91

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