Difference between revisions of "MediaWiki:Common.css"

From Tâi-oân-pit
No edit summary
No edit summary
 
Line 8: Line 8:
     border-radius: 15px;
     border-radius: 15px;
     border: 1px solid #006400;
     border: 1px solid #006400;
    text-align:center;
    margin-bottom: 2em;
    padding: 2em;
}
}



Latest revision as of 2025 nî 3 goe̍h 4 ji̍t, 07:20

/* 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;
    text-align:center; 
    margin-bottom: 2em;
    padding: 2em;
}

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

}