Array

MediaWiki:Common.css: Difference between revisions

No edit summary
(Blanked the page)
Tag: Blanking
Line 1: Line 1:
    figure > a > img {
        width: 100% !important
    }


@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .site-header {
        padding-bottom: 24px;
        padding: 36px 0;
    }
    .site-header .header-widget-area {
        display: none;
    }
    .site-header .site-title a {
        display: inline-block;
        width: 100%;
        min-height: 100px;
        background-size: contain !important;
        background-position: center !important;
        height: 109px;
        margin-top: 42px;
    }
    .site-header .title-area {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .site-header .title-area img {
        width: auto;
        max-width: 250px;
        height: auto;
    }
    .menu-toggle {
        border: none;
        border-top: 4px solid #E9E9E9 !important;
        font-weight: bold;
        text-transform: none;
        padding: 24px;
        font-size: 4.2rem !important;
    }
    .genesis-nav-menu .menu-item a {
        padding: 25px 0 !important;
        font-size: 1.6rem !important;
        font-size: 4.2rem !important;
    }
    .site-inner, .wrap {
        max-width: 900px !important;
    }
  .js .menu-toggle:before, .js .menu-toggle.activated:before, .menu-item__search a:before {
        font-size: 5.2rem !important;
        width: 5rem !important;
        height: 5.6rem !important;
        vertical-align: middle;
        margin-right: 15px !important;
    }
}

Revision as of 14:29, 27 January 2026