Jump to content

User:CheChe/vector-2022.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Remove whitespace at edges */
.mw-page-container {
  padding-left: 20px;
  padding-right: 25px;
}

.mw-portlet .mw-portlet-navigation .vector-menu .vector-menu-portal .portal {
  margin-left: 5px;
}

/* ToC tweaks*/
.vector-toc {
  background: rgb(247, 248, 249);
  margin: 0;
}
.vector-toc-enabled .mw-sidebar, 
.vector-toc-enabled .sidebar-toc {
  width: 14em !important;
}
.vector-toc .vector-toc-text {
  padding-right: 0;
}
.vector-toc-contents {
  width: 12.5em;
}
.mw-vector, 
.vector-toc, 
.vector-toc::after {
  width: 250px !important;
  margin-left: 0.75em;
}
.vector-feature-page-tools-disabled .vector-main-menu {
  padding: 10px !important;
}
.vector-feature-page-tools-disabled .vector-main-menu-group {
  margin: 0;
}