Skip to content

Beee's theme by whitthemes

Details

Authorwhitthemes

LicenseNo Redistribution

CategoryHR

Created

Updated

Size65 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

For beee 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         Beee's theme
@version      20221126.16.23
@namespace    userstyles.world/user/whitthemes
@description  For beee only
@author       whitthemes
@license      No Redistribution
==/UserStyle== */

@-moz-document url-prefix("https://v2.horsereality.com/") {
:root {
--left-nav: #7f3514bf;
    --picture-button: #b37a2d;
    --border: #ffb72c;
    --header-2: #794210;
    --header-1: #a25615;
    --light-text: #000000;
    --box: #c0631b6b;
    --body: #cf931fad;
    --dark-text: #48210b;
    --text-hover: #2c1605;
    --middle-hover: #231d26;
    --progress: #b56816;
   --button: #6f390f;
    --button-hover: #3a1d07;
    --boxes: #9a661fbd;
    --white: #b78326;
    --odd: #895412cc;
    --even: #8f5e1bbf;
    --mine: #81591edb;
    --select: #dab261;
    --top-hover: #6a350e;
    --highlights: #b98f34b5;
    --slide-hover: #6f390f;
    --background: url(https://cdn.discordapp.com/attachments/896129192054390825/1038984947840598056/BeeeBG-GOLD.png);
    --center-bar: #813814;
      --map: url(https://cdn.discordapp.com/attachments/896129192054390825/1038984947840598056/BeeeBG-GOLD.png);
    --title-font: "Lucida Handwriting";
    --main-font: "Big Caslon";
   --horse-bg: url(https://www.horsereality.com/images/profilebg_fields_of_gold.jpg);
    --headers: url(https://cdn.discordapp.com/attachments/987518421442891878/1039710746931626084/beeeheader.png);
  
   
  }
}

@-moz-document url-prefix("https://www.horsereality.com/") {
:root
  {
   --left-nav: #7f3514bf;
    --picture-button: #b37a2d;
    --border: #ffb72c;
    --header-2: #794210;
    --header-1: #a25615;
    --light-text: #000000;
    --box: #c0631b6b;
    --body: #cf931fad;
    --dark-text: #48210b;
    --text-hover: #2c1605;
    --middle-hover: #231d26;
    --progress: #b56816;
    --button: #6f390f;
    --button-hover: #3a1d07;
    --boxes: #9a661fbd;
    --white: #b78326;
    --odd: #895412cc;
    --even: #8f5e1bbf;
    --mine: #81591edb;
    --select: #dab261;
    --top-hover: #6a350e;
    --highlights: #b98f34b5;
    --slide-hover: #6f390f;
    --background: url(https://cdn.discordapp.com/attachments/896129192054390825/1038984947840598056/BeeeBG-GOLD.png);
    
      --map: url(https://cdn.discordapp.com/attachments/896129192054390825/1038984947840598056/BeeeBG-GOLD.png);
    --title-font: "Lucida Handwriting";
    --main-font: "Big Caslon";
       --headers: url(https://cdn.discordapp.com/attachments/949754978870886451/960208780862296124/Player_box_header_background.png);
   
   
      --horse-bg: url(https://www.horsereality.com/images/profilebg_fields_of_gold.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 {
    
    padding: 10px;
    background-color: var(--box);
    background-image: var(--player);
    margin-bottom: 20px;
    border-radius: 20px 20px 20px 20px;
}
.horse-item .content {
    overflow: hidden;
    border-radius: 8px;
    background: var(--even);
}
.tabs .tab.active {
    background: var(--even);
}
.horse-list.alternate .horse-item:nth-child(2n) .content {
    background: var(--odd);
}
.tabs .tab {
    position: relative;
    z-index: 2;
    margin-right: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 8px 8px 0 0;
    background: var(--odd);
}
.tabs .tab>span, .tabs .tab a, .tabs .tab input {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: var(--dark-text);
}
.tabs .tab.active a {
    color: var(--dark-text);
}
.horse-filters-search input {
    width: 100%;
    height: 32px;
    padding: 3px 10px 3px 30px;
    border: 0;
    border-radius: 8px;
    background: var(--body);
}
.horse-item h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    color: var(--dark-text);
}
.horse-item .breed-and-age, .horse-item .tagline {
    font-size: 13px;
    line-height: 21px;
    display: block;
    letter-spacing: 0;
    color: var(--dark-text);
}
.horse-stats .horse-stat-energy i {
    color: var(--dark-text);
}
.horse-stats .horse-stat-fitness i {
    color: var(--dark-text);
}
.horse-stats .horse-stat-affection i {
    color: var(--dark-text);
}
.tabs .tab:not(.creating):not(.active):hover {
    background: var(--even);
}
.button.primary {
    background: var(--button);
}
.button {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    min-width: 100px;
    padding: 4px 16px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: var(--white);
    border: 0;
    border-radius: 8px;
}
.button.primary:hover {
    background: var(--button-hover);
}
.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(--dark-text);
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: var(--dark-text);
}
.horse-list .horse-item .image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 110px;
    padding: 13px;
    background-repeat: no-repeat;
    background-position: -50px 100%;
    background-size: 160%;
    background-image: var(--horse-bg)!important;
}
.current-capacity {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 3px 6px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0;
    color: var(--white);
    border-radius: 8px;
    background: var(--button);
}
.current-capacity:hover {
    background: var(--button-hover);
}
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
  {
    border: 1px solid var(--border);
      border-radius: 50%;
    padding: 20px;
    
  }
.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(--dark-text);
     font-family: var(--title-font);
    background-image: var(--headers);
    height: 25px;
    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(--dark-text);
}
.side-nav ul a {
    font-size: 15px;
    font-family: var(--main-font);
    font-weight: 700;
    text-transform: capitalize;
    color: var(--dark-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(--text-hover);
}
.header-menu nav .main-menu .user-nav>a:hover {
    color: var(--text-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 .mai...

Reviews

No reviews yet.