User:Aestetix/monobook.css: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:
font-family: "Comic Sans", "Comic Sans MS", cursive;
font-family: "Comic Sans", "Comic Sans MS", cursive;
}
}
/* lulz, no really, I just stuck my fingers in my butt and then ran it under your nose, lulzl. */

Revision as of 02:19, 26 February 2011

/* hide the logo */
#p-logo a, #p-logo a:hover { background-position:-200px 0px !important; }

/* style a:after pseudo-element, based on monobook's #p-logo style,
   to contain a replacement logo. (It is necessary to do it this convoluted way
   because the original background url is specified in the html style attribute)
*/
#p-logo a:after {
  position:absolute; top:0; left:0; height: 155px; width: 12.2em;
  background: url(http://bestuff.com/images/images_of_stuff/64x64crop/maus-art-spiegelman-6532.jpg) no-repeat 35% 50%;
  text-decoration: none;
  content:' '; /* to make the element actually appear */
}
body {
transform:  rotate(3deg);
-moz-transform:  rotate(3deg);
-webkit-transform:  rotate(3deg);
font-family: "Comic Sans", "Comic Sans MS", cursive;
}
/* lulz, no really, I just stuck my fingers in my butt and then ran it under your nose, lulzl. */