blob: 7cd1d002011a08d17d8bb507404d3f969bf39dbe (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>¤¤¤TITLE¤¤¤</title>
<style>
html {
color: white;
background: #141414;
font-family: sans-serif;
}
td {
padding: 3px 6px;
background: #181818;
border-radius: 3px;
border: #ffffff0d solid 1px;
}
th {
border-radius: 3px;
padding: 5px 3px;
cursor: pointer;
font-weight: bold;
}
td.highlight-col,
tr.highlight-row td {
background: #202020;
}
thead {
top: 0;
position: sticky;
background: #141414;
outline: #fff1 solid 1px 1px 1px 3px;
}
.main-container {
width: max-content;
display: block;
margin: auto;
}
.header-tr {
border-bottom: solid 1px #fff3;
}
.current-sort {
background: #424;
}
.prelude {
background: #ffffff0c;
padding: 20px;
margin-bottom: 5px;
border-radius: 4px;
display: flex;
}
.prelude p {
margin: 2px 0px;
}
.prelude b {
}
.day-title {
margin-top:0;
font-size: 24px;
border-bottom: #fff4 solid 1px;
}
svg {
filter: invert();
display: block;
margin: auto;
}
h1 {
font-size: 16px;
margin-top: 3px;
margin-bottom: 10px;
}
h6 {
font-family: monospace;
font-size: 10px;
}
a {
color: #c0f;
text-underline: 0px;
}
.info-section {
width: 100%;
}
.logo-section {
width: min-content;
margin-right: 15px;
}
</style>
</head>
<body>
<div class="main-container">
<div class="prelude">
¤¤¤LOGO¤¤¤
<div class="info-section">
|