Jump to content

User:Fetmar/vector.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Fetmar (talk | contribs)
No edit summary
Fetmar (talk | contribs)
No edit summary
Line 7: Line 7:
{
{
margin: 1em 0 2em 0;
margin: 1em 0 2em 0;
}

li
{
margin-bottom: 0.5em;
}
}



Revision as of 22:38, 2 October 2013

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);
}