There are currently 39 stubs. You can help us by expanding these articles!

Difference between revisions of "MediaWiki:Monobook.css"

From the Crash Bandicoot Wiki, the Crash Bandicoot encyclopedia
Jump to navigationJump to search
(adding background from 2017 april fools mw shroom)
 
(ppersonal a hover)
Line 6: Line 6:
body {
body {
   background: url(/images/b/b1/CBW_background.png) repeat;
   background: url(/images/b/b1/CBW_background.png) repeat;
}
#p-personal ul a:hover {
    text-decoration: underline;
    background-color:transparent;
}
}

Revision as of 21:04, May 25, 2019

/* CSS placed here will affect users of the MonoBook skin */
div#globalWrapper {
	background-image: url(/images/b/b1/CBW_background.png);
}

body {
  background: url(/images/b/b1/CBW_background.png) repeat;
}

#p-personal ul a:hover {
    text-decoration: underline;
    background-color:transparent;
}