Their use only
VampwZiri Theme by FireOpal
Details
AuthorFireOpal
License(CC-BY-NC-SA)
Categoryhorsereality.com
Created
Updated
Code size28 kB
Code checksum2860388e
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 VampwZiri Theme
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("example.com") {
/* Insert code here... */
}
:root {
--HRC: url(https://i.imgur.com/dOClCTT.png);
--DP: url(https://i.imgur.com/2Msq0su.png);
--FT: url(https://i.imgur.com/IQBwm7O.png);
--WT: url(https://i.imgur.com/7hmswzJ.png);
--MAP: url(https://i.imgur.com/FhJqABr.png);
--XPBar: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#919653), to(#182e24));
--BreedAdv: url(https://i.imgur.com/hJ2QQfu.png);
--HRBack: url(https://i.imgur.com/Irj4Lcb.png);
--HRBody: url(https://i.imgur.com/V3qerxX.png);
--Market: url(https://i.imgur.com/G2Pgpkm.png);
--Pedi: url(https://i.imgur.com/fBuLYFb.png);
}
/*Market Images*/
[src="https://www.horsereality.com/images/market_explore.jpeg"] {
content: var(--Market);
}
[src="https://www.horsereality.com/images/market_office.jpeg"] {
content: var(--Market);
}
/*Currency Icons*/
[src="https://www.horsereality.com/icon/coin.png"] {
content: var(--HRC);
}
[src="https://www.horsereality.com/icon/deltapoints.png"] {
content: var(--DP);
}
[src="https://www.horsereality.com/icon/ticket-foundation.png"] {
content: var(--FT);
}
[src="https://www.horsereality.com/icon/ticket-wildlife.png"] {
content: var(--WT);
}
/*Mini Map*/
img[src="https://www.horsereality.com/images/world/ava-europe.png"], img[src="https://www.horsereality.com/images/world/ava-africa.png"], img[src="https://www.horsereality.com/images/world/ava-asia.png"], img[src="https://www.horsereality.com/images/world/ava-australia.png"], img[src="https://www.horsereality.com/images/world/ava-north-america.png"], img[src="https://www.horsereality.com/images/world/ava-south-america.png"] {
content: var(--MAP);
}
/*Body Background*/
body.background.north-america {
background-image: var(--HRBody);
}
body.background.south-america {
background-image: var(--HRBody);
}
body.background.africa {
background-image: var(--HRBody);
}
body.background.australia {
background-image: var(--HRBody);
}
body.background.europe {
background-image: var(--HRBody);
}
body.background.asia {
background-image: var(--HRBody);
}
/*---------------------------------------------------------------*/
/*Horse Image Flips (Foals)*/
.horse_photocon img.foal {
transform:scaleX(-1)
}
.horse-banner .container img.foal {
transform: scaleX(-1);
}
.horse-item .horse-image.is-foal img:first-child {
transform: scaleX(-1)
}
.himage_tiny img.foal {
transform: scaleX(-1);
}
.horse-image.is-foal img {
transform: scaleX(-1);
}
.horse-row-image .container.foal img {
transform: scaleX(-1);
}
/*Lipi Foal fix*/
.horse_photocon .horse_photo img.foal {
margin-left: 150px;
}
.horse_banner.north-america {
background-image: var(--HRBack);
}
.horse_banner.asia {
background-image: var(--HRBack);
}
.horse_banner.europe {
background-image: var(--HRBack);
}
.horse_banner.south-america {
background-image: var(--HRBack);
}
.horse_banner.africa {
background-image: var(--HRBack);
}
.horse_banner.australia {
background-image: var(--HRBack);
}
/*Horse Page*/
.horse_left {
border-radius: 10px 10px 10px 10px;
background-color: #182e24a8;
}
.looking_at {
border-radius: 10px 10px 10px 10px;
background-color: #182e24a8;
}
/*Horse page text*/
.gamestats {
color: #fff;
}
body {
color: #d7ca7c;
}
p a:active, p a:link, p a:visited {
color: #dcda9d;
}
.horse_left .right a:active, .horse_left .right a:link, .horse_left .right a:visited {
color: #dcda9d;
}
h1 {
color: #cac7c0;
}
p {
color: #919653;
}
.center {
background-color: #182e249c;
}
.container {
background-color: #d9ba8300;
}
.leftnav {
border-radius: 0px 0px 0px 10px;
background-color: #182e249c;
}
.top {
background-color: #182e24;
color: #cac7c0;
border-radius: 10px 10px 0px 0px;
}
.container_12 .grid_6.half_block {
border-radius: 10px 10px 10px 10px;
background-color: #1b261882;
border-left: 1px solid #d9ba8300;
border-bottom: 5px solid #d9ba8300;
border-right: 1px solid #d9ba8300;
}
.grandparents p {
color: #919653;
}
.parents p {
color: #919653;
}
.pedigree {
border-radius: 0px 0px 10px 10px;
background-color: transparent;
background-image: var(--Pedi);
}
.container_12 .grid_12.stable_block {
border-radius: 10px 10px 10px 10px;
background-color: #6f5f8c00;
border-left: 1px solid #d9ba8300;
border-bottom: 5px solid #d9ba8300;
border-right: 1px solid #d9ba8300;
}
.parents a:active p, .parents a:link p, .parents a:visited p {
color: #dcda9d;
}
.grandparents a:active p, .grandparents a:link p, .grandparents a:visited p {
color: #dcda9d;
}
.ggrandparents a:active p, .ggrandparents a:link p, .ggrandparents a:visited p {
color: #dcda9d;
}
.ggrandparents a:hover p {
color: #536a50 !important;
}
.parents a:hover p {
color: #536a50 !important;
}
.grandparents a:hover p {
color: #536a50 !important;
}
.horse_blockimg {
background-color: #536a50;
}
.horse_xp {
border-radius: 10px 10px 10px 10px;
background: var(--XPBar);
}
.horse_statusbar {
background-color: #fff0;
border: 2px solid #eaf0f200;
}
/*Covered By*/
.horse_blocktext p a:active, .horse_blocktext p a:link, .horse_blocktext p a:visited {
color: #d7ca7c;
}
.horse_blocktext p a:hover {
color: #536a50 !important;
}
/*Looking RT Layers*/
.looking_at p {
color: #919653;
}
.tabclick.tabsel, .tabclick2.tabsel, .tabclick3.tabsel {
background-color: #536a50;
}
.tabclick, .tabclick2, .tabclick3 {
background-color: #182e24;
}
/*Top/Bottom of website*/
.bluebar_container {
background-color: #182e24;
}
.footer {
background-color: #182e24;
}
/*Above mini map*/
.leftnav > ul > li {
color: #cac7c0;
}
.leftnav > ul > li a:active, .leftnav > ul > li a:visited {
color: #cac7c0;
}
.leftnav > ul > li > ul > li a:active, .leftnav > ul > li > ul > li a:link, .leftnav > ul > li > ul > li a:visited {
color: #d7ca7c;
}
.leftnav > ul > li > ul > li a:hover {
color: #536a50 !important;
}
/*Horse page player dropbox*/
.progress span {
color: #fff;
}
#bbmenu.user ul.slidedown li:hover, #bbmenu.user ul.slidedown li:focus, #bbmenu.user ul.slidedown li:active {
background-color: #182e24;
}
#bbmenu.user ul.slidedown li ul.slidedownmenu li .level p {
color: #fff;
}
#bbmenu.user ul.slidedown li ul.slidedownmenu {
border-radius: 0px 0px 10px 10px;
background-color: #182e24;
}
#bbmenu.user ul.slidedown li a:hover {
color: #536a50;
}
.statusbar {
border-radius: 10px 10px 10px 10px;
background-color: #536a50a8;
border: 2px solid #fff0;
color: #fff;
}
.xpvalue {
border-radius: 10px 10px 10px 10px;
background: var(--XPBar);
}
/*Currency Horse Page*/
.toplinks ul li a:hover {
color: #536a50;
}
/*Training Page*/
.container_12 .grid_8.training_left {
border-radius: 10px 10px 10px 10px;
background-color: #1b261882;
border-left: 1px solid #081b2800;
border-bottom: 5px solid #081b2800;
border-right: 1px solid #081b2800;
}
.training_left h6 {
border-radius: 10px 10px 10px 10px;
color: #cac7c0;
background-color: #182e24;
}
.training_left .horsetraining .traincon {
background-color: #536a50;
}
.traincon.selected {
background-color: #3a5936 !important;
}
h3 {
color: #cac7c0;
}
.training_right > .block {
background-color: #834d4d00;
}
.training_right > .block > .comp img, .training_right > .block > .show img {
background-color: #536a50;
}
.training_right > .block > .comp h3, .training_right > .block > .show h3 {
color: #cac7c0;
}
.container_12 .grid_4.training_right {
border-radius: 10px 10px 10px 10px;
background-color: #1b261882;
border-left: 1px solid #eaf0f200;
border-bottom: 5px solid #eaf0f200;
border-right: 1px solid #eaf0f200;
}
.trainbar {
border-radius: 10px 10px 10px 10px;
background-color: #182e249c;
border: 2px solid #fff0;
}
.trainbar > .exp {
border-radius: 10px 10px 10px 10px;
background: var(--XPBar);
}
button.yellow, input[type="submit"].yellow {
background-color: #919653;
}
button.yellow:hover, input[type="submit"].yellow:hover {
background-color: #d7ca7c;
}
.energybar {
border-radius: 10px 10px 10px 10px;
background-color: #536a50a8;
border: 2px solid #eaf0f200;
}
.energy_val {
color: #fff;
}
.energy {
border-radius: 10px 10px 10px;
background: var(--XPBar);
}
.disc {
border-radius: 10px 10px 10px 10px;
background: var(--XPBar)
}
.affection {
border-radius: 10px 10px 10px 10px;
background: var(--XPBar);
}
.training_right > .block > .barcon > .trainbar {
border-radius: 10px 10px 10px 10px;
background-color: #536a50a8;
border: 2px solid #eaf0f200;
}
.training_right > .block > .barcon > .trainbar > .trained {
border-radius: 10px 10px 10px 10px;
background: var(--XPBar);
}
/*Genes*/
.grid_6.genetics {
border-radius: 10px 10px 10px 10px;
background-color: #1b261882;
border-left: 1px solid #081b2800;
border-bottom: 5px solid #081b2800;
border-right: 1px solid #081b2800;
}
.subtop {
background-color: #536a50;
color: #cac7c0;
}
.genetic_table_row {
border-radius: 10px 10px 10px 10px;
border-bottom: 1px solid #536a50;
}
.genetic_result {
border-radius: 10px 10px 10px 10px;
background-color: #536a50a8;
}
.genetic_tests .test_block .first {
border-radius: 10px 10px 10px 10px;
background-color: #536a50a8;
}
.genetic_potential {
border-radius: 10px 10px 10px 10px;
background-color: #536a50a8;
}
.quote {
background-image: var(--BreedAdv);
color: #d7ca7c;
}
.curly-quotes::before {
color: #536a50
}
.curly-quotes::after {
color: #536a50
}
/*Achieve...