anime background, more clear area
animestyle47 by devveking77

Details
Authordevveking77
LicenseNo License
Categoryanime background style
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name uaserial.me/orb-on-the-movements-of-the-earth/season-1
@version 20250319.01.23
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://uaserial.me/orb-on-the-movements-of-the-earth/season-1") {
/* Встановлюємо фон для всього сайту */
html, body {
background: url(https://i.imgur.com/sJBeibg.jpeg) fixed #000 !important;
background-size: cover !important;
background-position: center !important;
}
/* Прибираємо білі фони у контейнерах, які можуть перекривати фон */
body > *,
.container,
.wrapper,
.content,
.header,
.footer,
.sidebar,
.menu,
.player-container,
.episode-list,
.section {
background: transparent !important;
}
/* Робимо всі темні блоки повністю прозорими */
header,
nav,
footer,
section,
article,
aside,
[class*="header"],
[class*="footer"],
[class*="nav"],
[class*="menu"],
[class*="panel"],
[class*="block"],
[class*="bg"],
[class*="container"] {
background: transparent !important;
box-shadow: none !important;
border: none !important;
}
/* Забезпечуємо, що текст, зображення і важливі елементи залишаються видимими */
img,
h1, h2, h3, h4, h5, h6,
p,
span,
a,
button,
input,
textarea,
[class*="content"],
[class*="title"],
[class*="text"],
[class*="btn"],
[class*="link"] {
background: none !important;
opacity: 1 !important;
}
/* Відновлюємо фон для логотипів */
.logo {
background: initial !important; /* Відновлює початковий фон */
}
}