Module:WikiProject banner/styles.css and Module:WikiProject banner/sandbox/styles.css: Difference between pages
Appearance
(Difference between pages)
imported>Deadfire creation |
imported>Deadfire Created page with "→.wpb-header gets unhidden in wpbs: .wpb-header, .wpb-metadata, .wpb-iefix { →TODO: Is wpb-iefix still necessary in an IE11/Edge world?: display: none; } /* CSS for..." |
||
| Line 107: | Line 107: | ||
.import-na {background-color: #F5F5F5;} | .import-na {background-color: #F5F5F5;} | ||
.import-unknown {background-color: #DCDCDC;} | .import-unknown {background-color: #DCDCDC;} | ||
.class-fa, .class-fl {background-color: #BED3FF;} | .class-fa, .class-fl, .class-fm {background-color: #BED3FF;} | ||
.class-a, .class-al {background-color: #C0FFFF;} | .class-a, .class-al {background-color: #C0FFFF;} | ||
.class-ga {background-color: #C0FFC0;} | .class-ga {background-color: #C0FFC0;} | ||
| Line 129: | Line 129: | ||
.class-unassessed {background-color: #DCDCDC;} | .class-unassessed {background-color: #DCDCDC;} | ||
.conflict {border: 0.2em solid red;} | .conflict {border: 0.2em solid red;} | ||
/* invert parenthesis on inactive WikiProject bubble */ | |||
.inactive-wikiproject .wpb-header-bubbles { | |||
color: inherit; | |||
} | |||
@media screen { | |||
html.skin-theme-clientpref-night .wpb-category-box { | |||
/* brightness flipped */ | |||
background-color: #0a0a0a; | |||
} | |||
html.skin-theme-clientpref-night .wpbs .wpb .wpb-main, | |||
html.skin-theme-clientpref-night .wpbs .wpb-header { | |||
/* same hue/saturation as light */ | |||
background-color: #302f2d; | |||
} | |||
html.skin-theme-clientpref-night .wpbs .banner-shell-inner { | |||
/* matching dark color from Module:Message box/tmbox.css */ | |||
background-color: #2e2505; | |||
} | |||
} | |||