Skip to content

LunaVicious-Gothic Theme by LunaVicious

Details

AuthorLunaVicious

LicenseNo License

Categoryhttps://v2.horsereality.com/

Created

Updated

Size54 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Private Custom Theme for Myself

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         LunaVicious-Gothic Theme
@version      20250213.02.13
@namespace    github.com/openstyles/stylus
@description  Private Custom Theme for Myself
@author       LunaVicious
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://v2.horsereality.com/") {
/* ==UserStyle==
@name         Gothic Theme LunaVicious
@namespace    github.com/openstyles/stylus
@author       Theme by Whit with a few edits for private use by Luna Vicious
@description  HR Gothic Theme
@version      1.0.0
@license      
==/UserStyle== */

}@import url('https://fonts.googleapis.com/css2?family=Metamorphous&display=swap');
:root {
    --horsebg: url(https://i.imgur.com/q8UJ0gi.jpeg);
    }
:root {
    --blurred: url(https://i.imgur.com/q8UJ0gi.jpeg);
    }
:root {
    --stableft: url(https://i.imgur.com/eTAfnYz.png);
    }
:root {
    --mm: url(https://i.imgur.com/o9jcDde.png);
    }

:root
  {
   --light-sage: #575a54;
    --picture-button: #000;
    --gold: #000;
    --light-brown: #2b2b2a;
    --light-green: #454744;
    --gold-text: #000000;
    --light-text: #a2a2a2;
    --sand: #5a5d55;
    --body: #878d86;
    --green-text: #000000;
    --gold-hover: #0c0c0c;
    --green-hover: #1c1b1b;
    --progress: #7b7b7b;
    --button: #181818;
    --button-hover: #0a0a0a;
    --boxes: #919b97;
    --white: #fff;
    --odd: #8c8c8c;
    --even: #a3a3a3;
    --mine: #8a8a8a;
    --top-hover: #252825;
    --select: #787e78;
    --title-font: "Metamorphous";
    --main-font: "Metamorphous";
}

  body.background.south-america
  {
    background-image: var(--horsebg);
  }

  .responsive-table .competition-tack-icon
  {
    background-color: var(--picture-button);
    width: 45px;
    height: 45px;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
  }
.checkbox-label input:checked~.checkbox-custom {
    background-color: var(--body);
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    border: 2px solid var(--light-brown);
}
.competitions .table .progress {
    height: 25px;
    width: 100px;
    position: relative;
    background-color: var(--body);
    border: 2px solid var(--light-brown);
    border-radius: 0;
}

  .checkbox-label .checkbox-custom
  {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 5px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    border: 2px solid var(--green-text);
    background-color: var(--body);
  }

  body.background.africa
  {
    background-image: var(--horsebg);
  }
 body.background.asia
  {
    background-image: var(--horsebg);
  } body.background.australia
  {
    background-image: var(--horsebg);
  } body.background.europe
  {
    background-image: var(--horsebg);
  } body.background.north-america
  {
    background-image: var(--horsebg);
  }

  .component.frame .wrapper .header .title
  {
    display: inline-block;
    font-size: 16px;
    color: var(--light-text);
    font-family: var(--title-text);
    text-transform: none;
  }
.clubs nav.navbar.navbar {
    background-color: var(--light-green)!important;
}

  .sales .horse-name
  {
    font-weight: 600;
    color: var(--green-text);
  }

  #bbmenu.user ul.slidedown li a.arrow
  {
    float: left;
    padding: 9px 30px 11px 10px;
    width: auto;
    line-height: 30px;
    background-image: var(--horsebg);
    background-repeat: no-repeat;
    background-position: 98% 51%;
  }

  #bbmenu.user ul.slidedown li a.arrow:hover
  {
    background-image: var(--horsebg);
  }

  table tr.odd
  {
    background-color: var(--odd);
  }

  .slidedownmenu li a.logout
  {
    margin-top: 10px;
    
    background-repeat: no-repeat;
    background-position: 100% 55%; 
  }
  .notification-settings .paddingleftnone
  {
    padding-left: 0;
    padding-right: 5px;
    background-color: var(--body);
  }

  .market .col-form-label
  {
    color: var(--green-text);
    font-size: 14px;
    font-weight: 500;
  }

  h1 a:active, h1 a:link, h1 a:visited
  {
    color: var(--green-text);
    text-decoration: none;
  }

  .form-control
  {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--green-text);
    background-color: var(--body);
    background-clip: padding-box;
    border: 2px solid var(--green-text);
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .alert-info
  {
    color: var(--green-text);
    background-color: var(--light-sage);
  }

  .market-office-table .market-office-table-row-autobuy
  {
    color: var(--green-text);
    padding-right: 0;
  }

  .market-office-table .market-office-table-row-timer
  {
    padding-left: 0;
    color: var(--green-text);
  }

  .table td, .table th
  {
    padding: 0.75rem;
    vertical-align: top;
    border-top: none;
  }

  .table .thead-dark th
  {
    color: var(--light-text);
    font-family: var(--title-text);
  }

  body.background.europe
  {
    background-image: var(--horsebg);
  }

  body.background
  {
    background: #4a7a9b url(https://i.imgur.com/q8UJ0gi.jpeg) no-repeat fixed 0 0/100% auto;
    background-size: cover;
  }

  .show-profile .profile-name-and-estate .profile-username
  {
    font-size: 32px!important;
    opacity: 60%;
    font-family: var(--title-font);
    font-weight: 700!important;
    color: var(--light-text);
    margin-bottom: 5px!important;
  }

  .side-nav
  {
    padding: 10px;
    background: var(--light-sage);
    opacity: 80%;
    border: 2px solid var(--gold);
    border-radius: 0px 0px 20px 20px;
  }

  .component.frame .wrapper .content
  {
    background: var(--even);
  }

  .header-menu
  {
    background: var(--top-hover);
    
    border-bottom: 2px solid var(--gold);
  }


  .show-profile .navbar
  {
    background-color: var(--light-green)!important;
    
    border-top: none;
    border-top: 2px solid var(--gold);
    border-bottom: 2px solid var(--gold);
    padding-top: 0;
    padding-bottom: 0;
    min-height: 40px!important;
  }

  .side-nav ul .subtitle
  {
    font-family: var(--title-font);
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 21px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--gold-text);
  }

  .side-nav ul a
  {
    font-size: 15px;
    font-family: var(--title-font);
    font-weight: 900;
    text-transform: capitalize;
    color: var(--gold-text);
    padding: 0;
  }

  .header-menu nav .main-menu ul li a
  {
    font-size: 17px;
    font-family: var(--title-font);
    color: var(--light-text);
    font-weight: 900;
  }

  .header-menu nav .main-menu .user-nav>a
  {
    color: var(--light-text);
    font-family: var(--title-font);
    font-weight: 900;
    font-size: 17px;
  }

  .header-menu nav .stats
  {
    text-align: right;
    color: var(--light-text);
    font-family: var(--main-font);
    font-size: 13px;
  }

  .header-menu nav .stats a
  {
    color: var(--light-text);
  }

  .show-profile .profile-account
  {
    width: 250px;
    padding: 10px;
    background-color: var(--sand);
    
    opacity: 60%;
    border: 2px solid  var(--green-text);
    border-radius: 20px 20px 20px 20px;
    margin-bottom: 20px;
  }

  .main-content
  {
    background: var(--body);
   
    padding: 15px;
  }

  .show-profile .navbar-avatar .navbar-avatar-container
  {
    border: 2px solid var(--light-brown);
    padding: 17px;
    border-radius: 20%;
  }
.show-profile .bold {
    font-weight: 900;
}

  .show-profile .profile-name-and-estate .profile-username
  {
    font-size: 32px!important;
    opacity: 70%;
    font-family: var(--title-font);
    font-weight: 700!important;
    color: var(--light-text);
    margin-bottom: 5px!important;
  }

  .show-profile .profile-name-and-estate .profile-estate
  {
    font-size: 18px;
    font-family: var(--title-font);
    line-height: 21px;
    font-weight: 400;
    color: var(--light-text);
    opacity: 70%;
  }

  .show-profile .profile-ranking-container .profile-rank
  {
    text-align: left;
    margin-bottom: 0;
    font-size: 12px;
    font-family: var(--title-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(--title-font);
    text-align: right;
    font-weight: 700!important;
    color: var(--light-text);
    margin-bottom: 5px!important;
  }

  .show-profile .profile-account h2
  {
    
    border: 2px solid var(--gold);
    border-radius: 20px 20px 20px 20px;
    font-size: 14px;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--gold-text);
    margin: 0;
  }
.notifications .notifications-table a, .row-text-bold td {
    font-weight: 900;
}

  body
  {
    margin: 0;
    font-family: var(--main-font);
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    color: var(--green-text);
    text-align: left;
  }

  .show-profile .profile-account .tag-npc, .show-profile .profile-account .tag-player
  {
    font-size: 13px;
    font-family: var(--title-font);
    color: var(--green-text);
    display: block;
    text-align: left;
    font-weight: 400;
    padding-left: 0;
  }

  .show-profile .navbar .nav-link:hover
  {
    background-color: var(--green-hover);
    cursor: pointer;
    border: 2px solid var(--green-text);
    border-radius: 20px 20px 20px 20px;
    color: var(--light-text);
    text-decoration: none;
  }

  .show-profile .navbar .nav-link
  {
    padding: 8px 20px;
    line-height: 24px;
    font-weight: 900;
    font-family: var(--title-font);
    color: var(--light-text);
    font-size: 16px;
  }

  .footer
  {
    b...

Reviews

No reviews yet.