MediaWiki:Vector-2022.css
|
This page is a System Message. The code in these pages is used to alter the wiki site itself Only Administrators are able to alter system messages. If you think one should be changed, leave a note on the talk page or message User:gboyers. |
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 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; } .vector-feature-page-tools-enabled #vector-main-menu-pinned-container .vector-main-menu { background-color: white; } 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;} /* Completely hide the right rail (sidebar) */ .vector-feature-right-rail-enabled .mw-page-container { grid-template-columns: 1fr !important; /* Remove reserved column for rail */ } .vector-feature-right-rail-enabled .mw-rail-container { display: none !important; }