forked from Wunderbyte-GmbH/moodle-mod_newsletter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
toc.css
executable file
·56 lines (47 loc) · 795 Bytes
/
toc.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
#newsletter-toc ol {
font-weight: bold;
margin: 0;
padding: 0;
}
#newsletter-toc ol ol {
font-weight: normal;
margin: 0;
text-indent: 10px;
padding: 0;
}
#newsletter-toc ol ol ol {
text-indent: 20px;
padding: 0;
}
#newsletter-toc ol ol ol ol {
text-indent: 30px;
padding: 0;
}
#newsletter-toc ol ol ol ol ol {
text-indent: 40px;
padding: 0;
}
#newsletter-toc li {
border-top: 1px solid #DDE;
list-style: none;
margin: 0;
text-align: left;
}
#newsletter-toc li a {
background: #EEF;
border-left: 1em solid #DDE;
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
text-decoration: none;
}
#newsletter-toc li a:link {
color: #448;
}
#newsletter-toc li a:visited {
color: #667;
}
#newsletter-toc li a:hover {
background: #887;
border-color: #FE3;
color: #FFF;
}