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 */
 +
 +
/*<pre><nowiki>*/
 
a {
 
a {
 
   color: #99FFFF;
 
   color: #99FFFF;
Line 11: Line 13:
 
   background-color: #000000;
 
   background-color: #000000;
 
}
 
}
 +
 +
/*</nowiki></pre>*/

Revision as of 06:33, 22 October 2005

/* edit this file to customize the monobook skin for the entire site */

/*<pre><nowiki>*/
a {
  color: #99FFFF;
}
a:visited { color: #00CCFF; }
a:active { color: #CCFFFF; }

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

/*</nowiki></pre>*/
Personal tools