Projet

Général

Profil

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

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

1

    
2
#menubar, /* for nice_menus, superfish */
3
#navigation,
4
#preview #preview-navigation {
5
  background: url('../images/black-menu.png') repeat center left;
6
  border-bottom-width: 0px;
7
  padding: 4px 4px 4px 8px;
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
#navigation ul li a,
18
#preview #preview-navigation ul li a {
19
  color: #ddd;
20
  font-weight: normal;
21
  font-size: small;
22
}
23
#navigation ul li a:hover,
24
#preview #preview-#navigation ul li a:hover {
25
  color: #fff;
26
  background-color: #444;
27
  text-decoration: none;
28
}
29
#navigation ul.main-menu li:hover,
30
#navigation ul.main-menu li a:hover {
31
  color: #fff;
32
  background-color: #444;
33
  background: #444;
34
  text-decoration: none;
35
}
36
#navigation ul li a:hover { /* needed for IE */
37
  color: #fff;
38
  background: #444;
39
  text-decoration: none;
40
}
41

    
42
/*--------------- superfish ----------------*/
43
#menubar .sf-menu li a {
44
  background: #000 url('../images/black-menu.png') repeat center left;
45
  border-right-color: #333;
46
  color: #ddd;
47
  font-weight: normal;
48
}
49
#menubar .sf-menu li ul li a {
50
  background: #000;
51
}
52
#menubar .sf-menu li.last ul li a,
53
#menubar .sf-menu li ul li a,
54
#menubar .sf-menu li ul li.last a {
55
  border-color: #333;
56
  background-color: #000;
57
}
58
#menubar .sf-menu li a:hover,
59
#menubar .sf-menu li.last a:hover {
60
  color: #fff;
61
  text-decoration: none;
62
  background: #444;
63
}
64
#menubar .sf-menu ul {
65
  border-color: #333;
66
}
67

    
68
/*-------------- nice_menus -----------------*/
69
#menubar ul.nice-menu {
70
  z-index: 99; /* makes drop down menu item for the menubar comes front of sub menubar */
71
  background: url('../images/black-menu.png') repeat center left;
72
}
73
#menubar .nice-menu a,
74
#menubar .nice-menu a:active,
75
#menubar .nice-menu a:visited,
76
#menubar .nice-menu a:focus {
77
  color: #ddd;
78
}
79
#menubar .nice-menu a:hover {
80
  color: #fff;
81
  text-decoration: none;
82
}
83
#menubar ul.nice-menu li a {
84
  /* root menu items */
85
  background: url('../images/black-menu.png') repeat center left;
86
}
87

    
88
#menubar ul.nice-menu li ul li.menuparent a,
89
#menubar ul.nice-menu li ul li.menuparent a:hover,
90
#menubar ul.nice-menu li ul li.menuparent:hover,
91
#menubar ul.nice-menu li ul li.menuparent {
92
  /* drop down menu item that has child menu */
93
  background-image: url('../images/arrow-right-lite.png');
94
  background-repeat: no-repeat;
95
  background-position: 95%;
96
}
97
#menubar ul.nice-menu li ul li.menuparent li a {
98
  background-image: none; /* do not delete! */
99
}
100
#menubar ul.nice-menu li.menuparent li a {
101
  background-image: none; /* do not delete! */
102
  background-color: #000;
103
}
104
#menubar ul.nice-menu li.menuparent li {
105
  background-image: none; /* do not delete! */
106
  background-color: #000;
107
}
108
#menubar ul.nice-menu li ul li.menuparent li a:hover {
109
  background-image: none; /* do not delete! */
110
  background: #444;
111
}
112

    
113
#menubar ul.nice-menu li.menuparent {
114
  /* root menu item that has drop down menu */
115
  background: url('../images/black-menu.png') repeat center left;
116
}
117
#menubar ul.nice-menu li.menuparent a {
118
  /* root menu item that has drop down menu */
119
  background-image: url('../images/arrow-down-lite.png');
120
  background-repeat: no-repeat;
121
  background-position: 90%;
122
}
123
#menubar ul.nice-menu li a {
124
  /* root menu item that has no drop down menu */
125
  border-right-color: #333;
126
}
127
#menubar ul.nice-menu li.last ul li a,
128
#menubar ul.nice-menu li ul li a,
129
#menubar ul.nice-menu li ul li.last a {
130
  /* drop down menu items */
131
  border-color: #333;
132
  background: #000;
133
}
134

    
135
#menubar ul.nice-menu li a:hover,
136
#menubar ul.nice-menu li.menuparent a:hover {
137
  /* root menu item hover color */
138
  background: #444;
139
}
140
#menubar ul.nice-menu li.menuparent a:hover {
141
  /* root menu item that has drop down menu */
142
  background-image: url('../images/arrow-down-lite.png');
143
  background-repeat: no-repeat;
144
  background-position: 90%;
145
}
146
#menubar ul.nice-menu li.menuparent li a:hover {
147
  background-image: none;
148
}
149
#menubar ul.nice-menu li ul {
150
  border: solid 1px #333;
151
}