Skip to content

Goldhill - October 2023 (UPDATE READY) by delysia

Screenshot of Goldhill - October 2023 (UPDATE READY)

Details

Authordelysia

LicenseNo License

CategoryHorse Reality

Created

Updated

Size94 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This is a personal userstyle for Goldhill.

Unauthorized use prohibited. Do not copy the code or any parts of it for any personal or commercial use.

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         Kikimora - November, 2023
@version      20231202.15.25
@namespace    userstyles.world/user/delysia
@description  This is a personal website theme for (IGN) Kikimora. Unauthorized use prohibited.
@author       delysia
@license      No License
==/UserStyle== */

/* ==UserStyle==
@name         Kikimora - Novemeber 2023
@version      20230829.17.12
@namespace    userstyles.world/user/delysia
@description  

Unauthorized use prohibited. Do not copy the code or any parts of it for any personal or commercial use.
@author       delysia
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://v2.horsereality.com/") {
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Birthstone&family=Roboto:wght@300&display=swap');



:root
  {
    --first: #2c2938bf;
    --second: #c1bdc3bd;
    --third: #d6d3d521;
    --fourth: #b6b4af0d;
    --fifth: #54473d38;
    --sixth: #302c1ebf;
    --buttons: #4c4c5921;
    --buttons-hover: #4c4c5933;
    --dark: #2c293878;
    --light: #cbcbc98f;
    --transparent: #757d6700;
    --main-texts: #2e2e2d;
    --subtexts: #2e2e2d8f;
    --titles: #4c4c5966;
    --subtitles: #2e2e2d73;
    --links: #7b6c78;
    --links-hover: #4c4c5966;
    --first-row: #c1bdc336;
    --second-row: #c1bdc34a;
	  
}
html {

  font-size: 100%;
}
}

@-moz-document url-prefix("https://www.horsereality.com/") {
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Birthstone&family=Roboto:wght@300&display=swap');



:root
  {
    --first: #2c293878;
    --second: #c1bdc3bd;
    --third: #d6d3d521;
    --fourth: #b6b4af0d;
    --fifth: #cfcdd191;
    --sixth: #302c1ebf;
    --buttons: #4c4c5921;
    --buttons-hover: #4c4c5933;
    --dark: #2c293878;
    --light: #cbcbc98f;
    --transparent: #757d6700;
    --main-texts: #2e2e2d;
    --subtexts: #2e2e2d8f;
    --titles: #4c4c5966;
    --subtitles: #2e2e2d73;
    --links: #7b6c78;
    --links-hover: #4c4c5966;
    --first-row: #c1bdc329;
    --second-row: #c1bdc34a;
	  

}
html {

  font-size: 100%;
}
}

@-moz-document url-prefix("https://v2.horsereality.com/") {
/*V2 Images*/
.fade-in-image {
  opacity: 50%;
}

.fade-in-image:hover {
  opacity: 100%;
  transition: opacity 1s;
}
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);
  -webkit-animation: fadeIn 10s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
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);
  -webkit-animation: fadeIn 10s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
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);
  -webkit-animation: fadeIn 10s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
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);
  -webkit-animation: fadeIn 10s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
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);
  -webkit-animation: fadeIn 10s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
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);
  -webkit-animation: fadeIn 10s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

}

@-moz-document url-prefix("https://www.horsereality.com/") {
/*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-africa.png"]:hover
{
  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-asia.png"]:hover
{
  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-australia.png"]:hover
{
  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-europe.png"]:hover
{
  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-north-america.png"]:hover
{
  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-south-america.png"]:hover
{
  content: var(--map);
}
}

@-moz-document url-prefix("https://v2.horsereality.com/") {
.fade-in-text {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
}

@-moz-document url-prefix("https://v2.horsereality.com/") {
body.background.africa
  {
    background-image: var(--theme-background);
    background-position: center;
}

  body.background.asia
  {
    background-image: var(--theme-background);
    background-position: center;
}

  body.background.australia
  {
    background-image: var(--theme-background);
    background-position: center;
}

  body.background.europe
  {
    background-image: var(--theme-background);
    background-position: center;
}

  body.background.south-america
  {
    background-image: var(--theme-background);
    background-position: center;
}

  body.background.north-america
  {
    background-image: var(--theme-background);
    background-position: center;
}
.daily-rollover-background
{
	background:rgba(0, 0, 0, .78)
}
.daily-rollover-content-wrapper
{
	background: var(--second);
}
.edit-profile .content
{
	background-color:var(--second)!important
}
.edit-profile label
{
	font-weight:700;
	color:var(--maintexts)
}
/*DP Sales*/
.header-cta
    {
        background-color: var(--first);
    }
.header-cta .cta-text h2
    {
        font-family: var(--main-font);
        font-size:14px;
        text-transform:uppercase;
        color: var(--links);
    }

.header-cta .cta-text .cta-description
    {
        font-size:12px;
        font-weight:500;
        letter-spacing:2.5px;
        color: var(--main-texts);
    }
.header-cta .cta-button button
    {
        font-family:Roboto,sans-serif;
        font-size:13px;
        font-weight:600;
        line-height:18px;
        padding:3px 8px;
        color:#ffffff94;
        border:none;
        border-radius:2px;
        background-color: var(--buttons);
    }
.header-cta .cta-button button:hover
    {
        background-color: var(--buttons-hover);
    }
    .header-cta .cta-timer
    {
        font-size:12px;
        font-weight:500;
        font-style:italic;
        text-transform:uppercase;
        color: var(--links);
        border-radius:3px
    }

body
  {
    margin: 0;
    font-family: var(--main-font);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--main-texts);
    text-align: left;
}
  p a:active, p a:link, p a:visited
  {
    color: var(--links);
    text-decoration: none;
    font-weight: 500;
  }


}

@-moz-document url-prefix("https://v2.horsereality.com/") {
img[src="https://www.horsereality.com/icon/online.png"]
{
  content: url(https://cdn.discordapp.com/attachments/1159205851853246555/1164790050995838997/Blank.png); opacity: 0%;
}
img[src="https://www.horsereality.com/icon/offline.png"]
{
  content: url(https://cdn.discordapp.com/attachments/1159205851853246555/1164790050995838997/Blank.png); opacity: 0%;
}
img[src="https://www.horsereality.com/icon/badge-premium.png"]
{
  content: url(https://cdn.discordapp.com/attachments/1159205851853246555/1164790050995838997/Blank.png); opacity: 0%;
}
img[src="https://www.horsereality.com/icon/mail.png"]
{
  content: url(https://cdn.discordapp.com/attachments/1159205851853246555/1165010004080857088/Message.png); opacity: 15%;
}
img[src="https://www.horsereality.com/icon/blockable.png"]
{
  content: url(https://cdn.discordapp.com/attachments/1159205851853246555/1165...

Reviews

No reviews yet.