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

(Содержимое страницы заменено на «→‎CSS placed here will affect users of the Timeless skin: @import url('https://fonts.googleapis.com/css?family=Merriweather'); h...»)
Метка: замена
 
(не показаны 23 промежуточные версии этого же участника)
Строка 1: Строка 1:
/* CSS placed here will affect users of the Timeless skin */
+
 
@import url('https://fonts.googleapis.com/css?family=Merriweather');
+
/* #mw-content-container {
html {
+
/* background-image: url(https://forum.gta5rp.com/styles/images/bg.png);
background: rgb(0,0,0) !important;
+
/*        background-position: 0% 0%;
height: 100%;
+
/*        background-size: 100%
font-size: 1.1em;
+
/*    }
filter: brightness(100%) contrast(100%) grayscale(0%) !important;
+
 
-webkit-filter: brightness(100%) contrast(100%) grayscale(0%) !important;
+
#18191E
overflow-x: hidden;
 
}
 
body {
 
margin: 0;
 
background: #000;
 
color: #ccccff;
 
font-family: 'Merriweather', serif;
 
}
 
a {
 
color: #cc6600;
 
}
 
a:hover, a:visited {
 
color: #cc3300;
 
}
 
h1 {
 
color: white;
 
text-shadow: 1px 1px 1px #000;
 
font-size: 40px !important;
 
}
 
h1, h2, h3, h4 {
 
color: #6699ff;
 
font-family: 'Merriweather', serif;
 
}
 

Текущая версия на 13:11, 30 ноября 2019


 /* #mw-content-container {
 /*	background-image: url(https://forum.gta5rp.com/styles/images/bg.png);
 /*        background-position: 0% 0%;
 /*        background-size: 100%
 /*    }

#18191E