Elections Wiki:Main Page/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
margin-left: 2px; | margin-left: 2px; | ||
} | } | ||
} | |||
#mp-left { background: unset!important; } | |||
#mp-left { | |||
background: #f5fffa; | |||
border-color: #cef2e0; | |||
} | |||
#mp-left .mp-h2 { background: unset!important; } | |||
#mp-left .mp-h2 { | |||
background: #cef2e0; | |||
border-color: #a3bfb1; | |||
} | |||
#mp-right { background: unset!important; } | |||
#mp-right { | |||
background: #f5faff; | |||
border-color: #cedff2; | |||
} | |||
#mp-right .mp-h2 { background: unset!important; } | |||
#mp-right .mp-h2 { | |||
background: #cedff2; | |||
border-color: #a3b0bf; | |||
} | } |
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;
}
@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;
}
}
#mp-left { background: unset!important; }
#mp-left {
background: #f5fffa;
border-color: #cef2e0;
}
#mp-left .mp-h2 { background: unset!important; }
#mp-left .mp-h2 {
background: #cef2e0;
border-color: #a3bfb1;
}
#mp-right { background: unset!important; }
#mp-right {
background: #f5faff;
border-color: #cedff2;
}
#mp-right .mp-h2 { background: unset!important; }
#mp-right .mp-h2 {
background: #cedff2;
border-color: #a3b0bf;
}