/***** CSS placed here will be applied to all skins on the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/

/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */


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

/* wikitable/prettytable class for skinning normal tables */

table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #000000;
  border: 1px #ff0000 solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #ff0000 solid;
  padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
  background: #000000;
  text-align: center;
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

table.diff a[title="User:Hyrule Link"], 
ul#pagehistory li a[title="User:Hyrule Link"], 
ul.special li a[title="User:Hyrule Link"] { color: #00BDD8; }

table.diff a[title="User:Richard1990"], 
ul#pagehistory li a[title="User:Richard1990"], 
ul.special li a[title="User:Richard1990"] { color: #009900; }

table.diff a[title="User:Chiafriend12"], 
ul#pagehistory li a[title="User:Chiafriend12"], 
ul.special li a[title="User:Chiafriend12"] { color: #009900; }

table.diff a[title="User:Huanghe63"], 
ul#pagehistory li a[title="User:Huanghe63"], 
ul.special li a[title="User:Huanghe63"] { color: #009900; }

table.diff a[title="User:Gangsterls"], 
ul#pagehistory li a[title="User:Gangsterls"], 
ul.special li a[title="User:Gangsterls"] { color: #009900; }

ul.special li a[title="User:Hyrule Link"] { color: #00BDD8; }
ul.special li a[title="User:Chiafriend12"] { color: #009900; }
ul.special li a[title="User:Richard1990"] { color: #009900; }
ul.special li a[title="User:Huanghe63"] { color: #009900; }
ul.special li a[title="User:Gangsterls"] { color: #009900; }


/* Default Skin for Navigation Boxes */

table.navbox {
    background-color: #000000;
    border: 1px solid #ff0000;
    clear: both;
    font-size: 90%;
    font-color: #ff0000;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: center;
    width: 100%;
}

table.navbox th {
    background-color: #000000;
    padding-left: 1em;
    padding-right: 1em;
}

table.navbox tr:not(:first-child) th {
    background-color: #000000;
}

@media print {
    .navbox {
        display: none;
    }
}

/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */

div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 4px;
        border: 1px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #000000;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        background-color: #000000;
        position:relative;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}

#4-search {
   background-image: url([[Image:Search icon.png]]);
   background-position: top left;
   background-repeat: no-repeat;
   padding-left: 50px;
}

/* </nowiki> </pre> /*