MediaWiki:Vector.css: Difference between revisions

No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 2: Line 2:


html,body {font-family: 'Droid Sans', sans-serif;}
html,body {font-family: 'Droid Sans', sans-serif;}
/* Stuff for Vector-2022 */
.portal-column-left-extra-wide {width:60%!important;}
body {background: #333 url('https://gtwfilesie.grandtheftwiki.com/Gtw-top.png') no-repeat 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;}

Revision as of 09:49, 29 August 2022

/* CSS placed here will affect users of BOTH the Vector legacy skin and the Vector 2022 skin */

html,body {font-family: 'Droid Sans', sans-serif;}

/* Stuff for Vector-2022 */

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

body {background: #333 url('https://gtwfilesie.grandtheftwiki.com/Gtw-top.png') no-repeat 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;}