User:Jerkey/monobook.css: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(Created page with "body { transform: rotate(5deg); -moz-transform: rotate(5deg); -webkit-transform: rotate(5deg); font-family: "Comic Sans", "Comic Sans MS", cursive; }")
 
No edit summary
Line 5: Line 5:
font-family: "Comic Sans", "Comic Sans MS", cursive;
font-family: "Comic Sans", "Comic Sans MS", cursive;
}
}
#p-logo a { background: url(https://www.noisebridge.net/images/thumb/5/5b/NB_rainbow_on_white.png/131px-NB_rainbow_on_white.png) no-repeat 35% 50% !important; }
#p-logo a:hover { outline:25px dotted }

Revision as of 16:12, 1 February 2013

body {
transform:  rotate(5deg);
-moz-transform:  rotate(5deg);
-webkit-transform:  rotate(5deg);
font-family: "Comic Sans", "Comic Sans MS", cursive;
}

#p-logo a { background: url(https://www.noisebridge.net/images/thumb/5/5b/NB_rainbow_on_white.png/131px-NB_rainbow_on_white.png) no-repeat 35% 50% !important; }
#p-logo a:hover { outline:25px dotted }