MediaWiki:Monobook.css: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
     background: none !important;
     background: none !important;
     padding: 0;
     padding: 0;
a {text-decoration: none;color: #002bb8;background: none;}
a:link {text-decoration: none}
a:visited {color: #5a3696;}
a:active {color: #faa700;}
a:hover {text-decoration: underline;}
}
}

Revision as of 21:27, 16 May 2006

/* edit this file to customize the monobook skin for the entire site */
#bodyContent .plainlinks a {
    background: none !important;
    padding: 0;
a {text-decoration: none;color: #002bb8;background: none;}
a:link {text-decoration: none}
a:visited {color: #5a3696;}
a:active {color: #faa700;}
a:hover {text-decoration: underline;}
}