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 19: Line 19:
}
}


.WikiaArticleComments {
    border-top-color: #c1c1c1 !important;
}


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



Revision as of 02:02, 25 February 2018

body {
    color: #d7d7d7 !important;    
}

a {
    color: #A0CEE5 !important;
}

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

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

.WikiaArticle h2 {
    border-bottom-color: #c1c1c1 !important;
}

.WikiaArticleComments {
    border-top-color: #c1c1c1 !important;
}

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

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