summaryrefslogtreecommitdiff
path: root/static/styles/about.css
diff options
context:
space:
mode:
authorchers <admin@tilde.tailb619f6.ts.net>2026-07-31 09:18:39 +0000
committerchers <admin@tilde.tailb619f6.ts.net>2026-07-31 09:18:39 +0000
commit7023e4c7c8f158df78b5e71ddc2640290409eca1 (patch)
tree077fb46bdb484bbbf7f9a81fd1d512f66650be10 /static/styles/about.css
Update cl-bbsHEADmaster
Diffstat (limited to 'static/styles/about.css')
-rw-r--r--static/styles/about.css82
1 files changed, 82 insertions, 0 deletions
diff --git a/static/styles/about.css b/static/styles/about.css
new file mode 100644
index 0000000..d305c5f
--- /dev/null
+++ b/static/styles/about.css
@@ -0,0 +1,82 @@
+@import url("common.css");
+
+body {
+ width: 98%;
+ font-family: serif;
+ margin: 2em auto;
+ max-width: 800px;
+ padding: 0 1em;
+ box-sizing: border-box;
+ background-color: #1c2023;
+ color: #95aec7;
+}
+img {
+ max-width: 100%;
+ height: auto;
+}
+del {
+ text-decoration: none;
+ background-color: #95aec7;
+}
+del:hover {
+ background-color: transparent;
+}
+th {
+ text-align: left;
+ font-weight: normal;
+ text-decoration: underline;
+ padding-bottom: 1em;
+ color: #666666;
+}
+td {
+ padding: 0.2em 2em 0.2em 0;
+}
+pre {
+ background-color: #1f2427;
+ color: #95aec7;
+ padding: 0.4em;
+}
+blockquote {
+ color: #9aae86;
+ border-left: 2px solid #859774;
+ padding-left: 0.5em;
+ margin-left: 0;
+}
+h1 {
+ margin: 0;
+ padding: 0;
+ font-size: 2em;
+ font-weight: bold;
+ color: #c7ae95;
+}
+h2 {
+ margin: 0;
+ padding: 0;
+ font-size: 1.5em;
+ font-weight: bold;
+ overflow-wrap: break-word;
+ word-wrap: break-word;
+ color: #c7ae95;
+}
+h2 samp {
+ font-size: 0.66em;
+}
+hr {
+ border: 0;
+ margin: 0;
+ padding: 0;
+ height: 1px;
+ background-color: #716356;
+ color: #716356;
+}
+a, a:visited, a:active {
+ color: #c7ae95;
+ text-decoration: none;
+}
+a:hover {
+ text-decoration: underline;
+}
+a:target {
+ background-color: #22272a;
+ text-decoration: underline;
+}