Difference between revisions of "MediaWiki:Common.css"

From Tâi-oân-pit
Jump to navigation Jump to search
No edit summary
(Undo revision 2505 by Ianpit (talk))
Tag: Undo
 
(7 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 {
Line 11: Line 15:
.mp-left-col {
.mp-left-col {
     background: #ecf9db;
     background: #ecf9db;
    border-radius: 15px;
}
}



Latest revision as of 2023 nî 2 goe̍h 8 ji̍t, 10:49

/* CSS placed here will be applied to all skins */

html, body {
    font-family: Helvetica Neue, 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%;
    }

}