-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathliquipedia-dark-theme.user.css
87 lines (77 loc) · 1.66 KB
/
liquipedia-dark-theme.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
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
/* ==UserStyle==
@name Liquipedia Dark Theme
@namespace mikemanger
@version 1.0.1
@homepageURL https://github.com/mikemanger/userscripts/
@updateURL https://raw.githubusercontent.com/mikemanger/userscripts/master/liquipedia-dark-theme.user.css
@license CC-BY-4.0
==/UserStyle== */
@-moz-document domain(liquipedia.net) {
div {
background-color: #1d1f21 !important;
color: #c5c8c6 !important;
}
tr,
td,
table,
th,
#toc ul,
.nav li,
.match-filler,
.tournaments-list-heading,
.infobox-header {
background-color: #282a2e !important;
}
.fo-nttax-infobox > div,
.infobox-cell-2,
.infobox-center,
li.active,
blockquote {
background-color: #2f3135 !important;
}
a, a:visited {
text-decoration: none;
color: lightblue !important;
background: none;
}
a:hover,
li > a:hover {
text-decoration: none;
color: #337ab7 !important;
background: none !important;
}
a.new {
color: pink !important;
}
.nav-tabs > li {
border: none !important;
height: 100%;
}
.nav-tabs > li > strong,
.nav-tabs > li.active > a, #sidebar-toc ul li.active > a {
background-color: #4d5158;
color: #c5c8c6;
}
.nav-tabs > li > a.mw-selflink.selflink {
background-color: #303c56 !important;
}
[src="/commons/images/8/8d/Evil_Geniuses_2018_updated_std.png"],
[src="/commons/images/c/cd/Liquid2017logo_std.png"],
[src="/commons/images/e/e9/NiP-StarLogo_2017-Black_std.png"],
[src="/commons/images/e/e7/North_logo_std.png"],
[src="/commons/images/8/88/Team_EnVyUs_LoL_Logo_std.png"] {
filter: invert(1);
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #444;
}
::-webkit-scrollbar-thumb {
background: #222;
}
::-webkit-scrollbar-thumb:hover {
background: #131313;
}
}