Index: trunk/mockups/glaucus-quick/glaucus.css |
— | — | @@ -128,6 +128,11 @@ |
129 | 129 | padding-right: 12px; |
130 | 130 | } |
131 | 131 | |
| 132 | +.menu li a { |
| 133 | + display: inline-block; |
| 134 | + height: 48px; |
| 135 | + padding-top: 16px; |
| 136 | +} |
132 | 137 | |
133 | 138 | |
134 | 139 | #article-menu { |
— | — | @@ -181,3 +186,73 @@ |
182 | 187 | #menu-search { |
183 | 188 | background-image: url(images/xhdpi/magglass.png); |
184 | 189 | } |
| 190 | + |
| 191 | + |
| 192 | +/** Site menu */ |
| 193 | + |
| 194 | +.menu li { |
| 195 | + background-size: 32px 32px; |
| 196 | + background-repeat: no-repeat; |
| 197 | + background-position: center left; |
| 198 | +} |
| 199 | + |
| 200 | +#menu-main-page { |
| 201 | + background-image: url(images/xhdpi/wikipedia.png); |
| 202 | +} |
| 203 | + |
| 204 | +#menu-featured-content { |
| 205 | + background-image: url(images/xhdpi/trophy.png); |
| 206 | +} |
| 207 | + |
| 208 | +#menu-recent-changes { |
| 209 | + background-image: url(images/xhdpi/hourglass.png); |
| 210 | +} |
| 211 | + |
| 212 | +#menu-random-article { |
| 213 | + background-image: url(images/xhdpi/die.png); |
| 214 | +} |
| 215 | + |
| 216 | +/** Article menu */ |
| 217 | + |
| 218 | +#menu-history { |
| 219 | + background-image: url(images/xhdpi/history.png); |
| 220 | +} |
| 221 | + |
| 222 | +#menu-discussion { |
| 223 | + background-image: url(images/xhdpi/discussion.png); |
| 224 | +} |
| 225 | + |
| 226 | +#menu-whatlinkshere { |
| 227 | + background-image: url(images/xhdpi/discussion.png); |
| 228 | +} |
| 229 | + |
| 230 | + |
| 231 | +/** You menu */ |
| 232 | + |
| 233 | +#menu-self { |
| 234 | + background-image: url(images/xhdpi/user.png); |
| 235 | +} |
| 236 | + |
| 237 | +#menu-your-notifications { |
| 238 | + background-image: url(images/xhdpi/notifications.png); |
| 239 | +} |
| 240 | + |
| 241 | +#menu-your-talk { |
| 242 | + background-image: url(images/xhdpi/discussion.png); |
| 243 | +} |
| 244 | + |
| 245 | +#menu-your-watchlist { |
| 246 | + background-image: url(images/xhdpi/watchlist.png); |
| 247 | +} |
| 248 | + |
| 249 | +#menu-your-contribs { |
| 250 | + background-image: url(images/xhdpi/pencil.png); |
| 251 | +} |
| 252 | + |
| 253 | +#menu-your-preferences { |
| 254 | + background-image: url(images/xhdpi/gear.png); |
| 255 | +} |
| 256 | + |
| 257 | +#menu-log-out { |
| 258 | + background-image: url(images/xhdpi/key.png); |
| 259 | +} |