custom.css
... ...
@@ -4,51 +4,11 @@ body {
4 4
color: #ffffff !important;
5 5
}
6 6
7
-html {
8
- background-color: #191c20 !important;
9
-}
10
-
11
-div, section, article, main, nav {
12
- background-color: transparent !important;
13
-}
14
-
15
-.container-lg {
16
- background-color: #191c20 !important;
17
-}
18
-
19
-.page {
20
- background-color: #191c20 !important;
21
-}
22
-
23 7
#head, #header {
24 8
background-color: #191c20 !important;
25 9
border-bottom: 1px solid #444 !important;
26 10
}
27 11
28
-#head a, #header a {
29
- color: #ffffff !important;
30
-}
31
-
32
-#head .minibutton, #header .minibutton {
33
- background-color: #2a2e33 !important;
34
- color: #ffffff !important;
35
- border: 1px solid #555 !important;
36
-}
37
-
38
-#head .minibutton:hover, #header .minibutton:hover {
39
- background-color: #3a3e43 !important;
40
-}
41
-
42
-.actions a, .actions button {
43
- color: #ffffff !important;
44
- background-color: #1a1a1a !important;
45
- border: 1px solid #444 !important;
46
-}
47
-
48
-.actions a, .actions button:hover {
49
- background-color: #2a2a2a !important;
50
-}
51
-
52 12
#wiki-wrapper {
53 13
background-color: #191c20 !important;
54 14
}
... ...
@@ -67,38 +27,6 @@ div, section, article, main, nav {
67 27
color: #ffffff !important;
68 28
}
69 29
70
-.markdown-body p, .markdown-body ul, .markdown-body ol, .markdown-body li {
71
- background-color: transparent !important;
72
-}
73
-
74
-.markdown-body img {
75
- background-color: transparent !important;
76
-}
77
-
78
-p {
79
- background-color: transparent !important;
80
-}
81
-
82
-ul, ol, li {
83
- background-color: transparent !important;
84
-}
85
-
86
-#wiki-body {
87
- background-color: #191c20 !important;
88
-}
89
-
90
-.page {
91
- background-color: #191c20 !important;
92
-}
93
-
94
-article {
95
- background-color: #191c20 !important;
96
-}
97
-
98
-.content {
99
- background-color: #191c20 !important;
100
-}
101
-
102 30
a {
103 31
color: #3b82f6 !important;
104 32
}
... ...
@@ -151,129 +79,3 @@ input, textarea, select {
151 79
.footer {
152 80
display: none !important;
153 81
}
154
-
155
-.has-rightbar {
156
- background-color: #191c20 !important;
157
-}
158
-
159
-#searchbar {
160
- background-color: #2a2e33 !important;
161
- color: #ffffff !important;
162
-}
163
-
164
-.search {
165
- background-color: #2a2e33 !important;
166
-}
167
-
168
-h1, h2, h3, h4, h5, h6 {
169
- color: #ffffff !important;
170
- background-color: transparent !important;
171
- border-bottom-color: #444 !important;
172
-}
173
-
174
-.editable {
175
- background-color: transparent !important;
176
-}
177
-
178
-.breadcrumb {
179
- background-color: transparent !important;
180
- color: #ffffff !important;
181
-}
182
-
183
-#wiki-wrapper {
184
- background-color: #000000 !important;
185
-}
186
-
187
-#wiki-content {
188
- background-color: #0a0a0a !important;
189
- color: #ffffff !important;
190
-}
191
-
192
-#wiki-content-wrapper {
193
- background-color: #0a0a0a !important;
194
-}
195
-
196
-.markdown-body {
197
- background-color: #0a0a0a !important;
198
- color: #ffffff !important;
199
-}
200
-
201
-a {
202
- color: #3b82f6 !important;
203
-}
204
-
205
-a:hover {
206
- color: #60a5fa !important;
207
-}
208
-
209
-.minibutton {
210
- background-color: #1a1a1a !important;
211
- color: #ffffff !important;
212
- border: 1px solid #333 !important;
213
-}
214
-
215
-.minibutton:hover {
216
- background-color: #2a2a2a !important;
217
-}
218
-
219
-pre, code {
220
- background-color: #000000 !important;
221
- color: #f0f0f0 !important;
222
- border: 1px solid #333 !important;
223
-}
224
-
225
-table {
226
- background-color: #0a0a0a !important;
227
- border-color: #333 !important;
228
-}
229
-
230
-th {
231
- background-color: #1a1a1a !important;
232
- color: #ffffff !important;
233
-}
234
-
235
-td {
236
- border-color: #333 !important;
237
- background-color: #0a0a0a !important;
238
-}
239
-
240
-input, textarea, select {
241
- background-color: #1a1a1a !important;
242
- color: #ffffff !important;
243
- border: 1px solid #333 !important;
244
-}
245
-
246
-#footer {
247
- display: none !important;
248
-}
249
-
250
-.footer {
251
- display: none !important;
252
-}
253
-
254
-/* Dodatkowe elementy */
255
-.has-rightbar {
256
- background-color: #000000 !important;
257
-}
258
-
259
-#searchbar {
260
- background-color: #1a1a1a !important;
261
- color: #ffffff !important;
262
-}
263
-
264
-.search {
265
- background-color: #1a1a1a !important;
266
-}
267
-
268
-h1, h2, h3, h4, h5, h6 {
269
- color: #ffffff !important;
270
-}
271
-
272
-.breadcrumb {
273
- background-color: #0a0a0a !important;
274
- color: #ffffff !important;
275
-}
276
-
277
-.editable {
278
- background-color: #0a0a0a !important;
279
-}