Apr 4 2024 7:57:10
RkMoriyama's Theme by Monet
Details
AuthorMonet
LicenseNo License
CategoryHorse Reality
Created
Updated
Size134 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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 RkMoriyama's Theme
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Apr 4 2024 7:57:10
@author Me
==/UserStyle== */
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');
:root {
--font: "Gilda Display", serif;
--background: url(https://i.imgur.com/LIEmcnh.png);
--horsebackground: url(https://i.imgur.com/C3ihWl8.png);
/* --horseadopt: url(z);*/
--minimap: url(https://i.imgur.com/E4H3she.png);
--secondarymain: rgb(85, 74, 108);
--main: rgb(96, 85, 121);
--spare: rgb(97, 81, 111);
--icons: rgb(55, 47, 77);
--text: rgb(220, 212, 232);
--firstrow: rgb(145, 127, 155);
--moreopaqueduskydarkgreen: rgba(68, 62, 96, .66);
--shadowblue: rgb(69, 77, 106);
--lessopaquecream: rgba(187, 173, 204, .66);
--secondrow: rgb(156, 134, 162);
--backdrop: rgba(112, 101, 132, .75);
--themewhite: rgb(251, 244, 255);
--playerprofilepagebackdrop: rgba(255, 0, 0, .85);
--minorbackdrop: rgba(125, 110, 149, .75);
--grey: rgb(149, 147, 153);
--subheader: rgb(66, 54, 87);
--transparent: rgba(0, 0, 0, 0);
--higher: rgb(174, 161, 204);
--lower: rgb(48, 33, 62);
--coin: url(https://i.imgur.com/LzhIX4s.png);
--dp: url(https://i.imgur.com/k2EzrSp.png);
--ft: url(https://i.imgur.com/4ZtzVvU.png);
--wt: url(https://i.imgur.com/r5AK8xu.png);
}
@-moz-document url-prefix("https://v2.horsereality.com/user") {
.row.sales-table-row.odd-row {
background-color: white !important;
}
.row.sales-table-row {
background-color: whitesmoke !important;
}
}
@-moz-document url-prefix("https://v2.horsereality.com") {
.header-menu .user-nav a span, .bluebar.user .hide-xs .user .arrow {
font-family: var(--font) !important;
font-weight: 700 !important;
}
body.background.europe, body.background.north-america, body.background.south-america, body.background.asia, body.background.africa, body.background.australia {
background-image: var(--background) !important;
background-repeat: no-repeat;
background-size: cover;
}
.show-profile, .profile-rank, .profile-rank-position, .profile-account, .nav-item.nav-link, .row, .tags-outer.tag-player, .col-sm-3, .profile-estate, .profile-username {
font-family: var(--font) !important;
color: var(--themewhite) !important;
}
.infotext {
font-family: var(--font) !important;
}
.row.sales-table-row {
background-color: whitesmoke;
}
.row.sales-table-row.odd-row {
background-color: white;
}
.profile-account-title.padding-top-15, .profile-account-title {
font-family: var(--font) !important;
color: var(--text) !important;
}
.role-big {
opacity: 0;
}
.show-profile .navbar {
background-color: var(--main) !important;
border-top: 2px solid var(--secondarymain) !important;
border-bottom: 2px solid var(--secondarymain) !important;
}
.component.table .table tbody {
background-color: var(--firstrow) !important;
}
.minimap {
content: var(--minimap);
}
.table {
font-family: var(--font) !important;
color: var(--themewhite) !important;
background-color: var(--secondrow) !important;
}
.horse-item .content {
font-family: var(--font) !important;
color: var(--themewhite) !important;
background-color: var(--lessopaquecream) !important;
}
.horse-item .content h2 {
color: var(--themewhite) !important;
}
.horse-item .breed-and-age, .horse-stats .horse-stat span, .horse-item .tagline, .breed, .age {
color: var(--main) !important;
font-family: var(--font) !important;
font-weight: 600 !important;
}
.horses-title-desktop {
font-family: var(--font) !important;
font-size: 35px !important;
overflow: visible !important;
}
.header-menu .user-nav #user-nav-dropdown {
min-width: 13em;
padding: 0.5em 1em 1em;
}
.fas.fa-user-circle, .fas.fa-star, .fas.fa-map, .fas.fa-comments, .fas.fa-bookmark, .fa.fa-user, .fa.fa-home, .fa-solid.fa-bolt-lightning, .fa-solid.fa-dumbbell, .fa-solid.fa-heart, .fa-circle-plus:before, .fa-xmark-large, .fa-magnifying-glass, .fa-solid.fa-star.bookmarked, .fa-stopwatch, .fa-users, .fa-plus:before, .info .info-icon>span, .fa-vial, .fa-box-open, .fa-horse-head, .fa-shipping-fast, .fa-filter::before, .total-horses i, .total-items i, .total-vials i, .fa-arrows-up-down-left-right, .fa-solid.fa-cog, .fa-square-check {
color: var(--icons) !important;
}
.form-control:disabled, .form-control[readonly], .horse-semen-vials {
background-color: var(--spare) !important;
}
.bookmark-star {
color: var(--icons) !important;
}
.current-capacity {
color: var(--themewhite) !important;
background-color: var(--subheader) !important;
}
.header-section-icon.type-action {
background-color: var(--text) !important;
}
.market-office-table .market-office-table-row-autobuy, .market-office-table .market-office-table-row-timer, .market-office-table .market-office-table-row-highestbid, .market-office-table .market-office-table-row-offers {
color: var(--themewhite) !important;
}
.container.market-office-table {
background-color: var(--spare) !important;
border: none !important;
}
.normalize {
color: var(--main);
}
.col-lg-10.main-content {
font-family: var(--font);
color: var(--themewhite) !important;
background-color: var(--backdrop) !important;
border: 0px solid var(--text) !important;
}
p, p span, h1, h1 span {
font-family: var(--font) !important;
color: var(--themewhite) !important;
}
h4, h4 span, h2, h2 span, h3, h3 span, li span, ul span {
font-family: var(--font) !important;
color: var(--themewhite) !important;
}
.daily-rollover-content-wrapper {
background-color: var(--spare) !important;
font-family: var(--font);
color: var(--themewhite) !important;
}
.daily-rollover-content {
background-color: var(--spare) !important;
font-family: var(--font);
color: var(--themewhite) !important;
}
.btn.btn-cta:active, btn.btn-warning.btn-cta:active, .btn-primary.btn:active, .button.primary:active, .form-control.btn.go-to-inventory-btn:active, .button.yellow, input[type=submit].yellow:active, .yellow.action-enterwp:active, button.yellow:active, button.dark:active, .card-item-action button.black:active, .card-item-action button:active, .yellow_btn:active, .exchange_actions_window_buttons button:active, .button.black:active, .button.secondary:active, .cms-page .cms-page-button:active, .header-cta .cta-button button:active, .estate-item .estate-item-buy button:active, .premium-cta button:active, .button.yellow button:active {
/* box-shadow: var(--shadowblue) 0 3px 7px inset !important;*/
/* transform: translateY(2px) !important;*/
min-height: 35px !important;
}
.btn.btn-cta:focus, btn.btn-warning.btn-cta:focus, .btn-primary.btn:focus, .button.primary:focus, .form-control.btn.go-to-inventory-btn:focus, .button.yellow, input[type=submit].yellow:focus, .yellow.action-enterwp:focus, button.yellow:focus, button.dark:focus, .card-item-action button.black:focus, .card-item-action button:focus, .yellow_btn:focus, .exchange_actions_window_buttons button:focus, .button.black:focus, .button.secondary:focus, .cms-page .cms-page-button:focus, .header-cta .cta-button button:focus, .estate-item .estate-item-buy button:focus, .premium-cta button:focus, .button.yellow button:focus {
/* box-shadow: var(--shadowblue) 0 0 0 1.5px inset, rgba(0, 0, 0, .4) 0 2px 4px, rgba(0, 0, 0, .3) 0 7px 13px -3px, var(--shadowblue) 0 -3px 0 inset !important;*/
min-height: 35px !important;
}
.btn.btn-cta:hover, btn.btn-warning.btn-cta:hover, .btn-primary.btn:hover, .button.primary:hover, .form-control.btn.go-to-inventory-btn:hover, .button.yellow, input[type=submit].yellow:hover, .yellow.action-enterwp:hover, button.yellow:hover, button.dark:hover, .card-item-action button.black:hover, .card-item-action button:hover, .yellow_btn:hover, .exchange_actions_window_buttons button:hover, .button.black:hover, .button.secondary:hover, .cms-page .cms-page-button:hover, .header-cta .cta-button button:hover, .estate-item .estate-item-buy button:hover, .premium-cta button:hover, .button.yellow button:hover {
/* box-shadow: rgba(0, 0, 0, .4) 0 4px 8px, rgba(0, 0, 0, .3) 0 7px 13px -3px, var(--higher) 0 -3px 0 inset !important;*/
/* transform: translateY(-2px) !important;*/
min-height: 35px !important;
background: var(--subheader) !important;
color:var(--text) !important;
}
.btn.btn-cta, .btn-primary.btn, btn.btn-warning.btn-cta, .button.primary, .form-control.btn.go-to-inventory-btn, .button.yellow, input[type=submit].yellow, .yellow.action-enterwp, button.yellow, button.dark, .card-item-action button.black, .card-item-action button, .exchange_actions_window_buttons button, .button.black, .button.secondary, .cms-page .cms-page-button, .header-cta .cta-button button, .estate-item .estate-item-buy button, .premium-cta button, .button.yellow button {
align-items: center !important;
appearance: none !important;
background-image: radial-gra...