forked from meteor/meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoc.less
More file actions
96 lines (79 loc) · 1.41 KB
/
toc.less
File metadata and controls
96 lines (79 loc) · 1.41 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
.basic-toc {
a {
text-decoration: none;
color: black;
}
a:hover {
text-decoration: underline;
background: none;
}
.search {
margin: 20px 0 0 0;
padding: 5px;
font-size: 0.9em;
width: 100%;
box-sizing: border-box;
border: 1px solid #aaa;
}
strong {
color: black;
}
ul {
margin-top: 10px;
}
h1, h2, h3, h4 {
margin: 0;
padding: 0;
}
h2 {
font-size: 1.1em;
font-weight: normal;
font-weight: bold;
padding-bottom: 5px;
}
h2:first-child {
padding-top: 10px;
}
h2:last-child {
padding-bottom: 10px;
}
.subtitle {
font-size: 0.9em;
font-style: italic;
color: #777;
margin-bottom: 0;
padding-bottom: 15px;
}
h1 {
font-size: 1.8em;
}
section {
margin-top: 20px;
}
ul {
padding: 0;
margin: 0;
padding-left: 10px;
}
li {
font-size: 0.9em;
font-weight: normal;
color: #333;
padding-bottom: 5px;
list-style: none;
}
h4 {
font-size: .8em;
font-weight: normal;
color: #333333;
}
.spacer {
height: .33em;
}
.noncode {
font-style: italic;
}
.current {
color: red;
}
}