Twitter Theme For Michelle Based On Shigaraki
Shigraki Twitter Theme For Michelle ✧・゚ by imkento
Details
Authorimkento
LicenseKento Approved License
CategoryTwitter Theme
Created
Updated
Size4.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
v1
Source code
/* ==UserStyle==
@name Shigraki Twitter Theme For Michelle ✧・゚
@namespace USO Archive
@author Kento
@description `balls balls balls balls balls balls (more > display) ⚠️`
@version 20220812.10.52
@license Kento Approved
@preprocessor uso
@advanced dropdown bg "background (⚠ URL option only works on images uploaded to twitter! ⚠)" {
a "starry*" <<<EOT https://pbs.twimg.com/media/FbaaW_wWYAA7lXn?format=jpg&name=medium EOT;
bg-custom-dropdown "Custom" <<<EOT /*[[bg-custom]]*\/ EOT;
}
@advanced text bg-custom "background (⚠ URL option only works on images uploaded to twitter! ⚠) (Custom)" "https://example.com/image.png"
@advanced text bg-op "background dim (0.00 ->1.00)" "0.65"
@advanced text tweet-op "tweets background dim" "0.00"
@advanced color theme "theme color" #5AB7A7
@advanced dropdown lettercase "lowercase-ify" {
c "Disabled*" <<<EOT unset EOT;
b "enabled" <<<EOT lowercase EOT;
}
==/UserStyle== */
@-moz-document domain("twitter.com") {
:root {
--theme: /*[[theme]]*/;
--bg: url('/*[[bg]]*/');
--bg-op: /*[[bg-op]]*/;
--tweet-op: /*[[tweet-op]]*/;
--lettercase: /*[[lettercase]]*/;
}
html {
background: var(--bg) fixed !important;
background-size: cover !important;
}
/*darken bg*/
.r-150rngu > div:nth-child(1):not(.r-1d0k16c):not(.r-kemksi):not(.r-1ye8kvj):not(.r-ouzzow):not(.r-136ojw6) {
/* - DM bg, DM bg, DM bg, DM bg pop-out DM */
background: rgba(0,0,0,var(--bg-op)) !important;
outline: solid rgba(0,0,0,var(--bg-op)) 9999px !important;
}
/* remove original bg */
body {
background: transparent !important;
}
.css-1dbjc4n{
background-color: transparent;
border: none;
}
/* tweet bg */
.r-1ljd8xs {
background: rgba(0,0,0,var(--tweet-op)) !important;
}
/* misc bg fixes */
.r-qo02w8, /* share/misc pop-ups */
.r-k200y:not(.r-z80fyv), /* dm(recipient) - gear icon*/
.r-1r5jyh0, /* profile hover */
.r-1ljd8xs:nth-child(2), /* pic preview sidebar */
.r-1ipicw7, /* profile switcher */
.r-h3f8nf, /* search popup */
.r-1jte41z, /* mini messages window */
.r-htvplk, /* big pop-ups */
.r-adacv, /* qrt */
.r-1q9bdsx { /* reply restriction */
background: rgba(0,0,0,.8) !important;
}
/* light mode fixes */
.r-1re7ezh, .r-18jsvk2, .r-3s2u2q .r-qvutc0 {
color: #dedede !important;
}
.r-9ilb82, .r-14j79pv, .r-1bwzh9t {
color: #a9a9a9
}
.r-z2wwpe:not(.r-eqz5dr) { /* options menu */
background: rgba(0,0,0,.8) !important;
}
/* letter case */
.r-poiln3 {
text-transform: var(--lettercase) !important;
}
/* letter case */
.r-poiln3 {
text-transform: var(--lettercase) !important;
}
/* theme color */
a:not(.r-9ilb82):not(.r-14j79pv):not(.r-111h2gw),
.r-1cvl2hr, /* show x tweets + thread */
.r-1pp923h > div:nth-child(1), /* sidebar show more */
.r-19wmn03, /* icons */
.r-9cviqr, /* verified */
.r-vkub15 { /* like heart */
color: var(--theme) !important;
}
::selection, /* text highlight */
.r-19u6a5r .r-15ysp7h, /* sidebar follow */
.r-1waj6vr, /* new tweet button */
.r-l5o3uw, /* new tweet + outgoing DM */
.r-m5arl1, /* reply/thread line */
.r-10u4nep, /* video scrubber */
.r-1xfd6ze .r-1pz39u2 { /* video progress bar */
background: var(--theme) !important;
}
/* remove footer */
.r-1yadl64 nav.r-18u37iz {
display: none;
}
}