This repository was archived by the owner on Jul 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgithub-community-dark.user.css
57 lines (57 loc) · 1.92 KB
/
github-community-dark.user.css
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
/* ==UserStyle==
@name GitHub Community Dark
@version 1.0.0
@description Darker GitHub Community
@namespace StylishThemes
@author StylishThemes
@homepageURL https://github.com/StylishThemes/GitHub-Community-Dark
@updateURL https://raw.githubusercontent.com/StylishThemes/GitHub-Community-Dark/master/github-community-dark.user.css
@license CC-BY-SA-4.0
==/UserStyle== */
@-moz-document domain("github.community") {
/* THIS STYLE IS NO LONGER SUPPORTED Please USE https://github.com/StylishThemes/Discourse-Dark *//* THIS STYLE IS NO LONGER SUPPORTED Please USE https://github.com/StylishThemes/Discourse-Dark *//* THIS STYLE IS NO LONGER SUPPORTED Please USE https://github.com/StylishThemes/Discourse-Dark *//* THIS STYLE IS NO LONGER SUPPORTED Please USE https://github.com/StylishThemes/Discourse-Dark */
img, img.avatar, button, .btn, .octicon {
display: none !important;
}
body * {
background-color: #222 !important;
color: transparent !important;
border-color: transparent !important;
box-shadow: none !important;
}
body section#main::before {
content: "⚠️ GitHub Community Dark is NOW DISCONTINUED!!!";
font-size: 4em;
line-height: 2em;
text-align: center;
color: #c00;
display: block;
padding-top: 20px;
}
body section#main #ember4::before {
content: "GitHub community has moved to Discourse.";
font-size: 4em;
line-height: 2.5em;
text-align: center;
color: #4f3;
display: block;
}
body section#main #ember5::before {
content: "Remove style and USE";
font-size: 4em;
line-height: 2.5em;
text-align: center;
color: #fc3;
display: block;
}
body section#main #ember6::before {
content: "https://github.com/StylishThemes/Discourse-Dark";
font-size: 3em;
line-height: 3em;
white-space: no-wrap;
text-align: center;
color: #8c9ed9;
display: block;
user-select: all;
}
}