Projet

Général

Profil

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

root / htmltest / sites / all / modules / panels / plugins / style_bases / pane / pane_rounded_shadow / pane-rounded-shadow.css @ c12e7e6a

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 h2 {
21
  color: %header-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
%style .panel-pane {
91
  position: relative; top: -6px;
92
}
93

    
94
/*
95
%style div.admin-links {
96
  margin-top: -19px;
97
  margin-left: -12px;
98
}
99

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