Skip to content

Commit 893d3f8

Browse files
authored
Stable :3
0 parents  commit 893d3f8

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

shiggycord.css

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
/* shiggy home button*/
2+
[data-list-item-id="guildsnav___home"] {
3+
content: url(https://cdn.discordapp.com/emojis/1024751291504791654.gif?size=256&quality=lossless);
4+
}
5+
/* shiggy emoji picker*/
6+
.sprite__294b3.spriteColored__9a869 {
7+
background-image: url(https://cdn.discordapp.com/emojis/1024751291504791654.gif?size=128&quality=lossless);
8+
background-size: 24px;
9+
}
10+
11+
.sprite__294b3.spriteGreyscale__750f4 {
12+
mask-image: url(https://cdn.discordapp.com/emojis/1024751291504791654.png?size=128&quality=lossless);
13+
mask-size: 24px;
14+
}
15+
/* replace wumpus relax with shiggy relax*/
16+
.wumpus__3d214 {
17+
scale: 1;
18+
content: url(https://media.discordapp.net/stickers/1039992459209490513.png);
19+
}
20+
.focusLock__10aa5 .text-md-normal__4afad {
21+
font-size: 0;
22+
}
23+
.focusLock__10aa5 .text-md-normal__4afad::after {
24+
font-size: 16px;
25+
content: "Relax with Shiggy for as long as you need."
26+
}
27+
/* replace logo with shiggy on load*/
28+
@import url(https://raw.githubusercontent.com/Blisterexe/shiggy-loader/main/main.css);
29+
/* Shiggy badges */
30+
@import url(https://raw.githubusercontent.com/lumap/css-snippets/main/shiggy-badges.css);
31+
/* Hide Discord account information */
32+
[class^="accountProfileCard"] [class*="fieldSpacer"] h3+div:has(button) * { color: transparent!important; }
33+
[class^="accountProfileCard"] [class*="fieldSpacer"]:hover h3+div * { color: var(--header-primary)!important; }
34+
[class^="accountProfileCard"] [class*="fieldSpacer"]:hover h3+div button * {
35+
color: var(--text-link)!important;
36+
-webkit-text-security: none; }
37+
[class^="accountProfileCard"] [class*="fieldSpacer"]:hover span:has(button[aria-label^="Reveal"]) { -webkit-text-security: disc; }
38+
[class^="accountProfileCard"] [class*="fieldSpacer"] span:has(button):before {
39+
color: var(--header-secondary);
40+
content: var(--redacted-text);
41+
font-size: initial; }
42+
[class^="accountProfileCard"] [class*="fieldSpacer"]:hover span:before, [class^="userSettingsSecurity-"] [class*="description-"] { display: none; }
43+
44+
:root {
45+
--redacted-text: "shiggy"; /*censor text (Default: "shiggy")
46+
}
47+
/* shiggy the shigger */
48+
[class^="panels-3wFtMD"]::before {
49+
content: "";
50+
width: 47px;
51+
height: 47px;
52+
left: 185px;
53+
margin-top: -47px;
54+
position: absolute;
55+
background-image: url('https://cdn.discordapp.com/emojis/1024751291504791654.gif?size=48&name=shiggy%7E1&quality=lossless');
56+
}
57+
/*i'm new here, say hi!*/
58+
[class*=newMemberBadge]:before {
59+
content: url(https://cdn.discordapp.com/emojis/1024751291504791654.gif?size=64&quality=lossless);
60+
transform: scale(0.32) translate(-100%, -110%);
61+
display: inline-block;
62+
}

0 commit comments

Comments
 (0)