-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
93 lines (75 loc) · 1.21 KB
/
style.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
/* home page styling */
#area img{
position: absolute;
width: 25%;
}
.room:hover {
color: rgba(255, 255, 255, 1);
filter: drop-shadow(0 0px 15px rgba(255, 183, 15, 0.4));
/* box-shadow:20px 20px 10px orange; */
}
/* tool kit styling */
.toolKitTitle {
text-align: center;
font-family: 'DotGothic16', sans-serif;
}
.toolKitTitle > p {
font-size: 1.5rem;
}
#toolKitBG {
background-size: 40px 40px;
background-color: cornsilk;
background-image:
linear-gradient(to right, blanchedalmond 1px, transparent 1px),
linear-gradient(to bottom, blanchedalmond 1px, transparent 1px);
}
.backArrow{
position: relative;
margin-top: 5px;
margin-left: 15px;
}
.tool {
position: absolute;
z-index: 3;
}
#computer {
left: 5vw;
}
#postIt {
left: 25vw;
}
#coffee {
left: 45vw;
}
#magnify {
left: 65vw;
}
#books {
left: 80vw;
}
#toolKit{
position: relative;
height: 60vh;
/* background-color: aquamarine; */
bottom: -30vh;
overflow: hidden;
}
/* #boxContainer {
position: relative;
width: 100%;
height: 100%;
} */
.box {
position: absolute;
pointer-events:none;
}
.boxBack {
top: 0px;
left: 239px;
z-index: 1;
}
.boxFront {
top: 259px;
left: 326px;
z-index: 10;
}