м (Добавление стиля) |
м (Исправление) |
||
Строка 11: | Строка 11: | ||
right: 0; | right: 0; | ||
opacity: 0.1; | opacity: 0.1; | ||
background-image: url(https://wiki.adventurestation.space/images/4/40/LOGO.png); | background-image: url("https://wiki.adventurestation.space/images/4/40/LOGO.png"); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: right; | background-position: right; | ||
} | } |
Версия от 21:20, 12 декабря 2023
/* Временный общий импорт стиля для шаблона */
@import "/index.php?ctype=text/css&action=raw&title=Шаблон:Comment/styles.css";
/* Костыль с использованием image url для шаблона:Заголовок*/
.home-header:before {
content: "";
position: absolute;
top: 1rem;
bottom: 4.75rem;
left: 0;
right: 0;
opacity: 0.1;
background-image: url("https://wiki.adventurestation.space/images/4/40/LOGO.png");
background-repeat: no-repeat;
background-position: right;
}