Don’t use it!
Sunrisedream by kie0412
Details
Authorkie0412
LicenseNo License
CategoryHorsereality.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 Sunrisedream
@version 2024.02.26
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://v2.horsereality.com/") {
@import url('https://fonts.googleapis.com/css2?family=Sue+Ellen+Francisco&display=swap');
@import url('https://fonts.googleapis.com/css2?family=WindSong:wght@400;500&display=swap');
:root
{
--light-sage: #ca9f82bf;
--light-sage2: #ca9f82;
--check: #be766580;
--picture-button: #be766580;
--gold: #9b7e7380;
--light-brown: #d7b18c;
--light-green: #6d4d45bf;
--gold-text: #7d5d55;
--light-text: #dcc49d;
--sand: #b99a89;
--body: #d7b18c80;
--green-text: #7d5d55;
--gold-hover: #9b7e73;
--green-hover: #9b7e73;
--progress: #be7665;
--button: #6d4d45;
--button-hover: #473c36;
--boxes: #ca9f8280;
--white: #9b7e73;
--odd: #bc907abf;
--even: #ac8878bf;
--mine: #be7665bf;
--select: #be7665;
--top-hover: #ca9f82;
--background: url(https://i.imgur.com/Snnh6SU.png);
--title-font: "Sue Ellen Francisco";
--main-font: "Sue Ellen Francisco";
--globe: url(https://i.imgur.com/xN0L1ev.png);
--horse-bg: url(https://i.imgur.com/7LKTaYZ.png);
}
html {
font-size: 85%;
}
}
@-moz-document url-prefix("https://www.horsereality.com/") {
@import url('https://fonts.googleapis.com/css2?family=Sue+Ellen+Francisco&display=swap');
@import url('https://fonts.googleapis.com/css2?family=WindSong:wght@400;500&display=swap');
:root
{
--light-sage: #ca9f82bf;
--light-sage2: #ca9f82;
--check: #be766580;
--picture-button: #be766580;
--gold: #9b7e7380;
--light-brown: #d7b18c;
--light-green: #6d4d45bf;
--gold-text: #7d5d55;
--light-text: #dcc49d;
--sand: #b99a89;
--body: #d7b18c80;
--green-text: #7d5d55;
--gold-hover: #9b7e73;
--green-hover: #9b7e73;
--progress: #be7665;
--button: #6d4d45;
--button-hover: #473c36;
--boxes: #ca9f8280;
--white: #9b7e73;
--odd: #bc907abf;
--even: #ac8878bf;
--mine: #be7665bf;
--select: #be7665;
--top-hover: #ca9f82;
--background: url(https://i.imgur.com/Snnh6SU.png);
--title-font: "Sue Ellen Francisco";
--main-font: "Sue Ellen Francisco";
--globe: url(https://i.imgur.com/xN0L1ev.png);
--horse-bg: url(https://i.imgur.com/7LKTaYZ.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-tex...