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 2: Line 2:


#contentSub, #contentSub2 {
#contentSub, #contentSub2 {
     font-size: 100%;
     font-size: 1.2em;
     line-height: 1.2em;
     line-height: 1.2em;
     margin: 0 0 1.4em 0;
     margin: 0 0 1.4em 0;

Revision as of 2021 nî 10 goe̍h 11 ji̍t, 12:17

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

#contentSub, #contentSub2 {
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0 0 1.4em 0;
    color: #54595d;
    width: auto;
}

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


.mp-left-col {
    background: #ecf9db;
}


@media all and ( min-width: 720px ) {
    .mp-row {
      display: flex;
    }

    .mp-left-col {
      flex: 55%;
    }

    .mp-right-col {
      flex: 45%;
    }

}