A toggle that hides profile themes, it's an extension to "(2024) Sheezy.Art - Minimalism"
https://userstyles.world/style/17537/2024-sheezy-art-minimalism
Author6meikyuu9
LicenseNo License
Categoryhttps://sheezy.art
Created
Updated
Size3.0 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
A toggle that hides profile themes, it's an extension to "(2024) Sheezy.Art - Minimalism"
https://userstyles.world/style/17537/2024-sheezy-art-minimalism
A toggle that hides profile themes, it's an extension to "(2024) Sheezy.Art - Minimalism", it will look weird without the theme.
https://userstyles.world/style/17537/2024-sheezy-art-minimalism
/* ==UserStyle==
@name Sheezy.Art - Hide Profile Themes (Toggle)
@namespace https://sheezy.art
@version 1.0.0
@description Hide Profile Themes
@author Meikyuu
==/UserStyle== */
@-moz-document url-prefix("https://sheezy.art/"), url-prefix("www.sheezy.art/") {
/* Colors */
.s1wxm {
background-color: #dadada!important;
background-image: url('')!important;
}
:root {
--profile-body-background-image: url('')!important;
--profile-block-border-radius: 30px!important;
--profile-block-title-background-color: #e6e6e6!important;
--profile-block-title-text: #6e6e6e!important;
--button-override-background: #e6e6e6!important;
--button-override-background-hover: #e6e6e6!important;
--button-override-background-active: #e6e6e6!important;
--button-override-text: #6e6e6e!important;
--button-override-text-hover: #6e6e6e!important;
--profile-block-background-color: #f0f0f0!important;
--profile-ribbon-background-top: #f0f0f0!important;
--profile-ribbon-background-bottom: #f0f0f0!important;
--profile-ribbon-text: #6e6e6e!important;
--profile-cover-background-color: #e6e6e6!important;
--profile-block-text: #6e6e6e!important;
--profile-body-background-color: #f0f0f0!important;
--profile-block-text-link: #6e6e6e!important;
}
/* Box Shadow */
.W9SJZ,
.cRmKz:is(html[class*="dark"] *),
.cRmKz,
.gQ36c {
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
--tw-shadow: 0 .1em .3em rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0), inset 0 -1px rgba(0, 0, 0, 0);
--tw-shadow-colored: 0 .1em .3em rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0), inset 0 -1px rgba(0, 0, 0, 0);
}
.zGDdQ,
.gQ36c,
.zGDdQ {
--tw-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, .1);
--tw-shadow-colored: inset 0px 0px 1px 1px rgba(0, 0, 0, .1);
}
.s1wxm {
--tw-shadow: 0 .1em .3em rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, .1), inset 0 -1px rgba(0, 0, 0, 0);
--tw-shadow-colored: 0 .1em .3em rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0), inset 0 -1px rgba(0, 0, 0, 0);
}
.cRmKz {
border-bottom-color: transparent;
}
/* No Text Shadow */
.ECgNr,
.fHAI2,
.social-icons {
text-shadow: none;
}
/* Gradient */
.UUWKw::before,
.FhrSz,
.Jl3nl.MU3I1 {
background-image: none;
}
/* Menu Shadow */
.Jl3nl {
--tw-shadow: 0 -.05em .3em rgba(0, 0, 0, .1);
--tw-shadow-colored: 0 -.05em .3em rgba(0, 0, 0, .1);
text-shadow: none;
}
/* Profile Picture Drop Shadow*/
.tsf8I,
.-sic- {
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / .2)) drop-shadow(0 1px 1px rgb(0 0 0 / .2));
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
}