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


Материал из VEDA Wiki
Перейти к: навигация, поиск
(Created page with "→‎Change color of links to redirect pages: /* .mw-body-content a.mw-redirect {color:#00FF00 !important;} .mw-body-content a.mw-redirect:visited {color:#00AA00 !important;}...")
 
Нет описания правки
Строка 13: Строка 13:
}
}
*/
*/
 
.mw-body-content a.external {color: #008000 !important;}
a.external { color: green !important; }
.mw-body-content a.external:visited {color: #008000 !important;}

Версия от 22:27, 27 июля 2022

/* Change color of links to redirect pages*/
/*
.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;
}
*/
.mw-body-content a.external {color: #008000 !important;}
.mw-body-content a.external:visited {color: #008000 !important;}