Skip to content

Tatum Dropdown by whitthemes

Details

Authorwhitthemes

LicenseNo Redistribution

CategoryHR

Created

Updated

Size73 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

For Tatum 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         Tatum Dropdown
@version      20230916.20.35
@namespace    userstyles.world/user/whitthemes
@description  For Tatum only
@author       whitthemes
@license      No Redistribution
==/UserStyle== */

@-moz-document url-prefix("https://v2.horsereality.com/") {
@import url('https://fonts.googleapis.com/css2?family=Itim&family=Lobster+Two&family=Montserrat:wght@100&display=swap');
:root
  {
--Side-nav: #251829;
    --check-box: #9983ab94;
    --picture-button: #9983ab94;
    --border: #c7b2d4;
    --Header-1: #251829b3;
    --Header-2: #090406a3;
    --light-text: #f1e4ff;
    --body: #bea6c5b0;
    --dark-text: #000000;
    --text-hover: #a07f92;
    --center-hover: #372c37;
    --progress: #674c5c;
   --button: #33263c;
    --button-hover: #392a36;
    --boxes: #bda4c273;
    --white: #c7b5dc;
    --odd: #88729bbd;
    --even: #7b668dd6;
    --mine: #4c3555c2;
    --select: #c7b5d7;
    --top-hover: #181326c4;
    --map: url(https://cdn.discordapp.com/attachments/987518421442891878/1147551074312532028/tatumbg.png);
    --background: url(https://cdn.discordapp.com/attachments/987518421442891878/1147551074312532028/tatumbg.png);
    --title-font: "Lobster Two";
    --main-font: "Lobster Two";
    --headers: url(https://cdn.discordapp.com/attachments/987518421442891878/1147552450065215578/tatumtop.png);
       --horse-bg: url(https://cdn.discordapp.com/attachments/1132769767019773952/1147558622998564934/HorseBG.png);
      --pedigree: url(https://cdn.discordapp.com/attachments/987518421442891878/1119449055009972264/kiarapedigree.png);
  
  
  }
}

@-moz-document url-prefix("https://www.horsereality.com/") {
@import url('https://fonts.googleapis.com/css2?family=Itim&family=Lobster+Two&family=Montserrat:wght@100&display=swap');
:root
  {--Side-nav: #251829;
    --check-box: #9983ab94;
    --picture-button: #9983ab94;
    --border: #c7b2d4;
    --Header-1: #251829c4;
    --Header-2: #090406a3;
    --light-text: #f1e4ff;
    --body: #bea6c5b0;
    --dark-text: #000000;
    --text-hover: #a07f92;
    --center-hover: #372c37;
    --progress: #674c5c;
   --button: #33263c;
    --button-hover: #392a36;
    --boxes: #bda4c273;
    --white: #c7b5dc;
    --odd: #88729bbd;
    --even: #7b668dd6;
    --mine: #4c3555c2;
    --select: #c7b5d7;
    --top-hover: #181326c4;
   
    --map: url(https://cdn.discordapp.com/attachments/987518421442891878/1147551074312532028/tatumbg.png);
    --background: url(https://cdn.discordapp.com/attachments/987518421442891878/1147551074312532028/tatumbg.png);
    --title-font: "Lobster Two";
    --main-font: "Lobster Two";
      --horse-bg: url(https://cdn.discordapp.com/attachments/1132769767019773952/1147558622998564934/HorseBG.png);
      
     
  }
}

@-moz-document url-prefix("https://v2.horsereality.com/") {
.header-menu {
    background: var(--top-hover);
    background-image: var(--top);
}
.show-profile .navbar {
    background-color: var(--top-hover)!important;
    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(--boxes);
    background-image: var(--player);
    margin-bottom: 20px;
    border-radius: 20px 20px 20px 20px;
}
.header-menu nav .main-menu ul li a.btn {
    padding: 3px 8px;
    font-weight: 700;
    background: var(--button);
}
.btn-warning {
    color: var(--light-text);
    background-color: var(--button);
    border-color: var(--border);
}
.header-menu nav .main-menu ul li a.btn:hover {
    background: var(--button-hover);
}
.responsive-table .mine {
    border-bottom: none;
    background-color: var(--mine)!important;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 80;
    margin-bottom: 0;
}
.input-group .form-text {
    font-size: .8rem;
    font-style: italic;
    color: var(--dark-text);
}
.btn-warning:hover {
    color: var(--light-text);
    background-color: var(--button-hover);
    border-color:  var(--border);
}
.show-profile .profile-account .tag-npc, .show-profile .profile-account .tag-player {
    font-family: var(--main-font);
    font-size: 13px;
    font-weight: 300;
    display: block;
    padding-left: 0;
    text-align: left;
    color: var(--light-text);
}
.conformation-tack-icon {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 4px;
    border-radius: 50%;
    background-color: var(--picture-button);
}

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;
    font-family: var(--main-font);
    color: var(--dark-text)!important;
    border: 0;
    outline: none;
    background: 0 0;
}
.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;
    color: var(--dark-text);
    margin-left: -35px;
}
.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: 80%;
}
.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: 80%;
}
.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!importan...

Reviews

No reviews yet.