forked from clarabstract/factorio-calc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalc.css
66 lines (63 loc) · 960 Bytes
/
calc.css
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
body {
padding:1em;
}
header .pull-right {
padding-right: 130px;
}
header .pull-right select {
margin-left:1em;
}
#recipe {
width: 20em;
}
#ips {
width: 5em;
text-align:right;
}
#calc input {
margin: 0 0.5em;
font-family: monospace;
}
.req {
font-size: 12px;
color:#999;
line-height: 25px;
}
.req > div, .req .recipe-info > div, .req .data > div {
display: inline;
margin-right:1em;
}
.req .data {
display: inline-block !important;
position: absolute;
left: 20%;
height: 25px;
overflow: hidden;
}
.req .val {
font-family: monospace;
font-size: 16px;
color:#000;
padding: 0 0.5em;
display: inline-block;
width: 4em;
text-align: right;
}
.req .name {
font-family: monospace;
font-weight: bold;
padding-right:1em;
font-size: 16px;
color:#000;
width:25%;
}
.req .inputs {
display: block !important;
margin-left:2em;
padding-left: 1em;
border-left:1px dotted #ccc;
}
.req .assemblers .val{
font-weight: bold;
color:#CC7A00;
}