Skip to content

SilkyV Theme by hedera

Details

Authorhedera

LicenseNo License

Categoryuserstyles

Created

Updated

Size48 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Theme and CSS code not free to use.

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           SilkyV Theme
@namespace      ??
@version        2.0.0
@description    SilkyV Theme. Don't install this code if you are not SilkyV. CSS code is also not free to use. 
@author         IvyDeLasTormentas
==/UserStyle== */

@-moz-document domain("horsereality.com") {
}

    @import url('https://fonts.googleapis.com/css2?family=Lora&family=Quicksand:wght@300&display=swap');

    :root {
        /* text colors */
        --t1: #e7d1fb2e;
        --t2: #a279c82e;
        --t3: #0e022038;
        --t1-s: #e5d1fb;
        --t2-s: #664088;
        --t3-s: #0e0220;
        /* solid colors */
        --color1-s: #e5d1fb;
        --color2-s: #664088;
        --color3-s: #0e0220;
        --color1: #e7d1fb2e;
        --color2: #63279b2e;
        --color3: #0e022038;
        /* backgrounds */
        --h-bg: url("https://i.imgur.com/d9OWgm0.png");
        --m-bg: url("https://i.imgur.com/mwERdqo.jpg");
        --m-b-bg: url("https://i.imgur.com/0kRw3uO.jpg");
        --mp: url(https://media.discordapp.net/attachments/1105891994267549747/1113707566481031248/IMG_1420.png?width=1118&height=1118)
        /* fonts */
        --m-font: "Quicksand";
        --t-font: "Lora";
    }

/* backgrounds */
    body.background.africa {
        background: var(--m-b-bg) no-repeat fixed 0 0/100% auto;
        background-size: cover;
    }

    body.background.asia {
        background: var(--m-b-bg) no-repeat fixed 0 0/100% auto;
        background-size: cover;
    }

    body.background.australia {
        background: var(--m-b-bg) no-repeat fixed 0 0/100% auto;
        background-size: cover;
    }

    body.background.europe {
        background: var(--m-b-bg) no-repeat fixed 0 0/100% auto;
        background-size: cover;
    }

    body.background.north-america {
        background: var(--m-b-bg) no-repeat fixed 0 0/100% auto;
        background-size: cover;
    }

    body.background.south-america {
        background: var(--m-b-bg) no-repeat fixed 0 0/100% auto;
        background-size: cover;
    }

    .horse-list .horse-item .image {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        width: 110px;
        padding: 13px;
        background-image: var(--h-bg)!important;
        background-repeat: no-repeat;
        background-position: -50px 100%;
        background-size: 166%;
    }

    .button.primary {
        background: var(--color3);
    }

    .button.primary:hover {
        background: var(--color3-s);
        color: var(--t1);
    }

img[src="https://www.horsereality.com/images/world/ava-europe.png"]
{
    content: var(--mp);
}

    /* containers */
    .header-menu {
        background: var(--color3-s);
    }

    .side-nav {
        padding: 10px;
        background: var(--color3);
    }
    .main-content {
        padding: 15px;
        background: var(--color3);
    }
    .header-menu nav .main-menu .user-nav .dropdown-menu {
        left: -135px!important;
        min-width: 12rem!important;
        background: var(--color3-s);
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0.125rem 0 0;
        font-size: 1rem;
        color: var(--color3-s);
        text-align: left;
        list-style: none;
        background-color: #fff0;
        background-clip: padding-box;
        border-radius: 5px;
    }
    .dropdown-divider {
        height: 0;
        margin: 0.5rem 0;
        overflow: hidden;
        border-top: 1px solid var(--color1);
    }
    .progress {
        display: -ms-flexbox;
        display: flex;
        height: 1rem;
        overflow: hidden;
        font-size: .75rem;
        background-color: var(--color1);
        border-radius: 5px;
    }
    .progress-bar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        background-color: var(--color3);
        transition: width .6s ease;
    }
    .tabs-wrapper:after {
        position: absolute;
        z-index: 1;
        right: -15px;
        bottom: 0;
        left: -15px;
        height: 1px;
        content: "";
        background: #fff0;
    }
    .tabs {
        display: flex;
        overflow-x: auto;
        width: 100%;
        margin-bottom: 0;
        padding: 0;
        list-style: none;
        -ms-overflow-style: none;
        scrollbar-width: none;
        color: #fff0
    }
    .tabs .tab.active {
        background: #fff0;
    }

    .tabs .tab {
        position: relative;
        z-index: 2;
        margin-right: 3px;
        transition: all .2s;
        border-radius: 5px;
        background: var(--color3);
    }
    .tabs .tab a:hover {
        background-color: var(--color3-s);
        border-radius: 5px;
        color: var(--t1-s)
    }
    .current-capacity {
        font-size: 12px;
        font-weight: 700;
        font-family: "Quicksand";
        line-height: 18px;
        display: inline-flex;
        align-items: center;
        padding: 3px 6px;
        cursor: pointer;
        text-align: center;
        letter-spacing: 0;
        color: var(--t1);
        border-radius: 8px;
        background: var(--color3);
    }
    .horse-filters-search input {
        width: 100%;
        height: 32px;
        padding: 3px 10px 3px 30px;
        border: 0;
        border-radius: 8px;
        background: var(--color3);
    }
    .horse-item .content {
        overflow: hidden;
        border-radius: 8px;
        background: var(--color3);
    }
    .horse-list.alternate .horse-item:nth-child(2n) .content {
        background: var(--color3);
    }
    .horse-item .dam,
    .horse-item .foal {
        font-size: 11px;
        font-weight: 600;
        font-family: "Quicksand";
        line-height: 14px;
        position: absolute;
        z-index: 5;
        bottom: 3px;
        left: 3px;
        padding: 1px 4px;
        text-align: center;
        letter-spacing: .23px;
        text-transform: uppercase;
        color: var(--t1);
        border-radius: 3px;
        background: var(--color3-s);
    }
    .show-profile .navbar {
        min-height: 40px!important;
        padding-top: 0;
        padding-bottom: 0;
        border-top: 2px solid var(--color3);
        border-bottom: 2px solid var(--color3);
        ;
        background-color: var(--color3)!important;
        justify-content: flex-end;
        align-items: stretch;
        border-radius: 5px;
    }
    .show-profile .profile-account {
        width: 100%;
        margin-bottom: 20px;
        padding: 10px;
        background-color: var(--color3);
        border-radius: 5px;
    }
    .component.frame .wrapper {
        padding: 2px;
        background: var(--color3);
        border-radius: 5px;
    }
    .component.table .table {
        background-color: #fff0!important;
        margin: 0;
    }
    .component.frame .wrapper .content {
        background: #fff0;
    }
    .component.table .table thead th {
        background: var(--color2-s);
        padding: 5px 10px;
    }
    .table td,
    .table th {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid var(--color3);
    }
    .component.frame .wrapper .content .inner.active * {
        pointer-events: auto;
        background: #fff0;
    }
    .component.table .table tbody tr:nth-of-type(odd) {
        background-color: var(--color3)!important;
    }

    .horse_xp {
        float: left;
        display: block;
        background: var(--color3-s)!important;
    }
    .fitting-room .selectedRow {
        opacity: 1!important;
        background: var(--color3)!important;
    }
    .fitting-room .horse-select-row {
        font-family: var(--t-font);
        font-size: 13px;
        font-weight: 600;
        margin-top: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: var(--t1);
        background-color: var(--color3);
    }

    .fitting-room .fitting-room-bg-row:hover {
    cursor: pointer;
    background-color: var(--color3-s)!important;
    }
    
    .table .td:hover {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid var(--color3);
        background: var(--colors-s);
    }
    .info .info-icon {
        font-size: 11px;
        display: flex;
        align-items: center;
        flex-shrink: 0;
        justify-content: center;
        width: 30px;
        height: 100%;
        margin-right: 8px;
        color: #fff0;
        background: var(--color3);
    }
    .info {
        font-weight: 700;
        display: flex;
        overflow: hidden;
        align-items: center;
        padding-right: 8px;
        border-radius: 4px;
        background: var(--color3);
        box-shadow: inset 0 0 0 1px #fff0;
        line-height: 1.1;
    }

    .component.npc {
        display: flex;
        background: #fff0;
    }

    .component.npc .right {
        background: var(--color3);
        width: 100%;
        padding: 15px;
        border-radius: 5px;
    }

    .card-item {
        background-color: var(--color3);
        padding: 10px 15px;
        width: 100%!important;
        height: 100%;
        display: flex;
        flex-direction: column;
        border-radius: 5px;
    }

    .foal-pastures .miniature-block {
        float: left;
        width: 190px;
        height: 140px;
        background: var(--h-bg) no-repeat;
        background-size: cover!important;
        border-radius: 5px;
    }

    .card-item-action button.black {
        background-color: var(--color3);
    }
    .header-cta {
        z-index: 991;
        margin-top: 50px;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        background-color: var(--color2-s);
  ...

Reviews

No reviews yet.