Skip to content

RjcqCr42 by timonpeas

Details

Authortimonpeas

LicenseNo License

CategoryRjcqCr42

Created

Updated

Size31 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

RjcqCr42

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         RjcqCr42
@version      1.0
@namespace    timonpeas
@description  2024
@author       timonpeas
@license      No License
==/UserStyle== */

:root {
	--map: url(https://i.imgur.com/vhGjoWb.png);
	--map-hover: url(https://i.imgur.com/sfF8mYN.png);
}

img[src="https://www.horsereality.com/images/dp-horse.png"] {
	content: url(https://i.imgur.com/nJkmtYR.png);
}




.fitting-room .fitting-room-bg-row img.background-preview-image {
	border: 0px solid #FFF;
	border-radius: 50px;
	box-shadow: 5px 5px 10px 0px rgba(.65, .65, .65, .65);
}
/*DAILY ROLLOVER BANNER*/
img[src="https://v2.horsereality.com/img/caroll-rollover.jpg"] {
	content: url(https://i.imgur.com/nfwQh2Z.png);
}

.foal-pastures .miniature-block.asia,
.foal-pastures .miniature-block.africa,
.foal-pastures .miniature-block.europa,
.foal-pastures .miniature-block.australia,
.foal-pastures .miniature-block.north-america,
.foal-pastures .miniature-block.south-america {
	background: url(https://i.imgur.com/mrlycLj.png) no-repeat;
}

/*AIRPORT*/
.airport .component.npc.airport-npc .left {
	height: unset!important;
	background-position: 5%;
	background-image: url(https://i.imgur.com/WeiSQSU.png)!important;
}
.component.npc.airport-npc {
	background: rgba(219, 219, 219, 0);
	height: 264px!important;
}


/*RIDING SCHOOL*/
.component.npc .left {
	min-width: 150px;
	max-width: 150px;
	background-size: cover;
	background-image: url(https://i.imgur.com/bskHOOu.png)!important;
}

img[src="https://www.horsereality.com/images/1_job_pickhooves.png"] {
	content: url(https://i.imgur.com/nP3432i.png)
}
img[src="https://www.horsereality.com/images/2_job_feedhorse.png"] {
	content: url(https://i.imgur.com/twNf0t4.png)
}
img[src="https://www.horsereality.com/images/3_job_groom.png"] {
	content: url(https://i.imgur.com/Uo3DBWB.png)
}
img[src="https://www.horsereality.com/images/4_job_lunge.png"] {
	content: url(https://i.imgur.com/yevenM2.png)
}
img[src="https://www.horsereality.com/images/5_job_train.png"] {
	content: url(https://i.imgur.com/DW8mD9f.png)
}
img[src="https://www.horsereality.com/images/6_job_show.png"] {
	content: url(https://i.imgur.com/tTQDU0W.png)
}
img[src="https://www.horsereality.com/images/7_job_compete.png"] {
	content: url(https://i.imgur.com/UEoKhla.png)
}
img[src="https://www.horsereality.com/images/8_job_trailride.png"] {
	content: url(https://i.imgur.com/UnrxL2S.png)
}


/*FOAL PASTURE*/
.component.npc-center .left {
	min-width: 150px;
	max-width: 150px;
	background-size: cover;
	background-image: url(https://i.imgur.com/a3bLkue.png)!important;
}

/*FOUNDATION*/
img[src="https://www.horsereality.com/images/npc-id6-caroll.jpg"] {
	content: url(https://i.imgur.com/8A4IclK.png)!important;
	border-radius: 0px
}


.adopt_blockimg.asia,
.adopt_blockimg.europe,
.adopt_blockimg.africa,
.adopt_blockimg.australia,
.adopt_blockimg.south-america,
.adopt_blockimg.north-america {
	background: url(https://i.imgur.com/mrlycLj.png) no-repeat;
	background-size: 210px;
}

/*Market*/
img[src="https://www.horsereality.com/images/market_explore.jpeg"] {
	content: url(https://i.imgur.com/32SoUqm.png);
}
img[src="https://www.horsereality.com/images/market_office.jpeg"] {
	content: url(https://i.imgur.com/wf9NUC3.png);
}

/*V2 Images*/
.fade-in-image {
	opacity: 100%;
}

.fade-in-image:hover {
	opacity: 100%;
	transition: opacity 4s;
}
img[src="https://www.horsereality.com/images/world/ava-africa.png"] {
	content: var(--map);
}
img[src="https://www.horsereality.com/images/world/ava-africa.png"]:hover {
	content: var(--map-hover);
	-webkit-animation: fadeIn 4s;
	-moz-animation: fadeIn 2s;
	-o-animation: fadeIn 2s;
	-ms-animation: fadeIn 2s;
}
img[src="https://www.horsereality.com/images/world/ava-asia.png"] {
	content: var(--map);
}
img[src="https://www.horsereality.com/images/world/ava-asia.png"]:hover {
	content: var(--map-hover);
	-webkit-animation: fadeIn 4s;
	-moz-animation: fadeIn 2s;
	-o-animation: fadeIn 2s;
	-ms-animation: fadeIn 2s;
}
img[src="https://www.horsereality.com/images/world/ava-australia.png"] {
	content: var(--map);
}
img[src="https://www.horsereality.com/images/world/ava-australia.png"]:hover {
	content: var(--map-hover);
	-webkit-animation: fadeIn 4s;
	-moz-animation: fadeIn 2s;
	-o-animation: fadeIn 2s;
	-ms-animation: fadeIn 2s;
}
img[src="https://www.horsereality.com/images/world/ava-europe.png"] {
	content: var(--map);
}
img[src="https://www.horsereality.com/images/world/ava-europe.png"]:hover {
	content: var(--map-hover);
	-webkit-animation: fadeIn 4s;
	-moz-animation: fadeIn 2s;
	-o-animation: fadeIn 2s;
	-ms-animation: fadeIn 2s;
}
img[src="https://www.horsereality.com/images/world/ava-north-america.png"] {
	content: var(--map);
}
img[src="https://www.horsereality.com/images/world/ava-north-america.png"]:hover {
	content: var(--map-hover);
	-webkit-animation: fadeIn 4s;
	-moz-animation: fadeIn 2s;
	-o-animation: fadeIn 2s;
	-ms-animation: fadeIn 2s;
}
img[src="https://www.horsereality.com/images/world/ava-south-america.png"] {
	content: var(--map);
}
img[src="https://www.horsereality.com/images/world/ava-south-america.png"]:hover {
	content: var(--map-hover);
	-webkit-animation: fadeIn 4s;
	-moz-animation: fadeIn 2s;
	-o-animation: fadeIn 2s;
	-ms-animation: fadeIn 2s;
}

/*V1 Images*/
img[src="https://www.horsereality.com/images/world/ava-africa.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-australia.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-north-america.png"] {
	content: var(--map);
}
img[src="https://www.horsereality.com/images/world/ava-south-america.png"] {
	content: var(--map);
}

/*Horse Info*/
.horse_left {
	position: absolute;
	top: 0;
	margin: 20px 0 20px 20px;
	width: 220px;
	padding: 10px;
	background-color: #FFFFFF70;
	border-radius: 30px;
	opacity: 75%;
}
/* width */
::-webkit-scrollbar {
	width: 18px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #607E9E70;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #FFFFFF70;
	border-radius: 10px 10px 10px 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #FFFFFF70;
	border-radius: 10px 10px 10px 10px;
}
::-webkit-scrollbar-corner {
	background: #607E9E70;
}
/* BACKGROUND */
body.background.north-america,
body.background.south-america,
body.background.europe,
body.background.australia,
body.background.asia,
body.background.africa {
	background-image: url(https://i.imgur.com/9gqt75J.png);
	background-size: cover;
	background-position: 100%;
}
.horse_banner.europe,
.horse_banner.australia,
.horse_banner.africa,
.horse_banner.asia,
.horse_banner.south-america,
.horse_banner.north-america {
	background-image: url(https://i.imgur.com/mrlycLj.png);
	opacity: 100%;
}


.show-profile.green-garden .medium-color,
.show-profile.green-garden .navbar,
.show-profile.green-garden th {
	background: #383053!important;
	border-radius: 8px;
}
element.style,
body.background.africa,
body.background.asia,
body.background.australia,
body.background.europe,
body.background.north-america,
body.background.south-america {
	background-image: url(https://i.imgur.com/9gqt75J.png)!important;
}

.main-content {
	background: #38305326 !important;
	padding: 15px;
}


.horse-grid .horse-item .image {
	height: 150px;
	background-image: url(https://i.imgur.com/mrlycLj.png)!important;
}
.header-menu .user-nav a {
	vertical-align: middle;
	font-size: 13px;
	color: #ffffff;
}
.header-menu .user-nav a:hover {
	text-decoration: none;
	color: #ffffff;
}

.header-menu .user-nav button {
	background-color: #383053;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: .4em;
	margin-left: .3em;
	display: inline-block
}
.header-menu .user-nav button:focus-visible {
	outline-style: auto;
	outline-offset: 2px
}
.header-menu .user-nav button:after {
	content: "";
	border-top: .3em solid #ffffff9e;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}
.header-menu .user-nav #user-nav-dropdown {
	color: #383053;
	display: none;
	position: absolute;
	top: 100%;
	bottom: auto;
	left: 0;
	padding: 1em 1.5em 1.5em;
	background-color: #383053;
	opacity: 75%;
	border-radius: 0px 0px 30px 30px;
}
.header-menu .user-nav.dropdown-active,
.header-menu .user-nav:hover {
	background-color: #383053;
}

.show-profile .navbar-avatar .navbar-avatar-container {
	border: 3px;
	border-radius: 25px;
	padding: 20px;
}
.show-profile .profile-name-and-estate .profile-username {
	font-size: 24px!important;
	opacity: 60%;
	font-family: WindSong;
	font-weight: 500!important;
	color: #ffffff;
	margin-bottom: 5px!important;
}
.show-profile .profile-name-and-estate .profile-estate {
	font-size: 16px;
	font-family: Times New Roman;
	line-height: 21px;
	font-weight: 500;
	letter-spacing: 0.75px;
	color: #ffffff;
	opacity: 30%;
}
.show-profile .profile-ranking-container .profile-rank {
	text-align: left;
	margin-bottom: 0;
	font-size: 12px;
	font-family: Times New Roman;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	opacity: 30%;
}
.show-profile .profile-ranking-container .profile-rank-position {
	font-size: 20px!important;
	font-family: Times New Roman;
	text-align: right;
	font-weight: 500!important;
	color: #ffffff);
	letter-spacing: 0.75px;
	margin-bottom: 5px!important;
	opacity: 60%;
}

/*Navigation bar on profile*/
.show-profile .navbar {
	backg...

Reviews

No reviews yet.