Jump to content

MediaWiki:DesktopShared.css

From Taerel Worldbuilding Wiki
Revision as of 18:20, 16 May 2026 by Stevie Lambert (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* All CSS here will be loaded for users of the Vector 2022 skin */


@media (max-width: 850px) {
.mw-content-container  {
margin-left: -1.5em;
margin-right: -1.5em;
}

.mw-category.mw-category-columns {
    -moz-column-count: 1;
    column-count: 1;
}
}


@media (min-width: 850px) {
.mw-content-container  {
margin-left: -1.5em;
margin-right: -1.5em;
}
.mw-category.mw-category-columns {
    -moz-column-count: 3;
    column-count: 3;
    column-width: 5em; 
}
}

#mw-normal-catlinks > a {
display: none;
}

#t-specialpages > a {
display: none;
}

@media screen and (min-width: 1200px) {
.page-Main_Page .mw-content-container { 
padding-left: 17em; 
padding-right: 17em;
} 

html.skin-theme-clientpref-night .page-Main_Page .mw-content-container { 
padding-left: 17em; 
padding-right: 17em;
} 
} 

@media screen and (min-width: 1120px) {
.ns-14 .mw-body {
        display: grid;
        grid-template: min-content min-content min-content 1fr / minmax(0, 59.25rem) min-content;
        grid-template-areas:         'titlebar-cx .'        'titlebar columnEnd'        'toolbar columnEnd'        'content columnEnd';
    }
}

div.mw-specialpages-list:nth-child(22) > ul:nth-child(1) > li:nth-child(3) {
    display:none;
}

li.mw-specialpagerestricted:nth-child(4) {
    display:none;
}