Skip to content

LAH Auction Theme by osamvs

Details

Authorosamvs

LicenseNo License

Categoryhttps://v2.horsereality.com/

Created

Updated

Size30 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Use only for LAH staff members.

Notes

Use only for LAH staff members.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name           LAH Auction Theme
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

/* ==UserStyle==
@name           LAH Auction Theme
@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/") {

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


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

   
    
.header-menu {
  background: #121539;
}
.header-menu .currencies li a {
  font-size: 13px;
  color: #b2b7ea;
}    
.header-menu .currencies li a:hover {
  color: #6067ac;
}
.header-menu .user-nav a {
  font-size: 16px;
  color: #303464;
  
}    

.header-menu .user-nav {
  color: #6067ac;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}    
 
.header-menu .user-nav.dropdown-active, .header-menu .user-nav:hover {
  background-color: #6067ac;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}    
 
.header-menu .user-nav #user-nav-dropdown {
  color: #141528;
  background-color: #6067ac;
    
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}    
    
.header-menu .stats a {
  color: #6067ac;
}    
.header-menu .stats {
  color: #6067ac;
  font-size: 11px;
} 
    

.progress-bar {
  color: #b2b7ea;
  background-color: #b2b7ea;
}    
  
.header-menu .user-nav a:hover {
  text-decoration: none;
  color: #121539;
}    
   
.progress span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #6067ac;
}    
    
    
body {
  font-family: "Maregy","sans-serif";
  font-size: 11px;
  line-height: 1.5;
  color: #121539;
}

.show-profile .navbar-avatar .navbar-avatar-container {
  border: 0px solid #6067ac;
}

.show-profile .profile-name-and-estate .profile-username {
  font-size: 27.3px !important;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
  color: #303464;
  line-height: 40px;
  font-family: Constantine,sans-serif;
    text-shadow: 0 0 3px #121539b5;
    font-variant: all-small-caps;

margin-top: 40px
}

.show-profile .profile-name-and-estate .profile-estate {
  font-size: 18px;
  color: #b2b7ea;
    font-family: "Arial","sans-serif";
    text-shadow: 0 0 3px #121539b5;
    font-variant: all-small-caps;
    margin-top: -18px
}

.show-profile .profile-ranking-container .profile-rank {
  font-size: 0px;
  color: #b2b7ea;
}

.show-profile .profile-ranking-container .profile-rank-position {
  font-size: 0px !important;
  margin-bottom: 5px !important;
  color: #b2b7ea;
}

.show-profile .navbar {
  border-top: 2px solid #6067ac;
  border-bottom: 2px solid #6067ac;
  background-color: #121539 !important;
}

.show-profile .navbar .nav-link {
  border-radius: 0;
  color: #303464;
  font-size: 18px;
  
  
    
  font-family: "Arial","sans-serif";
    font-variant: all-small-caps;   

}

.show-profile .navbar .nav-link:hover {
  color: #121539;
  background-color: #6067ac;
    border-radius: 10px
}


.show-profile .profile-account {
  margin-bottom: 20px;
  background-color: #303464;
    
    font-family: "Arial","sans-serif";
  font-size: 15px;
  line-height: 1.2;
  color: #141528;
    border-radius: 10px
}

.show-profile .profile-account h2 {
  font-size: 20px;
  color: #141528;
  font-family: "Maison Neue",sans-serif;
    font-variant: all-small-caps;
}



.main-content {
  background: #b2b7ea82;
}

.side-nav {
  background: #eeeae242;
}
.side-nav ul a {
  font-size: 13px;
  color: #121539;
}

.side-nav ul a:hover {
  color: #141528;
}

.side-nav ul .subtitle {
  font-size: 14px;
  color: #141528;
}


.component.frame .wrapper {
  background: #121539;
}

.component.frame .wrapper .header .title {
  font-size: 16px;
  color: #303464;
    
}

.component.table .table thead th {
  background: #6067ac;
    color: #303464;
}
.component.table .table tbody tr:nth-of-type(2n+1) {
  background-color: #b2b7ea;
}
.table td, .table th {
  border-top: 1.5px solid #b2b7ea;
}

.component.table .table tbody {
  background-color: #303464;
    color: #303464;
}
.component.frame .wrapper .content .inner.active * {
    color: #121539;
}

.component .odd-row {
  background-color: #303464;
}
.component.frame .wrapper .content {
  background: #b2b7ea;
}

.footer {
  color: #6067ac;
  background: #121539;
}
    
.footer h6 {
  font-family: "Times New Roman",sans-serif;
  font-size: 12px;
  color: #b2b7ea;
}    

.footer ul li a {
  color: #b2b7ea;
}    
    
.horse-item h2 {
  font-size: 17px;
  color: #121539;
}    
    
h2 {
  font-size: 18px;
  font-family: "Times New Roman",sans-serif;
  margin: 5px 0;
    margin-top: 5px;
    margin-bottom: 5px;
}   
    
.horse-item .tagline {
  font-size: 13px;
  color: #141528;
}    
    
.horse-item .breed-and-age {
  font-size: 13px;
  color: #141528;
}    

.horse-item .content {
  border-radius: 8px;
  background: #303464;
}    

.horse-filters-search input {
  border-radius: 8px;
  background: #6067ac; 

}    
 
h1 {
  font-size: 30px;
  font-family: Constantine,sans-serif;
  margin-bottom: 15px;
  color: #121539;
    font-variant: all-small-caps;
}    
    
h2 {
  color: #141528;
}    
    
.button.primary {
  background: #121539;
}


.button {
  font-size: 15px;
  color: #6067ac;
  border-radius: 8px;
    font-variant: all-small-caps;
}    
    
.button.primary:hover {
  color: #121539;
  background: #6067ac;
}    
    
    
.tabs .tab {
  background: #6067ac;
}
   

.tabs .tab > span, .tabs .tab a, .tabs .tab button {
  font-size: 13px;
  color: #121539;
}    
    
.tabs .tab:not(.creating):not(.active):hover {
  background: #303464;
}   
    
.tabs .tab.active a {
  color: #6067ac;
}    
    
.tabs .tab.active {
  background: #303464;
}    
 
stall-tab-edit input {
  transition: all .2s;
  color: #141528 !important;
}    

.stall-tab-edit input {
    color: #141528!important;
}
.stall-tab-edit span.count {
    color: #141528!important;
    font-weight: 700
}
.tabs .tab.active.stall-tab i {
    font-size: 10px;
    color: #141528;
}    
    

.button.black, .button.secondary.active, .button.secondary:hover {
  color: #6067ac;

  background: #121539;

}    

.button.black.active, .button.black:hover {
  color: #121539;
  background: #6067ac;
}    
    
.modal-inner {
  border-radius: 8px;
  background: #303464;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}    
    
.form-control {
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #6067ac;
  border: 1px solid #121539;
}    
    
    
    
.horse_left {
  background-color: #eeeae242;
    border-radius: 20px
}
    
.horse_left h1 {
  font-size: 23px;
    margin-top: 15px;
}    
    
p a:active, p a:link, p a:visited {
  color: #121539;
}    
    
.horse_left .right a:active, .horse_left .right a:link, .horse_left .right a:visited {
  color: #121539;
}    
    
p {
  font-family: roboto,sans-serif;
  font-size: 13px;
  color: #141528;
}    
    
.looking_at {
  background-color: #eeeae242;
    border-radius: 20px
}    
    
.center {
  background-color: #303464;
}    
    
.top {
  background-color: #121539;
  color: #6067ac;
  font-family: "Times New Roman", 'sand-serif';
  font-size: 16px;
}    
.container_12 .grid_6.half_block {
  background-color: #b2b7ea;
  border-left: 1px solid #121539;
  border-bottom: 1px solid #121539;
  border-right: 1px solid #121539;
}    
.horse_blockimg {
  float: left;
  width: 60px;
  padding: 5px;
  height: 60px;
  margin: 5px;
  background-color: #b2b7ea;
}    
.horse_statusbar {
  background-color: #6067ac;
  border: 2px solid #121539;
  color: #b2b7ea;
}  
.horse_xp {
  background: -moz-linear-gradient(top,#b2b7ea 0%,#6067ac 100%);
}    
.tabclick.tabsel, .tabclick2.tabsel, .tabclick3.tabsel {
  text-decoration: none;
  cursor: pointer;
  background-color: #303464;
  font-weight: 700;
} 
.tabclick, .tabclick2, .tabclick3 {
  background-color: #6067ac;
}    
    


.pedigree {
  float: left;

  background-color: #6067ac;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}    
.top {
  background-color: #121539;
  color: #6067ac;
  font-family: "Times New Roman", 'sand-serif';
  font-size: 18px;
 font-variant: all-small-caps;
}    
.container_12 .grid_12.stable_block {
  background-color: #121539;
  border-left: 1px solid #121539;
  border-bottom: 1px solid #121539;
  border-right: 1px solid #121539;
     border-bottom-right-radius: 10px;
    bord...

Reviews

No reviews yet.