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

Материал из ATE42 Вики (2022-2024)
Содержимое добавлено Содержимое удалено
м (1)
м (синий цвет)
 
Строка 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 */
#mw-content-container {
#mw-content-container {
background: #75005c;
background: #2029da;
background-image: url(https://static.miraheze.org/ate42wiki/3/37/FonBlueGreen.svg) !important;
background-image: url(https://static.miraheze.org/ate42wiki/3/37/FonBlueGreen.svg) !important;
background-repeat: no-repeat;
background-repeat: no-repeat;

Текущая версия от 05:16, 1 января 2024

/* All CSS here will be loaded for users of the Timeless skin */
   #mw-content-container {
        background: #2029da;
        background-image: url(https://static.miraheze.org/ate42wiki/3/37/FonBlueGreen.svg) !important;
        background-repeat: no-repeat;
        background-size: cover;
    }