Difference between revisions of "MediaWiki:Common.css"

From Tâi-oân-pit
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
.mp-left-col {
.mp-left-col {
     background: #ecf9db;
     background: #ecf9db;
    border-radius: 15px;
}
}



Revision as of 2021 nî 11 goe̍h 30 ji̍t, 05:42

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

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

}