MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
(Simplification for v1.40)
Line 2: Line 2:




.portal-column-left-extra-wide {width:60%!important;}
//.portal-column-left-extra-wide {width:60%!important;}


body {background: #333 url('https://gtwfilesie.grandtheftwiki.com/Gtw-top.png') no-repeat fixed;}
body {background: #333 url('https://gtwfilesie.grandtheftwiki.com/Gtw-top.png') repeat-x fixed;}




Line 16: Line 16:
.mw-content-container { max-width: unset; }
.mw-content-container { max-width: unset; }


#mw-panel { border: 1px solid grey;}
// #mw-panel { border: 1px solid grey;}
 
.vector-feature-page-tools-enabled #vector-main-menu-pinned-container .vector-main-menu {
    background-color: #eeeeee
}
div#vector-main-menu .vector-menu-heading, div#vector-main-menu .vector-pinnable-header {
    font-weight:bold;
    padding-top: 15px;
    border-bottom: 1px solid #eaecf0;
}
 
.vector-feature-page-tools-enabled .vector-pinnable-element > *:not(:last-child), .vector-dropdown-content > *:not(:last-child){
    border-bottom:none; !important
}
 
.mw-logo-icon {display:none;}

Revision as of 16:34, 8 August 2023

/* CSS placed here will affect users of the Vector 2022 skin only */


//.portal-column-left-extra-wide {width:60%!important;}

body {background: #333 url('https://gtwfilesie.grandtheftwiki.com/Gtw-top.png') repeat-x fixed;}


.mw-header {
    position: sticky;
    top: 0;
    background: white;
    border-bottom: 1px solid grey;
}

.mw-content-container { max-width: unset; }

// #mw-panel { border: 1px solid grey;}

.vector-feature-page-tools-enabled #vector-main-menu-pinned-container .vector-main-menu {
    background-color: #eeeeee
}
div#vector-main-menu .vector-menu-heading, div#vector-main-menu .vector-pinnable-header {
    font-weight:bold;
    padding-top: 15px;
    border-bottom: 1px solid #eaecf0;
}

.vector-feature-page-tools-enabled .vector-pinnable-element > *:not(:last-child), .vector-dropdown-content > *:not(:last-child){
    border-bottom:none; !important
}

.mw-logo-icon {display:none;}