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 {
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: lightgray}
#bodyContent a {text-decoration:none;border-bottom:1px dotted;border-color: lightgray}

#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 21:24, 3 April 2010

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