-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
123 lines (104 loc) · 2.18 KB
/
Copy pathstyles.css
File metadata and controls
123 lines (104 loc) · 2.18 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
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
html,
body {
height: 100%;
margin: 0;
padding: 0;
font-family: sans-serif;
border: 1px solid #1f1f1f;
border-right-width: 0;
margin-top: 0;
background-color: #333;
color: #c1c1c1;
position: relative;
line-height: 1.6;
}
table {
font-size: 100%;
}
td {
display: table-cell;
vertical-align: middle;
}
.infobox-vrow-value {
border: 1px solid #1f1f1f;
background-color: #333;
color: #c1c1c1;
display: flex;
align-items: center;
}
td.infobox-vrow-value,
.infobox tr td.infobox-extra {
border-top: 2px solid #3e3e3e;
border-bottom: 2px solid #3e3e3e;
}
#build_area {
display: flex;
align-items: center;
justify-content: center;
background-color: #333;
border: 1px solid #1f1f1f;
border-bottom-style: solid;
border-bottom-width: 2px;
border-top: 2px solid #3e3e3e;
border-bottom: 2px solid #3e3e3e;
}
#scale_area {
display: flex;
align-items: center;
justify-content: center;
}
.factorio-icon[style*="background-color:#999"],
.factorio-icon[style*="background-color:#929292"],
.factorio-icon[style*="background-color: rgb(153, 153, 153);"] {
background: radial-gradient(#909090, #6b6b6c);
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-right: 1px solid #2A2A2A;
border-bottom: 1px solid #2A2A2A;
}
.factorio-icon {
display: inline-block;
margin: 5px;
position: relative;
padding: 3px;
width: 32px;
height: 32px;
border: 1px solid #4B4543;
}
.factorio-icon-text {
position: absolute;
bottom: -3px;
right: 2px;
color: #fff;
font-size: smaller;
font-weight: bold;
text-shadow: 0px 1px 1px #000, 0px -1px 1px #000, 1px 0px 1px #000, -1px 0px 1px #000;
}
.button-column {
display: flex;
flex-direction: column;
justify-content: center;
margin-right: 5px;
margin-left: 5px;
}
.AddIcon,
.RemoveIcon {
height: 22px;
width: 32px;
}
footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #333;
padding: 10px 0;
}
#version {
font-size: small;
font-style: italic;
}
#main_area {
display: flex;
align-items: center;
}