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

MediaWiki:Monobook.css

From Creatures Wiki
Revision as of 12:25, 1 October 2006 by Sgeo (talk | contribs)
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; }

/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a { font-weight: bold !important; }

#pt-login {
  font-weight: bold;
  font-size: 110%;
}

/* Change icon at bottom right to Albiawiki */
#f-poweredbyico img { visibility: hidden !important; }
#f-poweredbyico { background: url(http://images.wikia.com/creatures/images/1/1a/Albiawikibutton.png); top: 0px; }

/* Change bullet markers to eggs */
ul { list-style-image: url(http://images.wikia.com/creatures/images/7/7a/Bullet.png); }
ul li:hover { list-style-image: url(http://images.wikia.com/creatures/images/c/c3/Bullethover.png); }
.portlet ul { list-style-image: url(http://images.wikia.com/creatures/images/7/7a/Smallbullet.png); }
.portlet ul li:hover { list-style-image: url(http://images.wikia.com/creatures/images/d/de/Smallbullethover.png); }


/* Change background of category bar */
#catlinks { 
background-image: url(http://images.wikia.com/creatures/images/2/21/Categorybackground.png);
background-repeat: no-repeat;
background-position: bottom right;
}

/* Create more space to top and left of the section Edit links and put norn in it */
div.editsection:hover {
    background: url(http://images.wikia.com/creatures/images/9/9f/Editnorn.png) 0px 0px no-repeat;
    padding: 16px 0px 0px 21px;
    position: relative;
    top: -3px;
}

/* Pai Gon at bottom left */
#footer { background-color: white; background: url(http://images.wikia.com/creatures/images/f/fd/Paigon.png); 
clear: right;
background-repeat: no-repeat; background-position:  3px 2px; padding-bottom: 1.24em; padding-left: 102px;}

/* Search box logo - nothing works reliably here, so leaving it out :-) */
/*#p-search div form#searchform a img { display:list-item; list-style-image: url(http://images.wikia.com/creatures/images/b/bf/Creatureswiki.png); }*/
/*content: none; background: url(http://images.wikia.com/creatures/images/b/bf/Creatureswiki.png); width:101; height 35;*/

/*Do some Forum thingy*/
.forumheader { border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; }
.forumlist td.forum_edited a { color: black; text-decoration: none }
.forumlist td.forum_title a { padding-left: 20px; }
.forumlist td.forum_title a.forum_new { font-weight: bold; background: url(/images/4/4e/Forum_new.gif) 
center left no-repeat; padding-left: 20px; }
.forumlist td.forum_title a.forum_new:visited { font-weight: normal; background: none; padding-left: 20px; }
.forumlist th.forum_title { padding-left: 20px; }
//Formatting</pre>