Difference between revisions of "MediaWiki:Common.css"

Jump to navigation Jump to search
(Adding selflink styles.)
Line 1,038: Line 1,038:
   
   
/* </source> */
/* </source> */
/* CLWB-259*/
/* self links */
a.mw-selflink {
    color: inherit;
    font-weight: bold;
    text-decoration: inherit;
}
a.mw-selflink:hover {
    cursor: inherit;
    text-decoration: inherit;
}
a.mw-selflink:active,
a.mw-selflink:visited {
    color: inherit;
}