MediaWiki:Monobook.css

From MediaWiki
Revision as of 00:57, 30 January 2007 by Suki Brits (talk | contribs) (Implimenting Derik's CSS for cleanup boxes)
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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* edit this file to customize the monobook skin for the entire site */

/* Messagebox templates */

.messagebox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   width: 80%;
   margin: 0 auto 1em auto;
   padding: .2em;
}
.messagebox.merge {
   border: 1px solid #c0b8cc;
   background-color: #f0e5ff;
   text-align: center;
}
.messagebox.cleanup {
   border: 1px solid #9f9fff;
   background-color: #efefff;
   text-align: center;
}
.messagebox.standard-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
}

/* Teletran-1 specicic bits */
.tt1_cleanup {
    height:87px;
}
.tt1_cleanup .messagebox {
   position:relative;
   padding-left:75px;
}
.tt1_cleanup .messagebox span.mb_thumb{
   display:block;
   height:100px;
   width:61px;
   background:url("http://images.wikia.com/transformers/images/2/23/Junkion_jimmy.gif");
   position:absolute;
   top:2px;
   left:5px;
}