MediaWiki: Modern.css: различия между версиями 🔗
Материал из VEDA Wiki
Sphynkx (обсуждение | вклад) Нет описания правки |
Sphynkx (обсуждение | вклад) Нет описания правки Метка: отменено |
||
Строка 15: | Строка 15: | ||
} | } | ||
*/ | */ | ||
/* Align YurTube cb-player to center */ | |||
#cb_player { | |||
background: #000000; | |||
height: 100%; | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
} |
Версия от 01:33, 7 марта 2024
/* CSS placed here will affect users of the Modern skin */
/* 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;
}
*/
/* Align YurTube cb-player to center */
#cb_player {
background: #000000;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}