Skip to content

Dropdown by Kiki

Details

AuthorKiki

LicenseNo Redistribution

CategoryHR

Created

Updated

Size85 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Sunset drop-down theme for HR.

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         Dropdown
@version      20230804.03.48
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://v2.horsereality.com/") {
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Dancing+Script&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Dancing+Script&family=Ysabeau+Infant:ital,wght@1,1&display=swap" rel="stylesheet');
:root {
    
    --left-nav: #1d1608;
    --picture-button: #503e15;
    --border: #eccbaf;
    --header-2: #3f3720;
    --header-1: #3b2b13;
    --light-text: #e7d8b3;
    --box: #624f3ca1;
    --body: #4947389e;
    --dark-text: #af9763;
    --text-hover: #ba9872;
    --middle-hover: #342f13;
    --progress: #705729;
    --button: #2f250c6e;
    --button-hover: #422929;
    --boxes: #aa9c74ab;
    --white: #e6ddca;
    --odd: #51441f;
    --even: #463b21;
    --mine: #29250a;
    --select: #e6d7c8;
    --top-hover: #3e3822;
    --highlights: #a37b6154;
    --slide-hover: #433233;
    --center-bar: #5e5451e3;
    --entry: #998a61a3;
    --Titles: 20px;
    --background: url(https://cdn.discordapp.com/attachments/1136484812920725665/1136507723236773888/728BAAE0-32E1-4851-84BD-195FC7D19607.jpg);
      
      --map: url(https://cdn.discordapp.com/attachments/1136484812920725665/1136507761287508010/1A06EFDD-FDFC-46EC-9649-13C2918B9EB6.jpg);
    --title-font: "Cinzel Decorative";
    --main-font: "Ysabeau Infant";
    
    --headers: url(https://cdn.discordapp.com/attachments/987518421442891878/1068654611633803384/kikitop.png);
    --horse-bg: url(https://www.horsereality.com/images/profilebg_university.jpeg);
   
   
    
}
}

@-moz-document url-prefix("https://www.horsereality.com/") {
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Dancing+Script&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Dancing+Script&family=Ysabeau+Infant:ital,wght@1,1&display=swap" rel="stylesheet');
:root {
    --left-nav: #1d1608;
    --picture-button: #503e15;
    --border: #eccbaf;
    --header-2: #3f3720;
    --header-1: #3b2b13;
    --light-text: #e7d8b3;
    --box: #624f3ca1;
    --body: #4947389e;
    --dark-text: #af9763;
    --text-hover: #ba9872;
    --middle-hover: #342f13;
    --progress: #705729;
    --button: #2f250c6e;
    --button-hover: #422929;
    --boxes: #aa9c74ab;
    --white: #e6ddca;
    --odd: #51441f;
    --even: #463b21;
    --mine: #29250a;
    --select: #e6d7c8;
    --top-hover: #3e3822;
    --highlights: #a37b6154;
    --slide-hover: #433233;
    --center-bar: #5e5451e3;
    --entry: #998a61a3;
    --background: url(https://cdn.discordapp.com/attachments/1136484812920725665/1136507723236773888/728BAAE0-32E1-4851-84BD-195FC7D19607.jpg);
    
      --map: url(https://cdn.discordapp.com/attachments/1136484812920725665/1136507761287508010/1A06EFDD-FDFC-46EC-9649-13C2918B9EB6.jpg);
     --title-font: "Cinzel Decorative";
    --main-font: "Ysabeau Infant";
   
   
   
      --horse-bg: url(https://www.horsereality.com/images/profilebg_university.jpeg);
  }

}

@-moz-document url-prefix("https://v2.horsereality.com/delta-store") {
.delta-store-item-content {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: var(--odd);
}
.delta-store-item-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px;
    color: var(--light-text);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: var(--even);
}
.delta-store-item-price-total {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: var(--dark-text);
}
.delta-store-item-price-deltapoints {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: line-through;
    color: var(--light-text);
}
.delta-store-best-deal-price-delta-points {
    font-size: 18px;
    text-decoration: line-through;
    color: var(--dark-text);
}
.notice a {
    font-weight: 600;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: var(--dark-text);
}
.delta-store-service header h3 {
    font-size: 21px;
    line-height: 1;
    position: relative;
    margin: 0;
    color: var(--light-text);
}
.notice.warning {
    color: var(--dark-text);
    border: var(--border);
    background: var(--even);
}
.delta-store-bonus {
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    position: absolute;
    z-index: 100;
    top: 3px;
    right: -3px;
    padding: 2px 5px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    color: var(--light-text);
    border-radius: 3px;
    background: var(--button);
}
.delta-store-tag {
    font-size: 11px;
    font-weight: 700;
    padding: 2px 5px;
    text-transform: uppercase;
    color: var(--light-text);
    border-radius: 3px;
    background: var(--button);
   
}
.delta-store-best-deal-price-total-foreground {
    position: relative;
    z-index: 100;
    color: var(--light-text);
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    
}
.delta-store-best-deal-price-total-backdrop {
    position: absolute;
    z-index: 50;
    left: 0;
    -webkit-transform: translate(-2px,2px);
    transform: translate(-2px,2px);
    color: var(--dark-text);
    
}
.delta-store-best-deal-content {
    position: relative;
    z-index: 300;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    
}
.delta-store-best-deal-coins {
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--light-text);
    -webkit-filter: blur(3px);
    filter: blur(3px);
    
}
.delta-store-best-deal-horse {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 50%;
    height: 175%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    
}
.delta-store-best-deal-yellow {
    position: absolute;
    right: 14px;
    bottom: -20px;
    width: 50%;
    height: 200%;
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
    pointer-events: none;
    border-radius: 10px;
    background: var(--even);
    
}
.delta-store-service-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    width: calc(100% + 30px);
    margin-bottom: -15px;
    margin-left: -15px;
    padding: 30px 38px;
    background: var(--odd);
}
.delta-store-service {
    overflow: hidden;
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
    background: var(--even);
}
.delta-store-service footer h4 {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-transform: none;
    color: var(--light-text);
}
.delta-store-service-payment-options .delta-store-service-payment-option-price {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    color: var(--light-text);
}
.delta-store-service header {
    position: relative;
    padding: 12px 15px 9px;
    background: var(--even);
}
.delta-store-service section ul li {
    font-size: 13px;
    font-weight: 700;
    position: relative;
    margin-bottom: 5px;
    padding-left: 16px;
    color: var(--green-text);
}
.delta-store-service header h3 .delta-store-tag.active {
    background: var(--button);
    visibility: hidden;
}
.delta-store-service header span {
    font-size: 10px;
    font-weight: 700;
    color: var(--light-text);
}
.delta-store-item-currency {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    margin-top: 2px;
    margin-left: 3px;
    color: var(--light-text);
}
.delta-store-item-icon:before {
    position: absolute;
    top: -10px;
    display: block;
    width: 80px;
    height: 80px;
    content: "";
    border-radius: 50%;
    background: var(--picture-button);
}
.delta-store-best-deal {
    position: relative;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 190px;
    border-radius: 3px;
    background: #4a7a9b00;
    background-image: var(--delta-banner);
    
}
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 0%;
}
.competition-info {
    font-size: 1.1REM;
    font-weight: 600;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding: 10px;
}
.delta-store-service section p {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--dark-text);
}
.delta-store-support {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 30px 25px 30px 150px;
    background: var(--odd);
}
.delta-store-support h2 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: var(--green-text);
}
.delta-store-support p {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: var(--dark-text);
}
.delta-store-history table thead {
    color: var(--light-text);
    background: var(--header-2);
}
.delta-store-history table tbody tr:nth-child(odd) {
    background: var(--odd);
}
.tag--red {
    color: var(--light-text);
    background: var(--button);
}
.tag--green {
    color: var(--light-text);
    background: var(--button-hover);
}
}

@-moz-document...

Reviews

No reviews yet.