User:Stevendoesstuffs/vector-2022.css

From ArchWiki

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* make header seperators less dark */
h1, h2 {
  border-bottom: 1px solid #ccc;
}

/* tab stuff */

/* get rid of gradient bars */
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
  background-image: none;
}

/* make tab entries fatter */
.vector-menu-tabs li a {
  padding: 1em;
}

/* create tab borders */

.vector-menu-dropdown .vector-menu-content {
  border: 1px solid #ccc;
  border-top: none;
}

body.skin-vector.skin--responsive nav.vector-menu-tabs li.selected {
  margin-top: 0 !important;
}

.mw-article-toolbar-container {
  box-sizing: border-box;
}

nav.vector-menu-tabs li {
  border-bottom: 1px solid #ccc !important;
}

nav.vector-menu-tabs li.selected {
  border-bottom: none !important;
}

/* more tab fix */
#mw-head .vector-menu-dropdown .vector-menu-heading {
  margin: 0;
  padding: 1em;
  padding-right: 2em;
}
.vector-menu-dropdown .vector-menu-heading::after {
  top: 0.5em;
}


/* body stuff */

body.skin-vector.skin--responsive div.mw-page-container {
  background: #ffffff;
}

.mw-body {
	padding: 1.5em 0;
}

#content {
	border: none;
}

.mw-page-container {
  max-width: none;
  border: none;
  padding: 0;
}

/* header stuff */

.mw-header {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.mw-ui-icon-element {
  border: 1px solid #ccc !important;;
}

/* sticky header */

.vector-sticky-header {
  max-width: 60em;
  padding: 0;
  height: unset;
}

.vector-sticky-header-context-bar-primary {
  font-family: serif;
}

.vector-sticky-header.vector-header-search-toggled .vector-search-box-show-thumbnail {
  margin-left: 0;
}