/***** 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 {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}
 .infobox div.plainlinks
 {
     color: #fff;
 }

 .infobox div.plainlinks a
 {
     color: #f0f0f0;
 }


/* Forum formatting (by -Algorithm & -Splaka) */
.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;
}

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

/* Change bullet markers to pawprints */
ul { list-style-image: url(http://images.wikia.com/whitewolf/images/3/3a/WW_Bullet.png); }
.portlet ul { list-style-image: url(http://images.wikia.com/whitewolf/images/c/cd/Menu_bullet.png); }
.portlet ul li:hover { list-style-image: url(http://images.wikia.com/whitewolf/images/e/ef/Menu_hover_bullet.png); }

/* Changes all headers and links to variants on WW's distinctive shade of turquoise */

h1, h2, h3, h4, h5, h6 { color: #006699; }
a { color: #00AAEE; }
a:visited { color: #0055DD; }
a:hover { text-decoration: underline; }
a.new { color: red; }
#bodyContent a.extiw, #bodyContent a.extiw:active { color: #00CCFF; }
#bodyContent a.extiw:visited { color: #0066FF; }
#bodyContent a.external { color: #00CCFF; }
#bodyContent a.external:visited { color: #0066FF; }
#bodyContent a.stub, #bodyContent a.stub:visited { color: #006699; }

h1 { border-bottom: 1px solid #B19379; }

/* 
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2 
*/
#bodyContent a[href ^="http://"],
#bodyContent a[href ^="gopher://"] {
    background: url("/images/5/54/Link_external.png") center right no-repeat;
}
#bodyContent a[href ^="https://"],
.link-https {
    background: url("/images/8/82/Link_secure.gif") center right no-repeat;
    padding-right: 16px;
}
#bodyContent a[href ^="mailto:"],
.link-mailto {
    background: url("/images/e/eb/Link_mail.gif") center right no-repeat;
}
#bodyContent a[href ^="news://"],
#bodyContent a[href ^="nntp://"] {
    background: url("/images/b/bd/Link_news.gif") center right no-repeat;
    padding-right: 15px !important;
}
#bodyContent a[href ^="ftp://"],
.link-ftp {
    background: url("/images/3/3b/Link_ftp.gif") center right no-repeat;
    padding-right: 14px !important;
}
#bodyContent a[href ^="irc://"],
#bodyContent a[href ^="aim://"],
#bodyContent a[href ^="ichat://"],
.link-irc {
    background: url("/images/2/2d/Link_chat.gif")  center right no-repeat;
}
#bodyContent a[href ^="itms://"] {
	background: url("/images/f/f1/Link_itms.gif") center right no-repeat;
	padding-right: 14px !important;
}
#bodyContent a.extiw, #bodyContent a.extiw:active {
    background: none;
    padding: 0;
}
#bodyContent div.noicon a {
	background: none;
	padding: 0;
}

.selected {
	background-color: #FFFFFF;
	color: #006699;
	border-color: #B19379;
}

#title-gameicons { display: none!important; visibility: hidden !important; }
#title-linktabs { 
        position:absolute;
        right:0;
        top:5px;
}

#title-linktabs img { margin:0 0 0 3px; }
.firstHeading { margin-bottom:0.1em; }

#p-cactions ul li a {
	background-color: #FFFFFF;
	color: #000000;
}

table.grey, table.wiki-sidebar, table.browser {
	border: 1px inset #B19379;
	background-color: #D7D7D7;
	color: inherit;
}

table.grey td {
	border: 1px outset #D7D7D7;
}

table.grey tr th, table.grey thead tr th {
	color: #FFFFFF;
	background-color: #006699;
	border: 1px outset #B19379;
	text-align: left;
	font-weight: bold;
}

th {
	text-align: left;
	color: #FFFFFF;
	background-color: inherit;
	font-size: 106.25%;
}

td.odd {
	background-color: #DDDDDD;
	border: 1px outset #DDDDDD;
}
td.even {
	border: 1px outset #CCCCCC;
	background-color: #CCCCCC;
}
table.wiki-sidebar {
	float: right;
	margin-left: 5px;
	width: 200px;
}
table.wiki-sidebar td {
	line-height: 130%;
}
table.wiki-sidebar td.odd {
	width: 35%;
	font-weight: bold;
	text-align: right;
}
table.browser {
	width: 100%;
	clear: both;
}
table.browser td {
	text-align: center;
	width: 33%;
	background: #D7D7D7;
	border: 1px outset #D7D7D7;
	line-height: 130%;
}
table.browser td.topic {
	background-color: #DDDDDD;
	border: 1px outset #DDDDDD; 
}


/* </pre> */