MediaWiki: Modern.css: различия между версиями 🔗
Материал из VEDA Wiki
Sphynkx (обсуждение | вклад) Нет описания правки |
Sphynkx (обсуждение | вклад) Нет описания правки |
||
Строка 1: | Строка 1: | ||
/* CSS placed here will affect users of the Modern skin */ | /* CSS placed here will affect users of the Modern skin */ | ||
.mw-body-content a.mw-redirect {color:#00FF00 !important;} | |||
.mw-body-content a.mw-redirect:visited {color:#00AA00 !important;} | |||
.mw-body-content a.external {color: #008000 !important;} | |||
.mw-body-content a.external:visited {color: #008000 !important;} | |||
a.external { color: green !important; } | |||
div#content a.external { | |||
color: pink; | |||
} |
Версия от 22:19, 27 июля 2022
/* CSS placed here will affect users of the Modern skin */
.mw-body-content a.mw-redirect {color:#00FF00 !important;}
.mw-body-content a.mw-redirect:visited {color:#00AA00 !important;}
.mw-body-content a.external {color: #008000 !important;}
.mw-body-content a.external:visited {color: #008000 !important;}
a.external { color: green !important; }
div#content a.external {
color: pink;
}