summaryrefslogtreecommitdiff
path: root/static/style.css
blob: 6280df798cb213f3b23dc1e3a267a3d2db250c6c (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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
@font-face {
	font-family: EBGaramond;
	src: url(/static/EBGaramond-VariableFont_wght.ttf) format('woff2-variations');
	font-style: normal;
}

@font-face {
	font-family: EBGaramond;
	src: url(/static/EBGaramond-Italic-VariableFont_wght.ttf) format('woff2-variations');
	font-style: italic;
}

body {
	background: #fdf3f3;
	color: DarkSlateGrey;
	font-family: EBGaramond, serif;
    font-size: large;
}

a {
	color: #1eaedb;
}

a:hover {
	color: #0e99c4;
}

.container {
    margin: 1em;
}

.row {
	margin-bottom: 1em;
}

.title {
	letter-spacing: -0.5px;
}

ul {
    margin-top: 2px;
    margin-bottom: 0;
	padding-left: 0;
}

figure {
    margin: 0px;
    display: inline-block;
}

figcaption {
    font-family: sans-serif;
    font-size: small;
    margin-top: -7px;
}

img {
    width: 85%;
    max-width: 1200px;
    padding: 5px;
}

form {
    padding: 10px;
}

.work {
    vertical-align: top;
    text-align: center;
}

.subwork {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

td, th {
    border-bottom: 1px black solid;
    border-bottom: 1px black solid;
    padding: 4px;
}

.narrow {
    max-width: 31em;
}

fieldset {
    margin-bottom: 10px;
}

p {
    margin-top: .3em;
    margin-bottom: .3em;
}


.ico {
}

.sep {
    margin-left: 10px;
    margin-right: 10px;
}