about summary refs log tree commit diff
path: root/compose/cs/static/style.css
blob: b4eac131b234deff6852d77def670b2612fc1b35 (plain) (blame)
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
@import url("https://fonts.googleapis.com/css?family=Noto+Sans");
html {
    font-family: "Noto Sans", "Noto Color Emoji";
}
html table {
    font-size: 30px;
    width: 40%;
    margin: 0 auto;
    border-collapse: collapse;
    margin-bottom: 5mm;
}
html table th {
    border-bottom: .2mm solid #5b5;
    color: #5b5;
    padding: 2mm;
    text-transform: uppercase;
}
html table td {
    padding: 2.5mm;
}
.map {
    color: #55b;
    font-weight: bold;
    text-align: center;
}
.maps th:first-of-type,
.maps td:first-of-type {
    text-align: left;
    padding-left: 3mm;
}
.maps th:last-of-type,
.maps td:last-of-type {
    text-align: right;
    padding-right: 3mm;
}