1 @import "mediawiki.mixins.rotation"
3 /* Watch/Unwatch Icon Styling */
10 /* This hides the text but shows the background image */
13 /* Only applied in IE6 */
14 margin-top: -0.8em !ie;
17 background-position: 5px 60%;
20 .background-image-svg('images/unwatch-icon.svg', 'images/unwatch-icon.png');
23 .background-image-svg('images/watch-icon.svg', 'images/watch-icon.png');
25 #ca-unwatch.icon a:hover,
26 #ca-unwatch.icon a:focus {
27 .background-image-svg('images/unwatch-icon-hl.svg', 'images/unwatch-icon-hl.png');
29 #ca-watch.icon a:hover,
30 #ca-watch.icon a:focus {
31 .background-image-svg('images/watch-icon-hl.svg', 'images/watch-icon-hl.png');
33 #ca-unwatch.icon a.loading,
34 #ca-watch.icon a.loading {
35 .background-image-svg('images/watch-icon-loading.svg', 'images/watch-icon-loading.png');
37 /* Suppress the hilarious rotating focus outline on Firefox */
41 background-position: 50% 60%;
42 -webkit-transform-origin: 50% 57%;
43 transform-origin: 50% 57%;
45 #ca-unwatch.icon a span,
46 #ca-watch.icon a span {