summaryrefslogtreecommitdiff
path: root/static/styles/about.css
blob: d305c5f77780b55e07328e265dcc07ac93bc93b0 (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
@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;
}