-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
66 lines (63 loc) · 1.17 KB
/
style.css
File metadata and controls
66 lines (63 loc) · 1.17 KB
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
html {
font-family: sans-serif;
background-color: white;
color: black;
}
div.flex,
#region-content {
display: flex;
gap: 1em;
}
/* region Cargo sizes */
.cargo-sizes .content .row {
display: flex;
}
.cargo-sizes .cargo-size {
display: flex;
border: 1px solid black;
padding: .1em;
margin: .2em .5em;
}
.cargo-sizes .cargo-size h2 {
line-height: 36px;
height: 42px;
width: 20px;
padding: 0;
margin: 0;
}
.cargo-sizes .cargo-size .cargo-icons > * {
margin: 2px;
}
/* endregion */
/* region Cargo crafting */
.cargo-crafting {
text-align: right;
border-collapse: collapse;
}
.cargo-crafting thead > tr > th {
text-align: center;
}
.cargo-crafting tbody > tr > td {
border: 1px solid;
padding: 3px 7px;
}
.cargo-crafting tbody > tr.first > td {
border-top: 3px double black;
}
.cargo-crafting tbody > tr.first > td:first-child {
text-align: left;
}
.cargo-crafting tbody > tr > td.io {
font-size: 30px;
}
/* endregion */
/* region Tyre choice */
table.notes {
border-collapse: collapse;
width: max-content;
}
table.notes tr td {
border: 1px solid black;
padding: .2em;
}
/* endregion */