Personal theme. Not use.
ELAYINE's mystic forest by Elayine
Details
AuthorElayine
LicenseNo License
Categoryhttps://v2.horsereality.com/
Created
Updated
Size4.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ELAYINE's mystic forest
@version 17.092023
@namespace https://userstyles.world/user/Elayine
@description mystic forest theme for Elayine's personal use only
@author Elayine
@license No Redistribution
==/UserStyle== */
@-moz-document url-prefix("https://v2.horsereality.com/") {
body {
font-family: Times new roman;
font-size: 13px;
}
/* AVATAR BORDO E POSIZIONE */
.show-profile .navbar-avatar .navbar-avatar-container {
top: 363px;
left: 23px;
width: 130px;
height: 130px;
border: 2px solid #ead5ba;
}
.show-profile .role-big {
display: none; /* NASCONDE L'ICONA PREMIUM */
}
/* POSIZIONE NICKNAME */
.show-profile .profile-name-and-estate {
position: absolute;
z-index: 1;
top: 500px;
opacity: 1%;
left: 83px;
color: #ded6cb;
display: none;
}
/* NASCONDE RANK */
.show-profile .profile-ranking-container {
font-size: 15px;
font-family: Times new roman;
position: absolute;
z-index: 1;
top: 220px;
right: 20px;
color: #fff;
opacity: 1%;
}
.show-profile .navbar {
padding-top: 0;
padding-bottom: 0;
border-bottom: 1px solid rgba(234,213,186,0.3);
border-top: 0px solid transparent;
background: radial-gradient(circle, rgba(234,213,186,1) 0%, rgba(19,18,18,1) 71%);
align-items: stretch;
width: 920px;
height: 10px;
margin-left: 15px;
margin-top: 3px;
border-radius: 20px;
box-shadow: 3px 3px 3px rgba(19,18,18,0.6);
}
.show-profile .navbar .nav-link {
font-weight: 100;
color: rgba(19,18,18);
text-transform: uppercase;
font-family: Aldhabi;
font-size: 20px;
text-shadow: 1px 1px 3px rgba(19,18,18, 0.6);
margin-left: 20px;
}
/* SFONDO */
body.background.south-america, body.background.africa, body.background.asia, body.background.australia, body.background.europe, body.background.north-america {
background-image: url(https://i.imgur.com/wIFAHqh.jpg);
}
/* SFONDO TRASPARENZA PROFILO */
.main-content {
background: rgba(34, 30, 26, 0.9); /* background con 90% opacity */
}
/* BARRA LATERALE */
.side-nav {
margin-top: 7px;
background: rgba(15, 14, 12, 0.9); /* background con 90% opacity */
border-left: 1px solid rgba(234,213,186,0.3);
box-shadow: 3px 3px 3px rgba(19,18,18,0.6);
border-top-left-radius: 40px;
border-bottom-left-radius: 40px;
padding-top: 10px;
text-align: center;
height: 570px;
}
/* TITOLI BARRA LATERALE */
.side-nav ul .subtitle {
font-size: 14px;
font-family: Times new roman;
margin-bottom: 5px;
line-height: 21px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
background: -webkit-linear-gradient(#ead5ba, #131212);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: none;
}
/* COLORE VOCI BARRA LATERALE */
.side-nav ul a {
font-size: 13px;
font-weight: 700;
text-transform: capitalize;
color: rgb(204, 189, 169, 0.7);
}
/* CONTENITORE DETTAGLI PROFILO */
.show-profile .profile-account {
width: 100%;
margin-bottom: 0px;
padding: 4px;
background: linear-gradient(90deg, rgba(234,213,186,0.7) 0%, rgba(19,18,18,0) 100%);
}
/* TITOLI CONTENITORE DETTAGLI PROFILO */
.show-profile .profile-account h2 {
font-family: Times new roman;
font-size: 0px;
font-weight: 600;
padding-left: 4px;
text-transform: uppercase;
line-height: 0;
color: #131212;
display: none;
}
/* BARRA IN ALTO */
.header-menu {
background-color: rgba(19,18,18,0.9);
border-bottom: 1px solid rgba(234,213,186,0.3);
box-shadow: 3px 3px 3px rgba(19,18,18,0.6);
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
}
}