「MediaWiki:Common.css」の版間の差分

imported>Tendon mai
umm
new
 
6行目: 6行目:
.page-メインページ .firstHeading {
.page-メインページ .firstHeading {
     display: none;
     display: none;
}
/* FixLayout For Mobile in infobox */
@media screen and (max-width: 720px) {
    .infobox {
        width: 95% !important;
        margin: 10px auto !important;
        float: none !important;
        display: table !important;
        clear: both;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        background-color: transparent !important;
    }
    .infobox td, .infobox th {
        border: 1px solid var(--border-color, #a2a9b1) !important;
    }
}
}