Theme CSS

This is the custom CSS for the wiki as a whole.

DO. NOT. ALTER.

body{
   background-color: rgb(028,009,002);
}

table{
   color: rgb(0,0,0);
}

#account-options{
   position: absolute;    
   box-sizing: border-box
   -moz-box-sizing: border-box;
   width: 15em;
   right: 0;
   padding: 0;
   z-index: 40;
   background-color: rgb(125,084,052);
   display: none;
   border: 2px solid rgb(103,067,035);

}

#account-options li a:hover{
   color: rgb(250,182,040);
}

#account-topbutton{
   font-size: 80%;
   font-weight: bold;
   padding: 0 5px;
   border: 2px solid rgb(103,067,035);
   margin-left: 5px;
   text-decoration: none;
   background-color: rgb(125,084,052);
}

div.buttons input, input.button, button, file, a.button{
   margin: 0 2px;
   padding: 0px 0.5em;
   text-decoration: none;
   background-color: rgb(125,084,052);
   border: 2px solid rgb(103,067,035);
   color: rgb(223,153,031);
}

div.buttons input:hover, input.button:hover, button:hover,  a.button:hover{
   background-color: rgb(103,067,035);
   border: 2px solid rgb(095,052,021);
   color: rgb(250,182,040);
}

div.site-list-item:hover{
   background-color: rgb(125,084,052);
}

blockquote{
   border: 1px dashed rgb(014,004,002);
   padding: 0 1em;
   background-color: rgb(120,97,034);
   color: rgb(000,000,000);
}

a {
   color: rgb(223,153,031);
}

a:hover {
   color: rgb(250,182,040);
   background-color: transparent;
}

a.newpage{
    color: rgb(198,098,026);
}

#toc{
   color: rgb(0,0,0);
   margin: 1em auto 1em 0;
   padding: 0em 0.5em;
   border: 1px dashed rgb(0,0,0);
   background-color: rgb(125,084,052);
   display: table;

}

.code { 
   border: 1px dashed rgb(0,0,0);
   background-color: rgb(124,082,054);
   color: rgb(0,0,0);
   font-family: 'Andale Mono', 'Courier New', Courier, monospace;
   padding: 0 1em;
   margin: 0.4em 0;
   overflow: auto;
}

#lock-info{
   background-color: rgb(124,082,054);
   color: rgb(0,0,0);
   border: 2px solid rgb(103,067,035);
   padding: 0.5em 1em;
   margin: 1em 0;
}

#container{
   background-color: rgb(060,033,014);
   border-style: solid;
   border-width: 0px 3px 3px 3px;
   border-color: rgb(014,004,002);
   color: rgb(240,228,198);
}

table.wiki-content-table{
   color: rgb(0,0,0);
   border-collapse: collapse;
   border-spacing: 0;
   border-color: rgb(0,0,0);
   border-style: double;
   margin: 0.5em auto;
   background-color: rgb(125,084,052);
}
table.wiki-content-table td{
   border: 1px solid rgb(0,0,0);
   padding: 0.3em 0.7em;
}
table.wiki-content-table th{
   border: 1px solid rgb(0,0,0);
   padding: 0.3em 0.7em;
   background-color: rgb(103,067,035);
}

#header h1 a,#header h1 a:hover{
    display: block;
    margin: 0; padding:0;
    background-image: url(http://angelcity.wdfiles.com/local--files/start/angel.jpg);
    height: 182px;
    width: 247px;
}

#header h1 a span{
    display:none;
}

#header{
    height: 188px;
    background-color: rgb(014,004,002);
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: rgb(0,0,0);
}

#header h2 span{
    display:none;
}

.page-tags{
   clear: both;
   text-align: left;
   margin: 10px 0 0 0; padding: 0 2px;
}
.page-tags a{
   color: rgb(223,153,031)
   margin: 0 3px;
}

.page-tags span{
   padding-top: 2px;
   border-top: 1px solid #BBB;
   font-size: 85%;
}

#side-bar {
   color: rgb(240,228,198);
   border-style: double;
   border-width: 3px;
   border-color: rgb(014,004,002);
}

#footer{
   margin-top: 5px;
   padding: 3px 10px;
   clear: both; 
   overflow: hidden; 
   background-color: rgb(014,004,002);
   color: rgb(240,228,198);
}

#footer .options a{
   color: rgb(223,153,031);
}

#footer .options a:hover{
   color: rgb(250,182,040);
}

#license-area {
   padding: 0.5em 0;
   color: rgb(240,228,198);
   text-align: center;
}

/* TABS */

.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-color: rgb(028,009,002);
    background-image: url(http://angelcity.wikidot.com/local--files/theme:css/tabs.png);
}

.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em {
    border-color: rgb(0,0,0);
}

.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    background: rgb(125,82,54) url(http://angelcity.wikidot.com/local--files/theme:css/tabs2.png) repeat-x left -1400px; /* selected tab background */
    border: 1px solid rgb(0,0,0);
    color: rgb(250,250,250);
}

.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background: rgb(233,153,031) url(http://angelcity.wikidot.com/local--files/theme:css/tabs.png) repeat-x left -1300px;
}

.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: rgb(0,0,0);
}

.yui-content {
    color: rgb(0,0,0);
}

.yui-navset .yui-content {
    background: rgb(125,084,052); /* content background color */
    border: 1px solid rgb(0,0,0);
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License