2019-09-04 19:19:52 +02:00
|
|
|
$bg-page: #305;
|
|
|
|
$bg-dark: #002;
|
|
|
|
$fg: #dde;
|
|
|
|
$fg-subtle: #aab;
|
|
|
|
$fg-limited: #a79;
|
|
|
|
|
2019-04-09 13:59:33 +02:00
|
|
|
body {
|
2019-09-04 19:19:52 +02:00
|
|
|
background: $bg-page;
|
|
|
|
color: $fg;
|
2019-04-09 13:59:33 +02:00
|
|
|
font-size: 1em;
|
|
|
|
word-wrap: break-word;
|
2019-06-10 22:50:00 +02:00
|
|
|
font-family: sans-serif, "Noto Color Emoji";
|
2019-09-27 21:36:46 +02:00
|
|
|
line-height: 1.1;
|
2019-04-09 13:59:33 +02:00
|
|
|
}
|
2019-05-10 17:24:26 +02:00
|
|
|
pre, code {
|
2019-05-10 15:22:25 +02:00
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
2019-05-14 17:11:11 +02:00
|
|
|
blockquote {
|
|
|
|
margin-left: 0em;
|
|
|
|
padding-left: 0.5em;
|
2019-09-04 19:19:52 +02:00
|
|
|
border-left: 1px solid $fg-subtle;
|
2019-05-14 17:11:11 +02:00
|
|
|
}
|
2019-05-14 17:12:21 +02:00
|
|
|
table {
|
|
|
|
display: block;
|
|
|
|
max-width: 100%;
|
|
|
|
overflow-x: auto;
|
|
|
|
}
|
2019-04-09 13:59:33 +02:00
|
|
|
a {
|
2019-09-04 19:19:52 +02:00
|
|
|
color: $fg;
|
2019-04-09 13:59:33 +02:00
|
|
|
}
|
2019-06-10 22:50:00 +02:00
|
|
|
form, input, textarea {
|
|
|
|
font-family: monospace, "Noto Color Emoji";
|
2019-04-09 13:59:33 +02:00
|
|
|
}
|
|
|
|
p {
|
2019-09-28 03:54:04 +02:00
|
|
|
margin-top: 1em;
|
2019-04-09 13:59:33 +02:00
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
input {
|
2019-09-04 19:19:52 +02:00
|
|
|
background: $bg-page;
|
|
|
|
color: $fg;
|
2019-04-09 13:59:33 +02:00
|
|
|
font-size: 1.0em;
|
|
|
|
line-height: 1.2em;
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
2019-04-29 01:16:24 +02:00
|
|
|
body > header {
|
2019-04-09 13:59:33 +02:00
|
|
|
margin: 1em auto;
|
|
|
|
font-size: 1.5em;
|
2019-09-22 21:22:21 +02:00
|
|
|
}
|
|
|
|
body > header p {
|
|
|
|
margin-left: 4em;
|
2019-04-09 13:59:33 +02:00
|
|
|
}
|
2019-04-29 01:16:24 +02:00
|
|
|
body > header span {
|
2019-09-22 21:22:21 +02:00
|
|
|
margin-left: 2em;
|
2019-04-09 13:59:33 +02:00
|
|
|
}
|
2019-09-24 19:52:06 +02:00
|
|
|
header > details {
|
2019-09-22 21:22:21 +02:00
|
|
|
background: $bg-page;
|
|
|
|
padding: 1em;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
2019-06-11 04:28:09 +02:00
|
|
|
display: inline;
|
|
|
|
}
|
2019-09-24 19:52:06 +02:00
|
|
|
header > details[open] {
|
2019-09-22 21:22:21 +02:00
|
|
|
background: $bg-dark;
|
|
|
|
border: 1px solid $fg;
|
|
|
|
}
|
2019-09-24 19:52:06 +02:00
|
|
|
header > details li {
|
2019-09-23 01:38:18 +02:00
|
|
|
margin: 1em 0em 1em 0em;
|
2019-06-11 04:28:09 +02:00
|
|
|
}
|
2019-04-29 01:16:24 +02:00
|
|
|
main {
|
2019-04-09 13:59:33 +02:00
|
|
|
max-width: 1200px;
|
|
|
|
margin: auto;
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
|
|
|
.info {
|
2019-09-04 19:19:52 +02:00
|
|
|
background: $bg-dark;
|
|
|
|
border: 1px solid $fg;
|
2019-04-09 13:59:33 +02:00
|
|
|
margin-bottom: 1em;
|
|
|
|
padding: 0em 1em 0em 1em;
|
|
|
|
}
|
|
|
|
.info div {
|
2019-09-28 03:54:04 +02:00
|
|
|
margin-top: 1em;
|
2019-04-09 13:59:33 +02:00
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2019-07-06 19:48:31 +02:00
|
|
|
label, button, form input[type=submit], select {
|
2019-06-02 20:44:39 +02:00
|
|
|
font-size: 16px;
|
2019-04-09 13:59:33 +02:00
|
|
|
font-family: monospace;
|
2019-09-04 19:19:52 +02:00
|
|
|
color: $fg;
|
|
|
|
background: $bg-page;
|
|
|
|
border: 1px solid $fg;
|
2019-04-09 13:59:33 +02:00
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
button a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2019-07-06 19:48:31 +02:00
|
|
|
form {
|
2019-04-09 13:59:33 +02:00
|
|
|
margin-top: 1em;
|
|
|
|
}
|
2019-07-06 19:48:31 +02:00
|
|
|
textarea {
|
2019-04-09 13:59:33 +02:00
|
|
|
padding: 0.5em;
|
|
|
|
font-size: 1em;
|
2019-09-04 19:19:52 +02:00
|
|
|
background: $bg-page;
|
|
|
|
color: $fg;
|
2019-04-21 03:55:23 +02:00
|
|
|
width: 600px;
|
2019-04-09 13:59:33 +02:00
|
|
|
height: 8em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
box-sizing: border-box;
|
2019-06-02 20:51:02 +02:00
|
|
|
max-width: 100%;
|
2019-04-09 13:59:33 +02:00
|
|
|
}
|
2019-07-06 19:48:31 +02:00
|
|
|
input[type="checkbox"] {
|
2019-04-09 13:59:33 +02:00
|
|
|
position: fixed;
|
|
|
|
top: -9999px;
|
|
|
|
}
|
2019-07-06 19:48:31 +02:00
|
|
|
input[type="checkbox"] + span:after {
|
2019-04-09 13:59:33 +02:00
|
|
|
content: "no";
|
|
|
|
}
|
2019-07-06 19:48:31 +02:00
|
|
|
input[type="checkbox"]:checked + span:after {
|
2019-04-09 13:59:33 +02:00
|
|
|
content: "yes";
|
|
|
|
}
|
2019-07-06 19:48:31 +02:00
|
|
|
input[type="checkbox"]:focus + span:after {
|
2019-09-04 19:19:52 +02:00
|
|
|
outline: 1px solid $fg;
|
2019-04-09 13:59:33 +02:00
|
|
|
}
|
2019-07-06 19:48:31 +02:00
|
|
|
input[type=file] {
|
2019-04-09 13:59:33 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.honk {
|
|
|
|
margin: auto;
|
2019-09-04 19:19:52 +02:00
|
|
|
background: $bg-dark;
|
|
|
|
border: 1px solid $fg;
|
2019-04-09 13:59:33 +02:00
|
|
|
border-radius: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 1em;
|
|
|
|
padding-top: 0;
|
2019-07-11 04:59:55 +02:00
|
|
|
overflow: hidden;
|
2019-04-09 13:59:33 +02:00
|
|
|
}
|
2019-07-06 20:36:07 +02:00
|
|
|
.honk #honkform {
|
2019-07-06 19:48:31 +02:00
|
|
|
padding: 1em;
|
2019-09-04 19:19:52 +02:00
|
|
|
border: 1px solid $fg;
|
2019-07-06 19:48:31 +02:00
|
|
|
}
|
|
|
|
|
2019-04-09 13:59:33 +02:00
|
|
|
.honk a {
|
2019-09-04 19:19:52 +02:00
|
|
|
color: $fg;
|
2019-04-09 13:59:33 +02:00
|
|
|
}
|
2019-04-29 01:16:24 +02:00
|
|
|
.honk header .clip a {
|
2019-09-04 19:19:52 +02:00
|
|
|
color: $fg-subtle;
|
2019-04-09 13:59:33 +02:00
|
|
|
}
|
2019-04-29 01:16:24 +02:00
|
|
|
.honk header {
|
2019-04-09 13:59:33 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
font-size: 0.8em;
|
|
|
|
margin-top: 1em;
|
2019-04-20 04:06:34 +02:00
|
|
|
height: 64px;
|
2019-04-09 13:59:33 +02:00
|
|
|
}
|
2019-04-29 01:16:24 +02:00
|
|
|
.honk header img {
|
2019-04-09 13:59:33 +02:00
|
|
|
float: left;
|
|
|
|
margin-right: 1em;
|
|
|
|
width: 64px;
|
|
|
|
height: 64px;
|
|
|
|
}
|
2019-04-29 01:16:24 +02:00
|
|
|
.honk header p {
|
2019-04-09 13:59:33 +02:00
|
|
|
margin-top: 0px;
|
|
|
|
}
|
2019-04-15 22:18:38 +02:00
|
|
|
.honk button {
|
2019-06-02 21:32:10 +02:00
|
|
|
margin-left: 4em;
|
2019-08-24 02:45:43 +02:00
|
|
|
margin-top: 2em;
|
2019-04-15 22:18:38 +02:00
|
|
|
}
|
2019-07-08 02:24:54 +02:00
|
|
|
.subtle {
|
2019-04-15 22:18:38 +02:00
|
|
|
}
|
2019-07-08 02:24:54 +02:00
|
|
|
.subtle .noise {
|
2019-09-04 19:19:52 +02:00
|
|
|
color: $fg-subtle;
|
2019-04-15 22:18:38 +02:00
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
2019-07-08 02:24:54 +02:00
|
|
|
.subtle .noise a {
|
2019-09-04 19:19:52 +02:00
|
|
|
color: $fg-subtle;
|
2019-04-15 22:18:38 +02:00
|
|
|
}
|
2019-04-29 00:41:10 +02:00
|
|
|
.limited {
|
2019-09-04 19:32:22 +02:00
|
|
|
border: 1px solid $fg-limited;
|
|
|
|
color: $fg-limited;
|
2019-05-02 05:37:54 +02:00
|
|
|
}
|
|
|
|
.limited .noise {
|
2019-09-04 19:32:22 +02:00
|
|
|
color: $fg-limited;
|
2019-05-02 05:37:54 +02:00
|
|
|
}
|
|
|
|
.limited .noise a {
|
2019-09-04 19:32:22 +02:00
|
|
|
color: $fg-limited;
|
2019-04-29 00:41:10 +02:00
|
|
|
}
|
2019-07-10 20:36:14 +02:00
|
|
|
details.noise[open] summary {
|
|
|
|
display: none;
|
|
|
|
}
|
2019-04-26 15:07:13 +02:00
|
|
|
.inlineform {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.inlineform select {
|
|
|
|
}
|
2019-07-10 20:36:14 +02:00
|
|
|
.honk details.actions summary {
|
2019-09-04 19:19:52 +02:00
|
|
|
color: $fg-subtle;
|
2019-06-02 21:08:12 +02:00
|
|
|
}
|
2019-07-10 20:36:14 +02:00
|
|
|
.limited details.actions summary {
|
2019-09-04 19:32:22 +02:00
|
|
|
color: $fg-limited;
|
2019-06-02 21:08:12 +02:00
|
|
|
}
|
2019-06-03 02:16:49 +02:00
|
|
|
h1, h2 {
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
h3, h4 {
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
2019-06-02 21:08:12 +02:00
|
|
|
|
2019-07-09 02:03:53 +02:00
|
|
|
img:not(.emu) {
|
2019-09-04 19:19:52 +02:00
|
|
|
background: $bg-page;
|
2019-07-09 02:03:53 +02:00
|
|
|
}
|
2019-06-03 19:41:44 +02:00
|
|
|
img, video {
|
2019-09-28 03:54:04 +02:00
|
|
|
max-width: 100%;
|
2019-04-09 13:59:33 +02:00
|
|
|
}
|
2019-04-12 21:02:56 +02:00
|
|
|
img.emu {
|
2019-05-08 23:22:27 +02:00
|
|
|
width: 2em;
|
|
|
|
height: 2em;
|
2019-04-12 21:02:56 +02:00
|
|
|
vertical-align: middle;
|
|
|
|
margin: -2px;
|
2019-05-08 23:22:27 +02:00
|
|
|
object-fit: contain;
|
2019-04-12 21:02:56 +02:00
|
|
|
}
|
2019-04-21 03:55:23 +02:00
|
|
|
@media screen and (max-width: 740px) {
|
|
|
|
body {
|
2019-06-02 20:44:39 +02:00
|
|
|
font-size: 12px;
|
2019-04-21 03:55:23 +02:00
|
|
|
}
|
2019-04-30 21:31:19 +02:00
|
|
|
.honk header {
|
2019-06-02 20:54:18 +02:00
|
|
|
height: 52px;
|
2019-04-21 03:55:23 +02:00
|
|
|
}
|
2019-04-30 21:31:19 +02:00
|
|
|
.honk header img {
|
2019-04-21 03:55:23 +02:00
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
}
|
|
|
|
}
|