summaryrefslogtreecommitdiff
path: root/public/assets/style.css
blob: 7fb893465563f563ee7028dbddeefacd8e630136 (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
kbd, code, samp, tt, pre {
    background: #DDDDFF;
    white-space: pre;
}

var {
   color: #008800;
}

pre {
    margin-left: 2em;
    overflow: auto;
}

table, td, th {
   border: solid 1px #AAAAAA;
}

th {
    background: #F5F5F5;
}

table {
    margin-left: auto;
    margin-right: auto;
}

table > caption {
    text-align: left;
}

caption > h1 {
    text-align: center;
    font-size: 100%;
}

blockquote {
    border-left: solid .4em #0000AA;
    margin-left: .25em;
    padding-left: 1.25em;
    font-style: italic;
}

footer {
    text-align: center;
    font-size: 70%;
    color: #333333;
}

h1 {
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
}

a {
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: underline;
}

@media screen and (min-width: 480px) {
    body {
	width: 80%;
	min-width: 480px;
	margin-left: auto;
	margin-right: auto;
    }
}