forked from unicode-org/text-rendering-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
39 lines (39 loc) · 822 Bytes
/
style.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
body {
font-family: Vollkorn, serif;
font-weight: 400;
}
.desc {
margin-left:3em;
margin-bottom:.5em;
}
h1 {text-align:center; margin:2em 2em .5em 2em}
h2 {
font-weight:400; font-style:italic;
text-align:center; margin:0 2em 3em 2em
}
h3 {
font-size:160%;
font-weight:400; text-align:left; font-style:italic;
margin-top:1.5em;
margin-left:1em;
margin-bottom:.5em;
}
table {
margin: 1.5em 3.4em;
padding: 0;
text-align: center;
font-size: 80%;
}
th {
text-align: left;
font-weight: 400;
font-style: italic;
margin: 0;
padding: 0 0.5em;
}
th.conformance-header {line-height:2.5em}
td {margin:0; padding:0 0.5em}
td.conformance-pass {color:#3c7;font-size:150%}
td.conformance-fail {color:#c33;font-size:150%}
th.conformance {line-height:2.5em}
svg {height:2.5em;transform:scaleY(-1)}