this is not free to use
test 2.0 by skye
Details
Authorskye
LicenseCC Zero
CategoryHorse Reality
Created
Updated
Size59 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 test 2.0
@version 20220702.18.38
@namespace userstyles.world/user/skye
@description this is not free to use
@author skye
@license CC Zero
==/UserStyle== */
@-moz-document url-prefix("https://v2.horsereality.com") {
:root
{
--light-sage: #3c567f;
--picture-button: #7e9fdc;
--gold: #e1ddeb;
--light-brown: #394f78;
--light-green: #3c567f;
--gold-text: #f5e8e6;
--light-text: #8bb8d1;
--sand: #bad0f9;
--body: #d9e7e4;
--green-text: #233558;
--gold-hover: #7ea9c1;
--green-hover: #231d26;
--progress: #71aacb;
--button: #394f78;
--button-hover: #293b5c;
--boxes: #727f99;
--white: #8cb5cc;
--odd: #90b2ce;
--even: #a7bdcf;
--mine: #6b9aba;
--top-hover: #2c3f64;
--title-font: "Lucida Handwriting";
--main-font: "Big Caslon";
}
.show-profile .profile-account .tag-trial-chat
{
background-color: #3a284b;
display: inline;
}
.show-profile .profile-account .tags-outer
{
font-weight: bolder;
color: #857a89;
font-size: 12px;
border-radius: 7px;
padding: 1px 6px;
display: none;
white-space: nowrap;
}
.show-profile .navbar-avatar .navbar-avatar-container
{
border: 6px solid transparent;
padding: 20px;
border-image-source: url(https://cdn.discordapp.com/attachments/561996580412981261/957137657211809802/Untitled18_20220325224312.png);
border-image-repeat: round;
border-image-slice: 130;
border-image-width: 240px;
}
.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: 14px;
line-height: 18px;
color: var(--green-text);
}
body.background.south-america
{
background-image: url(https://cdn.discordapp.com/attachments/561996580412981261/959259117023821914/Skye.png);
}
.responsive-table .competition-tack-icon
{
background-color: var(--picture-button);
width: 45px;
height: 45px;
position: relative;
border-radius: 50%;
display: inline-block;
margin-right: 4px;
}
.checkbox-label input:checked~.checkbox-custom
{
background-color: var(--body);
border-radius: 5px;
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
opacity: 1;
border: 2px solid var(--light-sage);
}
.competitions .table .progress
{
height: 25px;
width: 100px;
position: relative;
background-color: var(--body);
border: 2px solid var(--light-sage);
border-radius: 0;
}
.component.table .table
{
background-color: var(--even);
margin: 0;
}
.shows .table .progress
{
height: 25px;
width: 100px;
position: relative;
background-color: var(--body);
border: 2px solid var(--light-sage);
border-radius: 0;
}
.checkbox-label .checkbox-custom
{
position: absolute;
top: 0;
left: 0;
height: 24px;
width: 24px;
border-radius: 5px;
transition: all .3s ease-out;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
border: none;
background-color: var(--body);
}
body.background.africa
{
background-image: url(https://cdn.discordapp.com/attachments/561996580412981261/959259117023821914/Skye.png);
}
.component.frame .wrapper .header .title
{
display: inline-block;
font-size: 16px;
color: var(--light-text);
font-family: var(--title-text);
text-transform: none;
}
.sales .horse-name
{
font-weight: 600;
color: var(--green-text);
}
#bbmenu.user ul.slidedown li a.arrow
{
float: left;
padding: 9px 30px 11px 10px;
width: auto;
line-height: 30px;
background-repeat: no-repeat;
background-position: 98% 51%;
}
table tr.odd
{
background-color: var(--odd);
}
.notification-settings .paddingleftnone
{
padding-left: 0;
padding-right: 5px;
background-color: var(--body);
}
.market .col-form-label
{
color: var(--green-text);
font-size: 14px;
font-weight: 500;
}
h1 a:active, h1 a:link, h1 a:visited
{
color: var(--green-text);
text-decoration: none;
}
.form-control
{
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: var(--green-text);
background-color: var(--body);
background-clip: padding-box;
border: none;
border-radius: 0.25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.alert-info
{
color: var(--green-text);
background-color: var(--light-sage);
border-color: none;
}
.market-office-table .market-office-table-row-autobuy
{
color: var(--green-text);
padding-right: 0;
}
.market-office-table .market-office-table-row-timer
{
padding-left: 0;
color: var(--green-text);
}
.table td, .table th
{
padding: 0.75rem;
vertical-align: top;
border-top: none;
}
.table .thead-dark th
{
color: var(--light-text);
font-family: var(--title-text);
}
body.background.europe
{
background-image: url(https://cdn.discordapp.com/attachments/561996580412981261/959259117023821914/Skye.png);
}
body.background
{
background: #4a7a9b url(https://cdn.discordapp.com/attachments/561996580412981261/959259117023821914/Skye.png) no-repeat fixed 0 0/100% auto;
background-size: cover;
}
.show-profile .profile-name-and-estate .profile-username
{
font-size: 32px!important;
opacity: 0%;
font-family: var(--title-font);
font-weight: 700!important;
color: var(--light-text);
margin-bottom: 5px!important;
}
.side-nav
{
padding: 10px;
background: var(--light-sage);
border: 2px solid var(--gold);
border-radius: 0px 0px 20px 20px;
}
.component.frame .wrapper .content
{
background: var(--even);
}
.header-menu
{
background: var(--top-hover);
background-image: url(https://cdn.discordapp.com/attachments/561996580412981261/959264257269170196/skyebar.png);
border-bottom: 2px solid var(--gold);
}
.show-profile .navbar
{
background-color: var(--light-green)!important;
border-top: 2px solid var(--gold);
border-bottom: 2px solid var(--gold);
padding-top: 0;
padding-bottom: 0;
min-height: 40px!important;
}
.side-nav ul .subtitle
{
font-family: var(--title-font);
font-size: 18px;
margin-bottom: 5px;
line-height: 21px;
font-weight: 900;
text-transform: uppercase;
color: var(--gold-text);
}
.side-nav ul a
{
font-size: 15px;
font-family: var(--title-font);
font-weight: 900;
text-transform: capitalize;
color: var(--gold-text);
padding: 0;
}
.header-menu nav .main-menu ul li a
{
font-size: 17px;
font-family: var(--title-font);
color: var(--green-text);
font-weight: 900;
}
.header-menu nav .main-menu .user-nav>a
{
color: var(--green-text);
font-family: var(--title-font);
font-weight: 900;
font-size: 17px;
}
.header-menu nav .stats
{
text-align: right;
color: var(--green-text);
font-family: var(--main-font);
font-size: 13px;
}
.header-menu nav .stats a
{
color: var(--green-text);
}
.show-profile .profile-account
{
width: 250px;
padding: 10px;
background-color: var(--sand);
opacity: 50px;
border: none;
border-radius: 20px 20px 20px 20px;
margin-bottom: 20px;
}
.main-content
{
background: var(--body);
padding: 15px;
}
.show-profile .navbar-avatar .navbar-avatar-container
{
border: 6px solid transparent;
padding: 20px;
border-image-source: url(https://cdn.discordapp.com/attachments/561996580412981261/959260744506048522/skyeava.png);
border-image-repeat: round;
border-image-slice: 130;
border-image-width: 240px;
}
.show-profile .profile-name-and-estate .profile-username
{
font-size: 32px!important;
opacity: 0%;
font-family: var(--title-font);
font-weight: 700!important;
color: var(--light-text);
margin-bottom: 5px!important;
}
.show-profile .profile-name-and-estate .profile-estate
{
font-size: 18px;
font-family: var(--title-font);
line-height: 21px;
font-weight: 400;
color: var(--light-text);
opacity: 0%;
}
.show-profile .profile-ranking-container .profile-rank
{
text-align: left;
margin-bottom: 0;
font-size: 12px;
font-family: var(--title-font);
line-height: 18px;
font-weight: 400;
color: var(--light-text);
}
.show-profile .profile-ranking-container .profile-rank-position
{
font-size: 26px!important;
font-family: var(--title-font);
text-align: right;
font-weight: 700!important;
color: var(--light-text);
margin-bottom: 5px!important;
}
.show-profile .profile-account h2
{
background-image: url("https://cdn.discordapp.com/attachments/561996580412981261/959262940672966716/skyetop.png");
border: 2px solid var(--gold);
border-radius: 20px 20px 20px 20px;
font-size: 14px;
font-family: var(--title-font);
font-weight: 600;
color: var(--green-text);
margin: 0;
}
body
{
margin: 0;
font-family: var(--main-font);
font-size: 13px;
font-weight: 400;
line-height: 1.5;
color: var(--green-text);
text-align: left;
}
.show-profile .profile-account .tag-npc, .show-profile .profile-account .tag-player
{
font-size: 13px;
font-family: var(--title-fo...