MediaWiki:Monobook.css: Difference between revisions

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

Navigation menu