Jump to content

User:Fetmar/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.
body
{
  font-family: "Open Sans";	
}

p
{
  margin: 1em 0 2em 0;	
}

li
{
  margin-bottom: 0.5em;	
}

div#content
{
	color: #444 !important;
}

h1,h2,h3,h4,h5,h6
{
	font-family: "Open Sans Condensed" !important;
	border: none !important;
	font-weight: 300 !important;
	margin-top: 0.2em !important;
	margin-bottom: 0.2em !important;
	line-height: 1.5em !important;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }

#siteSub
{
	display: none !important;
}

.dablink 
{
	color: #bbb !important;
	font-style: none;
	padding-left: 0;
}

.dablink a
{
	color: rgb(141, 181, 213);
}