MediaWiki:Citizen.css: различия между версиями

Нет описания правки
Нет описания правки
Строка 2: Строка 2:
@import url('https://fonts.googleapis.com/css?family=Merriweather|Cormorant Infant|PT Mono|Neucha|MedievalSharp|Spectral SC|Kurale|El Messiri|Ledger');
@import url('https://fonts.googleapis.com/css?family=Merriweather|Cormorant Infant|PT Mono|Neucha|MedievalSharp|Spectral SC|Kurale|El Messiri|Ledger');


a.new {
        color: var(--color-link-red)
    }
    a.new:visited {
        color: var(--color-link-red)
    }
    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
    }