User:FGrose/monobook.css: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 20: Line 20:
}
}


#bodyContent a {text-decoration:none;border-bottom:1px dotted;}
#bodyContent a {text-decoration:none;border-bottom:1px dotted;border-color: gray}


#bodyContent ul {margin-left:20px;}
#bodyContent ul {margin-left:20px;}

Revision as of 22:33, 14 March 2010

h2 .editsection { 
	font-size: 167%;
	color: red;
	font-weight: light;
}

a {
	text-decoration: none;
	color: rgb(58,97,21);
	background: none;
}
a:visited {
	color: rgb(104,171,38);
}
a:active {
	color: rgb(0,0,0);
}
a:hover {
	text-decoration: underline;
}

#bodyContent a {text-decoration:none;border-bottom:1px dotted;border-color: gray}

#bodyContent ul {margin-left:20px;}

a.stub {
	color: #772233;
}
a.new, #p-personal a.new {
	color: rgb(80,20,117);
}
a.new:visited, #p-personal a.new:visited {
	color: rgb(132,218,48);
}