Jump to content

User:JosephJohnCox/vector.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Created page with 'body { padding: 0 10%; } p { text-align: left; font-size: 18px; letter-spacing: 0.08px; line-height: 26px; word-wrap: break-word; margin-bottom: 30px; }...'
 
No edit summary
Line 50: Line 50:
}
}
#content {
#mw-content-ltr {
font-family: freight-text-pro, Georgia, Cambria, 'Times New Roman', Times, serif;
font-family: freight-text-pro, Georgia, Cambria, 'Times New Roman', Times, serif;
color: rgba(0, 0, 0, 0.8);
color: rgba(0, 0, 0, 0.8);
Line 56: Line 56:
}
}
#content {
font-family: freight-text-pro, Georgia, Cambria, 'Times New Roman', Times, serif;
color: rgba(0, 0, 0, 0.8);
border-right: 1px solid #999;
}

#p-personal li {
#p-personal li {
margin-left: 10px !important;
margin-left: 10px !important;

Revision as of 23:39, 20 April 2016

body {
	padding: 0 10%;
}
 
p {
	text-align: left;
	font-size: 18px;
	letter-spacing: 0.08px;
	line-height: 26px;
	word-wrap: break-word;
	margin-bottom: 30px;
}
 
h1 {
	font-size: 36px;
	font-family: jaf-bernino-sans, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
 
h2 {
	font-size: 30px;
	font-family: jaf-bernino-sans, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
 
h3 {
	font-size: 24px;
	font-family: jaf-bernino-sans, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
 
div {
	font-family: jaf-bernino-sans, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
	font-size: 14px;
	line-height: 24px;
}
 
.pBody li {
	margin: 10px 0 !important;
}
 
.pBody {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
 
#firstHeading {
	margin: 50px 50px 0;
}
 
#bodyContent {
	margin: 0 50px;	
}
 
#mw-content-ltr {
	font-family: freight-text-pro, Georgia, Cambria, 'Times New Roman', Times, serif;
	color: rgba(0, 0, 0, 0.8);
	border-right: 1px solid #999;
}
 
#content {
	font-family: freight-text-pro, Georgia, Cambria, 'Times New Roman', Times, serif;
	color: rgba(0, 0, 0, 0.8);
	border-right: 1px solid #999;
}

#p-personal li {
	margin-left: 10px !important;
}