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

MediaWiki:Monobook.css

From the Crash Bandicoot Wiki, the Crash Bandicoot encyclopedia
Revision as of 21:04, May 25, 2019 by Results May Vary (talk | contribs) (ppersonal a hover)
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;
}