Difference between revisions of "MediaWiki:Common.css"
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 2: | Line 2: | ||
html, body { | html, body { | ||
font-family: POJ ChhiuKi, sans-serif; | font-family: "POJ ChhiuKi", sans-serif; | ||
} | } | ||
Revision as of 2023 nî 2 goe̍h 8 ji̍t, 14:36
/* CSS placed here will be applied to all skins */
html, body {
font-family: "POJ ChhiuKi", sans-serif;
}
.mp-card-title {
font-size: 150%;
font-weight: bold;
border-bottom: 0;
margin: 0 1em;
}
.mp-left-col {
background: #ecf9db;
border-radius: 15px;
}
@media all and ( min-width: 720px ) {
.mp-row {
display: flex;
}
.mp-left-col {
flex: 55%;
}
.mp-right-col {
flex: 45%;
}
}