summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorHenny022p <Henny022p@users.noreply.github.com>2026-02-08 17:33:27 +0000
committerHenny022p <Henny022p@users.noreply.github.com>2026-02-08 17:33:27 +0000
commit36440e186924d7c8b98c077c2d8ac7dc738b9e83 (patch)
tree87f3433d6470a878fd8c06fced909f3e7737abe0 /style.css
deploy: 5ab63f00e522ff69c5bc987e379f0163943f2833gh-pages
Diffstat (limited to 'style.css')
-rw-r--r--style.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 00000000..362ba283
--- /dev/null
+++ b/style.css
@@ -0,0 +1,43 @@
+html {
+ height: 100%;
+}
+dl {
+ padding-left: 1em;
+}
+body {
+ min-height: 100%;
+ background-image: url("beanstalk-bg.png");
+ background-attachment: fixed;
+ background-size: cover;
+}
+body > header > nav {
+ background: #2f363fe5;
+}
+main>article>.m-container {
+ padding-top: 1em;
+ padding-bottom: 1em;
+ background: #2f363fe5;
+}
+code {
+ background: #2f363fe5;
+}
+body > footer > nav {
+ background: transparent;
+ padding: 0;
+ color: #555;
+}
+body > footer > nav a {
+ color: #222;
+}
+ul.m-doc li.m-doc-expansible > a:first-child::before, ul.m-doc li.m-doc-collapsible > a:first-child::before {
+ background: transparent;
+}
+.m-doc-template, dl.m-doc dd, ul.m-doc li > span.m-doc, dl.m-doc dd svg.m-math, ul.m-doc li > span.m-doc svg.m-math {
+ color: #a4a4a4;
+}
+img.m-image, svg.m-image {
+ display: inline-block;
+}
+main p {
+ text-indent: 0;
+} \ No newline at end of file