-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
143 lines (120 loc) · 2.43 KB
/
custom.css
File metadata and controls
143 lines (120 loc) · 2.43 KB
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
#wiki-content h1 {
border-left: solid 0.3em #2E7D32;
border-bottom: solid 0.1em #616161;
padding-left: 0.3em !important;
}
#wiki-content h2 {
border-left: solid 0.15em #2E7D32;
border-bottom: solid 0.1em #616161;
padding-left: 0.15em !important;
}
#wiki-content h3 {
border-left: solid 0.1em #2E7D32;
border-bottom: solid 0.1em #616161;
padding-left: 0.1em !important;
}
#head {
margin: 0 !important;
padding: 0 !important;
vertical-align: middle;
padding: 0;
height: auto;
width: 100%;
position: absolute;
left: 0;
color: white;
background-color: #263238;
border: 0;
box-shadow: 0px 2px 5px -1px #616161;
}
#head h1 {
font-size:2em;
}
#head ul li {
margin-bottom: 0;
}
.btn:hover, .btn:visited {
color: white;
text-decoration: underline;
}
.btn:link {
color: #4183c4;
text-decoration: none;
}
#wiki-content {
position: relative;
top:4em;
}
.action-page-history{
display: none !important;
}
.action-fileview{
display: none !important;
}
body {
background-color: #212121 !important;
color: #E0E0E0 !important;
}
h1, h2, h3, h4, h5, h6, h7, h8 {
color: #FFF !important;
text-shadow: 1px 1px 3px #000;
}
h1, h2, h3 {
box-shadow: 0px -5px 5px -5px #000;
}
code {
color: #76FF03 !important;
border: 1px solid #444 !important;
background-color: #080808 !important;
padding: 0.05em 0.4em !important;
margin: 0.05em 0.1em !important;
width: auto;
display: inline-block;
overflow-x: auto;
max-width: 100%;
vertical-align: middle;
}
#wiki-content table tr th, #wiki-content table tr td {
border: 1px solid #666;
text-align: none;
margin: 0;
padding: 6px 13px;
}
#wiki-content table tr {
border-top: 1px solid #222;
background-color: #2f2f2f;
margin: 0;
padding: 0;
}
#wiki-content table tr:nth-child(2n) {
background-color: #333;
}
#sidebar-content{
padding: 0;
}
@media all and (min-width: 940px) {
#wiki-wrapper {
max-width: 1100px !important;
padding-left: 5px !important;
padding-right: 5px !important;
}
}
.has-sidebar #wiki-body {
width: 72%;
}
.toc, #wiki-sidebar{
background:#444;
color: #CCC;
border: 0;
}
#gollum-editor {
background: none;
border: none;
}
#gollum-editor .singleline input {
background: #333;
color: #fff;
}
#gollum-editor textarea {
background: #222;
}