Difference between revisions of "MediaWiki:Common.css"

51 bytes added ,  2023 nî 2 goe̍h 8 ji̍t, 10:49
Undo revision 2505 by Ianpit (talk)
No edit summary
(Undo revision 2505 by Ianpit (talk))
Tag: Undo
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


html, body {
    font-family: Helvetica Neue, sans-serif;
}


.mp-card-title {
.mp-card-title {
    font-family: inherit;
     font-size: 150%;
     font-size: 150%;
     font-weight: bold;
     font-weight: bold;
     border-bottom: 0;
     border-bottom: 0;
     margin: 1em 1em 0.2em;
     margin: 0 1em;
}
}


Line 13: Line 15:
.mp-left-col {
.mp-left-col {
     background: #ecf9db;
     background: #ecf9db;
    border-radius: 15px;
}
}