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

(Новая страница: «→‎CSS placed here will affect users of the Timeless skin: body { margin: 0; background: #000; color: #ccccff; font-family: 'Merriweather', serif; }»)
 
Строка 1: Строка 1:
 
/* CSS placed here will affect users of the Timeless skin */
 
/* CSS placed here will affect users of the Timeless skin */
 +
 +
 +
 +
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;
 +
overflow-x: hidden;
 +
}
 +
  
 
body {
 
body {

Версия 21:00, 27 ноября 2019

/* CSS placed here will affect users of the Timeless skin */



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;
	overflow-x: hidden;
}


body {
	margin: 0;
	background: #000;
	color: #ccccff;
	font-family: 'Merriweather', serif;
}