User:DD4235/vector.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.
/*
h1, h2, #firstHeading
{
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
*/


/* Fix sidebar to screen */
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;
}

/* Make logo appear */
#p-logo {
	top: 0;
}

/*make logo not stupid */
#p-navigation {
	margin-top: 140px !important;
}