chat, are they stupid?
This commit is contained in:
parent
94b25ab1eb
commit
69fbe1d4ff
5 changed files with 14 additions and 7 deletions
|
@ -26,7 +26,7 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-inline-start: 2ch;
|
margin-inline: 2ch;
|
||||||
margin-block: 1.5rem;
|
margin-block: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -68,21 +68,28 @@ code {
|
||||||
user-select: all;
|
user-select: all;
|
||||||
}
|
}
|
||||||
|
|
||||||
button, input {
|
button, input, textarea, select {
|
||||||
border: none;
|
border: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
line-height: 1.5rem;
|
||||||
|
resize: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
select {
|
||||||
|
height: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
:focus {
|
:focus {
|
||||||
outline: 1ch solid var(--color-text);
|
outline: 1ch solid var(--color-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=text], input[type=url] {
|
input[type=text], input[type=url], textarea, select {
|
||||||
padding-inline: 1ch;
|
padding-inline: 1ch;
|
||||||
border-inline: 1ch solid var(--color-accent);
|
border-inline: 1ch solid var(--color-accent);
|
||||||
|
background-color: var(--color-bg-scrim);
|
||||||
}
|
}
|
||||||
|
|
||||||
button, input[type=submit] {
|
button, input[type=submit] {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<h1>abtmtr.link v13-2 (c. <%= curCommit %>)</h1>
|
<h1>abtmtr.link v13-2 (c. <%= curCommit %>)</h1>
|
||||||
<p>(c) MeowcaTheoRange 2023-24</p>
|
<p>(c) MeowcaTheoRange 2023-24</p>
|
||||||
<p>
|
<p>
|
||||||
licensed under the <a href="https://git.abtmtr.link/MeowcaTheoRange/KarkatPublicLicense/">KKPL</a>.<br />
|
licensed under the <a href="https://git.abtmtr.link/MeowcaTheoRange/KarkatPublicLicense/">KKPL</a> v2.2.<br />
|
||||||
fork <a href="https://git.abtmtr.link/MeowcaTheoRange/abtmtr-v13/">MeowcaTheoRange/abtmtr-v13</a> with git
|
fork <a href="https://git.abtmtr.link/MeowcaTheoRange/abtmtr-v13/">MeowcaTheoRange/abtmtr-v13</a> with git
|
||||||
</p>
|
</p>
|
||||||
<p>font is <a href="https://int10h.org/oldschool-pc-fonts/fontlist/font?dos-v_re_jpn12">DOS/V re. JPN12</a> from <a href="https://int10h.org/oldschool-pc-fonts/">THE OLDSCHOOL PC FONT RESOURCE</a></p>
|
<p>font is <a href="https://int10h.org/oldschool-pc-fonts/fontlist/font?dos-v_re_jpn12">DOS/V re. JPN12</a> from <a href="https://int10h.org/oldschool-pc-fonts/">THE OLDSCHOOL PC FONT RESOURCE</a></p>
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
<link rel="stylesheet" href="/assets/style.css" />
|
<link rel="stylesheet" href="/assets/style.css" />
|
||||||
<link rel="me" href="https://abtmtr.link/about">
|
<link rel="me" href="https://abtmtr.link/about">
|
||||||
<link rel="me" href="https://abtmtr.link/blurbs/#Hx7CuB4_zIWMAsOZlyyqsUm2upXEEYEl">
|
<link rel="me" href="https://abtmtr.link/blurbs/#Hx7CuB4_zIWMAsOZlyyqsUm2upXEEYEl">
|
||||||
<link rel="alternate" type="application/rss+xml" href="http://abtmtr.link/rss.xml" title="RSS Feed">
|
<link rel="alternate" type="application/rss+xml" href="https://abtmtr.link/rss.xml" title="RSS Feed">
|
||||||
<link rel="alternate" type="application/rss+xml" href="http://abtmtr.link/rss" title="RSS Feed">
|
<link rel="alternate" type="application/rss+xml" href="https://abtmtr.link/rss" title="RSS Feed">
|
||||||
</head>
|
</head>
|
|
@ -1 +1 @@
|
||||||
<span class="matkap_ascii" aria-hidden="true" hidden><%- include("../art/MATKAP_ASCII.txt") %></span>
|
<span class="matkap_ascii" aria-hidden="true" hidden><%- include("../misc/MATKAP_ASCII.txt") %></span>
|
Loading…
Reference in a new issue