Skip to content

new theme for andy by Eichgatzl

Details

AuthorEichgatzl

LicenseNo License

Categoryhttps://horsereality.com/

Created

Updated

Size78 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

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           new theme for andy 
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */


@-moz-document url-prefix("https://v2.horsereality.com/"), url-prefix("https://www.horsereality.com/") {


@font-face {
  font-family: 'Waterfall';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/waterfall/v6/MCoRzAfo293fACdFKcwo3bv9.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Nixie One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nixieone/v16/lW-8wjkKLXjg5y2o2uUYV-ty.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Parisienne';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/parisienne/v13/E21i_d3kivvAkxhLEVZpQyhwDw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.horse-grid .horse-item .image {
    background-image: var(--horse-bg)!important;
}
.horse-grid .horse-item .image {
    background-image: var(--horse-bg)!important;
}
.horse_banner.asia {
    background-image: var(--horse-bg)!important;
     background-size: cover;
}
.horse_banner.south-america {
    background-image: var(--horse-bg)!important;
     background-size: cover;
}
.horse_banner.north-america {
    background-image: var(--horse-bg)!important;
     background-size: cover;
}
.horse_banner.africa {
    background-image: var(--horse-bg)!important;
     background-size: cover;
}
.horse_banner.europe {
    background-image: var(--horse-bg)!important;
     background-size: cover;
}    
.horse_banner.australia {
    background-image: var(--horse-bg)!important;
     background-size: cover;

}

body.background.australia {
    background-image: var(--background);
}   
body.background.europe {
    background-image: var(--background);
}    
body.background.africa {
    background-image: var(--background);
}    
body.background.north-america {
    background-image: var(--background);
}    
body.background.asia {
    background-image: var(--background);
}    
body.background.south-america {
    background-image: var(--background);
}

body.background.africa {
    background-image: var(--background)!important;
}

body.background.asia {
    background-image: var(--background)!important;
}

body.background.europe {
    background-image: var(--background)!important;
}

body.background.australia {
    background-image: var(--background)!important;
}

body.background.south-america {
    background-image: var(--background)!important;
}

body.background.north-america {
    background-image: var(--background)!important;
}



img[src="https://www.horsereality.com/icon/coin.png"] {
    content: var(--coin)
}

img[src="https://www.horsereality.com/icon/ticket-wildlife.png"] {
    content: var(--wt)
}
img[src="https://www.horsereality.com/icon/deltapoints.png"] {
    content: var(--dp);
}
img[src="https://www.horsereality.com/icon/ticket-foundation.png"] {
    content: var(--ft);
}
img[src="https://www.horsereality.com/icon/stud.png"] {
    content: var(--stud)
}

img[src="https://www.horsereality.com/icon/warning.png"] {
    content: var(--warn)
}
img[src="https://www.horsereality.com/icon/clock.png"] {
    content: var(--clock)
}

img[src="/img/hr-logo.png"], [src="https://www.horsereality.com/images/horse-reality-logo-small.png"] {
    content: var(--logo)!important;
}





img[src="https://www.horsereality.com/images/world/ava-africa.png"] {
    content: var(--map)
}
img[src="https://www.horsereality.com/images/world/ava-south-america.png"] {
    content: var(--map)
}
img[src="https://www.horsereality.com/images/world/ava-north-america.png"] {
    content: var(--map)
}
img[src="https://www.horsereality.com/images/world/ava-asia.png"] {
    content: var(--map)
}
img[src="https://www.horsereality.com/images/world/ava-europe.png"] {
    content: var(--map)
}
img[src="https://www.horsereality.com/images/world/ava-australia.png"] {
    content: var(--map)
}


.city .mobile-world-menu a {
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    color: #1c4017;
    font-family: 'Nixie one';
}
.city .mobile-world-menu a:hover {
    color: #c3ecc7 !important;
    text-decoration: none;
}


.city .main-content .world-map {
    margin: -15px !important;
    background-color: #fff;
    filter: hue-rotate(345deg) saturate(70%) brightness(90%);
}


.component.frame .wrapper .header {
    background: linear-gradient(270deg, #506b42, #799970cc, #1a431a, #adc5ab);
    background-size: 600% 600%;
    animation: gradientMove 20s ease infinite;
    color: #000;
    font-family: 'Nixie one';
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, .49);
}
@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.component.table .table thead th {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Nixie One';
    color: #000000;
    background-color: #a1b99eba;
}

.component.frame .wrapper {
    padding: 2px;
    background: #1d3715;
}

.table td, .table th {
    border-top: 1px solid #23471d;
}

.component.frame .wrapper .content {
    background: #ffffff61;
}


.minimap {
    background-size: auto;
    border-radius: 150px;
    border: 1.5px solid #99c879; 
    box-shadow: 0 0 16px #061106; 
}



.daily-rollover-content-wrapper {
    border-radius: 15px;
    background: #afc59b9c;
    box-shadow: 0 5px 15px rgb(0, 0, 0);
}

.alert-warning {
    color: #1e2c17;
    background-color: #e4eed68f;
    border-color: #345d32;
}

.daily-rollover-content h1 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Waterfall';
    color: #bdd0b7;
}






.header-cta {
    background-color: #dceddf;
}
.header-cta .cta-text h2 {
    color: #82af71;
}




.header-menu {
    background: #8ba578cc;
    backdrop-filter: blur(5px)
}

.header-menu .currencies li a {
    font-size: 13px;
    color: #255521;
    font-family: 'Nixie One';
    font-weight: 700;
}

.header-menu .currencies li a:hover {
    font-size: 13px;
    color: #e4ffdb;
    font-family: 'Nixie One';
    font-weight: 700;
}

.header-menu .user-nav a {
    vertical-align: middle;
    font-size: 13px;
    color: #255521;
}
.header-menu .user-nav #user-nav-dropdown {
    color: #255521;
    background-color: #6e9467;
}
.header-menu .user-nav a:hover {
    text-decoration: none;
    color: #e4ffdb;
}
.header-menu .user-nav.dropdown-active, .header-menu .user-nav:hover {
    background-color: #6e9467;
}

.progress {
    background-color: #e9ecef85;
    border-radius: .25rem;
}
.progress-bar {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a9cd78), to(#445d26));
}








.main-content {
    padding: 15px;
    background: #b9c3b2a8;
    box-shadow: 0 5px 15px rgb(0, 0, 0);
    border-radius: 0 0 10px 10px;
}



.footer {
    color: #fff;
    background: #8ba578cc;
    border-radius: 10px 10px 50px 50px;
}



.side-nav {
    padding: 10px;
    background: #8ba578cc;
    backdrop-filter: blur(5px);
    margin-bottom: auto;
    border-radius: 0 0 50px 50px;
    box-shadow: 0 5px 15px rgb(0, 0, 0);
}
.side-nav ul .subtitle {
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 36px;
    font-weight: 700;
    text-transform: capitalize;
    color: #175116;
    font-family: 'Waterfall';
}



.side-nav ul a {
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    color: #adc5ab;
    font-family: 'Nixie One';
}
.side-nav ul a:hover {
    color: #e4ffdb;
    text-decoration: none;
}



/*V1 stuff*/

.container {
    background-color: #eaf0f200;
}

.center {
    background: #b9c3b2a8;
    box-shadow: 0 5px 15px rgb(0, 0, 0);
    border-radius: 0 0 10px 10px;
}

.leftnav {
    background: #8ba578cc;
    backdrop-filter: blur(5px);
    margin-bottom: auto;
    border-radius: 0 0 50px 50px;
    box-shadow: 0 5px 15px rgb(0, 0, 0);
}
.subtitle {
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 36px;
    font-weight: 700;
    text-transform: capitalize;
    color: #175116;
    font-family: 'Waterfall';
}
.leftnav>ul>li>ul>li a:active, .leftnav>ul>li>ul>li a:link, .leftnav>ul>li>ul>li a:visited {
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    color: #adc5ab;
    font-family: 'Nixie One';
}
.fa, .fas {
    font-weight: 400;
    font-size: 16px;
}

.bluebar_container {
    background: #8ba578cc;
    backdrop-filter: blur(5px)
}


ul li a:active, ul li a:link, ul li a:visited {
    font-size: 13px;
    color: #adc5ab;
    font-family: 'Nixie One';
    font-weight: 700;
}

.toplinks ul li a:hover {
    font-size: 13px;
    color: #e4ffdb;
    font-family: 'Nixie One';
    font-weight: 700;
}
#bbmenu.user ul.slidedown li a:hover {
    color: #e4ffdb;
}

#bbmenu.user ul.slidedown li ul.slidedownmenu {
    color: #255521;
    background-color: #6e9467;
}
#bbmenu.user ul.slidedown li:hover, #bbmenu.user ul.slidedown li:focus, #bbmenu.user ul.slidedown li:active {
    background-color: #18344800;
}

.xpvalue {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a9cd78), to(#445d26));
    border-radius: 5px;
}
.statusbar {
    background-color: #e9ecef85;
    border: none;
    border-radius: 5px;
}

#bbmenu.user ul.slidedown li ul.slidedownmenu...

Reviews

No reviews yet.