Skip to content

S0xg9gT by haleighsb

Details

Authorhaleighsb

LicenseNo License

Categoryuserstyles

Created

Updated

Size58 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Custom theme for EichenGold. Made by HaleighSB.

Use of this code or theme other than by myself and the designated user is prohibited and will get you blocked and banned from my art services and artists Im friends with. Will also get reported to HR staff directly. You've been warned.

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         S0xg9gT
@version      20220907.19.23
@namespace    userstyles.world/user/haleighsb
@description  Custom theme for EichenGold. Made by HaleighSB.

Use of this code or theme other than by myself and the designated user is prohibited and will get you blocked and banned from my art services and artists Im friends with. Will also get reported to HR staff directly. You've been warned.
@author       haleighsb
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://v2.horsereality.com/") {
/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100;200;300;500&display=swap');
:root
  {
    --side-nav: #a3bfe4;
    --horse-care: #a3bfe4;
    --trim: #3f4769cf;
    --top-nav-bckg: #a3bfe4;
    --profile-nav: #a3bfe4;
    --main-text: #fafbfd;
    --side-nav-text: #6a80a8;
    --body-bckg: #E1E8F5;
    --detail-text: #53617a;
    --secondary-link-highlight: #a3bfe4;
    --link-highlight: #77aaef;
    --progress-bar: #b4bfda;
    --click-button: #a3bfe4;
    --button-highlight: #77aaef;
    --boxes: #C0C0C0;
    --unknown-two: #ffffff;
    --management-text: #ffffff;
    --odd-boxes: #c2d3f6;
    --even-boxes: #eaedf3;
    --background: url(https://cdn.discordapp.com/attachments/893678070651846699/990100288176275496/Untitled_design_61.png);
    --title-font: "Arima";
    --main-font: "Arima";
    --headers: url(https://cdn.discordapp.com/attachments/893678070651846699/990100288176275496/Untitled_design_61.png);
  }

  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.north-america
  {
    background-image: var(--background);
  }

  body.background.south-america
  {
    background-image: var(--background);
  }

  .main-content
  {
    background: var(--body-bckg);
    padding: 15px;
  }

  .header-menu
  {
    background: var(--top-nav-bckg);
    border-bottom: 2px solid var(--top-nav-bckg);
    z-index: 100;
  }

  .header-menu nav .main-menu .user-nav>a
  {
    color: var(--main-text);
    font-family: Arima;
    font-weight: normal;
    font-size: 14px;
    text-transform: capitalize;
  }

  .header-menu nav .stats
  {
    text-align: right;
    color: var(--main-text);
    font-family: arima;
    font-size: 13px;
  }

  .header-menu nav .stats a
  {
    color: var(--main-text);
  }

  .header-menu nav .main-menu ul li a
  {
    font-size: 14px;
    font-family: arima;
    color: var(--main-text);
    font-weight: normal;
  }

  .header-menu nav .main-menu ul li a:not(.btn):hover
  {
    text-decoration: none;
    color: var(--link-highlight);
  }

  .header-menu nav .main-menu .user-nav>a:hover
  {
    color: var(--link-highlight);
  }

  .header-menu nav .main-menu .user-nav .dropdown-menu
  {
    left: -80px!important;
    min-width: 12rem!important;
    background: var(--top-nav-bckg);
    border: 2px solid var(--trim);
    border-radius: 0px 0px 20px 20px;
    opacity: 100%;
  }

  .header-menu nav .main-menu .user-nav .dropdown-menu .dropdown-item:hover
  {
    background: 0 0;
    color: var(--link-highlight);
  }

	  .horse-grid .horse-item .content-wrapper
  {
    background-color: var(--odd-boxes);
	  opacity: 90%
  }
	
	.horse-stats .horse-stat span {
    display: block;
    width: 22px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    color: var(--detail-text);
}

	.horse-filters-search input {
    width: 100%;
    height: 32px;
    padding: 3px 10px 3px 30px;
    border: 0;
    border-radius: 8px;
    background: var(--body-bckg);
}
	
	button.normalize {
    padding: 0;
    color: #fff;
    border: 0;
    background: 0 0;
}
	
	.stall-tabs .stall-tab>span, .stall-tabs .stall-tab a {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    padding: 6px 16px;
    white-space: nowrap;
    color: var(--main-text);
	background-color: var(--body-bckg);
	border-radius: 8px 8px 0px 0px
}

	.stall-tabs-wrapper:after {
    position: absolute;
    z-index: 1;
    right: -15px;
    bottom: 0;
    left: -15px;
    height: 1px;
    content: "";
    background: var(--body-bckg);
	}

	
	.button.primary {
    background: var(--click-button);
}
	.current-capacity {
    padding: 3px 6px;
    background: var(--body-bckg);
    cursor: pointer;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--detail-text);
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
}
	
  .horse-list .horse-item .content-wrapper
  {
    flex-direction: row;
    background-color: var(--odd-boxes);
  }

	.horse-item h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    color: var(--main-text);
}
	.horse-item .breed-and-age, .horse-item .tagline {
    font-size: 13px;
    line-height: 21px;
    display: block;
    letter-spacing: 0;
    color: var(--detail-text);
}

  .show-profile .profile-account h2
  {
    background-image: var(--headers);
    border: 2px solid var(--trim);
    border-radius: 10px 10px 10px 10px;
    font-size: 20px;
    opacity: 80%;
    text-align: center;
    font-family: var(--title-font);
    color: var(--trim);
    padding: 5px;
  }

  .component.frame .wrapper .subheader
  {
    background-image: var(--headers);
    color: var(--trim);
    font-weight: 600;
    padding: 5px 10px;
  }

    .side-nav
  {
    padding: 10px;
    background: var(--side-nav);
    opacity: 69%;
    border: 2px solid var(--side-nav);
    border-radius: 0px 0px 20px 20px;
    width: 130px;
    padding: 10px;
  }

  .side-nav ul .subtitle
  {
    font-family: arima;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 21px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--main-text);
  }

  .side-nav ul a
  {
    font-size: 14px;
    font-family: arima;
    font-weight: normal;
    text-transform: capitalize;
    color: var(--main-text);
    padding: 0;
  }

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

  element.style
  {
    background-color: var(--body-bckg);
  }

  .footer
  {
    background: var(--side-nav);
    font-family: arima;
    color: var(--main-text);
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    margin-bottom: 50px;
  }

  .footer::after
  {
    font-weight: normal;
    float: left;
    color: var(--main-text);
    font-size: 18px;
    font-family: arima;
    font-weight: bold;
    opacity: 65%;
    content: "(C) HaleighSB";
  }

  .progress-bar
  {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--odd-boxes);
    text-align: center;
    font-family: arima;
    white-space: nowrap;
    background-color: var(--progress-bar);
  }

  .estate-item
  {
    background-color: var(--odd-boxes);
    border: 2px solid var(--odd--boxes);
    border-radius: 20px 20px 20px 20px;
    padding: 10px 15px;
    width: 100%!important;
    height: 100%;
  }

  .estate-item .estate-item-name
  {
    font-size: 16px;
    text-align: center;
    font-family: arima;
    font-weight: 700!important;
    color: var(--detail-text);
    margin-bottom: 15px;
  }

  .estate-item .estate-item-buy button
  {
    background-color: var(--click-button);
    border: 1px solid var(--click-button);
    font-family: arima;
    font-weight: 600;
    color: var(--main-text);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 20px 20px 20px 20px;
  }

  .estate-item .estate-item-buy button:hover
  {
    background-color: var(--button-highlight);
    text-decoration: none;
  }

  .fitting-room .horse-select-row
  {
    background-color: var(--trim);
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: arima;
    font-weight: 600;
    color: var(--main-text);
    font-size: 13px;
  }

  .component.frame .wrapper
  {
    background: var(--subhdr);
    font-family: arima;
    font-weight: normal;
    color: var(--detail-text);
    font-size: 14px;
  }

  .component.table .table tbody tr:nth-of-type(odd)
  {
    background-color: var(--odd-boxes);
  }

  .component.table .table tbody tr:nth-of-type(even)
  {
    background-color: var(--even-boxes);
  }

  .fitting-room .fitting-room-bg-row:hover
  {
    cursor: pointer;
    background-color: var(--button-highlight)!important;
  }

  .fitting-room .fitting-room-bg-row h1
  {
    font-size: 18px!important;
    font-family: arima;
    color: var(--detail-text);
    line-height: 21px;
    margin-bottom: 0;
  }

  .fitting-room .rowIsSelected tr
  {
    background-color: var(--progress-bar);
    opacity: .5;
  }

  .fitting-room .selectedRow
  {
    background-color: var(--progress-bar)!important;
    opacity: 1!important;
  }

  .table
  {
    width: 100%;
    margin-bottom: 1rem;
    color: var(--detail-text);
  }

  p
  {
    font-family: arima;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: var(--detail-text);
  }

  .fitting-room .buy-row .buy-row-left .go-to-inventory-btn
  {
    background-color: var(--click-button);
    border: 1px solid var(--click-button);
    font-family: arima;
    font-weight: 600;
    color: var(--main-text);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 20px 20px 20px 20px;
  }

  .fitting-room .buy-row .buy-row-left .go-to-inventory-btn:hover
  {
    background-color: var(--button-highlight);
  }

  .btn.btn-cta, .btn.btn-primary
  {
    color: var(--main-text)!important;
    background-color: var(--click-button);
    border-c...

Reviews

No reviews yet.