Cabal Wiki
No edit summary
No edit summary
Line 83: Line 83:
 
table.infobox {
 
table.infobox {
 
background: none repeat scroll 0 0 #434539;
 
background: none repeat scroll 0 0 #434539;
  +
border: 1px solid #36372e;
  +
}
  +
  +
.mwm-notice {
  +
background: #1B1C16;
 
border: 1px solid #36372e;
 
border: 1px solid #36372e;
 
}
 
}

Revision as of 04:49, 18 June 2013

body {
    background: #202219;
    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.wikitable th {
    background: #AAB966;
    color: #000000;
}

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

.mwm-notice {
    background: #1B1C16;
    border: 1px solid #36372e;
}