Difference between revisions of "MediaWiki:Common.css"
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mp-card-title { | .mp-card-title { | ||
Revision as of 2021 nî 10 goe̍h 11 ji̍t, 20:20
/* CSS placed here will be applied to all skins */
.mp-card-title {
font-size: 150%;
font-weight: bold;
border-bottom: 0;
margin: 0 1em;
}
.mp-left-col {
background: #ecf9db;
}
@media all and ( min-width: 720px ) {
.mp-row {
display: flex;
}
.mp-left-col {
flex: 55%;
}
.mp-right-col {
flex: 45%;
}
}