Transformice Wiki
No edit summary
No edit summary
Line 33: Line 33:
 
.oddrow tr:nth-of-type(odd)>td {
 
.oddrow tr:nth-of-type(odd)>td {
 
background:rgba(0,0,0,0.04);
 
background:rgba(0,0,0,0.04);
  +
}
  +
  +
/* 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;
 
}
 
}

Revision as of 13:37, 20 October 2014

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

/* 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);
}

/* 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;
}