User:FGrose/monobook.css

From OLPC
< User:FGrose
Revision as of 23:53, 14 March 2010 by FGrose (talk | contribs)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
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 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);
}