summaryrefslogtreecommitdiff
path: root/math/math.css
diff options
context:
space:
mode:
authorThomas Albers <thomas@thomaslabs.org>2023-03-08 23:43:00 +0100
committerThomas Albers <thomas@thomaslabs.org>2023-03-08 23:43:00 +0100
commit61b5ce20f25c5785e41574998a12c6d06eb05a5e (patch)
tree20e2225b4f30b15d8dee30351041d1f33d42b34a /math/math.css
parent561bac75579391c14e47eaccfabdf9eda98855da (diff)
Restructure build system and directory structuresHEADmaster
Diffstat (limited to 'math/math.css')
-rw-r--r--math/math.css85
1 files changed, 0 insertions, 85 deletions
diff --git a/math/math.css b/math/math.css
deleted file mode 100644
index d4e1054..0000000
--- a/math/math.css
+++ /dev/null
@@ -1,85 +0,0 @@
-/*
-p.author
-p.date
-p.creator
-.title
-.subtitle
-.todo
-.done
-.WAITING
-.timestamp
-.timestamp-kwd
-.timestamp-wrapper
-.tag
-._HOME
-.target
-.linenr
-.code-highlighted
-div.outline-N
-div.outline-text-N
-.section-number-N
-.figure-number
-.table-number
-.listing-number
-div.figure
-pre.src
-pre.example
-p.verse
-div.footnotes
-p.footnote
-.footref
-.footnum
-.org-svg
-*/
-
-html {
- height: 100%;
- color: #cccccc;
- background-color: hsl(240, 30%, 10%);
-}
-
-body {
- margin: auto;
- max-width: 64em;
- min-height: 100%;
- display: flex;
- flex-direction: column;
- background-color: hsl(240, 30%, 15%);
-}
-
-main {
- padding: 2em 2em 2em 2em;
- flex-grow: 1;
-}
-
-h1 {
- text-align: center;
-}
-
-#content {
- max-width: 50em;
- margin: auto;
-}
-
-div.outline-2:first-of-type {
- padding: 0.25em 1em;
- background-color: hsl(60,30%,30%);
-}
-
-.equation-container {
- display: block;
- padding: 1em 2em;
- background-color: hsl(240, 30%, 20%);
- overflow: auto;
- border: 1px solid hsl(240, 30%, 50%)
-}
-
-img {
- max-width: unset;
-}
-
-.equation-container img {
- object-fit: contain;
- display: block;
- margin: auto;
-}