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

Материал из ATE42 Вики (2022-2024)
Содержимое добавлено Содержимое удалено
(Новая страница: «→‎All CSS here will be loaded for users of the Timeless skin: #mw-content-container { background-image: url(https://static.miraheze.org/ate42wiki/3/37/FonBlueGreen.svg); background-repeat: no-repeat; background-size: cover; }»)
 
м (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-image: url(https://static.miraheze.org/ate42wiki/3/37/FonBlueGreen.svg);
background: #75005c;
background-image: url(http://192.168.1.83/mediawiki/images/0/05/Fon.svg);
background-repeat: no-repeat;
background-repeat: no-repeat;
background-size: cover;
background-size: cover;

Версия от 23:11, 21 декабря 2023

/* All CSS here will be loaded for users of the Timeless skin */
   #mw-content-container {
        background: #75005c;
        background-image: url(http://192.168.1.83/mediawiki/images/0/05/Fon.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }