Welcome to the Creatures Wiki! Log in and join the community.

MediaWiki:Monobook.css

From Creatures Wiki
Revision as of 22:22, 15 February 2005 by Sgeo (talk | contribs) (Formatting)
Jump to navigation Jump to search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
//Formatting<pre>
@media print { .noprint { display: none}}
*.editsection { position: relative; top: 1em; }
#f-poweredbyico img { visibility: hidden !important; }
#f-poweredbyico { background: url(/images/1/1a/Albiawikibutton.png); }
ul { list-style-image: url(/images/7/7a/Bullet.png); }
ul li:hover { list-style-image: url(/images/c/c3/Bullethover.png); }
.portlet ul { list-style-image: url(/images/7/7a/Smallbullet.png); }
.portlet ul li:hover { list-style-image: url(/images/d/de/Smallbullethover.png); }
#catlinks { 
background-image: url(/images/2/21/Categorybackground.png);
background-repeat: no-repeat;
background-position: bottom right;
}
/* Create more space to top and left and put norn in it */
div.editsection:hover {
    background: url(/images/9/9f/Editnorn.png) 0px 0px no-repeat;
    padding: 16px 0px 0px 21px;
    position: relative;
    top: -3px;
}
//Formatting</pre>