forked from RaspberryPints/RaspberryPints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
high-res.css
96 lines (84 loc) · 1.55 KB
/
high-res.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
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
body{
font-size: 2.5em;
}
table .tap-num{
width: 80px;
}
table .srm{
width: 250px;
}
table .ibu{
width: 250px;
}
table .abv{
width: 350px;
}
table .keg{
width: 250px;
}
span.tapcircle {
font-size: 30px;
}
.srm-container{
height: 200px;
width: 110px;
}
.srm-indicator{
-webkit-mask-image: url(img/srm/pint-mask-4k.png);
-o-mask-image: url(img/srm/pint-mask-4k.png);
-moz-mask-image: url(img/srm/pint-mask-4k.png);
mask-image: url(img/srm/pint-mask-4k.png);
}
.srm-stroke{
background: url(img/srm/pint-stroke-4k.png)
}
.ibu-container{
height:200px;
width:107px;
}
.ibu-indicator{
background-image: url(img/ibu/stroke-4k.png);
}
.ibu-indicator .ibu-full{
background-image: url(img/ibu/full-4k.png);
}
.abv-container{
height: 200px;
width: 230px;
}
.abv-indicator{
background-image: url(img/abv/stroke-4k.png);
}
.abv-indicator .abv-full{
background-image: url(img/abv/full-4k.png);
}
.abv-offthechart{
height: 110px;
width: 229px;
background-image: url(img/abv/offthechart-4k.png);
}
.keg-container{
height: 200px;
width: 132px;
}
.keg-indicator{
background-image: url(img/keg/stroke-4k.png);
}
.keg-indicator .keg-full{
background-image: url(img/keg/full-4k.png);
}
.keg-indicator .keg-empty{
background-image: url(img/keg/empty-4k.png);
}
.keg-indicator .keg-red{
background-image: url(img/keg/red-4k.png);
}
.keg-indicator .keg-orange{
background-image: url(img/keg/orange-4k.png);
}
.keg-indicator .keg-yellow{
background-image: url(img/keg/yellow-4k.png);
}
.keg-indicator .keg-green{
background-image: url(img/keg/green-4k.png);
}