Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*******************/
/* MAIN
/*******************/
/* change background */
body { background: green; }

/* change background the content area and the tabs */
#content, #content table, #column-content
#p-cactions ul li a { background: pink; }

/*******************/
/* TABS
/*******************/
/* change background of selected tabs */
#p-cactions ul li.selected a { background: yellow; }

/* change border background of selected tabs */
#p-cactions li.selected { border-color: red; }

/* change background of unselected tabs */
#p-cactions ul li a { background: gray; }

/* tab bottom not removed on hover */
#p-cactions li a:hover { z-index: 0; text-decoration: none; }
#p-cactions li.selected a:hover { z-index: 3; }

/*******************/
/* SIDEBAR
/*******************/
/* style the search box and the buttons below it */
input.searchButton {
    background-color: #efefef !important;
    border: 2px outset !important;
}
#searchInput { border: 1px inset !important; }

/* change background of sidebar boxes */
.pBody {
	background-color: teal;
       }

/* change background of sidebar box headers */
#p-navigation h5 { background-color: blue; }
#p-search h5 { background-color: blue; }
#p-interaction h5 { background-color: blue; }
#p-tb h5 { background-color: blue; }

/*******************/
/* FOOTER
/*******************/
/* change background of footer */
#footer { background-color: black; }

/*******************/
/* OTHER
/*******************/
/* standard link colors */
:link { color: #0000FF; }
:link:visited { color: #7F007F; }
:link:active, :link.new { color: #FF0000; }
:link.interwiki, :link.external { color: #3366BB; }
:link.stub { color: #772233; }

/* change logo */
#p-logo a { background: url(http://www.zeldawiki.org/images/thumb/c/cb/Zwlogo2dlarge.png/120px-Zwlogo2dlarge.png) 35% 50% no-repeat !important; }




/******************************************************************/
/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th,
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
    font-weight: bold;
}
/* format the catlinks itself */
p.catlinks {
  color: #aaaaaa;
  font-family: Verdana,sans-serif;
  font-size:67%;
  line-height: 1.5em;
  text-align:left;
  text-indent:0;
  text-transform: none;
  white-space:normal;
  margin: 0.2em;
}

#p-personal h5 {
    display: inline;
}

/* format links in the catlinks (as distinguished from ":" and "|") */
p.catlinks a {
  color:#888888;
}