Works with newer themes made by me
HR Side bar fix--whit new themes by whitthemes
Details
Authorwhitthemes
LicenseNo Redistribution
CategoryHR
Created
Updated
Size10 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 HR side bar fix--whit newer themes
@version 20220909.02.29
@namespace userstyles.world/user/whitthemes
@description Works with newer code HR themes made by Whit
@author whitthemes
@license No Redistribution
==/UserStyle== */
@-moz-document url-prefix("https://v2.horsereality.com/horses") {
.horse-filters-search input {
width: 100%;
height: 32px;
position: relative;
left: 320px;
top: -410px;
padding: 3px 10px 3px 30px;
border: 0;
border-radius: 8px;
background: var(--odd);
}
.stall-tabs-wrapper {
position: relative;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
margin-top: 30px;
}
.stall-tabs {
display: -webkit-box;
display: block;
overflow-x: auto;
width: 15%;
margin-bottom: 0;
position: relative;
top: 95px;
padding: 0;
list-style: none;
-ms-overflow-style: none;
scrollbar-width: none;
}
.stall-tabs .stall-tab {
position: relative;
z-index: 2;
margin-right: 3px;
-webkit-transition: all .2s;
transition: all .2s;
border-radius: 30px;
background: #d9c0cc00;
}
.horse-item .breed-and-age, .horse-item .tagline {
font-size: 13px;
line-height: 21px;
display: block;
letter-spacing: 0;
color: var(--dark-text);
}
.horse-list .horse-item .content {
display: -webkit-box;
display: flex;
-webkit-box-align: stretch;
align-items: stretch;
width: 80%;
position: relative;
left: 170px;
top: -430px;
border-radius: 50px;
}
nav .pagination .page-item .page-link {
margin: 0 3px;
padding: 5px 10px;
text-align: center;
position: relative;
top: -420px;
border: none;
border-radius: 30px;
background: var(--even);
}
.horse-item .sex {
font-size: 20px;
font-weight: 600;
line-height: 14px;
position: absolute;
z-index: 8;
right: 5px;
bottom: 5px;
margin-top: 20px;
margin-right: 630px;
padding: 1px 4px;
text-align: center;
letter-spacing: .23px;
text-transform: uppercase;
color: #fafbff00;
border-radius: 9px;
background: #f17e6c00;
}
.icon16 {
width: 20px;
height: auto;
}
.horse-stats .horse-stat span {
display: block;
width: 22px;
text-align: center;
font-size: 11px;
font-weight: 700;
line-height: 17px;
letter-spacing: 0;
color: var(--dark-text);
}
.horse-stats .horse-stat--low span {
color: var(--dark-text);
}
.horse-stats .horse-stat-affection i {
color: var(--dark-text);
}
.horse-stats .horse-stat-energy i {
color: var(--dark-text);
}
.horse-stats .horse-stat-fitness i {
color: var(--dark-text);
}
.horse-item .sex-stallion {
background: #1a6f8e00;
}
.horse-item .sex {
font-size: 11px;
font-weight: 600;
line-height: 14px;
position: absolute;
z-index: 5;
right: 3px;
bottom: 3px;
padding: 1px 4px;
text-align: center;
letter-spacing: .23px;
text-transform: uppercase;
color: #fafbff00;
border-radius: 3px;
background: #f17e6c00;
}
.horse-item h2 {
font-size: 16px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0;
color: var(--dark-text);
}
.horse-item .horse-mini-status>* {
margin-right: 0px;
}
button.normalize {
padding: 0;
color: #000;
border: 0;
background: 0 0;
position: relative;
top: -400px;
}
nav .pagination .page-item .page-link {
margin: 0 3px;
padding: 5px 10px;
text-align: center;
position: relative;
top: -420px;
border: none;
border-radius: 30px;
background: var(--even);
}
.stall-tabs-wrapper:after {
position: absolute;
z-index: 1;
right: -15px;
bottom: 0;
left: -15px;
height: 1px;
content: "";
background: #e2ecf500;
}
.horse-item .horse-mini-status>:last-child {
margin-right: 70px;
}
.stall-tabs .stall-tab:not(.creating):not(.active):hover {
background: var(--odd);
}
}
@-moz-document url-prefix("https://v2.horsereality.com") {
.horse-filters-search input {
width: 100%;
height: 32px;
position: relative;
left: 320px;
top: -430px;
padding: 3px 10px 3px 30px;
border: 0;
border-radius: 8px;
background: var(--odd);
}
.horse-list .horse-item .image {
display: flex;
align-items: flex-end;
justify-content: center;
width: 110px;
padding: 13px;
background-repeat: no-repeat;
background-position: -50px 100%;
background-size: 160%;
background-image: var(--horse-bg)!important;
}
.stall-tabs {
display: -webkit-box;
display: block;
overflow-x: auto;
width: 15%;
margin-bottom: 0;
padding: 0;
position: relative;
top: 95px;
list-style: none;
-ms-overflow-style: none;
scrollbar-width: none;
}
.stall-tabs .stall-tab {
position: relative;
z-index: 2;
margin-right: 3px;
-webkit-transition: all .2s;
transition: all .2s;
border-radius: 30px;
background: #d9c0cc00;
}
.horse-list .horse-item .content {
display: -webkit-box;
display: flex;
-webkit-box-align: stretch;
align-items: stretch;
width: 80%;
position: relative;
left: 170px;
top: -430px;
border-radius: 50px;
}
button.normalize {
padding: 0;
color: var(--button);
border: 0;
background: 0 0;
position: relative;
top: -400px;
}
.stall-tabs .stall-tab:not(.creating):not(.active):hover {
background: var(--odd);
}
nav .pagination .page-item .page-link {
margin: 0 3px;
padding: 5px 10px;
text-align: center;
position: relative;
top: -420px;
border: none;
border-radius: 30px;
background: var(--even);}
.stall-tabs .stall-tab.active a {
color: var(--dark-text);
}
.stall-tabs .stall-tab>span, .stall-tabs .stall-tab a {
font-size: 13px;
font-weight: 700;
line-height: 20px;
display: block;
padding: 6px 16px;
white-space: nowrap;
color: var(--dark-text);
}
.stall-tabs .stall-tab.active {
background: var(--odd);
}
.stall-tabs-wrapper:after {
position: absolute;
z-index: 1;
right: -15px;
bottom: 0;
left: -15px;
height: 1px;
content: "";
background: #e2ecf500;
}
.horse-item .content {
overflow: hidden;
border-radius: 8px;
background: var(--odd);
}
.current-capacity i {
color: var(--light-text);
margin-left: 6px;
}
.button {
font-size: 12px;
font-weight: 700;
line-height: 18px;
min-width: 100px;
padding: 4px 16px;
-webkit-transition: all .2s;
transition: all .2s;
text-align: center;
color: var(--light-text);
border: 0;
border-radius: 8px;
}
.horse-item .dam, .horse-item .foal {
font-size: 11px;
font-weight: 600;
line-height: 14px;
position: absolute;
top: 3px;
left: 3px;
padding: 1px 4px;
text-align: center;
letter-spacing: .23px;
text-transform: uppercase;
color: #0000;
border-radius: 3px;
background: #fff0;
}
.current-capacity:hover {
background: var(--button-hover);
}
.current-capacity {
padding: 3px 6px;
background: var(--button);
cursor: pointer;
border-radius: 8px;
text-align: center;
font-size: 12px;
line-height: 18px;
font-weight: 700;
letter-spacing: 0;
color: var(--light-text);
display: -webkit-inline-box;
display: inline-flex;
-webkit-box-align: center;
align-items: center;
}
.button.primary {
background: var(--button);
}
.button.primary:hover {
background: var(--button-hover);
}
.horse-item .horse-mini-status>:last-child {
margin-right: 70px;
}
.horse-list .horse-item .horse-mini-status {
margin-left: 30px;
}
.stall-tabs .stall-tab:not(.creating):not(.active):hover {
background: var(--odd);
}
.horse-item .horse-mini-status>* {
margin-right: 0px;
}
.tabs .tab.active a {
color: var(--dark-text);
}
.tabs .tab.active {
background: var(--odd);
border-radius: 20px;
}
.tabs .tab {
position: relative;
z-index: 2;
margin-right: 3px;
-webkit-transition: all .2s;
transition: all .2s;
border-radius: 8px 8px 0 0;
background: #eaf0f200;
}
.tabs .tab>span, .tabs .tab a, .tabs .tab input {
font-size: 13px;
font-weight: 700;
line-height: 20px;
color: var(--dark-text);
}
.tabs .tab:not(.creating):not(.active):hover {
background: var(--odd);
border-radius: 20px;
}
.tabs-wrapper:after {
position: absolute;
z-index: 1;
right: -15px;
bottom: 0;
left: -15px;
height: 1px;
content: "";
background: #eaf0f200;
}
.info.color-green {
box-shadow: none;
}
.info.color-green .info-icon {
background: var(--even);
}
.info {
font-weight: 700;
display: -webkit-box;
display: flex;
overflow: hidden;
-webkit-box-align: center;
align-items: center;
height: 20px;
padding-right: 8px;
border-radius: 4px;
background: var(--odd);
box-shadow: inset 0 0 0 1px var(--border);
}
.info .info-icon {
font-size: 11px;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
flex-shrink: 0;
-webkit-box-pack: center;
justify-content: center;
width: 30px;
height: 100%;
margin-right: 8px;
color: var(--dark-text);
background: var(--even);
}
.button.primary {
background: var(--button);
}
.button {
font-size: 12px;
font-weight: 700;
line-height: 18px;
min-width: 100px;
padding: 4px 16px;
-webkit-transition: all .2s;
transition: all .2s;
text-align: center;
color: var(--light-text);
border: 0;
border-radius: 8px;
}
.button.primary:hover {
background: var(--button-hover);
}
.foal-calendar-table .filter {
font-weight: 700;
cursor: pointer;
color: var(--light-t...