Skip to content

CursedWolf theme by whitthemes

Details

Authorwhitthemes

LicenseNo Redistribution

CategoryHR

Created

Updated

Size62 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

for CursedWolf only.

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         CursedWolf theme
@version      20221221.22.12
@namespace    userstyles.world/user/whitthemes
@description  for CursedWolf only.
@author       whitthemes
@license      No Redistribution
==/UserStyle== */

@-moz-document url-prefix("https://v2.horsereality.com/") {
:root {
--left-nav: #12060cad;
    --picture-button: #180b186b;
    --border: #a81840;
    --header-2: #180614;
    --header-1: #10000d;
    --light-text: #9b1a2b;
    --box: #1e121c9e;
    --body: #150916e8;
    --dark-text: #9b1a2b;
    --text-hover: #ae1926;
    --middle-hover: #090007;
    --progress: #3d1838;
    --button: #1e0218;
    --button-hover: #090007;
    --boxes: #504035;
  --odd: #1c151b;
    --even: #241b23;
    --mine: #1e181e;
    --select: #160a17;
    --top-hover: #090007;
    --highlights: #1f0e20a6;
    --slide-hover: #0b000ab0;
    --center-bar: #090007;
    --entry: #a3acb9b0;
    --background: url(https://cdn.discordapp.com/attachments/987518421442891878/1053134547195281418/tree-3194803_960_720.jpg);
      
      --map: url(https://cdn.discordapp.com/attachments/987518421442891878/1053134547195281418/tree-3194803_960_720.jpg);
     --title-font: "papyrus";
    --main-font: "garamond";
    
    --headers: url(https://cdn.discordapp.com/attachments/987518421442891878/1053028885308121118/cursetop.png);
    --horse-bg: url(https://cdn.discordapp.com/attachments/904843599127126087/1053484329810006118/profilebg_blueforest.jpeg);
   
   
    
  }
}

@-moz-document url-prefix("https://www.horsereality.com/") {
:root {
--left-nav: #12060cad;
    --picture-button: #180b186b;
    --border: #a81840;
    --header-2: #180614;
    --header-1: #10000d;
    --light-text: #9b1a2b;
    --box: #1e121c9e;
    --body: #150916e8;
    --dark-text: #9b1a2b;
    --text-hover: #ae1926;
    --middle-hover: #090007;
    --progress: #3d1838;
    --button: #1e0218;
    --button-hover: #090007;
    --boxes: #504035;
    --white: #8f1c46d6;
   --odd: #1c151b;
    --even: #241b23;
    --mine: #1e181e;
    --select: #160a17;
    --top-hover: #090007;
    --highlights: #1f0e20a6;
    --slide-hover: #0b000ab0;
    --center-bar: #090007;
    --entry: #a3acb9b0;
    --background: url(https://cdn.discordapp.com/attachments/987518421442891878/1053134547195281418/tree-3194803_960_720.jpg);
      
      --map: url(https://cdn.discordapp.com/attachments/987518421442891878/1053134547195281418/tree-3194803_960_720.jpg);
    --title-font: "papyrus";
    --main-font: "garamond";
    
    --headers: url(https://cdn.discordapp.com/attachments/987518421442891878/1053028885308121118/cursetop.png);
    --horse-bg: url(https://cdn.discordapp.com/attachments/904843599127126087/1053484329810006118/profilebg_blueforest.jpeg);
   
   
    
  }
}

@-moz-document url-prefix("https://v2.horsereality.com/") {

.header-menu .user-nav {
    display: flex;
    flex-shrink: 1;
    min-width: 0;
    -moz-column-gap: .4em;
    column-gap: 0.4em;
    align-items: center;
    position: relative;
    padding: 0 1em;
    height: 100%;
    color: var(--light-text);
}

.header-menu .user-nav #user-nav-dropdown {
    color: var(--light-text);
    display: none;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0;
    padding: 1em 1.5em 1.5em;
    background-color: var(--top-hover);
    grid-template-areas:
        "image level"
        "menu menu";
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    gap: 1.5em;
    min-width: 15em;
    text-align: left;
    border-radius: 0px 0px 30px 30px;
    width: 60%;
}

.header-menu .user-nav.dropdown-active, .header-menu .user-nav:hover {
    background-color: var(--top-hover);
}
.header-menu .currencies li a {
    font-size: 13px;
    color: var(--light-text);
    display: flex;
    -moz-column-gap: 2px;
    column-gap: 2px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.header-menu .currencies li a:hover {
    text-decoration: none;
    color: var(--text-hover);
}
.header-menu .user-nav a {
    vertical-align: middle;
    font-size: 13px;
    color: var(--light-text);
}
.header-menu .user-nav a:hover {
    text-decoration: none;
    color: var(--text-hover);
}



.header-menu {
    background: var(--slide-hover);
    background-image: var(--top);
}
.show-profile .navbar {
    background-color: var(--center-bar)!important;
    background-image: var(--center);
    border-top: 2px solid var(--border);
    border-bottom: 2px solid var(--border);
    padding-top: 0;
    padding-bottom: 0;
    min-height: 40px!important;
        }
.main-content {
    background: var(--body);
    padding: 15px;
}
.show-profile .profile-account {
    
    padding: 10px;
    background-color: var(--box);
    background-image: var(--player);
    margin-bottom: 20px;
    border-radius: 20px 20px 20px 20px;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: var(--dark-text);
    font-weight: 700;
}

body.background.africa {
    background: var(--background) no-repeat fixed 0 0/100% auto;
    background-size: cover;
}
body.background.asia {
    background: var(--background) no-repeat fixed 0 0/100% auto;
    background-size: cover;
}
body.background.australia {
    background: var(--background) no-repeat fixed 0 0/100% auto;
    background-size: cover;
}
body.background.europe {
    background: var(--background) no-repeat fixed 0 0/100% auto;
    background-size: cover;
}
body.background.south-america {
    background: var(--background) no-repeat fixed 0 0/100% auto;
    background-size: cover;
}
body.background.north-america {
    background: var(--background) no-repeat fixed 0 0/100% auto;
    background-size: cover;
}
.show-profile .navbar-avatar .navbar-avatar-container
  {
    border: 1px solid var(--border);
    padding: 20px;
   border-radius: 50%;
  }
.show-profile .profile-name-and-estate .profile-username {
    font-size: 32px!important;
    font-weight: 700!important;
    color: var(--light-text);
     font-family: var(--main-font);
    margin-bottom: 5px!important;
    opacity: 30%;
}
.show-profile .profile-name-and-estate .profile-estate {
    font-size: 18px;
     font-family: var(--main-font);
    line-height: 21px;
    font-weight: 400;
    color: var(--light-text);
    opacity: 30%;
}
.show-profile .profile-ranking-container .profile-rank {
    text-align: left;
    margin-bottom: 0;
    font-size: 12px;
     font-family: var(--main-font);
    line-height: 18px;
    font-weight: 400;
    color: var(--light-text);
}
.show-profile .profile-ranking-container .profile-rank-position {
    font-size: 26px!important;
     font-family: var(--main-font);
    text-align: right;
    font-weight: 700!important;
    color: var(--light-text);
    margin-bottom: 5px!important;
}
.show-profile .navbar .nav-link {
    padding: 8px 20px;
    line-height: 24px;
    font-weight: 500;
    color: var(--light-text);
    font-family: var(--title-font);
    font-size: 14px;
}
.show-profile .profile-account h2 {
    font-size: 14px;
    font-weight: 600;
    color: var(--light-text);
     font-family: var(--title-font);
    background-image: var(--headers);
    height: 25px;
    border-radius: 20px 20px 20px 20px;
    margin: 0;
}
.show-profile .main-content {
    padding: 0;
    overflow-x: visible;
}
.side-nav ul .subtitle {
    font-size: 17px;
    font-family: var(--title-font);
    margin-bottom: 5px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--light-text);
}
.side-nav ul a {
    font-size: 15px;
    font-family: var(--main-font);
    font-weight: 700;
    text-transform: capitalize;
    color: var(--light-text);
    padding: 0;
}
.header-menu nav .main-menu .user-nav>a {
    color: var(--light-text);
    font-family: var(--title-font);
    font-size: 17px;
}
.header-menu nav .main-menu ul li a {
    font-size: 17px;
    color: var(--light-text);
    font-family: var(--title-font);
}
.header-menu nav .stats {
    text-align: right;
     color: var(--light-text);
    font-family: var(--title-font);
    font-size: 11px;
}
.header-menu nav .stats a {
    color: var(--light-text);
}
.show-profile .navbar .nav-link:hover {
    background-color: var(--middle-hover);
    cursor: pointer;
    border: none;
    border-radius: 0;
    color: var(--light-text);
    font-family: var(--title-font);
    text-decoration: none;
}
.header-menu nav .main-menu ul li a:not(.btn):hover {
    text-decoration: none;
    color: var(--text-hover);
}
.header-menu nav .main-menu .user-nav>a:hover {
    color: var(--text-hover);
}
.header-menu nav .main-menu .user-nav .dropdown-menu .dropdown-header, .header-menu nav .main-menu .user-nav .dropdown-menu .dropdown-item {
    font-size: 13px;
     font-family: var(--main-font);
    padding: 0.5rem 1rem;
    color: var(--light-text);
}
.header-menu nav .main-menu .user-nav .dropdown-menu {
    left: -135px!important;
    min-width: 12rem!important;
    background: var(--slide-hover);
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
     font-family: var(--main-font);
    background-color: var(--body);
    
    border-radius: 20px 20px 20px 20px;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--dark-text);
    text-align: center;
    white-space: nowrap;
    background-color: var(--progress);
    border-radius: 20px 20px 20px 20px;...

Reviews

No reviews yet.