-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdoc.css
84 lines (82 loc) · 1.15 KB
/
doc.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
body {
background-color: #212529;
font-family: 'Quicksand';
}
a {
color: #B2B9C6;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 80%;
}
h1 {
color: #C6CDDA;
font-size: 40px;
font-weight: 400;
}
h2 {
color: #C6CDDA;
font-size: 22px;
}
h3 {
color: #C6CDDA;
font-size: 20px;
}
h4 {
color: #C6CDDA;
font-size: 18px;
}
h2:after
{
content:' ';
display:block;
border:1px solid #C6CDDA;
}
li
{
color: #C6CDDA;
font-weight: 400;
}
p {
color: #C6CDDA;
font-weight: 400;
}
table {
border:1px solid #C6CDDA;
border-collapse: collapse;
}
th {
color: #C6CDDA;
font-weight: 800;
text-align: center;
border:1px solid #C6CDDA;
padding-left: 5px;
padding-right: 5px;
}
td {
color: #C6CDDA;
font-weight: 400;
text-align: center;
border:1px solid #C6CDDA;
padding-left: 5px;
padding-right: 5px;
}
.header img {
float: left;
}
.header h1 {
position: relative;
top: 18px;
}
#toc
{
background-color: #32363a;
display: table;
width: auto;
padding: 10px; /* adjust as needed */
}
#toc div.h2 { margin-left: 0em }
#toc div.h3 { margin-left: 2em }
#toc div.h4 { margin-left: 4em }