Jump to content

User:Ajshul/vector.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Ajshul (talk | contribs) at 18:43, 6 March 2021 (just playing around with styling because there were some issues regarding information displaying). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
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.
/* Fix sidebar */
div#mw-panel { position: fixed;
  overflow: auto;
  top: 0px;
  bottom: 0px;
  height: 100%;
  /* Prevent content overlay when sidewards scrolling */
  background-color: #F6F6F6;
  border-right: 1px solid #A7D7F9;
}
/* Prevent sidewards scrolling in pre elements */
body{
	font-family: "Avenir" !important;	
}
h1{
	font-family: "Avenir" !important;	
}
h2{
	font-family: "Avenir" !important;
}