A new userstyle
background by Eichgatzl
Details
AuthorEichgatzl
LicenseNo License
Categoryhttps://horsereality.com/
Created
Updated
Size2.2 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 background
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://v2.horsereality.com/"), url-prefix("https://www.horsereality.com/") {
.horse-grid .horse-item .image {
background-image: var(--horse-bg)!important;
}
.horse-grid .horse-item .image {
background-image: var(--horse-bg)!important;
}
.horse_banner.asia {
background-image: var(--horse-bg)!important;
background-size: cover;
}
.horse_banner.south-america {
background-image: var(--horse-bg)!important;
background-size: cover;
}
.horse_banner.north-america {
background-image: var(--horse-bg)!important;
background-size: cover;
}
.horse_banner.africa {
background-image: var(--horse-bg)!important;
background-size: cover;
}
.horse_banner.europe {
background-image: var(--horse-bg)!important;
background-size: cover;
}
.horse_banner.australia {
background-image: var(--horse-bg)!important;
background-size: cover;
}
body.background.australia {
background-image: var(--background);
}
body.background.europe {
background-image: var(--background);
}
body.background.africa {
background-image: var(--background);
}
body.background.north-america {
background-image: var(--background);
}
body.background.asia {
background-image: var(--background);
}
body.background.south-america {
background-image: var(--background);
}
body.background.africa {
background-image: var(--background)!important;
}
body.background.asia {
background-image: var(--background)!important;
}
body.background.europe {
background-image: var(--background)!important;
}
body.background.australia {
background-image: var(--background)!important;
}
body.background.south-america {
background-image: var(--background)!important;
}
body.background.north-america {
background-image: var(--background)!important;
}
}
:root {
--background: url(https://i.imgur.com/eVYhTJS.png)!important;
--horse-bg: url(https://i.imgur.com/eVYhTJS.png);
}