-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreddit.minecraft.user.css
More file actions
95 lines (89 loc) · 2.41 KB
/
reddit.minecraft.user.css
File metadata and controls
95 lines (89 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
/* Remove link type flair (it’s too big and expands the layout too much */
.linkflair-pc .linkflairlabel,
.linkflair-pe .linkflairlabel,
.linkflair-xbox .linkflairlabel {
display: none !important;
}
/* Remove cute mob heads next to people’s usernames */
.content .flair-blaze,
.content .flair-cavespider,
.content .flair-chicken,
.content .flair-cow,
.content .flair-creeper,
.content .flair-enderdragon,
.content .flair-enderman,
.content .flair-ghast,
.content .flair-steve,
.content .flair-magmacube,
.content .flair-mooshroom,
.content .flair-pig,
.content .flair-sheep,
.content .flair-silverfish,
.content .flair-skeleton,
.content .flair-slime,
.content .flair-snowgolem,
.content .flair-spider,
.content .flair-squid,
.content .flair-testificate,
.content .flair-wolf,
.content .flair-zombie,
.content .flair-zombiepigman,
.content .flair-lightgraysheep,
.content .flair-graysheep,
.content .flair-blacksheep,
.content .flair-brownsheep,
.content .flair-pinksheep,
.content .flair-redsheep,
.content .flair-orangesheep,
.content .flair-yellowsheep,
.content .flair-limesheep,
.content .flair-greensheep,
.content .flair-lightbluesheep,
.content .flair-cyansheep,
.content .flair-bluesheep,
.content .flair-purplesheep,
.content .flair-magentasheep,
.content .flair-ozelot,
.content .flair-catsiamese,
.content .flair-catred,
.content .flair-catblack,
.content .flair-painting,
.content .flair-irongolem,
.content .flair-zombievillager,
.content .flair-wither,
.content .flair-witherskeleton,
.content .flair-bat,
.content .flair-witch,
.content .flair-horse,
.content .flair-pufferfish,
.content .flair-endermite {
display: none !important;
}
/* Remove pseudo-random background */
div.thing.link:first-child:after {
display: none !important;
}
/* Remove contextual information for noobs */
.commentarea > div.sitetable::before,
div.sidebox.submit > .morelink:hover::before,
.sidecontentbox a.helplink:hover::before,
.report-button > span.option.error::before,
.submit-page button.btn:hover::before {
display: none !important;
}
/* Revert blockquote bubbles in the sidebar */
.titlebox blockquote {
padding: 0 !important;
text-shadow: none !important;
border: 0 !important;
margin: 0 !important;
font-size: inherit !important;
font-weight: normal !important;
}
/* Put the submit button where it belongs */
.submit-page button.btn {
position: static !important;
}
.submit-page .roundfield::after {
display: none !important;
}