RangerWiki
Advertisement
RangerWiki

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.
/***** CSS placed here will be applied to all skins on the entire site. *****/
/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }

/* Infobox template style */
.infobox {
   text-align:right;
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
   width:270px;
  -moz-border-radius:10px;
 }

 .infobox tr td:first-child
 {
  text-align:left;
 }

 .infobox .oddrow
 {
  background-color:#D3D3D3;
 }

 .infobox .labelrow
 {
  font-weight:bold;
  text-align:center !important;
  background-color:gray;
  color:white
 }

/* List Style */
.toc tr td ul li { list-style-image: url("images/e/ef/Transparent_Bullet.png"); }
ul li { list-style-image: url("images/7/7a/Bullet.png"); }
.portlet ul li { list-style-image: url("images/7/7a/Bullet.png"); }


body { background-image: url("images/1/1f/Background.jpg");}
li#pt-userpage { background-image: url("images/1/1c/User.gif"); }
li#pt-login { background-image: url("images/1/1c/User.gif"); }

/* Recent changes byte indicators */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }

#adSpace1, #adSpace1
{
 display:none;
}
/*  */ </pre>
Advertisement