forked from lojban/cll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcll.css
65 lines (52 loc) · 1.36 KB
/
cll.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
57
58
59
60
61
62
63
64
65
body { }
.selbri {
border-bottom: medium double black;
font-family:monospace;
}
.sumti {
border-bottom: thin solid black;
font-family:monospace;
}
* { font-family: sans-serif; }
.c3 { font-family: serif; }
.tru { font-family: cursive;}
pre {
background-color:#f2f2f2;
font-family: monospace;
padding: .4em;
}
pre a { font-family: monospace; }
hr { border: 0; border-top: 1px solid gray; }
a { text-decoration: none; }
a:link { color: #006699; }
a:visited { color: #663399; }
table.phonetics { text-align: left; }
.phonetics th { padding-left: 20px; }
.phonetics td { padding-left: 20px; }
table.conn, table.or {
text-align:left;
margin-left: 3em;
}
.or th, .conn th { text-decoration:underline;}
.or td, .conn td,th { padding-left:2em; }
p { text-indent: 1em; }
li {padding-top:0.5em;}
div.nav-prev { float:left; }
div.nav-title { margin-left:auto; margin-right:auto; width:33%; text-align:center; }
div.nav-next { float:right; }
div.nav-title-title { font-weight:bold; }
div.nav-title-link { font-style:italic; font-size:small; }
div.nav-section-name { font-style:italic; }
div.nav-section-link-next{ text-align:right; }
/*TOC*/
#toc .chapter .chtitle {
font-weight:bold;
}
#toc li li {padding-top:0.2em;}
#toc ol ol {margin-bottom:1em;}
#copynote {
background-color: #f2f2f2;
padding:1em;
padding-left:2em;
}
#copynote div {margin-bottom:0.5em;}