-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTEMPLATE.html
More file actions
46 lines (46 loc) · 837 Bytes
/
TEMPLATE.html
File metadata and controls
46 lines (46 loc) · 837 Bytes
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
<!DOCTYPE html>
<title>Glyphs</title>
<style>
body {
font-family: Menlo, monospace;
}
table {
border-collapse: collapse;
}
thead {
border-bottom: 2px solid black;
}
th, td {
padding: 1em;
}
td:nth-child(1) {
text-align: right;
}
th:nth-child(3), th:nth-child(4), td:nth-child(3), td:nth-child(4) {
background-color: hsla(0, 0%, 0%, 0.03);
}
td:nth-child(3) {
text-align: center;
}
td:nth-child(3) img {
height: 50%;
}
tr.missing {
background-color: hsl(355, 100%, 90%);
}
tr.addition {
background-color: hsl(155, 100%, 90%);
}
</style>
<p>
<table>
<thead>
<tr>
<th>GID</th>
<th>Character</th>
<th>Dump</th>
<th>Development Name</th>
<th>Production Name</th>
<th>Note</th>
</tr>
</thead>