-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcustom.css
More file actions
97 lines (80 loc) · 1.51 KB
/
Copy pathcustom.css
File metadata and controls
97 lines (80 loc) · 1.51 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
#head {
margin-top: 0.5em;
border-bottom: 0px;
}
#head + #head {
border-bottom: 1px solid #ddd;
}
#head h1 {
font-size: 2.8em;
padding: 10px 0 10px 0;
}
#logo {
height: 10em;
width: 8.4em;
margin-left: 4em;
margin-top: 0em;
float: left;
}
#wiki-wrapper {
max-width: 1020px;
}
.markdown-body {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
font-size: inherit;
padding: 0 20px 20px 20px;
line-height: inherit;
overflow: visible;
}
#wiki-body {
font-size: 1.2em;
line-height: 1.5;
word-wrap: break-word;
}
#wiki-sidebar {
font-size: 1em;
line-height: 1.2;
word-wrap: break-word;
border-radius: 0em !important;
background-color: #fff !important;
}
#wiki-footer {
clear: none;
font-size: 1em;
line-height: 1.2;
word-wrap: break-word;
}
#footer-content {
border-radius: 0em !important;
background-color: #fff !important;
border: 1px solid #ddd;
overflow: hidden;
}
#sidebar-content h1 {
font-size: 1.4em;
}
#sidebar-content h2 {
font-size: 1.3em;
}
#sidebar-content h3 {
font-size: 1.2em;
}
#sidebar-content h4 {
font-size: 1.1em;
}
.markdown-body li + li {
margin-top: 0.25em;
}
h2 :not(:last-child) {
display: none !important;
}
/*
h1 a.anchor:first-of-type,
h2 a.anchor:first-of-type,
h3 a.anchor:first-of-type,
h4 a.anchor:first-of-type,
h5 a.anchor:first-of-type,
h6 a.anchor:first-of-type {
display: none;
}
*/