Skip to content

Dappled June 2023 theme by whitthemes

Details

Authorwhitthemes

LicenseNo Redistribution

CategoryHR

Created

Updated

Size60 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

For Dappled only. Do not use ANY parts of my theme to make your own.

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         Dappled June 2023 theme
@version      20230702.02.37
@namespace    userstyles.world/user/whitthemes
@description  For Dappled only. Do not use ANY parts of my theme to make your own.
@author       whitthemes
@license      No Redistribution
==/UserStyle== */

@-moz-document url-prefix("https://v2.horsereality.com/") {
:root {
--left-nav: #192b35d9;
    --picture-button: #638084b8;
    --border: #ceb193;
    --header-2: #2d454f;
    --header-1: #1e2c2d;
    --center-bar: #1b313d99;
    --light-text: #cfad87;
    --box: #354d5361;
    --body: #85a2a5c7;
    --dark-text: #172629;
    --text-hover: #6a7469;
    --middle-hover: #2d4047;
    --progress: #4c7f7a;
    --button: #3e555c;
    --button-hover: #2e4047;
    --boxes: #374e57b8;
    --white: #d3b190;
    --odd: #9eb0b4b8;
    --even: #789196b8;
    --mine: #324f57bf;
    --select: #8ea7ab;
    --top-hover: #152327;
    --highlights: #2a4c4b6b;
    --slide-hover: #172e36e8;
    --background: url(https://cdn.discordapp.com/attachments/987518421442891878/1124521329849282620/dappled.png);
   
      --map: url(https://cdn.discordapp.com/attachments/987518421442891878/1124521329849282620/dappled.png);
    --title-font: "Times New Roman";
    --main-font: "Times New Roman";
   
    --headers: url(https://cdn.discordapp.com/attachments/987518421442891878/1124522739923943576/dappledtop.png);
  
   
    --horse-bg: url(https://www.horsereality.com/images/profilebg_fitzroy.jpg);
  }
}

@-moz-document url-prefix("https://www.horsereality.com/") {
:root
  {
   --left-nav: #192b35d9;
    --picture-button: #638084b8;
    --border: #ceb193;
    --header-2: #2d454f;
    --header-1: #1e2c2d;
    --center-bar: #1b313d99;
    --light-text: #cfad87;
    --box: #354d5361;
    --body: #85a2a5c7;
    --dark-text: #172629;
    --text-hover: #6a7469;
    --middle-hover: #2d4047;
    --progress: #4c7f7a;
    --button: #3e555c;
    --button-hover: #2e4047;
    --boxes: #374e57b8;
    --white: #d3b190;
    --odd: #9eb0b4b8;
    --even: #789196b8;
    --mine: #324f57bf;
    --select: #8ea7ab;
    --top-hover: #152327;
    --highlights: #2a4c4b6b;
    --slide-hover: #172e36e8;
    --background: url(https://cdn.discordapp.com/attachments/987518421442891878/1124521329849282620/dappled.png);
     
      --map: url(https://cdn.discordapp.com/attachments/987518421442891878/1124521329849282620/dappled.png);
    --title-font: "Times New Roman";
    --main-font: "Times New Roman";
       --headers: url(https://cdn.discordapp.com/attachments/949754978870886451/960208780862296124/Player_box_header_background.png);
   
    
      --horse-bg: url(https://www.horsereality.com/images/profilebg_fitzroy.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;
}

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: 6px solid transparent;
    padding: 20px;
}
.horse-item .content {
    overflow: hidden;
    border-radius: 8px;
    background: var(--odd);
}
.horse-item h2 {
    font-size: 14px;
    font-family: var(--main-font);
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    color: var(--dark-text);
}
.horse-item .tagline {
    font-size: 11px;
    font-family: var(--main-font);
    font-weight: 700;
    line-height: 21px;
    display: block;
    letter-spacing: 0;
    color: var(--dark-text);
}
.button.black.active, .button.black:hover {
    color: var(--light-text);
    background: var(--button-hover);
}
.button.secondary {
    transition: all .2s;
    color: var(--light-text);
    font-family: var(--main-font);
    background: var(--button);
}
.total-horses i, .total-items i, .total-vials i {
    
    color: var(--dark-text);
}
.total-horses, .total-items, .total-vials {
    font-family: var(--main-font);
    color: var(--dark-text);
}
.link-table .link-table-row .link-table-icon-container .link-table-icon i {
    font-size: 28px;
    color: var(--light-text);
   
}
.tabs .tab a>i {
    margin-right: 5px;
    color: var(--dark-text);
    
}
.tabs .tab.active a {
    color: var(--dark-text);
    font-family: var(--main-font);
}
.office-table-row .link-table-button i {
    color: var(--light-text);
}
.link-table .link-table-row .link-table-icon-container .link-table-icon {
    line-height: 64px;
    width: 40px;
    height: 50px;
    text-align: center;
    border-radius: 0.25rem;
    background: var(--button);
}
.button.black, .button.secondary.active, .button.secondary:hover {
    color: var(--light-text);
    background: var(--button);
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: var(--dark-text);
    font-family: var(--main-font);
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid var(--border);
}
.button.primary {
    background: var(--button);
}
.button {
    font-size: 13px;
    font-family: var(--main-font);
    font-weight: 700;
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    padding: 9px 10px;
    transition: all .2s;
    text-align: center;
    color: var(--light-text);
    border: 0;
    border-radius: 8px;
}
.button.primary:hover {
    color: var(--light-text);
    background: var(--button-hover);
}
.horse-filters-search input {
    width: 100%;
    height: 32px;
    padding: 3px 10px 3px 30px;
    border: 0;
    border-radius: 8px;
    background: var(--highlights);
}
.tabs .tab>span, .tabs .tab a, .tabs .tab button {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    padding: 6px 10px;
    white-space: nowrap;
    color: var(--dark-text);
}
.stall-tab-edit span.count {
    color: var(--dark-text)!important;
}
.stall-tab-edit input {
    padding: 0;
    transition: all .2s;
    color: var(--dark-text)!important;
    border: 0;
    outline: none;
    background: 0 0;
}
.tabs .tab {
    position: relative;
    z-index: 2;
    margin-right: 3px;
    transition: all .2s;
    border-radius: 8px 8px 0 0;
    background: var(--odd);
}
.tabs .tab.active.stall-tab i {
    font-size: 10px;
    font-family: var(--main-font);
    color: var(--dark-text);
    margin-left: -15px;
}
.tabs .tab.active {
    background: var(--even);
}
.stall-tab-edit form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 65px;
    transition: all .2s;
}

.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(--title-font);
    background-image: var(--headers);
    height: 35px;
    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: va...

Reviews

No reviews yet.