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

Страница интерфейса MediaWiki
(Содержимое страницы заменено на «→‎All CSS here will be loaded for users of the Timeless skin: →‎CSS placed here will affect users of the Timeless skin: @import url(https://tools-static.wmflabs.org/fontcdn/css?family=Merriweather); html { background: rgb(0,0,0) !important; height: 100%; font-size: 1.1em; filter: brightness(100%) contrast(100%) grayscale(0%) !important; -webkit-filter: brightness(100%) contrast(100%) grayscale(0%) !important; overfl...»)
Метки: замена отменено
Нет описания правки
Метка: отменено
Строка 1: Строка 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */
/* CSS placed here will affect users of the Timeless skin */
/* CSS placed here will affect users of the Timeless skin */
@import url(https://tools-static.wmflabs.org/fontcdn/css?family=Merriweather);
html {
html {
background: rgb(0,0,0) !important;
background: rgb(0,0,0) !important;
height: 100%;
font-size: 1.1em;
filter: brightness(100%) contrast(100%) grayscale(0%) !important;
-webkit-filter: brightness(100%) contrast(100%) grayscale(0%) !important;
overflow-x: hidden;
}
}
body {
body {
Строка 14: Строка 8:
background: #000;
background: #000;
color: #ccccff;
color: #ccccff;
font-family: 'Merriweather', serif;
}
}

Версия от 17:29, 8 февраля 2024

/* All CSS here will be loaded for users of the Timeless skin */
/* CSS placed here will affect users of the Timeless skin */
html {
	background: rgb(0,0,0) !important;
}
body {
	margin: 0;
	background: #000;
	color: #ccccff;
}