-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon.css
110 lines (87 loc) · 1.44 KB
/
common.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
@media screen and (min-width: 8in) {
body {
margin-left: calc((100vw - 8in) / 2);
}
}
@media screen and (min-width: 10in) {
body {
margin-left: 1in;
}
}
body {
max-width: 8in;
margin-bottom: 1in;
}
table {
border-top: 1px solid black;
border-bottom: 1px solid black;
border-collapse: collapse;
width: 100%;
}
th[scope*=col] {
border-bottom: 0.5px solid black;
}
td, th {
padding-left: 0.5em;
text-align: left;
vertical-align: top;
}
ol {
padding-left: 1.5em;
}
.toc ol ol {
list-style: disc;
padding-left: 1em;
}
p.toc-heading, p.gloss-heading, caption {
font-weight: bold;
}
.gloss {
margin-top: 1em;
}
.gloss p {
margin-top: 0px;
margin-bottom: 0px;
}
.gloss dl {
display: inline-block;
margin-top: 0px;
margin-bottom: 0px;
}
.gloss dd {
margin-left: 0px;
}
.small-caps {
font-variant: small-caps;
}
li.nonumber {
list-style-type: none;
}
.undefined-replace, .undefined-reference, .unreferenceable-block {
color: red;
font-weight: bold;
}
.conlang {
font-style: oblique;
}
.not-conlang {
font-style: initial;
}
h3 .secnum, h4 .secnum, h5 .secnum, h6 .secnum, p.heading .secnum {
display: none;
}
#consonants td {
text-align: center;
}
tr.underrule {
border-bottom: 1px solid black;
}
.tnote {
font-variant-position: super;
}
.table-notes {
font-size: smaller;
}
.lexicon-word-col {
min-width: 20%;
}