Skip to content

theme for Couch by Eichgatzl

Details

AuthorEichgatzl

LicenseNo License

Categoryhttps://v2.horsereality.com/

Created

Updated

Size88 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           horsereality.com - Feb. 2024
@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: 'Cormorant SC';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/cormorantsc/v18/0ybmGD4kxqXBmOVLG30OGwsmABIk-hfz.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: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuz-KzhM.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;
}

/*serveroffline*/
.center-area {
    margin-top: 25px;
    padding: 25px;
    background-color: #0000008c;
    border-radius: 60px;
}

.header-cta {
    background-color: #bde4f9c7;
}
.header-cta .cta-button button {
    color: #000;
    background: #1a5692;
    font-family: 'Cormorant Garamond';
    border: 2px solid #1a5692; 
    border-radius: 9px; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3); 
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; 
}
.header-cta .cta-button button:hover {
   color: #000;
    background: #11385f;
    transform: translateY(-2px); 
    box-shadow: 0 6px 15px rgba(99, 162, 187, .5); 
}
.header-cta .cta-text h2 {
    color: #3d5eab;
}
.header-cta .cta-text .cta-description {
    font-size: 14px;
    font-weight: 500;
    color: #081b28;
    letter-spacing: .5px;
    font-family: 'Cormorant Garamond';
}
.header-cta .cta-text h2 {
    color: #3d5eab;
    font-family: 'Cormorant Garamond';
}





::-webkit-scrollbar {
    width: 9px; 
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #000453e8, #4c6b998c);
    border-radius: 2px; 
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5); 
}
::-webkit-scrollbar {
    background-color: rgba(48, 98, 133, .68); 
} 







body.background.asia {
    background: url(https://i.imgur.com/VOjuvhf.png) no-repeat fixed 0 0/100% auto;
    background-size: cover
}
body.background.australia {
    background: url(https://i.imgur.com/VOjuvhf.png) no-repeat fixed 0 0/100% auto;
    background-size: cover
}
body.background.north-america {
    background: url(https://i.imgur.com/VOjuvhf.png) no-repeat fixed 0 0/100% auto;
    background-size: cover
}
body.background.south-america {
    background: url(https://i.imgur.com/VOjuvhf.png) no-repeat fixed 0 0/100% auto;
    background-size: cover
}
body.background.europe {
    background: url(https://i.imgur.com/VOjuvhf.png) no-repeat fixed 0 0/100% auto;
    background-size: cover
}
body.background.africa {
    background: url(https://i.imgur.com/VOjuvhf.png) no-repeat fixed 0 0/100% auto;
    background-size: cover
}
.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.australia {
    background-image: var(--horse-bg)!important;
     background-size: cover;
}
.horse_banner.north-america {
    background-image: var(--horse-bg)!important;
     background-size: cover;
}
.horse_banner.south-america {
    background-image: var(--horse-bg)!important;
     background-size: cover;
}
.horse_banner.europe {
    background-image: var(--horse-bg)!important;
     background-size: cover;
}
.horse_banner.africa{
    background-image: var(--horse-bg)!important;
     background-size: cover;
}




.component.frame .wrapper .header .title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: 'Cormorant SC';
}
.component.frame .wrapper .content {
    background: #0000009c;
}
.component.frame .wrapper {
    padding: 2px;
    background: #294267;
}
.form-control {
    font-size: 16px;
    color: #9ab4cd;
    background-color: #6b859e52;
    border: 1px solid #376797;
    font-family: 'Cormorant Garamond';
}
.form-control:focus {
    color: #8ca7c1;
    background-color: #072a3be3;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}


.modal-inner {
    background: #0e2543;
}
.col-form-label {
    color: #39627b;
    font-family: 'Cormorant Garamond';
    font-size: 17px;
}











img[src="/img/hr-logo.png"] {
    content: var(--logo)!important;
}

.logo.user img {   /*V2*/
    max-height: 36px;
    content: var(--logo)!important;
}
img[src="https://www.horsereality.com/images/world/ava-asia.png"] {
    content: var(--map)
}
img[src="https://www.horsereality.com/images/world/ava-australia.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-europe.png"] {
    content: var(--map)
}
img[src="https://www.horsereality.com/images/world/ava-africa.png"] {
    content: var(--map)
}
.minimap {
    border-radius: 100px;
    border: 1.5px solid #9bc7e7; 
    box-shadow: 0 0 13px #749be7; 
}











.side-nav {
    padding: 10px;
    background: #000000a8;
}
.main-content {
    padding: 15px;
    background: #000000a8;
}
.container {
    background-color: #eaf0f200;

}
.leftnav {
    background-color: #000000a8;
    border-radius: 0px 0px 0px 80px
}
.center {
    background-color: #000000a8;

}
.side-nav ul .subtitle {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #80abc9;
}    
.side-nav ul a {
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    color: #406f8f;
    padding: 0;
}   
h1 a:hover, h2 {
    color: #406f8f;
}    
 h1 {
    font-size: 26px;
    line-height: 30px;
    font-family: 'Cormorant Garamond';
    font-weight: 100;
    margin-bottom: 15px;
    color: #80abc9;
}








.horse_photocon .horse_photo img.foal {
    max-width: 320px;
    max-height: 285px;
    margin-left: 170px;
    transform: scaleX(-1);
}
.horse-grid.compact .horse-item .image .horse-image.is-foal {
    top: 11px;
    height: 60px!important;
    transform: scaleX(-1);
}
.horse-item .image-dam-and-foal .horse-image:last-child {
    position: absolute;
    z-index: 4;
    top: unset;
    right: -10px;
    bottom: 0;
    transform-origin: center;
}



.premium-lock.button-panel .button {
    background-color: #3e5c7fa1;
}


.header-menu .cta-premium {
    color: #000;
    background: #1a5692;
    font-family: 'Cormorant Garamond';
    border: 2px solid #1a5692; 
    border-radius: 9px; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3); 
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.header-menu .cta-premium:hover {
    color: #000;
    background: #11385f;
    transform: translateY(-2px); 
    box-shadow: 0 6px 15px rgba(99, 162, 187, .5); 
}

.button.primary {
    color: #000;
    background: #1a5692;
    font-family: 'Cormorant Garamond';
    border: 2px solid #1a5692; 
    border-radius: 9px; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3); 
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; 
}
.button.primary:hover {
    color: #000;
    background: #11385f;
    transform: translateY(-2px); 
    box-shadow: 0 6px 15px rgba(99, 162, 187, .5); 
}
.button.black, .button.secondary.active, .button.secondary:hover {
    color: #000;
    background: #1a5692;
}
.button.black.active, .button.black:hover {
    color: #000;
    background: #11385f;
}

.button.black,
.button.secondary.active,
.button.secondary:hover {
    color: #000;
    background: #1a5692;
    font-family: 'Cormorant Garamond';
    border: 2px solid #1a5692; 
    border-radius: 9px; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3); 
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; 
}

.button.black:hover,
.button.secondary.active:hover,
.button.secondary:hover {
    transform: translateY(-2px); 
    box-shadow: 0 6px 15px rgba(99, 162, 187, .5); 
}
button.yellow, input[type=submit].yellow {
    color: #000;
    background: #1a5692;
    font-family: 'Cormorant Garamond';
    border: 2px solid #1a5692; 
    border-radius: 9px; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3); 
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; 
}
button.yellow:hover, input[type=submit].yellow:hover {
    transform: translateY(-2px); 
    box-shadow: 0 6px 15px rgba(99, 162, 187, .5); 
    background: #0e3964;
}

button.dark, input[type=submit].dark {
    color: #000;
    background: #1a5692;
    font-family: 'Cormorant Garamond';
    border: 2px solid #1a5692; 
    border-radius: 9px; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3); 
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; 
}

button.dark:hover, input[type=submit].dark:hover {
transform: translateY(-2px); 
    box-shadow: 0 6px 15px rgba(99, 162, 187, .5); 
    background: #0e3964;
}
.btn.btn-cta, .btn.btn-primary {
    color: #000;
    background: #1a5692;
    font-family: 'Cormorant Garamond';
    border: 2px solid...

Reviews

No reviews yet.