-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtth.css
83 lines (66 loc) · 828 Bytes
/
tth.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/* TTH START */
div.p {
margin-top: 7pt;
}
td div.comp {
margin-top: -0.6ex;
margin-bottom: -1ex;
}
td div.comb {
margin-top: -0.6ex;
margin-bottom: -.6ex;
}
td div.hrcomp {
line-height: 0.9;
margin-top: -0.8ex;
margin-bottom: -1ex;
}
td div.norm {
line-height: normal;
}
span.roman {
font-family: serif;
font-style: normal;
font-weight: normal;
}
span.overacc2 {
position: relative;
left: .8em;
top: -1.2ex;
}
span.overacc1 {
position: relative;
left: .6em;
top: -1.2ex;
}
.tiny {
font-size: 30%;
}
.scriptsize {
font-size: xx-small;
}
.footnotesize {
font-size: x-small;
}
.smaller {
font-size: smaller;
}
.small {
font-size: small;
}
.normalsize {
font-size: medium;
}
.large {
font-size: large;
}
.larger {
font-size: x-large;
}
.largerstill {
font-size: xx-large;
}
.huge {
font-size: 300%;
}
/* TTH END */