forked from shichao-an/notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
121 lines (98 loc) · 1.81 KB
/
Copy pathcustom.css
File metadata and controls
121 lines (98 loc) · 1.81 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
body {
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: rgba(0,0,0,0.75);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: rgba(70,70,70,0.75);
text-shadow: 0 1px 0 #fff;
}
pre, .bs-sidebar {
background-color: #fafafa;
}
.gist .highlight {
font-size: 14px !important;
}
.navbar-brand {
font-weight: 300;
}
.bs-sidenav > li.main {
font-size: 16px;
}
.bs-sidenav > li:not(.main) {
margin-left: 1em;
}
.bs-sidebar .nav > .active.main > a,
.bs-sidebar .nav > .active.main > a:focus,
.bs-sidebar .nav > .active.main > a:hover {
font-weight: bold;
}
.bs-sidebar .nav > .active > a,
.bs-sidebar .nav > .active > a:focus,
.bs-sidebar .nav > .active > a:hover {
font-weight: normal;
}
.bs-sidebar {
overflow-y: auto;
max-height: 90vh;
}
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
box-sizing: content-box;
line-height: normal;
}
ul > li > p {
margin: 0;
}
ul > li > div > pre {
margin-top: 10.5px;
}
code {
background: rgba(0,0,0,0.04);
color: rgba(50,50,50,0.75);
}
/* differentiate color of h* a */
h1 a,
h1 a:hover,
h1 a:focus {
color: #68a6ce;
}
h2 a,
h2 a:hover,
h2 a:focus {
color: #68a6ce;
}
h3 a,
h3 a:hover,
h3 a:focus {
color: #68a6ce;
}
h4 a,
h4 a:hover,
h4 a:focus {
color: #68a6ce;
}
h5 a,
h5 a:hover,
h5 a:focus {
color: #68a6ce;
}
a.headerlink, a.headerlink:hover {
color: #f04c5c;
font-size: 0.8em;
padding: 0 4px 0 4px;
text-decoration: none;
visibility: hidden;
}
h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
h4:hover > a.headerlink,
h5:hover > a.headerlink,
h6:hover > a.headerlink,
dt:hover > a.headerlink {
visibility: visible;
}