MediaWiki:Monobook.css: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
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;
}
}

Revision as of 21:27, 16 May 2006

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;
}