User:FGrose/monobook.css: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
h2 .editsection {
h2 .editsection {
font-size: 167%;
font-size: 167%;
color: gray;
color: red;
font-weight: light;
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 solid;}

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

Revision as of 22:25, 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 solid;}

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