Skip to content

D&D Beyond Character Sheet Clean-up by team-hufflepuff

Details

Authorteam-hufflepuff

LicenseNo License

CategoryD&D Beyond

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the Character Sheet a little nicer to look at

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         D&D Beyond Character Sheet Clean-up
@version      20220425.14.52
@namespace    userstyles.world/user/team-hufflepuff
@description  Makes the Character Sheet a little nicer to look at
@author       team-hufflepuff
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://www.dndbeyond.com/characters/") {
.site-bar {
    display: none;
}
.mm-mega-menu {
    display: none;
}
.ct-character-sheet:before {
    height: 100px;
    background-color: rgba(0,0,0,.5)
}
body {
    background-position-y: 0px !important;
    overflow-y: unset;
}
.ct-character-header-desktop {
    height: 120px;
}
.ct-skills__list {
     overflow-y: unset;
}
body#site {
    background-position-y: 0px !important;
}
footer {
    display: none;
}
.ct-sidebar.ct-sidebar--right.ct-sidebar--visible.ct-sidebar--is-dark-mode {
    top: 74px;
}
.ct-sidebar.ct-sidebar--left.ct-sidebar--visible.ct-sidebar--is-dark-mode {
    top: 74px;
}
}

Reviews

No reviews yet.