MediaWiki:Monobook.css

From MFIWiki
(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
 
/* edit this file to customize the monobook skin for the entire site */
 
/* edit this file to customize the monobook skin for the entire site */
 +
a {
 +
  color: #99FFFF;
 +
}
 +
a:visited { color: #00CCFF; }
 +
a:active { color: #CCFFFF; }
 +
 +
code { background-color: #000000; }
 +
pre {
 +
  color: Yellow;
 +
  background-color: #000000;
 +
}

Revision as of 06:32, 22 October 2005

/* edit this file to customize the monobook skin for the entire site */
a {
  color: #99FFFF;
}
a:visited { color: #00CCFF; }
a:active { color: #CCFFFF; }

code { background-color: #000000; }
pre {
  color: Yellow;
  background-color: #000000;
}
Personal tools