Ne pas installer, c'est un thème pour tester les formulaires
Test by s9clay
Details
Authors9clay
LicenseNo License
CategoryGothicat-world
Created
Updated
Size828 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 Background image
@description How to add a default & custom background image
@namespace examples
@version 0.1.0
@advanced dropdown bg-selected "Background image" {
image1 "Marbre" <<<EOT
url(https://maison-castelli.com/wp-content/uploads/2021/01/le-marbre.jpg) EOT;
image2 "Bois" <<<EOT
url(https://i0.wp.com/lilm.co/wp-content/uploads/2020/05/aditya-joshi-wG923J9naFQ-unsplash.jpg) EOT;
custom "Custom background" <<<EOT
var(--bg-custom, none) EOT;
noBG "None" <<<EOT
none EOT;
}
@advanced text bg-custom "Custom Background; include url()" "url()"
==/UserStyle== */
@-moz-document domain("gothicat-world.com") {
:root {
--bg-custom: /*[[bg-custom]]*/;
}
#content_header {
background-color: #222 !important;
background-image: /*[[bg-selected]]*/ !important;
}
}