Skip to content

Autumn Theme by Ivy

Details

AuthorIvy

LicenseNo License

Categoryuserstyles

Created

Updated

Size70 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

17-9-2023

Notes

V1

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name         Autumn Theme
@version      20231019.16.16
@namespace    userstyles.world/user/Ivy
@description  17-9-2023
@author       Ivy
@license      No License
==/UserStyle== */

/* ==UserStyle==
@name         AndromedaSmiles
@version      20230911.01.05
@namespace    userstyles.world/user/Ivy
@description  HR Theme for AndromedaSmiles
@author       Ivy
@license      No License
==/UserStyle== */

@-moz-document domain("horsereality.com") {
/* ==UserStyle==
@name           AndromedaSmiles Theme
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    DO NOT USE
@author         IvyDeLasTormentas
==/UserStyle== */
}

@-moz-document url-prefix("https://v2.horsereality.com/user/") {
.show-profile .profile-account {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    background-color: var(--color3);
    border-radius: 5px;
}

.show-profile .navbar .nav-link {
    font-family: var(--t-font);
    border: none;
    border-radius: 0;
    color: var(--t1);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 20px;
    height: 100%;
}

.show-profile .navbar .nav-link:hover {
    font-family: var(--t-font);
    border: none;
    border-radius: 0;
    color: var(--t1);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 20px;
    height: 100%;
    background-color: var(--color3);
}

.show-profile .profile-account h2 {
    font-size: 14px;
    font-weight: 600;
    font-family: var(--t-font);
    margin: 0;
    color: var(--t1);
}

.show-profile .profile-account table tr td {
    padding: 8px 5px;
    vertical-align: middle;
    font-family: "Quicksand";
    color: var(--t2);
    background-color: #fff0;
}

.show-profile .profile-account .tag-npc,
.show-profile .profile-account .tag-player {
    font-family: "Quicksand";
    font-size: 13px;
    font-weight: 400;
    display: block;
    padding-left: 0;
    text-align: left;
    color: var(--t1);
}

.show-profile .profile-name-and-estate .profile-username {
    font-size: 32px!important;
    font-weight: 700!important;
    margin-bottom: 5px!important;
    color: var(--t1);
}

.show-profile .profile-ranking-container .profile-rank-position {
    font-size: 26px!important;
    font-weight: 700!important;
    margin-bottom: 5px!important;
    text-align: right;
    color: var(--t3);
}

table {
    background-color: #fff0!important;
    width: 100%;
    border-radius: 5px;
}

.show-profile .navbar-avatar .navbar-avatar-container {
    position: absolute;
    z-index: 1;
    top: 165px;
    left: 25px;
    width: 150px;
    height: 150px;
    /* border: 4px solid #183448; */
    background-size: cover;
}
}

@-moz-document domain("horsereality.com") {
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&family=Quicksand&display=swap');

:root {
    /* text colors */
    --t1: #e2e7984f;
    --t2: #bbbf7d45;
    --t3: #2e472952;
    --t1-s: #e2e798;
    --t2-s: #bbbf7d;
    --t3-s: #2e4729;
    /* solid colors */
    --color1-s: #e2e798;
    --color2-s: #bbbf7d;
    --color3-s: #2e4729;
    --color1: #e2e7984f;
    --color2: #bbbf7d45;
    --color3: #2e472999;
    /* backgrounds */
    --h-bg: url("https://i.imgur.com/Fmms0Fv.jpg");
    --m-bg: url("https://i.imgur.com/hGr4ZnW.png");
    --m-b-bg: url("https://i.imgur.com/TTcEA3v.jpg");
    --img: url("https://i.imgur.com/Fmms0Fv.jpg");
    --mrk-bg: url("https://i.imgur.com/WVhPdOl.png");
    /* fonts */
    --m-font: "Quicksand";
    --t-font: "Cormotant Garamond";
}

/* 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-africa.png"] {
    content: var(--m-bg);
}

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

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

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

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

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

img[src="https://www.horsereality.com/images/continent_europe.jpg"] {
    content: var(--mrk-bg);
}

/* containers */
.city .main-content .world-map img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.market-horse-preview-col {
    background-color: #fff0!important;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--t1);
    text-align: center;
    white-space: nowrap;
    background-color: #fff0;
    border: 1px solid var(--color2);
    border-radius: 0.25rem;
}

.link-table {
    border: 2px solid var(--color3-s)!important;
    max-width: 900px!important;
}

.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(--color3);
}

.link-table .link-table-row .link-table-icon-container .link-table-icon i {
    font-size: 28px;
    color: var(--color1-s);
}

.total-horses i,
.total-items i,
.total-vials i {
    color: var(--t1);
}

.market-office-table {
    margin-bottom: 10px;
    border: 2px solid var(--color3);
    max-width: 900px;
}

.daily-rollover-content-wrapper {
    position: relative;
    z-index: 500;
    padding: 10px;
    border-radius: 5px;
    background: var(--color3);
}

.mobile-menu-container {
    display: none!important;
    position: fixed;
    min-height: calc(100% - 49px);
    max-height: 100%;
    background: var(--color3-s);
    padding: 15px;
    overflow-y: scroll;
    z-index: 100;
    color: var(--t2);
}

.market .breadcrumbs {
    font-family: "Quicksand";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    float: left;
    width: auto;
    margin: 15px;
    padding: 8px 15px;
    color: var(--t1);
    border-radius: 3px;
    background-color: var(--color3);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: var(--t3-s);
    background-color: var(--color1);
    border-color: var(--color1);
}

.component.table .table tbody {
    background-color: #fff0;
}

.current-capacity:hover {
    background: var(--color3-s);
}

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

.cta {
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: var(--color3);
}

.button.black,
.button.secondary.active,
.button.secondary:hover {
    color: var(--t1);
    background: var(--color3);
}

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

.button.secondary {
    transition: all .2s;
    color: var(--t1);
    background: var(--color3);
}

.market-filters .filters-and-sort-by .filters,
.market-filters .filters-and-sort-by .sort-by {
    font-size: 14px;
    font-weight: 600;
    display: grid;
    height: 30px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    color: var(--t1);
    border: 0;
    border-radius: 5px;
    background-color: var(--color3);
    place-items: center;
}

.market-office-table {
    margin-bottom: 10px;
    border: 2px solid var(--color3);
}
.market-office-table .market-office-table-header {
    margin-right: -15px;
    margin-left: -15px;
    padding: 5px 10px 0;
    background: var(--color3);
}

.link-table-row-outer:nth-child(2n),
.market-office-table-row-outer:nth-child(2n) {
    background-color: var(--color3);
}

.header-section-icon.type-action {
    background-color: var(--color3);
}

.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: cente...

Reviews

No reviews yet.