Skip to content

Hiraeth's theme by whitthemes

Details

Authorwhitthemes

LicenseNo Redistribution

CategoryHR

Created

Updated

Size47 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This is for Hiraeth only.

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         Hiraeth's theme
@version      20220705.23.42
@namespace    userstyles.world/user/whitthemes
@description  This is for Hiraeth only. 
@author       whitthemes
@license      No Redistribution
==/UserStyle== */

@-moz-document url-prefix("https://v2.horsereality.com/") {
:root
  {
    --left-nav: #4f4251;
    --picture-button: #8491a8e6;
    --border: #ffffff;
    --header-2: #0d354ead;
    --header-1: #032136;
    --light-text: #c3ddf8;
    --box: #445f78bd;
    --body: #8494afde;
    --dark-text: #000000;
    --text-hover: #a3bdd7;
    --middle-hover: #231d26;
    --progress: #59819b;
    --button: #032136;
    --button-hover: #0e0b0f;
    --boxes: #738096d6;
    --white: #fbfbfb;
   --odd: #6f7e95a6;
    --even: #8d9bb3b8;
    --mine: #575c70d9;
    --select: #abbad3;
    --top-hover: #032136;
      --slide-hover: #2f3841d9;
      --center-bar: #1c2935d1;
    --background: url(https://cdn.discordapp.com/attachments/993296017413898351/993667997480796341/IMG_6119.webp);
      --sidenav: url(https://cdn.discordapp.com/attachments/987518421442891878/993675939986813048/hiraeth.png);
      --map: url(https://cdn.discordapp.com/attachments/987518421442891878/993677343027642378/hiraethmap.png);
    --title-font: "Lucida Handwriting";
    --main-font: "Big Caslon";
   
  
    --headers: url(https://cdn.discordapp.com/attachments/987518421442891878/993674438455349319/hiraethtop.png);
    
    --horse: url(https://cdn.discordapp.com/attachments/949754978870886451/960202498621190174/Background_for_horse_pages.png);
}
}

@-moz-document url-prefix("https://www.horsereality.com/") {
:root
  {
    --left-nav: #4f4251;
    
    --picture-button: #8491a8e6;
    --border: #ffffff;
   --header-2: #0d354ead;
    --header-1: #032136;
   
    --light-text: #c3ddf8;
    --box: #445f78bd;
    --body: #8494afde;
    --dark-text: #000000;
    --text-hover: #a3bdd7;
    --middle-hover: #231d26;
    --progress: #59819b;
    --button: #032136;
    --button-hover: #0f0c10;
    --boxes: #738096d6;
    --white: #fbfbfb;
  --odd: #6f7e95a6;
    --even: #8d9bb3b8;
    --mine: #575c70d9;
    --select: #abbad3;
    --top-hover: #032136;
      --highlights: #6f7d95c2;
      --tables: #3d304040;
      --slide-hover: #2f3841d9;
    --background: url(https://cdn.discordapp.com/attachments/993296017413898351/993667997480796341/IMG_6119.webp);
      --sidenav: url(https://cdn.discordapp.com/attachments/987518421442891878/993675939986813048/hiraeth.png);
      --map: url(https://cdn.discordapp.com/attachments/987518421442891878/993677343027642378/hiraethmap.png);
    --title-font: "Lucida Handwriting";
    --main-font: "Big Caslon";
     --horse-bg: url(https://www.horsereality.com/images/profilebg_delpaine.jpg);
  }
}

@-moz-document url-prefix("https://v2.horsereality.com/") {
.header-menu {
    background: var(--slide-hover);
    background-image: var(--top);
}
.show-profile .navbar {
    background-color: var(--center-bar)!important;
    background-image: var(--center);
    border-top: 2px solid var(--border);
    border-bottom: 2px solid var(--border);
    padding-top: 0;
    padding-bottom: 0;
    min-height: 40px!important;
        }
.main-content {
    background: var(--body);
    padding: 15px;
}
.show-profile .profile-account {
    width: 70%;
    padding: 10px;
    background-color: var(--box);
    background-image: var(--player);
    margin-bottom: 20px;
    border-radius: 30px 30px 30px 30px;
}

body.background.africa {
    background: var(--background) no-repeat fixed 0 0/100% auto;
    background-size: cover;
}
body.background.asia {
    background: var(--background) no-repeat fixed 0 0/100% auto;
    background-size: cover;
}
body.background.australia {
    background: var(--background) no-repeat fixed 0 0/100% auto;
    background-size: cover;
}
body.background.europe {
    background: var(--background) no-repeat fixed 0 0/100% auto;
    background-size: cover;
}
body.background.south-america {
    background: var(--background) no-repeat fixed 0 0/100% auto;
    background-size: cover;
}
body.background.north-america {
    background: var(--background) no-repeat fixed 0 0/100% auto;
    background-size: cover;
}
.show-profile .navbar-avatar .navbar-avatar-container {
    z-index: 1;
    width: 150px;
    height: 150px;
    border: none;
    position: absolute;
    background-size: cover;
    top: 165px;
    left: 25px;
}
.show-profile .profile-name-and-estate .profile-username {
    font-size: 32px!important;
    font-weight: 700!important;
    color: var(--light-text);
     font-family: var(--main-font);
    margin-bottom: 5px!important;
    opacity: 30%;
}
.show-profile .profile-name-and-estate .profile-estate {
    font-size: 18px;
     font-family: var(--main-font);
    line-height: 21px;
    font-weight: 400;
    color: var(--light-text);
    opacity: 30%;
}
.show-profile .profile-ranking-container .profile-rank {
    text-align: left;
    margin-bottom: 0;
    font-size: 12px;
     font-family: var(--main-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(--main-font);
    text-align: right;
    font-weight: 700!important;
    color: var(--light-text);
    margin-bottom: 5px!important;
}
.show-profile .navbar .nav-link {
    padding: 8px 20px;
    line-height: 24px;
    font-weight: 500;
    color: var(--light-text);
    font-family: var(--title-font);
    font-size: 14px;
}
.show-profile .profile-account h2 {
    font-size: 14px;
    font-weight: 600;
    color: var(--light-text);
     font-family: var(--main-font);
    background-image: var(--headers);
    border-radius: 20px 20px 20px 20px;
    margin: 0;
}
.show-profile .main-content {
    padding: 0;
    overflow-x: visible;
}
.side-nav ul .subtitle {
    font-size: 17px;
    font-family: var(--title-font);
    margin-bottom: 5px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--light-text);
}
.side-nav ul a {
    font-size: 15px;
    font-family: var(--main-font);
    font-weight: 700;
    text-transform: capitalize;
    color: var(--light-text);
    padding: 0;
}
.header-menu nav .main-menu .user-nav>a {
    color: var(--light-text);
    font-family: var(--title-font);
    font-size: 17px;
}
.header-menu nav .main-menu ul li a {
    font-size: 17px;
    color: var(--light-text);
    font-family: var(--title-font);
}
.header-menu nav .stats {
    text-align: right;
     color: var(--light-text);
    font-family: var(--title-font);
    font-size: 11px;
}
.header-menu nav .stats a {
    color: var(--light-text);
}
.show-profile .navbar .nav-link:hover {
    background-color: var(--middle-hover);
    cursor: pointer;
    border: none;
    border-radius: 0;
    color: var(--light-text);
    font-family: var(--title-font);
    text-decoration: none;
}
.header-menu nav .main-menu ul li a:not(.btn):hover {
    text-decoration: none;
    color: var(--dark-hover);
}
.header-menu nav .main-menu .user-nav>a:hover {
    color: var(--dark-hover);
}
.header-menu nav .main-menu .user-nav .dropdown-menu .dropdown-header, .header-menu nav .main-menu .user-nav .dropdown-menu .dropdown-item {
    font-size: 13px;
     font-family: var(--main-font);
    padding: 0.5rem 1rem;
    color: var(--light-text);
}
.header-menu nav .main-menu .user-nav .dropdown-menu {
    left: -135px!important;
    min-width: 12rem!important;
    background: var(--slide-hover);
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
     font-family: var(--main-font);
    background-color: var(--body);
    
    border-radius: 20px 20px 20px 20px;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--dark-text);
    text-align: center;
    white-space: nowrap;
    background-color: var(--progress);
    border-radius: 20px 20px 20px 20px;
    transition: width .6s ease;
}


.side-nav ul a:hover {
    color: var(--text-hover);
    text-decoration: none;
}

.trainbar {
    float: left;
    width: 114px;
    margin: 8px 0 15px;
    background-color: var(--body);
    border: 2px solid var(--border);
    height: 20px;
    
    border-radius: 20px 20px 20px 20px;
    line-height: 20px;
}
.footer ul li a {
    color: var(--light-text);
    
}
.footer {
    background: var(--top-hover);
    color: var(--light-text);
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    margin-bottom: 50px;
}
.estate-item {
    background-color: var(--box);
    padding: 10px 15px;
    width: 100%!important;
    height: 100%;
    border-radius: 30px 30px 30px 30px;
}
p {
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: var(--dark-text);
}
h1 {
    font-size: 26px;
    line-height: 30px;
    font-family: var(--title-font);
    font-weight: 400;
    margin-bottom: 15px;
    color: var(--dark-text);
}
.fitting-room .buy-row .buy-row-left .go-to-inventory-btn {
    background-color: var(--button);
    border: 1px solid var(--border);
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--light-text);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 20px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn.btn-cta, .btn.btn-primary {
    color: var(--light-text);
    background-color: var(--button);
    border-color: var(--border);
    border-radius: 20px;
    font-weight: 600;
}
.fitting-room .horse-select-row {
    background-color: var(--header-1);
    margin-top: 15p...

Reviews

No reviews yet.