Donate via Flipcause one time or monthly
or become a
Patreon patron

Common.css: Difference between revisions

No edit summary
No edit summary
Line 4: Line 4:
background: #c6b79a;
background: #c6b79a;
color: #1b1818;
color: #1b1818;
/*
margin: 0;
margin: 0;
padding: 0;
padding: 0;
Line 11: Line 12:
font-size: 12px;
font-size: 12px;
line-height: 18px;
line-height: 18px;
*/
}
a {
text-decoration: none;
color: #090c7e;
background: none;
}
a:visited {
color: #090c7e;
}
a:active {
color: #ffffff;
}
a:hover {
color: #0a2778;
//  text-decoration: underline;
}
a.stub {
color: #772233;
}
a.new, #p-personal a.new {
//  color: #ba0000;
color: #090c7e;
}
a.new:visited, #p-personal a.new:visited {
color: #090c7e;
}
img {
border: none;
vertical-align: middle;
}
p {
margin: .4em 0 .5em 0;
line-height: 1.5em;
}
p img {
margin: 0;
}
}

Revision as of 10:50, 11 November 2015

/* CSS placed here will be applied to all skins */

body {
	background: #c6b79a;
	color: #1b1818;
/*
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: repeat-x; 
	font-family: Trebuchet MS,sans-serif; 
	font-size: 12px;
	line-height: 18px;
*/
}

a {
	text-decoration: none;
	color: #090c7e;
	background: none;
}
a:visited {
	color: #090c7e;
}
a:active {
	color: #ffffff;
}
a:hover {
	color: #0a2778;
	//  text-decoration: underline;
}
a.stub {
	color: #772233;
}
a.new, #p-personal a.new {
	//  color: #ba0000;
	color: #090c7e;
}
a.new:visited, #p-personal a.new:visited {
	color: #090c7e;
}

img {
	border: none;
	vertical-align: middle;
}
p {
	margin: .4em 0 .5em 0;
	line-height: 1.5em;
}
p img {
	margin: 0;
}