MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
(First customisation of new Vector 2022 skin)
Line 5: Line 5:


/* End sticky header */
/* End sticky header */
.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:47, 29 August 2022

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

/* Sticky Header */
@import url(https://pl.wikipedia.org/w/index.php?title=Wikipedysta:Nux/Fixed_top_bar.css&action=raw&ctype=text/css);

/* End sticky header */


.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;}