-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
136 lines (121 loc) · 2.37 KB
/
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
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
@charset "UTF-8";
::-moz-selection {
color: #EEE;
background: #0BF; }
::selection {
color: #EEE;
background: #0BF; }
body {
background-color: #F8F8F8;
font-size: 15pt;
margin: 5mm 5mm 20mm 5mm;
line-height: 1;
color: #CCC;
font-family: Seravek; }
body.devanagari {
font-family: Seravek, ITF Devanagari, LastResort; }
body.bangla {
font-family: Seravek, Kohinoor Bangla, LastResort; }
hr {
border: none;
border-top: solid #DDD 1px;
margin: 1em 0;
width: 200mm; }
a {
color: #AAA;
text-decoration: none;
font-weight: 500; }
a:hover {
color: #0BF;
border-bottom: 2px solid #0BF; }
h1 {
font-size: 3em;
font-weight: 300;
margin: 0;
color: #0BF; }
ol {
list-style-type: decimal-leading-zero; }
li {
margin: 1em 0; }
li.specific::before {
content: '[Specific]'; }
p {
max-width: 200mm;
line-height: 1.5; }
p.note {
font-size: 12pt; }
p.note::before {
content: 'Note: ';
font-style: italic; }
h2 {
font-size: 1em;
font-weight: 500; }
h2::before {
content: '## '; }
table {
margin: 1em 0;
border-spacing: 1px;
overflow: hidden;
color: black;
font-size: 18pt; }
table.small {
font-size: 13pt; }
tr.xsmall {
font-size: 9pt; }
tr.divider {
height: 2px; }
td.small {
font-size: 13pt; }
td {
text-align: center;
background-color: white;
width: 2em;
height: 2em; }
td.empty {
background-color: transparent; }
td.mark.dual {
background-color: #EEFFF8; }
td.mark.unnecessary {
color: #EEE; }
td.mark.marginal-a {
color: #6CB; }
td.mark.marginal-b {
color: #8DE; }
td.mark.predictable {
color: #DDD; }
td.mark.external {
color: #DDD; }
td.mark.traditional {
background-color: #FFC; }
td.tag {
position: relative; }
td.tag::after {
display: block;
position: absolute;
font-size: .4em;
top: 0;
right: 0;
margin: 1pt 2pt;
line-height: 1;
color: #DDD; }
td.tag.ZWJ::after {
content: 'zwj'; }
td.tag.dvVA::after {
content: 'व'; }
.canvas {
background-color: white;
overflow: hidden;
margin: 1em 0;
word-spacing: .25em;
padding: .5em 1em; }
.canvas.plain {
color: black;
line-height: 1.5; }
.canvas p {
max-width: none;
color: black;
line-height: 1.5;
margin: 0;
padding: .5em 0; }
.canvas span.invalid {
color: #EEE; }