Projet

Général

Profil

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

root / drupal7 / sites / all / libraries / superfish-version / style / space-orange.css @ 5a7e6170

1
.sf-menu.sf-style-space-orange {
2
  float: left;
3
  margin-bottom: 1em;
4
  padding: 0;
5
}
6
.sf-menu.sf-style-space-orange.sf-navbar {
7
  width: 100%;
8
}
9
.sf-menu.sf-style-space-orange ul {
10
  padding-left: 0;
11
}
12
.sf-menu.sf-style-space-orange a {
13
  border: 1px outset #000000;
14
  color: #f1f1f1;
15
  padding: 0.75em 1em;
16
  white-space: nowrap;
17
}
18
.sf-menu.sf-style-space-orange a.sf-with-ul {
19
  padding-right: 2.25em;
20
}
21
.sf-menu.sf-style-space-orange.rtl a.sf-with-ul {
22
  padding-left: 2.25em;
23
  padding-right: 1em;
24
}
25
.sf-menu.sf-style-space-orange.sf-navbar a {
26
  border: 0;
27
}
28
.sf-menu.sf-style-space-orange span.sf-description {
29
  color: #13a;
30
  display: block;
31
  font-size: 0.8em;
32
  line-height: 1.5em;
33
  margin: 5px 0 0 5px;
34
  padding: 0;
35
}
36
.sf-menu.sf-style-space-orange li,
37
.sf-menu.sf-style-space-orange li li,
38
.sf-menu.sf-style-space-orange li li li,
39
.sf-menu.sf-style-space-orange.sf-navbar {
40
  background: #333333;
41
}
42
.sf-menu.sf-style-space-orange li:hover,
43
.sf-menu.sf-style-space-orange li.sfHover,
44
.sf-menu.sf-style-space-orange li.active a,
45
.sf-menu.sf-style-space-orange a:focus,
46
.sf-menu.sf-style-space-orange a:hover,
47
.sf-menu.sf-style-space-orange a:active,
48
.sf-menu.sf-style-space-orange.sf-navbar li li {
49
  background: #dc5300;
50
  color: #ffffff;
51
}
52
.sf-menu.sf-style-space-orange.sf-navbar li ul {
53
  background-color: #dc5300;
54
}
55
.sf-menu.sf-style-space-orange.sf-navbar li ul li ul {
56
  background-color: transparent;
57
}
58
.sf-menu.sf-style-space-orange ul.sf-megamenu li.sf-megamenu-wrapper ol,
59
.sf-menu.sf-style-space-orange ul.sf-megamenu li.sf-megamenu-wrapper ol li {
60
        margin: 0;
61
        padding: 0;
62
}
63
.sf-menu.sf-style-space-orange ul.sf-megamenu li.sf-megamenu-wrapper a.menuparent {
64
        font-weight: bold;
65
}
66
.sf-menu.sf-style-space-orange ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
67
        display: inline;
68
        float: left;
69
        width: 12em;
70
}
71
.sf-menu.sf-style-space.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
72
        float: right;
73
}
74
.sf-menu.sf-style-space-orange li.sf-parent-children-1 ul.sf-megamenu {
75
        width: 12em;
76
}
77
.sf-menu.sf-style-space-orange li.sf-parent-children-2 ul.sf-megamenu {
78
        width: 24em;
79
}
80
.sf-menu.sf-style-space-orange li.sf-parent-children-3 ul.sf-megamenu {
81
        width: 36em;
82
}
83
.sf-menu.sf-style-space-orange li.sf-parent-children-4 ul.sf-megamenu {
84
        width: 48em;
85
}
86
.sf-menu.sf-style-space-orange li.sf-parent-children-5 ul.sf-megamenu {
87
        width: 60em;
88
}
89
.sf-menu.sf-style-space-orange li.sf-parent-children-6 ul.sf-megamenu {
90
        width: 72em;
91
}
92
.sf-menu.sf-style-space-orange li.sf-parent-children-7 ul.sf-megamenu {
93
        width: 84em;
94
}
95
.sf-menu.sf-style-space-orange li.sf-parent-children-8 ul.sf-megamenu {
96
        width: 96em;
97
}
98
.sf-menu.sf-style-space-orange li.sf-parent-children-9 ul.sf-megamenu {
99
        width: 108em;
100
}
101
.sf-menu.sf-style-space-orange li.sf-parent-children-10 ul.sf-megamenu {
102
        width: 120em;
103
}