MediaWiki:Common.css: Difference between revisions

From Equinox Wiki
No edit summary
No edit summary
Line 27: Line 27:


:link.new {
:link.new {
         color: black
         color: #D7452A;
     }
     }

Revision as of 12:15, 7 November 2024

/* CSS placed here will be applied to all skins */
    a {
        text-decoration: none;
        color: #36c;
        background: none
    }

    a:not([href]) {
        cursor: pointer
    }

    a:visited {
        color: #36c;
    }

    a:active {
        color: #36c;
    }

    a:hover,a:focus {
        text-decoration: underline
    }

    a:lang(ar),a:lang(kk-arab),a:lang(mzn),a:lang(ps),a:lang(ur) {
        text-decoration: none
    }

	:link.new {
        color: #D7452A;
    }