Difference between revisions of "MediaWiki:Common.css"

From Star Wars Combine :: Game Guide
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: /* Makes the wiki have colours similar to the SWC Blue Scheme Make sure $wgUseSiteCss = true; is set in LocalSettings so t...")
 
Line 152: Line 152:
 
#pagehistory li.selected {
 
#pagehistory li.selected {
 
     background-color: unset;
 
     background-color: unset;
 +
}
 +
 +
table, table.wikitable, div.thumbinner, img.thumbimage {
 +
    background-color: #001F33;
 +
    color: #cccccc;
 
}
 
}

Revision as of 10:23, 22 May 2018

/* CSS placed here will be applied to all skins */
/* 
Makes the wiki have colours similar to the SWC Blue Scheme 
Make sure $wgUseSiteCss = true; is set in LocalSettings so this can take effect.
*/


body, #mw-page-base {
    background-color: #001F33;
    background-image: none;
}
#content {
    background-color: #0C3248;
    border-color: #aaa;
}
.mw-body {
    margin-top: 0px;
    color: #cccccc;
}
.mw-editinginterface, .mw-editform {
    color: #222222;
}
.mw-content-ltr, .mw-editinginterface {
    color: #cccccc !important;
}

#left-navigation {
    margin-left: 11.5em;
}

h1, h2, h3, h4, h5 {
    color: #cccccc;
}

div.vectorTabs {
    padding-left: 0px;
    background-image: none;
}
div.vectorTabs ul {
    background-image: none;
}
div.vectorTabs ul li {
    margin-left: 2px;
    margin-right: 2px;
}
div.vectorTabs ul li, div.vectorTabs li.selected {
    background-image: none;
    background-color: #0C3248;
    color: #cccccc;
}
div.vectorTabs ul li a, div.vectorTabs ul li a:visited, div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited, div.vectorTabs li.new a, div.vectorTabs li.new a:visited {
    color: #cccccc;
}
div.vectorTabs ul li {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: none;
    background-color: #001F33;
    box-sizing: border-box;
}
div.vectorTabs span {
    background-image: none;
}
div.vectorTabs ul li.selected {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: none;
    margin-top: 1px;
}
div#mw-head div.vectorMenu h3 {
    background-image: none;
}
div.vectorMenu li a, div.vectorMenu li a:visited, div.vectorMenu h3 span {
    color: #cccccc;
}
div.vectorMenu div.menu {
    background-color: #0C3248;
}

div#mw-panel div.portal div.body {
    background-color: #00132C;
    color: black;
    border: 1px solid #cccccc;
    padding: 0 .8em .3em .5em;
    background-image: none;
}
div#mw-panel div.portal h3 {
    background: transparent;
    padding: 0 1em 0 .5em;
    display: inline;
    height: 1em;
    text-transform: lowercase;
    font-size: 75%;
    font-weight: normal;
    white-space: nowrap;
    color: #cccccc;
    margin: none;
}

div#simpleSearch {
    background-image: none;
    background-color: unset;
}
div#simpleSearch input {
    background-color: #00132C;
    color: #cccccc;
}

a, a:visited, div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited, .tocnumber {
    text-decoration: none;
    color: #55798B;
    background: none;
}

#bodyContent a.external {
    color: #55798B;
}

#toc, .toc, .mw-warning {
    border: 1px solid #cccccc;
    background-color: #0C3248;
    padding: 5px;
    font-size: 95%;
}

table {
    background-color: #001F33;
}

pre {
    padding: 1em;
    border: 1px dashed #cccccc;
    color: #cccccc;
    background-color: #0C3248;
    line-height: 1.1em;
}

.catlinks {
    border: 1px solid #cccccc;
    background-color: #0C3248;
    padding: 5px;
    margin-top: 1em;
    clear: both;
}

div#footer ul li {
    color: #cccccc;
}

#pagehistory li.selected {
    background-color: unset;
}

table, table.wikitable, div.thumbinner, img.thumbimage { 
    background-color: #001F33;
    color: #cccccc; 
}