Small fixes to new horse page
HR New Layout fix by whitthemes
Details
Authorwhitthemes
LicenseNo Redistribution
CategoryHR
Created
Updated
Size1.1 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 HR new horse page fix
@version 20220821.20.45
@namespace userstyles.world/user/whitthemes
@description For Aileen only
@author whitthemes
@license No Redistribution
==/UserStyle== */
@-moz-document url-prefix("https://v2.horsereality.com/") {
.horse-item .sex-mare {
background: #db346e00;
}.horse-item .sex {
font-size: 11px;
font-weight: 600;
line-height: 14px;
position: absolute;
z-index: 5;
right: 3px;
bottom: 3px;
padding: 1px 4px;
text-align: center;
letter-spacing: .23px;
text-transform: uppercase;
color: #fafbff00;
border-radius: 3px;
background: #f17e6c00;
}
.horse-stats .horse-stat-energy i {
color: #0a0a0a;
}
.horse-stats .horse-stat-fitness i {
color: #0a0a0a;
}
.horse-stats .horse-stat-affection i {
color: #0a0a0a;
}
.horse-item h2 {
font-size: 16px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0;
color: #151438;
}
.button.primary {
background: #081b28;
}
.button.primary:hover {
background: #030c12;
}
}