Do not copy any parts of the code to make your own!
Sunsetdream by kie0412
Details
Authorkie0412
LicenseNo License
CategoryHorsereality.com , v2.horsereality.com
Created
Updated
Size79 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link./* ==UserStyle==
@name Sunsetdream
@version 20230617.02.50
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://v2.horsereality.com/") {
@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');
:root
{
--light-sage: #979733bf;
--light-sage2: #979733;
--check: #d7d07f;
--picture-button: #cfb67180;
--gold: #8b893080;
--light-brown: #605c24;
--light-green: #827e40bf;
--gold-text: #a504f3;
--light-text: #f9e4ba;
--sand: #8b8930;
--body: #beb95b80;
--green-text: #493e16;
--gold-hover: #d7d07f;
--green-hover: #d7d07f;
--progress: #827e40;
--button: #827e40;
--button-hover: #d7d07f;
--boxes: #b0ad4a80;
--white: #dcc984;
--odd: #d7d07fbf;
--even: #b0a769bf;
--mine: #605c24;
--select: #d7d07f;
--top-hover: #605c24;
--background: url(https://i.imgur.com/BaENk4y.png);
--title-font: "Kalam";
--main-font: "Kalam";
--globe: url(https://i.imgur.com/xN0L1ev.png);
--horse-bg: url(https://i.imgur.com/6WZQIDW.png);
}
html {
font-size: 85%;
}
}
@-moz-document url-prefix("https://www.horsereality.com/") {
@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');
:root
{--light-sage: #979733bf;
--light-sage2: #979733;
--check: #d7d07f;
--picture-button: #cfb67180;
--gold: #8b893080;
--light-brown: #605c24;
--light-green: #827e40bf;
--gold-text: #a504f3;
--light-text: #f9e4ba;
--sand: #8b8930;
--body: #beb95b80;
--green-text: #493e16;
--gold-hover: #d7d07f;
--green-hover: #d7d07f;
--progress: #827e40;
--button: #827e40;
--button-hover: #d7d07f;
--boxes: #b0ad4a80;
--white: #dcc984;
--odd: #d7d07fbf;
--even: #b0a769bf;
--mine: #605c24;
--select: #d7d07f;
--top-hover: #605c24;
--background: url(https://i.imgur.com/BaENk4y.png);
--title-font: "Kalam";
--main-font: "Kalam";
--globe: url(https://i.imgur.com/xN0L1ev.png);
--horse-bg: url(https://i.imgur.com/6WZQIDW.png);
}
html {
font-size: 100%;
}
}
@-moz-document url-prefix("https://v2.horsereality.com/user")
{
.mobile-menu-container
{
background: var(--light-sage2);
font-family: var(--main-font);
max-height: 100%;
min-height: calc(100% - 49px);
overflow-y: scroll;
padding: 15px;
position: fixed;
z-index: 999;
}
.mobile-menu-container .ava img
{
border-color: var(--sand);
border-width: 1px;
border-style: solid;
border-radius: 20px 20px 20px 20px;
height:auto;
width: 100%;
}
.mobile-menu-container .level p, .mobile-menu-container a, .mobile-menu-container ul li a
{
color: var(--light-text);
font-family: var(--main-font);
font-size: 13px;
font-weight:400;
line-height: 18px;
}
.mobile-menu-container ul li .subtitle
{
color: var(--light-text);
font-size: 18px;
font-weight: 700;
margin-bottom: 5px;
text-align: center;
}
div.progess
{
background: var(--progress);
border-radius: 0.25rem;
display: flex;
font-size: 0.75rem;
height: 1rem;
overflow-x: hidden;
overflow-y: hidden;
}
.progress-bar
{
background: var(--progress);
display:flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
img.minimap
{
background-image: var(--globe);
}
.side-nav
{
padding: 10px;
background-color: var(--light-sage);
height: 980px;
border: 2px solid var(--gold);
border-radius: 0px 0px 20px 20px;
}
.side-nav ul .subtitle
{
font-family: var(--title-font);
font-size: 1.3REM;
margin-bottom: 5px;
line-height: 21px;
font-weight: 900;
text-transform: uppercase;
color: var(--light-text);
}
.side-nav ul a
{
font-size: 1.5REM;
font-family: var(--main-font);
font-weight: 900;
text-transform: capitalize;
color: var(--light-text);
padding: 0;
}
.side-nav ul a:hover
{
color: var(--gold-hover);
text-decoration: none;
}
.main-content
{
background-image: var(--body-image);
background-color: var(--body),opacity: 75%;
padding: 15px;
}
.show-profile .profile-account
{
width: 250px;
padding: 10px;
background-color: var(--sand);
background-image: var(--player);
border: none;
border-radius: 20px 20px 20px 20px;
margin-bottom: 20px;
}
.show-profile .profile-account h2
{
background-image: var(--headers);
border: 2px solid var(--gold);
border-radius: 20px 20px 20px 20px;
font-size: 1.5REM;
font-family: var(--title-font);
font-weight: 600;
color: var(--gold-text);
margin: 0;
}
.sales .horse-name
{
font-weight: 600;
color: var(--green-text);
}
.header-menu
{
background: var(--top-hover);
background-image: var(--top);
border-bottom: 2px solid var(--gold);
}
.show-profile .navbar
{
background-color: var(--light-green)!important;
background-image: var(--center);
border-top: 2px solid var(--gold);
border-bottom: 2px solid var(--gold);
padding-top: 0;
padding-bottom: 0;
min-height: 40px!important;
}
.show-profile .navbar-avatar .navbar-avatar-container
{
border: none;
padding: 20px;
border-radius: 50%;
}
.header-menu nav .main-menu .user-nav>a:hover
{
color: var(--light-text);
}
.header-menu nav .main-menu .user-nav .dropdown-menu
{
left: -135px!important;
min-width: 12rem!important;
background: var(--green-hover);
border: 2px solid var(--gold);
border-radius: 0px 0px 20px 20px;
opacity: 95%;
}
.header-menu nav .main-menu .user-nav .dropdown-menu .dropdown-item:hover
{
background: 0 0;
color: var(--light-text);
}
.header-menu nav .stats a
{
color: var(--light-text);
}
.header-menu nav .stats
{
text-align: right;
color: var(--light-text);
font-family: var(--main-font);
font-size: 1rem;
}
.header-menu nav .main-menu .user-nav>a
{
color: var(--light-text);
font-family: var(--title-font);
font-weight: 900;
font-size: 1.5REM;
}
.header-menu nav .main-menu ul li a
{
font-size: 1.5REM;
font-family: var(--title-font);
color: var(--light-text);
font-weight: 900;
}
.show-profile .profile-account .tag-trial-chat
{
background-color: var(--light-sage);
display: inline;
}
.show-profile .profile-account .tags-outer
{
font-weight: 500;
color: var(--green-text);
font-size: 14px;
border-radius: 7px;
padding: 1px 6px;
white-space: nowrap;
}
p
{
font-family: var(--main-font);
font-weight: 400;
font-size: .9rem;
line-height: 18px;
color: var(--green-text);
}
body.background.africa
{
background-image: var(--background);
}
body.background.asia
{
background-image: var(--background);
}
body.background.australia
{
background-image: var(--background);
}
body.background.europe
{
background-image: var(--background);
}
body.background.south-america
{
background-image: var(--background);
}
body.background.north-america
{
background-image: var(--background);
}
.show-profile .profile-name-and-estate .profile-username
{
font-size: 32px!important;
opacity: 40%;
font-family: var(--title-font);
font-weight: 700!important;
color: var(--light-text);
margin-bottom: 5px!important;
}
.show-profile .profile-ranking-container .profile-rank-position
{
font-size: 1.2REM!important;
font-family: var(--title-font);
text-align: right;
font-weight: 700!important;
color: var(--light-text);
margin-bottom: 5px!important;
}
.footer
{
background: var(--light-brown);
background-image: var(--footer);
color: var(--gold);
padding-top: 10px;
padding-bottom: 10px;
vertical-align: middle;
margin-bottom: 50px;
}
.show-profile .navbar .nav-link
{
padding: 8px 20px;
line-height: 24px;
font-weight: 900;
font-family: var(--title-font);
color: var(--light-text);
font-size: 1.5REM;
}
.show-profile .navbar .nav-link:hover
{
background-color: var(--green-hover);
cursor: pointer;
border: none;
border-radius: 20px 20px 20px 20px;
color: var(--light-text);
text-decoration: none;
}
.show-profile .profile-account .tag-npc, .show-profile .profile-account .tag-player
{
font-size: 1rem;
font-family: var(--main-font);
color: var(--green-text);
display: block;
text-align: left;
font-weight: 400;
padding-left: 0;
}
body
{
margin: 0;
font-family: var(--main-font);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: var(--green-text);
text-align: left;
}
.show-profile .profile-ranking-container .profile-rank
{
text-align: left;
margin-bottom: 0;
font-size: 1.2REM;
font-family: var(--title-font);
line-height: 18px;
font-weight: 400;
color: var(--light-text);
}
.show-profile .profile-name-and-estate .profile-estate
{
font-size: 1.5REM;
font-family: var(-...