inflection_table.css
3.03 KB
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
.entry-article h1 {
padding: 5px;
font-size: large;
}
span.pronunciation {
font-weight: normal;
font-size: small;
}
span.gloss {
font-weight: normal;
font-size: small;
font-style: italic;
}
span.qualifiers {
font-style: italic;
}
span.sjpdor {
font-size: x-small;
}
.entry-article caption {
padding: 3px;
text-align: left;
}
.entry-article .separator {
height: 5px;
}
.inflection-tables {
letter-spacing: 20px;
text-align: center;
margin-top: 20px;
}
.inflection-table-container {
display: inline-block;
letter-spacing: normal;
vertical-align: top;
}
table.inflection-table {
border-spacing: 5px;
}
table.inflection-table td {
padding: 5px;
text-align: left;
background-color: #eeeeee;
}
table.inflection-table td span.qualifiers {
color: darkgray;
font-style: italic;
}
.scheme0 .separator,
.scheme0 table.cross-references tr th,
.scheme0 table.inflection-table td {
background-color: #ebf3ff;
}
.scheme0 h1,
.scheme0 caption,
.scheme0 table.cross-references tr th.head,
.scheme0 table.inflection-table td.header-c,
.scheme0 table.inflection-table td.header {
background-color: #bfdbff;
}
.scheme1 .separator,
.scheme1 table.cross-references tr th,
.scheme1 table.inflection-table td {
background-color: #e2ffde;
}
.scheme1 h1,
.scheme1 caption,
.scheme1 table.cross-references tr th.head,
.scheme1 table.inflection-table td.header-c,
.scheme1 table.inflection-table td.header {
background-color: #b7ffae;
}
.scheme2 .separator,
.scheme2 table.cross-references tr th,
.scheme2 table.inflection-table td {
background-color: #ffebde;
}
.scheme2 h1,
.scheme2 caption,
.scheme2 table.cross-references tr th.head,
.scheme2 table.inflection-table td.header-c,
.scheme2 table.inflection-table td.header {
background-color: #ffdec7;
}
.scheme3 .separator,
.scheme3 table.cross-references tr th,
.scheme3 table.inflection-table td {
background-color: #f4deff;
}
.scheme3 h1,
.scheme3 caption,
.scheme3 table.cross-references tr th.head,
.scheme3 table.inflection-table td.header-c,
.scheme3 table.inflection-table td.header {
background-color: #e8beff;
}
.scheme4 .separator,
.scheme4 table.cross-references tr th,
.scheme4 table.inflection-table td {
background-color: #eeeeee;
}
.scheme4 h1,
.scheme4 caption,
.scheme4 table.cross-references tr th.head,
.scheme4 table.inflection-table td.header-c,
.scheme4 table.inflection-table td.header {
background-color: #aaaaaa;
}
table.inflection-table td.header-c {
text-align: center;
}
table.inflection-table td.blank {
background-color: transparent;
}
ul.form-list {
list-style-type: none;
padding: 0;
margin: 0;
}
table.cross-references {
width: 100%;
font-size: small;
margin-top: 20px;
border-spacing: 2px;
}
table.cross-references th {
text-align: left;
padding: 5px;
}
table.cross-references td {
width: 50%;
padding: 5px;
}
table.cross-references tr th {
font-weight: normal;
}
table.cross-references tr th.head {
font-weight: bold;
}