summaryrefslogtreecommitdiff
path: root/math/math.css
blob: d4e1054138939fb56b88f80f38fbcc5cc85446d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/*
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;
}