Elections Wiki:Main Page/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
test |
||
Line 9: | Line 9: | ||
} | } | ||
.mp-contains-float::after { | |||
content: ""; | |||
display: block; | |||
clear: both; | |||
} | |||
body.skin-watercolordark #mp-banner { background: unset!important; } | |||
#mp-banner { | |||
/*background: #fffaf5;*/ | |||
border-color: #f2e0ce; | |||
} | } | ||
#mp-left { background: unset!important; } | body.skin-watercolordark #mp-left { background: unset!important; } | ||
#mp-left { | #mp-left { | ||
background: #f5fffa; | background: #f5fffa; | ||
Line 31: | Line 28: | ||
} | } | ||
#mp-left .mp-h2 { background: unset!important; } | body.skin-watercolordark #mp-left .mp-h2 { background: unset!important; } | ||
#mp-left .mp-h2 { | #mp-left .mp-h2 { | ||
background: #cef2e0; | background: #cef2e0; | ||
Line 37: | Line 34: | ||
} | } | ||
body.skin-watercolordark #mp-right { background: unset!important; } | |||
#mp-right { background: unset!important; } | |||
#mp-right { | #mp-right { | ||
background: #f5faff; | background: #f5faff; | ||
Line 44: | Line 40: | ||
} | } | ||
#mp-right .mp-h2 { background: unset!important; } | body.skin-watercolordark #mp-right .mp-h2 { background: unset!important; } | ||
#mp-right .mp-h2 { | #mp-right .mp-h2 { | ||
background: #cedff2; | background: #cedff2; | ||
border-color: #a3b0bf; | border-color: #a3b0bf; | ||
} | |||
body.skin-watercolordark #mp-middle { background: unset!important; } | |||
#mp-middle { | |||
background: #fff5fa; | |||
border-color: #f2cedd; | |||
} | |||
body.skin-watercolordark #mp-middle .mp-h2 { background: unset!important; } | |||
#mp-middle .mp-h2 { | |||
background: #f2cedd; | |||
border-color: #bfa3af; | |||
} | |||
body.skin-watercolordark #mp-lower { background: unset!important; } | |||
#mp-lower { | |||
background: #faf5ff; | |||
border-color: #ddcef2; | |||
} | |||
body.skin-watercolordark #mp-lower .mp-h2 { background: unset!important; } | |||
#mp-lower .mp-h2 { | |||
background: #ddcef2; | |||
border-color: #afa3bf; | |||
} | |||
#mp-bottom { | |||
/* no background */ | |||
border-color: #e2e2e2; | |||
} | |||
body.skin-watercolordark #mp-bottom .mp-h2 { background: unset!important; } | |||
#mp-bottom .mp-h2 { | |||
background: #eee; | |||
border-color: #ddd; | |||
} | |||
@media (min-width: 875px) { | |||
#mp-upper { | |||
display: flex; | |||
} | |||
#mp-left { | |||
flex: 1 1 55%; | |||
margin-right: 2px; | |||
} | |||
#mp-right { | |||
flex: 1 1 45%; | |||
margin-left: 2px; | |||
} | |||
} | } |
Revision as of 21:50, 25 January 2025
.mw-body .firstHeading {
display: none !important;
}
.mp-box {
border: 1px solid #aaa;
padding: 0 0.5em 0.5em;
margin-top: 4px;
}
.mp-contains-float::after {
content: "";
display: block;
clear: both;
}
body.skin-watercolordark #mp-banner { background: unset!important; }
#mp-banner {
/*background: #fffaf5;*/
border-color: #f2e0ce;
}
body.skin-watercolordark #mp-left { background: unset!important; }
#mp-left {
background: #f5fffa;
border-color: #cef2e0;
}
body.skin-watercolordark #mp-left .mp-h2 { background: unset!important; }
#mp-left .mp-h2 {
background: #cef2e0;
border-color: #a3bfb1;
}
body.skin-watercolordark #mp-right { background: unset!important; }
#mp-right {
background: #f5faff;
border-color: #cedff2;
}
body.skin-watercolordark #mp-right .mp-h2 { background: unset!important; }
#mp-right .mp-h2 {
background: #cedff2;
border-color: #a3b0bf;
}
body.skin-watercolordark #mp-middle { background: unset!important; }
#mp-middle {
background: #fff5fa;
border-color: #f2cedd;
}
body.skin-watercolordark #mp-middle .mp-h2 { background: unset!important; }
#mp-middle .mp-h2 {
background: #f2cedd;
border-color: #bfa3af;
}
body.skin-watercolordark #mp-lower { background: unset!important; }
#mp-lower {
background: #faf5ff;
border-color: #ddcef2;
}
body.skin-watercolordark #mp-lower .mp-h2 { background: unset!important; }
#mp-lower .mp-h2 {
background: #ddcef2;
border-color: #afa3bf;
}
#mp-bottom {
/* no background */
border-color: #e2e2e2;
}
body.skin-watercolordark #mp-bottom .mp-h2 { background: unset!important; }
#mp-bottom .mp-h2 {
background: #eee;
border-color: #ddd;
}
@media (min-width: 875px) {
#mp-upper {
display: flex;
}
#mp-left {
flex: 1 1 55%;
margin-right: 2px;
}
#mp-right {
flex: 1 1 45%;
margin-left: 2px;
}
}