Skip to content

Hiccup Theme by whitthemes

Details

Authorwhitthemes

LicenseNo Redistribution

CategoryHR

Created

Updated

Size74 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

For Hiccup 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         Hiccup Theme
@version      20230207.00.54
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://v2.horsereality.com/") {
@import url('https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Beginner&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville&display=swap');
:root {
    
  --left-nav: #332a04c7;
    --picture-button: #5e4a27bf;
    --border: #eccbaf;
    --header-2: #3e2f04;
    --header-1: #221900;
    --light-text: #b5bd70;
    --box: #9c87607d;
    --body: #786338db;
    --dark-text: #000000;
    --text-hover: #545a0d;
    --middle-hover: #0c0900;
    --progress: #b28f6d;
    --button: #221900;
    --button-hover: #1c1501;
    --boxes: #aa9c74ab;
    --white: #e6ddca;
    --odd: #7a6948d6;
    --even: #70644beb;
    --mine: #48402de6;
    --select: #78673f;
    --top-hover: #3e3822;
    --highlights: #4032097a;
    --slide-hover: #221900;
    --center-bar: #221900;
    --entry: #998a61a3;
    --Titles: 20px;
    --background: url(https://cdn.discordapp.com/attachments/1064638790808911932/1071810712923553854/cotswold-scenery-robyn-coxflickr.webp);
      
      --map: url(https://cdn.discordapp.com/attachments/1064638790808911932/1071810712923553854/cotswold-scenery-robyn-coxflickr.webp);
    --title-font: "Edu VIC WA NT Beginner";
    --main-font: "Baskervville";
    
    --headers: url(https://cdn.discordapp.com/attachments/987518421442891878/1071830048627228782/hiccuptop.png);
    --horse-bg: url(https://cdn.discordapp.com/attachments/987518421442891878/1068664123862306937/kikibg.jpg);
   
   
    
}
}

@-moz-document url-prefix("https://www.horsereality.com/") {
@import url('https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Beginner&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville&display=swap');
:root {
  --left-nav: #332a04c7;
    --picture-button: #5e4a27bf;
    --border: #eccbaf;
    --header-2: #3e2f04;
    --header-1: #221900;
    --light-text: #b5bd70;
    --box: #9c87607d;
    --body: #786338db;
    --dark-text: #000000;
    --text-hover: #545a0d;
    --middle-hover: #0c0900;
    --progress: #b28f6d;
    --button: #221900;
    --button-hover: #1c1501;
    --boxes: #aa9c74ab;
    --white: #e6ddca;
   --odd: #7a6948d6;
    --even: #70644beb;
    --mine: #48402de6;
    --select: #78673f;
    --top-hover: #3e3822;
    --highlights: #4032097a;
    --slide-hover: #221900;
    --center-bar: #221900;
    --entry: #998a61a3;
    --background: url(https://cdn.discordapp.com/attachments/1064638790808911932/1071810712923553854/cotswold-scenery-robyn-coxflickr.webp);
    
      --map: url(https://cdn.discordapp.com/attachments/1064638790808911932/1071810712923553854/cotswold-scenery-robyn-coxflickr.webp);
     --title-font: "Edu VIC WA NT Beginner";
    --main-font: "Baskervville";
   
   
   
      --horse-bg: url(https://cdn.discordapp.com/attachments/987518421442891878/1068664123862306937/kikibg.jpg);
  }
}

@-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);
    
}
.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 url-prefix("https://v2.horsereality.com/") {
@import url('https://fonts.google.com/specimen/Passions+Conflict?category=Handwriting');
.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;
    ...

Reviews

No reviews yet.