-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtoc.css
More file actions
41 lines (34 loc) · 821 Bytes
/
toc.css
File metadata and controls
41 lines (34 loc) · 821 Bytes
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
:root {
font-family: "Optima", "Zapf Humanist", "Trebuchet MS", sans-serif;
font-size: 12pt
}
a.folder_up {
padding-left: 1.4em;
background-image: url("/icons/folder_up.png");
background-repeat: no-repeat;
background-position: 1px 2px;
}
ul.dirlist {
list-style-type: none;
padding: 0;
margin-left: 1em;
}
ul.dirlist li {
background-image: url("/icons/page_white.png");
background-repeat: no-repeat;
background-position: 1px 2px;
padding-left: 1.4em;
}
ul.dirlist li.folder {
background-image: url("/icons/folder.png");
}
ul.dirlist li.markup {
background-position: 0 2px;
background-image: url("/icons/page_white_code.png");
}
ul.dirlist li.text {
background-image: url("/icons/page_white_text.png");
}
ul.dirlist li.zip {
background-image: url("/icons/page_white_zip.png");
}