Cabal Wiki
(Created page with "body { background: #202219F; background-position: left top; color: #FBFBF2; } #content_wrapper { background: #1B1C16; color: #FBFBF2; border: 1px soli...")
 
No edit summary
Line 75: Line 75:
 
border: 0px solid #CCCCCC;
 
border: 0px solid #CCCCCC;
 
padding: 3px;
 
padding: 3px;
  +
}
  +
  +
table th {
  +
background: #AAB966;
 
}
 
}
   

Revision as of 04:41, 18 June 2013

body {
    background: #202219F;
    background-position: left top;
    color: #FBFBF2;
}

#content_wrapper {
    background: #1B1C16;
    color: #FBFBF2;
    border: 1px solid #36372e;
    clear: both;
    margin: 0 8px;
}

h2 {
    border-bottom: 0px solid #AAAAAA;
}

.thumb {
    background: none repeat scroll 0 0 #434539;
    border: 1px solid #36372e;
    margin-bottom: 10px;
}

/***************
/* Link styles *
/***************/
a {
    color: #ccd0b1;
}

a:link {
    color: #ccd0b1;
}

div#content a:visited, a:visited {
    color: #ccd0b1;
}

a:hover, div#content a:visited:hover, a:visited:hover {
    color: #ccd0b1;
}

div#content a.extiw, div#footer a.extiw, div#content a.external, div#footer a.external {
    color: #ccd0b1;
}

div#content a.extiw:visited, div#footer a.extiw:visited, div#content a.external:visited, div#footer a.external:visited {
    color: #ccd0b1;
}

div#content a.extiw:hover, div#footer a.extiw:hover, div#content a.external:hover, div#footer a.external:hover, div#content a.extiw:visited:hover, div#footer a.extiw:visited:hover, div#content a.external:visited:hover, div#footer a.external:visited:hover {
    color: #ccd0b1;
}

a:active {
    color: #ccd0b1;
}

table[style] {
    margin-left: 0 !important;
    margin: auto !important;
}
table {
    border: 0px solid #CCCCCC;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    margin: auto;
    margin-bottom: 15px;
    padding: 3px;
    width: 100%;
}

table td, table th {
    border: 0px solid #CCCCCC;
    padding: 3px;
}

table th {
    background: #AAB966;
}

table.infobox {
    background: none repeat scroll 0 0 #434539;
    border: 1px solid #36372e;
}