Index: trunk/mockups/glaucus-quick/images/xhdpi/gear.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/mockups/glaucus-quick/images/xhdpi/gear.png |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 1 | + application/octet-stream |
Index: trunk/mockups/glaucus-quick/images/xhdpi/magglass.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/mockups/glaucus-quick/images/xhdpi/magglass.png |
___________________________________________________________________ |
Added: svn:mime-type |
2 | 2 | + application/octet-stream |
Index: trunk/mockups/glaucus-quick/images/xhdpi/user.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/mockups/glaucus-quick/images/xhdpi/user.png |
___________________________________________________________________ |
Added: svn:mime-type |
3 | 3 | + application/octet-stream |
Index: trunk/mockups/glaucus-quick/images/xhdpi/die.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/mockups/glaucus-quick/images/xhdpi/die.png |
___________________________________________________________________ |
Added: svn:mime-type |
4 | 4 | + application/octet-stream |
Index: trunk/mockups/glaucus-quick/images/xhdpi/history.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/mockups/glaucus-quick/images/xhdpi/history.png |
___________________________________________________________________ |
Added: svn:mime-type |
5 | 5 | + application/octet-stream |
Index: trunk/mockups/glaucus-quick/images/xhdpi/watchlist.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/mockups/glaucus-quick/images/xhdpi/watchlist.png |
___________________________________________________________________ |
Added: svn:mime-type |
6 | 6 | + application/octet-stream |
Index: trunk/mockups/glaucus-quick/images/xhdpi/article.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/mockups/glaucus-quick/images/xhdpi/article.png |
___________________________________________________________________ |
Added: svn:mime-type |
7 | 7 | + application/octet-stream |
Index: trunk/mockups/glaucus-quick/images/xhdpi/discussion.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/mockups/glaucus-quick/images/xhdpi/discussion.png |
___________________________________________________________________ |
Added: svn:mime-type |
8 | 8 | + application/octet-stream |
Index: trunk/mockups/glaucus-quick/images/xhdpi/trophy.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/mockups/glaucus-quick/images/xhdpi/trophy.png |
___________________________________________________________________ |
Added: svn:mime-type |
9 | 9 | + application/octet-stream |
Index: trunk/mockups/glaucus-quick/images/xhdpi/wikipedia.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/mockups/glaucus-quick/images/xhdpi/wikipedia.png |
___________________________________________________________________ |
Added: svn:mime-type |
10 | 10 | + application/octet-stream |
Index: trunk/mockups/glaucus-quick/images/xhdpi/hourglass.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/mockups/glaucus-quick/images/xhdpi/hourglass.png |
___________________________________________________________________ |
Added: svn:mime-type |
11 | 11 | + application/octet-stream |
Index: trunk/mockups/glaucus-quick/images/xhdpi/key.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/mockups/glaucus-quick/images/xhdpi/key.png |
___________________________________________________________________ |
Added: svn:mime-type |
12 | 12 | + application/octet-stream |
Index: trunk/mockups/glaucus-quick/images/xhdpi/notifications.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/mockups/glaucus-quick/images/xhdpi/notifications.png |
___________________________________________________________________ |
Added: svn:mime-type |
13 | 13 | + application/octet-stream |
Index: trunk/mockups/glaucus-quick/images/xhdpi/pencil.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/mockups/glaucus-quick/images/xhdpi/pencil.png |
___________________________________________________________________ |
Added: svn:mime-type |
14 | 14 | + application/octet-stream |
Index: trunk/mockups/glaucus-quick/glaucus.css |
— | — | @@ -47,7 +47,7 @@ |
48 | 48 | } |
49 | 49 | |
50 | 50 | .toolbar button.active { |
51 | | - background: #0e43b5; |
| 51 | + background-color: #0e43b5; |
52 | 52 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3963c0), color-stop(100%, #0e43b5)); |
53 | 53 | background-image: -webkit-linear-gradient(top, 0% #3963c0, 100%, #0e43b5); |
54 | 54 | background-image: -moz-linear-gradient(top, 0% #3963c0, 100%, #0e43b5); |
— | — | @@ -152,3 +152,32 @@ |
153 | 153 | margin-top: 69px; |
154 | 154 | } |
155 | 155 | |
| 156 | + |
| 157 | + |
| 158 | +/** Toolbar icons */ |
| 159 | + |
| 160 | +.toolbar button { |
| 161 | + background-size: 32px 32px; |
| 162 | + background-repeat: no-repeat; |
| 163 | + background-position: top center; |
| 164 | +} |
| 165 | + |
| 166 | +#menu-wiki { |
| 167 | + background-image: url(images/xhdpi/wikipedia.png); |
| 168 | +} |
| 169 | + |
| 170 | +#menu-article { |
| 171 | + background-image: url(images/xhdpi/article.png); |
| 172 | +} |
| 173 | + |
| 174 | +#menu-you { |
| 175 | + background-image: url(images/xhdpi/user.png); |
| 176 | +} |
| 177 | + |
| 178 | +#menu-contribute { |
| 179 | + background-image: url(images/xhdpi/pencil.png); |
| 180 | +} |
| 181 | + |
| 182 | +#menu-search { |
| 183 | + background-image: url(images/xhdpi/magglass.png); |
| 184 | +} |