summaryrefslogtreecommitdiff
path: root/static/styles.css
blob: f2949230ee42f5854a0404a013289edbd97ff3c1 (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
legend {
    font-weight: bold;
}

.wrapper {
    overflow: auto;
    overflow-y; hidden;
    white-space: nowrap;
    padding-top: 10px;
}

img {
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

figure {
    vertical-align: top;
    margin: 0;
    padding: 10px;
    display: inline-block;
    width: 80%;
    position: relative;
}

.work {
    text-align: center;
}

figcaption {
    font-family: sans-serif;
    font-size: small;
    display: inline-block;
}


td, th {
    border-bottom: 1px black dotted;
    padding-bottom: 6px;
    padding-left: 0;
}

.disabled {
	color: grey;
}