User:Jerkey/monobook.css: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
body {
body {
transform:  rotate(5deg);
transform:  rotate(.5deg);
-moz-transform:  rotate(5deg);
-moz-transform:  rotate(.5deg);
-webkit-transform:  rotate(5deg);
-webkit-transform:  rotate(.5deg);
font-family: "Comic Sans", "Comic Sans MS", cursive;
font-family: "Comic Sans", "Comic Sans MS", cursive;
}
}

Revision as of 19:40, 5 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 }