Transformice Wiki
Advertisement

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.
@import url("/index.php?title=MediaWiki:Common.css&usemsgcache=yes&ctype=text/css&smaxage=86400&action=raw&maxage=86400");
/*
See Also:
MediaWiki:Common.css
MediaWiki:Handheld.css
*/

#WikiaArticle h2 {
    background-color:#D7D7D7;
    padding:1px 2px 0 !important;
    border-top-right-radius:8px;
}
#WikiaArticle h3 {
    font-weight:bold;
}

.lastEdited-avatar { width:15px; height:15px; }

/* Effects widgets on the front page / templates that use this class. */
.widget_title {
   padding:2px;
   margin:10px 0;
   border:1px solid #BBB;
   border-radius:3px;
 
   color:#FFF;
   font-size:150%;
   font-weight:bold;
   text-align:center;
   text-transform:capitalize;
}

/* Adds wikipedia Template:Ambox type style to a table/div */
.messagebox {
color:black;
background:#EEE;
border:1px solid #AAA;
border-left:10px solid #012E59;
padding:2px 10px;
display:block;
margin:0 10%;
}

/* Darkens every other row */
.oddrow tr:nth-of-type(odd)>td {
   background:rgba(0,0,0,0.04);
}

/* Enables H2 and H3 headers Tabber */
.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 { 
display:block !important; 
}
/* Needed for {{TabberLinks}} */
.tabberlive { position:relative; }

/* Tweaks appearance / links on the main wiki navbar. See also MediaWiki:Wikia.js */
nav.WikiNav .offForum:after {
    background-image: url('http://slot1.images.wikia.nocookie.net/__cb1404941442/common/skins/oasis/images/sprite.png');
    background-position: -1198px 0px;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 16px;
    margin-left: 3px;
    vertical-align: text-top;
    width: 10px;
}
Advertisement