-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknapsack.css
More file actions
99 lines (81 loc) · 1.06 KB
/
knapsack.css
File metadata and controls
99 lines (81 loc) · 1.06 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
.containers > div {
display: inline-block;
border: 1px solid;
height: 200px;
width: 225px;
margin: 10px;
margin-right: 1px;
margin-bottom: 1px;
}
#knapsack {
margin-left: 0px;
}
.containers > * {
vertical-align: middle;
}
containers {
height: 320px;
}
#display {
width: 50px;
border: 0px;
}
#reset {
margin-top: 20px;
margin-left: 8px;
text-align: center;
}
#burglar {
padding-right: 140px;
height: 70px;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
#mansion {
padding-left: 140px;
height: 70px;
}
img {
height: 50px;
display: inline-block;
}
div {
display: inline-block;
}
.item {
height: 75px;
margin-bottom: 19px;
}
#knapsackContents {
border: 0px;
width: 90px;
margin-left: 0px;
font-size: 10pt;
}
#locations {
display: block;
}
figure {
height: 100px;
margin: 10px;
}
figcaption {
text-align: center;
font-size: 7pt;
}
#housetxt {
padding-left: 74px;
}
#sacktxt {
padding-left: 2px;
}
#error {
width: 100px;
vertical-align: top;
}
#instructions > span {
font-size: 10pt;
}
#valPerWeight {
margin-top: 5px
}