Module:WikiProject banner/sandbox/styles.css: Difference between revisions

Content deleted Content added
m Izno moved page Module:WikiProject banner/styles.css/sandbox to Module:WikiProject banner/sandbox/styles.css without leaving a redirect: no, this lived in the correct place. fix whatever made you move it instead
sync with live
Line 29:
 
.wpb-header-bubbles {
border-radius: .5em;
padding: 0 .3em;
margin-left: 0.5em;
white-space: nowrap;
font-weight: normal;
 
.wpb-nested-task-force {
font-weight: normal;
 
.wpb-header-icon {
width: 50px;
text-align: center;
 
.wpb-category-box {
background-color: #F5F5F5;
border-width: 1px;
width: 500px;
}
 
.wpbs .wpb .wpb-main {
background: #FFFAEF;
padding: 3px 0 3px 0.7em;
}
 
Line 61 ⟶ 46:
 
.wpbs .wpb-header {
background: #FFFAEF;
}
 
Line 98 ⟶ 83:
border: none;
}
 
.wpb-table {
table-layout: fixed;
}
 
@media (min-width: 720px) {
.wpb {
Line 116 ⟶ 97:
 
 
@media screen {
html.skin-theme-clientpref-night .wpb-category-box {
/* brightness flipped */
background-color: #0a0a0a;
background-color: #F5F5F50a0a0a;
}
html.skin-theme-clientpref-night .wpbs .wpb .wpb-main,
html.skin-theme-clientpref-night .wpbs .wpb-header {
/* same hue/saturation as light */
background-color: #0a0a0a302f2d;
}
html.skin-theme-clientpref-night .wpbs .banner-shell-inner {
/* matching dark color from Module:Message box/tmbox.css */
background-color: #2e2505;
}
}
 
html.skin-theme-clientpref-night .wpbs .wpb .wpb-main,
@media screen and ( prefers-color-scheme: dark) {
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;
}
@media (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .wpb-category-box {
/* brightness flipped */