aboutsummaryrefslogtreecommitdiffstats
path: root/static/css/pagedown.css
blob: 11e33e6f649f261691c3bae40cff06e3d43489ee (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
86
87
88
89
html, body {
 min-height: 100%;
 height: 100%;
 margin: 1em
}

body {
 color: #212529;
 background-color: #fff;
 font-family: sans-serif
}

img, video {
 display: block;
 max-width: 80%;
 box-shadow: 1px 1px 5px 0 rgba(0,0,0,.4);
 margin: 0 auto
}

pre {
 font-family: monospace;
 background: #eee;
 padding: .5rem;
 margin: 0 -.5rem;
 overflow-x: auto
}

nav {
 margin: 0 auto;
 clear: both
}

nav a:not(:first-child) {
 margin-left: 1rem
}

nav .brand {
 font-size: 1.25rem;
 position: relative;
 top: 1px
}

label {
 display: inline-block;
 margin-bottom: .25rem
}

h1 {
 font-family: serif
}

h2 {
 font-family: serif
}

h3 {
 font-family: serif
}

h4 {
 font-family: serif
}

header {
 width: 50%;
 margin-top: .5rem;
}

table {
 border-collapse: collapse;
 border: 0px
}

th {
 border-bottom: 1px solid  #212121
}

th, td {
 padding: 5px;
}

tr:nth-child(even) {
 background-color: #f6f6f6
}

footer {
 width: 50%;
 margin: 0 0 1rem
}