Jump to content

User:Fetmar/vector.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Fetmar (talk | contribs) at 22:38, 2 October 2013. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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";
	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: 2.5em !important; }
h2 { font-size: 2.0em !important; }
h3 { font-size: 1.0em !important; }
h4 { font-size: 1.0em !important; }
h5 { font-size: 1.0em !important; }
h6 { font-size: 1.0em !important; }

#siteSub
{
	display: none !important;
}

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

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