Projet

Général

Profil

Paste
Télécharger (3,89 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / mayo / css / black-menu.css @ d7f58da2

1
#menubar,
2
#navigation,
3
#preview #preview-navigation {
4
  background: url("../images/black-menu.png") repeat center left;
5
  border-bottom-width: 0px;
6
  padding: 4px 4px 4px 8px;
7
}
8

    
9
#submenubar {
10
  padding: 2px 4px 2px 8px;
11
}
12

    
13
#navigation ul li,
14
#preview #preview-navigation ul li {
15
  border-right-color: #333;
16
}
17

    
18
#navigation ul li a,
19
#preview #preview-navigation ul li a {
20
  color: #ddd;
21
  font-weight: normal;
22
  font-size: small;
23
}
24

    
25
#navigation ul li a:hover,
26
#preview #preview-#navigation ul li a:hover {
27
  color: #fff;
28
  background-color: #444;
29
  text-decoration: none;
30
}
31

    
32
#navigation ul.main-menu li:hover,
33
#navigation ul.main-menu li a:hover {
34
  color: #fff;
35
  background-color: #444;
36
  background: #444;
37
  text-decoration: none;
38
}
39

    
40
#navigation ul li a:hover {
41
  /* needed for IE */
42
  color: #fff;
43
  background: #444;
44
  text-decoration: none;
45
}
46

    
47
/*--------------- superfish ----------------*/
48
#menubar .sf-menu li a {
49
  background: black url("../images/black-menu.png") repeat center left;
50
  border-right-color: #333;
51
  color: #ddd;
52
  font-weight: normal;
53
}
54

    
55
#menubar .sf-menu li ul li a {
56
  background: #000;
57
}
58

    
59
#menubar .sf-menu li.last ul li a,
60
#menubar .sf-menu li ul li a,
61
#menubar .sf-menu li ul li.last a {
62
  border-color: #333;
63
  background-color: #000;
64
}
65

    
66
#menubar .sf-menu li a:hover,
67
#menubar .sf-menu li.last a:hover {
68
  color: #fff;
69
  text-decoration: none;
70
  background: #444;
71
}
72

    
73
#menubar .sf-menu ul {
74
  border-color: #333;
75
}
76

    
77
/*-------------- nice_menus -----------------*/
78
#menubar ul.nice-menu {
79
  z-index: 99;
80
  /* makes drop down menu item for the menubar comes front of sub menubar */
81
  background: url("../images/black-menu.png") repeat center left;
82
}
83

    
84
#menubar .nice-menu a,
85
#menubar .nice-menu a:active,
86
#menubar .nice-menu a:visited,
87
#menubar .nice-menu a:focus {
88
  color: #ddd;
89
}
90

    
91
#menubar .nice-menu a:hover {
92
  color: #fff;
93
  text-decoration: none;
94
}
95

    
96
#menubar ul.nice-menu li a {
97
  /* root menu items */
98
  background: url("../images/black-menu.png") repeat center left;
99
}
100

    
101
#menubar ul.nice-menu li ul li.menuparent a,
102
#menubar ul.nice-menu li ul li.menuparent a:hover,
103
#menubar ul.nice-menu li ul li.menuparent:hover,
104
#menubar ul.nice-menu li ul li.menuparent {
105
  /* drop down menu item that has child menu */
106
  background-image: url("../images/arrow-right-lite.png");
107
  background-repeat: no-repeat;
108
  background-position: 95%;
109
}
110

    
111
#menubar ul.nice-menu li ul li.menuparent li a {
112
  background-image: none;
113
  /* do not delete! */
114
}
115

    
116
#menubar ul.nice-menu li.menuparent li a {
117
  background-image: none;
118
  /* do not delete! */
119
  background-color: #000;
120
}
121

    
122
#menubar ul.nice-menu li.menuparent li {
123
  background-image: none;
124
  /* do not delete! */
125
  background-color: #000;
126
}
127

    
128
#menubar ul.nice-menu li ul li.menuparent li a:hover {
129
  background-image: none;
130
  /* do not delete! */
131
  background: #444;
132
}
133

    
134
#menubar ul.nice-menu li.menuparent {
135
  /* root menu item that has drop down menu */
136
  background: url("../images/black-menu.png") repeat center left;
137
}
138

    
139
#menubar ul.nice-menu li.menuparent a {
140
  /* root menu item that has drop down menu */
141
  background-image: url("../images/arrow-down-lite.png");
142
  background-repeat: no-repeat;
143
  background-position: 90%;
144
}
145

    
146
#menubar ul.nice-menu li a {
147
  /* root menu item that has no drop down menu */
148
  border-right-color: #333;
149
}
150

    
151
#menubar ul.nice-menu li.last ul li a,
152
#menubar ul.nice-menu li ul li a,
153
#menubar ul.nice-menu li ul li.last a {
154
  /* drop down menu items */
155
  border-color: #333;
156
  background: #000;
157
}
158

    
159
#menubar ul.nice-menu li a:hover,
160
#menubar ul.nice-menu li.menuparent a:hover {
161
  /* root menu item hover color */
162
  background: #444;
163
}
164

    
165
#menubar ul.nice-menu li.menuparent a:hover {
166
  /* root menu item that has drop down menu */
167
  background-image: url("../images/arrow-down-lite.png");
168
  background-repeat: no-repeat;
169
  background-position: 90%;
170
}
171

    
172
#menubar ul.nice-menu li.menuparent li a:hover {
173
  background-image: none;
174
}
175

    
176
#menubar ul.nice-menu li ul {
177
  border: solid 1px #333;
178
}