User:Talonsin/darkangels-styles.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* __TEMPLATESTYLES__ */ | /* __TEMPLATESTYLES__ */ | ||
/* DARK THEME OVERRIDES */ | |||
.darkangels-theme, | |||
.darkangels-theme body, | |||
.darkangels-theme #content, | |||
.darkangels-theme .mw-body { | |||
background: white !important; | |||
color: #333 !important; | |||
} | |||
/* Force green headers */ | |||
.darkangels-theme .army-rule-header { | |||
background-color: #006341 !important; | |||
filter: none !important; /* Remove any theme color filters */ | |||
} | |||
/* DARK ANGELS THEME - WHITE BACKGROUND VERSION */ | /* DARK ANGELS THEME - WHITE BACKGROUND VERSION */ | ||