MediaWiki:Wikia.css: Difference between revisions

From TogSMP Wiki
Jump to navigation Jump to search
imported>HyperDuckSquared
No edit summary
imported>HyperDuckSquared
No edit summary
Line 17: Line 17:


.portable-infobox th, .infobox th, .pi-oasis th {
.portable-infobox th, .infobox th, .pi-oasis th {
     background: #d3dfe5 !important;
     background: #A0CEE5 !important;
}
}

Revision as of 01:55, 25 February 2018

body {
    color: #d7d7d7 !important;    
}

.WikiaPage .WikiaPageBackground {
    background: #6b6b6b !important;    
}

.page-header__separator {
    background-color: #454545 !important;
}

.portable-infobox, .infobox, .pi-oasis {
    background-color: #e5e5e5 !important;
    color: #adadad !important;
}

.portable-infobox th, .infobox th, .pi-oasis th {
    background: #A0CEE5 !important;
}