User:Aestetix/monobook.css: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
#p-logo a:after {
#p-logo a:after {
   position:absolute; top:0; left:0; height: 155px; width: 12.2em;
   position:absolute; top:0; left:0; height: 155px; width: 12.2em;
   background: url(http://aestetix.net/aestetix.jpg) no-repeat 35% 50%;
   background: url(http://crypto.nsa.org/f-21/3375140308_f91c1a3248_m.jpg) no-repeat 35% 50%;
   text-decoration: none;
   text-decoration: none;
   content:' '; /* to make the element actually appear */
   content:' '; /* to make the element actually appear */
}
}

Revision as of 11:05, 30 March 2010

/* 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://crypto.nsa.org/f-21/3375140308_f91c1a3248_m.jpg) no-repeat 35% 50%;
  text-decoration: none;
  content:' '; /* to make the element actually appear */
}