Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
Content deleted Content added
Blanked the page
Tag: Blanking
No edit summary
Line 1: Line 1:
@media screen and ( min-width: 1300px ) {
:root {
--fixed-menu-width: 240px;
}

.citizen-page-container {
margin-left: calc( var( --header-size ) + var( --fixed-menu-width ) );
}

.citizen-drawer__button, .citizen-drawer__logo, #citizen-siteStats__item--images, #citizen-siteStats__item--users {
display: none;
}

.citizen-drawer__card {
bottom: 0;
z-index: -1;
margin: 0 0 0 1px;
padding: 0;
min-width: auto;
width: var( --fixed-menu-width );
max-height: none;
border-right: 1px solid var( --border-color-base );
border-radius: 0;
background-color: var( --color-surface-0 );
box-shadow: none;
opacity: 1;
pointer-events: auto;
transform: none;
visibility: visible;
left:60px;
}

.citizen-drawer__card > * {
opacity: 1;
background-color: #1D1D1D;
}

.citizen-drawer__header, .citizen-drawer__menu {
padding: 0 var( --space-xl );
}

.citizen-drawer__menu {
grid-template-columns: 1fr;
}

.citizen-drawer__siteinfo .mw-logo-wordmark {
font-size: 1.25rem;
}

.citizen-siteStats {
font-size: 0.8125rem;
}
}

Revision as of 10:42, 18 September 2023

@media screen and ( min-width: 1300px ) {
    :root {
        --fixed-menu-width: 240px;
    }

    .citizen-page-container {
        margin-left: calc( var( --header-size ) + var( --fixed-menu-width ) );
    }

    .citizen-drawer__button, .citizen-drawer__logo, #citizen-siteStats__item--images, #citizen-siteStats__item--users {
        display: none;
    }

    .citizen-drawer__card {
        bottom: 0;
        z-index: -1;
        margin: 0 0 0 1px;
        padding: 0;
        min-width: auto;
        width: var( --fixed-menu-width );
        max-height: none;
        border-right: 1px solid var( --border-color-base );
        border-radius: 0;
        background-color: var( --color-surface-0 );
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        visibility: visible;
        left:60px;
    }

    .citizen-drawer__card > * {
        opacity: 1;
        background-color: #1D1D1D;
    }

    .citizen-drawer__header, .citizen-drawer__menu {
        padding: 0 var( --space-xl );
    }

    .citizen-drawer__menu {
        grid-template-columns: 1fr;
    }

    .citizen-drawer__siteinfo  .mw-logo-wordmark {
        font-size: 1.25rem;
    }

    .citizen-siteStats {
        font-size: 0.8125rem;
    }
}
🍪 We use cookies to keep session information to provide you a better experience.