blob: 3a3eb991ce85d03165554178f1d5d6c39752932c (
plain) (
blame)
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
|
body {
padding-top: 70px;
}
#sidebar .list-group, #sidebar .list-group-item {
background-color: transparent;
}
.list-group-item {
border: none;
}
.tag-1 {
font-size: 13pt;
}
.tag-2 {
font-size: 10pt;
}
.tag-2 {
font-size: 8pt;
}
.tag-4 {
font-size: 6pt;
}
#sidebar {
padding-top: 0px;
}
#sidebar a {
color: inherit;
}
i {
margin-right: 10px;
}
a, a:hover {
color: inherit;
}
.entry-content a {
text-decoration: none;
border-bottom: 1px dotted;
}
.entry-content a:hover {
text-decoration: none;
border-bottom: 1px solid;
}
.entry-content img {
max-width: 100%;
height: auto;
}
.highlight pre {
background-color: #202020;
color: #777;
}
#categories ul, #tags ul {
list-style: none;
padding: 0;
margin-left: 0;
}
.docutils.footnote td.label {
display: table-cell;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
color: inherit;
text-align: inherit;
white-space: inherit;
border-radius: inherit;
}
|