custom.css
... ...
@@ -1,11 +1,11 @@
1 1
/* Ciemny motyw dla Gollum Wiki */
2 2
body {
3
- background-color: #000000 !important;
3
+ background-color: #191c20 !important;
4 4
color: #ffffff !important;
5 5
}
6 6
7 7
#head, #header {
8
- background-color: #0a0a0a !important;
8
+ background-color: #191c20 !important;
9 9
border-bottom: 1px solid #444 !important;
10 10
}
11 11
... ...
@@ -14,13 +14,13 @@ body {
14 14
}
15 15
16 16
#head .minibutton, #header .minibutton {
17
- background-color: #2a2a2a !important;
17
+ background-color: #2a2e33 !important;
18 18
color: #ffffff !important;
19 19
border: 1px solid #555 !important;
20 20
}
21 21
22 22
#head .minibutton:hover, #header .minibutton:hover {
23
- background-color: #3a3a3a !important;
23
+ background-color: #3a3e43 !important;
24 24
}
25 25
26 26
.actions a, .actions button {
... ...
@@ -29,11 +29,108 @@ body {
29 29
border: 1px solid #444 !important;
30 30
}
31 31
32
-.actions a:hover, .actions button:hover {
32
+.actions a, .actions button:hover {
33 33
background-color: #2a2a2a !important;
34 34
}
35 35
36 36
#wiki-wrapper {
37
+ background-color: #191c20 !important;
38
+}
39
+
40
+#wiki-content {
41
+ background-color: #191c20 !important;
42
+ color: #ffffff !important;
43
+}
44
+
45
+#wiki-content-wrapper {
46
+ background-color: #191c20 !important;
47
+}
48
+
49
+.markdown-body {
50
+ background-color: #191c20 !important;
51
+ color: #ffffff !important;
52
+}
53
+
54
+a {
55
+ color: #3b82f6 !important;
56
+}
57
+
58
+a:hover {
59
+ color: #60a5fa !important;
60
+}
61
+
62
+.minibutton {
63
+ background-color: #2a2e33 !important;
64
+ color: #ffffff !important;
65
+ border: 1px solid #555 !important;
66
+}
67
+
68
+.minibutton:hover {
69
+ background-color: #3a3e43 !important;
70
+}
71
+
72
+pre, code {
73
+ background-color: #0d0f12 !important;
74
+ color: #f0f0f0 !important;
75
+ border: 1px solid #333 !important;
76
+}
77
+
78
+table {
79
+ background-color: #191c20 !important;
80
+ border-color: #333 !important;
81
+}
82
+
83
+th {
84
+ background-color: #2a2e33 !important;
85
+ color: #ffffff !important;
86
+}
87
+
88
+td {
89
+ border-color: #333 !important;
90
+ background-color: #191c20 !important;
91
+}
92
+
93
+input, textarea, select {
94
+ background-color: #2a2e33 !important;
95
+ color: #ffffff !important;
96
+ border: 1px solid #333 !important;
97
+}
98
+
99
+#footer {
100
+ display: none !important;
101
+}
102
+
103
+.footer {
104
+ display: none !important;
105
+}
106
+
107
+.has-rightbar {
108
+ background-color: #191c20 !important;
109
+}
110
+
111
+#searchbar {
112
+ background-color: #2a2e33 !important;
113
+ color: #ffffff !important;
114
+}
115
+
116
+.search {
117
+ background-color: #2a2e33 !important;
118
+}
119
+
120
+h1, h2, h3, h4, h5, h6 {
121
+ color: #ffffff !important;
122
+}
123
+
124
+.breadcrumb {
125
+ background-color: #191c20 !important;
126
+ color: #ffffff !important;
127
+}
128
+
129
+.editable {
130
+ background-color: #191c20 !important;
131
+}
132
+
133
+#wiki-wrapper {
37 134
background-color: #000000 !important;
38 135
}
39 136