-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
121 lines (106 loc) · 2 KB
/
style.css
File metadata and controls
121 lines (106 loc) · 2 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
body {
background: white;
font-family: "Segoe UI";
background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}
.container {
width: 1250px;
}
.wrapper {
width: 1250px;
background: white;
margin: auto;
margin-top: 2rem;
margin-bottom: 2rem;
padding: 12px;
border-radius: 10px;
border: 1px solid black;
box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
#symptoms{
height:900px;
}
button {
width: 100px;
height: 50px;
background-color: white;
color: white;
text-align: center;
line-height: 50px;
border-radius: 30px;
}
button:hover {
cursor: pointer;
cursor: hand;
}
.smallWrapper {
width: 450px;
background: white;
margin: auto;
margin-top: 1rem;
margin-bottom: 4rem;
padding: 12px;
padding-left: 20px;
}
#collapseExample1, #collapseExample2, #collapseExample3, #collapseExample4 {
position: absolute;
z-index: 1;
}
.footer {
left: 0;
bottom: 0;
width: 100%;
background-color: #198754;
color: white;
text-align: center;
}
/*Responsive human*/
.human-body {
width: 207px;
position: relative;
padding-top: 140px;
height: 260px;
display: block;
margin-left: 220px;
margin-top: 80px;
}
.human-body svg:hover {
cursor: pointer;
}
.human-body svg:hover path {
fill: #ff7d16;
}
.human-body svg {
position: absolute;
left: 50%;
fill: #57c9d5;
}
.human-body svg.head {
margin-left: -28.5px;
top: -50px;
}
.human-body svg.shoulder {
margin-left: -53.5px;
top: 42px;
}
.human-body svg.arm {
margin-left: -78px;
top: 114px;
}
.human-body svg.chest {
margin-left: -43.5px;
top: 70px;
}
.human-body svg.stomach {
margin-left: -37.5px;
top: 142px;
}
.human-body svg.legs {
margin-left: -46.5px;
top: 260px;
z-index: 9999;
}
.human-body svg.hands {
margin-left: -102.5px;
top: 258px;
}