summaryrefslogtreecommitdiffstats
path: root/css/main.css
blob: d77a4c46637c43b5187070f16329a2496999b766 (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
body { margin: 0; font-family: monospace; background-color: #FEF5ED; }

.title {
    text-align:center;
    font-size:2.5em;
}

.outline-text-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #D3E4CD;
    text-align: center;
    padding: 2rem 10rem;
}

.outline-text-2 > * {
    margin: 1rem auto;
}

table { border-collapse: collapse; }

img { max-width:100%; }

table {
    margin-top:2rem;
    margin-right:2rem;
}

table > :is(thead, tbody) > tr > :is(th, td) {
    padding: 3px;
    text-align: left;
}

table > thead > tr > :is(th, td) {
    border-top: 2px solid;
    border-bottom: 1px solid;
}

table > tbody > tr:last-child > :is(th, td) { border-bottom: 2px solid; }

h2, h3, h4, h5, h6, p, ul {
    max-width: 50rem;
    margin: 1rem auto;
}

a {
    text-decoration: none;
    color: #C37B89;
}

a:hover { font-weight: bold; }

#table-of-contents ul {
    list-style-type: none;
}

#postamble { padding: 1.5rem 0; text-align: center; }
#postamble ul li { display: inline-block; }
#postamble ul { padding: 0; }
#postamble li { margin-right: 2em; }