-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDark-NovelAI-Wiki.user.css
119 lines (99 loc) · 2.01 KB
/
Dark-NovelAI-Wiki.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
/* ==UserStyle==
@name DARK NovelAI Wiki!
@namespace miraheze.org
@version 1.0.0
@description latitude sux!
@author luminescenttrent
==/UserStyle== */
@-moz-document domain("miraheze.org") {
/*
This is pretty heavily plagiarized from the beautiful https://uso.kkx.one/style/168445 !
And I didn't ask if it was okay...
Hopefully they won't care.
*/
* {
background-color: #111;
color: #eee;
}
body {
background: #111;
}
.mw-body {
background: #111
}
.header-container.header-chrome {
background-color: #222;
}
nav {
background: #222;
color: #222;
}
.page {
background: #111;
border: none;
}
.content {
background: #222;
color: #efefef;
}
pre {
color: #eee;
background: #0c2730;
}
aside {
border-left: solid 8px #144251;
}
h2 {
border-left: solid 8px #198bb0;
}
a {
color: #2eb9ff;
}
code {
color: #00c1ea;
}
blockquote {
background: #330069;
}
blockquote p {
color: #caeeff;
}
body {
background-color: #111;
color: #fff;
margin: 0;
}
img[alt="NAIKBlogo.svg"] {
filter: hue-rotate(180deg) invert(100%);
-webkit-filter: hue-rotate(180deg) invert(100%);
}
.toc {
display: none;
position: relative;
margin: 1em 0;
padding: 0.2em 0.5em;
background-color: #222;
border: 1px solid #000;
box-sizing: border-box;
}
.search-box .search {
background-color: #111;
background-position: left 0.5em center;
background-repeat: no-repeat;
background-size: 1.125em;
-webkit-appearance: none;
width: 100%;
margin-top: 0;
height: 2.25em;
border: 1px solid #000;
border-radius: 2px;
padding: 7px 0 7px 2.0625em;
box-shadow: 0 1px 1px rgba(0,0,0,0.05);
outline: 0;
-webkit-transition: border-color 250ms,box-shadow 250ms;
transition: border-color 250ms,box-shadow 250ms;
}
.overlay.search-overlay {
background: #111;
}
}