Difference between revisions of "MediaWiki:Common.css"

From Tâi-oân-pit
(Undo revision 2505 by Ianpit (talk))
Tag: Undo
No edit summary
Line 3: Line 3:
html, body {
html, body {
     font-family: Helvetica Neue, sans-serif;
     font-family: Helvetica Neue, sans-serif;
}
#mp-topbanner {
    border-radius: 15px;
    border: 1px solid #006400;
}
}



Revision as of 2025 nî 3 goe̍h 4 ji̍t, 07:19

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

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

#mp-topbanner {
    border-radius: 15px;
    border: 1px solid #006400;
}

.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%;
    }

}