A new userstyle
www.wolvden.com/den/134823 - Feb 2024 by Terraco
Details
AuthorTerraco
LicenseNo License
Categorywolvden
Created
Updated
Size3.3 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 www.wolvden.com/den/134823 - Feb 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.wolvden.com/den/134823") {}
body {
background-image: url(https://cdn.discordapp.com/attachments/1109673465327403130/1209958403544322058/cardinal-1884283_1280.jpg?ex=65e8d093&is=65d65b93&hm=47815edadfb852cd46e0d8a9d784f81435e5acfa531f07abfe5c95499768c7b4&);
font-family: Comic Sans MS;
}
.navbar-main/* Section containing the site navigation. */
{
background: #c00044 !important;
}
.navbar-main .nav-link/* Individual navigation links. */
{
background: 0 !important;
}
.navbar-status/* Status bar containing your currencies, etc. */
{
background: #e2004a !important;
}
.breadcrumb-nav/* Gray breadcrumb bar under the status bar. */
{
background: 0 !important;
}
#sidebar/* Section containing the sidebar. */
{
background: 0 !important;
}
#sidebar .card/* "Card" sections of the sidebar. */
{
background: #fff !important;
}
#sidebar h3,
#sidebar h4/* Card headers. */
{
background: #fff !important;
}
#main/* Section containing the site's main content. */
{
background: #72829a78 !important;
}
h1/* Title header. */
{
color: #fff !important;
}
.nav-tabs/* Section containing the Den and Profile links. */
{
background: 0 !important;
}
.nav-tabs .nav-link/* Individual links of the above section. */
{
background: #fff !important;
}
.nav-tabs .nav-link.active/* Link of the page being viewed. */
{
background: #fff !important;
}
.table/* Tables containing Pack or User information. */
{
background: #375f784a !important;
}
.table th/* Individual table headers. */
{
background: #375f784a !important;
}
.subheader/* Subheader row of Cave tables. */
{
background: #fff !important;
}
.border-none/* Lead Wolf table. */
{
color: #fff !important;
}
.border-none .card/* Card containing the Lead Wolf avatar. */
{
background: #fff !important;
}
.border-none .striped/* Table of stats between the Lead and Featured wolves. */
{
color: #fff !important;
}
.featured-wolf/* Featured wolf section. */
{
background: 0 !important;
}
.col-6 .card.text-center/* Big buttons under the Lead Wolf table. */
{
background: #fff0 !important;
}
.bottom/* Bottom row of the Member Information table. */
{
background: #fff !important;
}
.left/* Lefthand cells of the Member Information tables. */
{
background: 0 !important;
}
.right/* Righthand cells of the Member Information tables. */
{
color: #fff !important;
}
.alert/* Alerts and notifications that appear at the top of the page. */
{
background: #ff005394 !important;
}
.progress/* Progress bars. */
{
background: #375f784a !important;
}
.bg-info/* HP bars. These are blue. */
{
background: #009dff !important;
}
.bg-danger/* Hunger bars. These are red. */
{
background: #f06 !important;
}
.bg-primary/* Mood bars. These are dark blue. */
{
background: #1500ff !important;
}
.bg-warning/* Energy bars. These are yellow. */
{
background: #fffb00 !important;
}
.bg-success/* EXP bars. These are green. */
{
background: #6bff00 !important;
}