other css of fandom are scary cuz brain smol. this one tries to clean out fluff but keep useful stuff, hence "basic". tried to keep mobile functional
catboy princess's basic clean fandom by CatboyPrincess
Details
AuthorCatboyPrincess
LicenseCC-BY-NC-SA-4.0
Categoryfandom.com
Created
Updated
Size2.2 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 catboy princess's basic clean fandom
@namespace github.com/openstyles/stylus
@version 1.1.0
@description other css of fandom are scary cuz brain smol. this one tries to clean out fluff but keep useful stuff, hence "basic". tried to keep mobile functional
@author Catboy Princess <catboyprincess@proton.me>
@license CC-BY-NC-SA-4.0
==/UserStyle== */
@-moz-document domain("fandom.com") {
/* remove annoying popup thingy in the bottom right corner */
.marketing-notifications {
display: none;
}
/* make sidebar only display useful stuff, ex. user profile stuff + search button
*/
.global-navigation {
/* sidebar */
width: 0px;
}
/* logo + search */
/*
.global-navigation__top {
display: none;
}*/
/* logo */
.global-navigation__logo {
display: none;
}
/* search button */
.global-navigation__nav {
margin-left: 16px;
}
/* useless shit */
.global-navigation__links {
display: none;
}
/* the user stuff */
.global-navigation__bottom {
bottom: 0;
position: sticky;
}
/* adjust stuff for removal of navigator */
.main-container {
margin-left: auto;
width: 100%;
}
:root {
--desktop-global-navigation-width: 0px;
}
.fandom-community-header__background.fullScreen {
width: 100%;
}
/* i dont like the moving top bar. also it interferes with editing. */
.fandom-sticky-header.is-visible {
display: none;
}
/* fan feed */
#mixed-content-footer {
display: none;
}
/* forum top text box thingy. making its position "static" fucks z-offset so then u cant type into it */
.post-form-wrapper {
position: unset;
}
.post-form-wrapper.post-form-active {
position: inherit;
top: auto;
margin-top: -10%;
}
.fandom-community-header {
background-color: unset;
padding: unset;
}
.community-header-wrapper {
height: auto;
}
/* other */
.global-shortcuts-help {
max-height: unset;
}
}