-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathknapsack.css
134 lines (97 loc) · 1.7 KB
/
knapsack.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
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
124
125
126
127
128
129
130
body {
width: 100%;
padding: 2%;
background-image: url(whiteStars.gif) !important;
}
.minor{
width: 49%;
float: left;
margin-bottom: 20px;
}
.inner{
border: 1px solid black;
width: 95%;
height: 300px;
padding: 7%;
/* background-color: white;*/
}
#house{
/* background-image: url(hardwood.jpg);*/
background-color: rgba(197, 255, 139,0.9);
}
#knapsack{
/* background-image: url(jeans.jpg);*/
/* background-color: #CBC0D2;*/
background-color: rgba(203,192,210,0.9);
}
#d3s{
padding: 0%;
background-color: white;
}
.top{
height: 200px;
align-content: auto;
margin: auto;
background-color: rgba(255, 255, 255, 0.70) !important;
}
.top img{
max-height: 100%;
max-width: 50%;
margin: auto;
}
.inner figure{
height: 31%;
width: 33%;
float: left;
align-self: center;
vertical-align: middle;
margin-top: 3%;
margin-bottom: 3%;
}
figure img{
max-height: 80%;
max-width: 100%;
}
figure img:hover{
opacity: 0.5;
filter: alpha(opacity=40);
cursor: pointer;
}
figure figcaption{
vertical-align: middle;
text-align: center;
text-shadow: 2px 2px white;
font-size: 14px;
}
.instruct{
text-align: center;
}
#d3chart{
//border: 1px black solid;
max-height: 400;
}
.extraInfo{
font-weight: bold;
cursor: pointer;
}
.theInfo{
font-size: larger;
/* font-family: monospace;*/
}
.info{
font-size: x-large;
}
.topHalf{
max-height: 80%;
}
.bottomHalf{
text-align: center;
font-size: larger;
}
.states{
font-size: x-large;
}
#spaces{
border: none;
background-color: rgba(255, 255, 255, 0.70) ;
}