-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
39 lines (39 loc) · 897 Bytes
/
footer.html
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
</div>
<script src="/assets/js/breadcrumbs.js"></script>
<div>
<zero-md id="readme" src="readme.md">
<template data-merge="append">
<style>
a:link {color:var(--foreground);}
a:hover {font-weight: 700;}
img {max-width: 485px;}
table {
table-layout: fixed;
width: 485px;
border-collapse: collapse;
border: 1px solid var(--foreground);
}
thead th:nth-child(1) {
width: 30%;
}
thead th:nth-child(2) {
width: 20%;
}
thead th:nth-child(3) {
width: 15%;
}
thead th:nth-child(4) {
width: 35%;
}
th {padding: 5px 10px; background: var(--foreground); color: var(--background);border: 1px solid var(--foreground);}
td {
padding: 5px 10px;
border: 1px dotted var(--foreground);
}
</style>
</template>
</zero-md>
</div>
<div id="hat"></div>
</body>
</html>