A transparent theme for Audiobookbay.lu
Audiobookbay Casement by MitsukiHaruko
Details
AuthorMitsukiHaruko
LicenseNo License
CategoryAudiobookbay
Created
Updated
Size917 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name audiobookbay.lu
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://audiobookbay.lu/") {
:root {
--custom-bg: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(https://w.wallhaven.cc/full/9d/wallhaven-9d152k.png) !important;
}
html, body, .content * {
--custom-bg:linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://w.wallhaven.cc/full/9d/wallhaven-9d152k.png) !important;
color:#fff;
background-image: var(--custom-bg) !important;
background-repeat: no-repeat !important;
background-position: center center !important;
background-attachment: fixed !important;
background-size: cover !important;
}
.topMenu ul li{
border-color: black;
}
}