-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvisual.css
97 lines (83 loc) · 1.52 KB
/
visual.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
body{
background-color: white;
background-repeat: no-repeat;
background-size: cover;
font-family: Georgia;
}
mainHeader{
background:no-repeat center bottom scroll;
-webkit-background-size: cover;
-moz-background-size:cover;
-o-background-size: cover;
background-size: cover;
min-height: 150px;
padding-top: 2%;
font-size:100%;
}
h1{
text-align: center;
color: rgb(00, 00, 00);
}
p{
margin: 20px;
text-align: center;
color: rgb(00, 00, 00);
}
.playSelection{
background: url('slide.jpg');
background-position:center;
background-repeat:no-repeat;
height: 350px;
width: 350px;
margin-top: 10%;
margin-left: 20%;
}
.docSelection{
background: url('stethoscope.jpg');
background-position:center;
background-repeat:no-repeat;
height: 350px;
width: 350px;
float: right;
margin-top: 10%;
margin-right: 20%;
}
.selector{
display: block;
}
.doctor{
display: none;
height: 80%;
}
.playground{
display: none;
height: 80%
}
.backButton{
margin-top: 0px;
margin-left: 10%;
height: 30px;
width: 10%;
}
.contButton{
margin-top: 0px;
margin-left: 35%;
height: 30px;
width: 10%;
}
.docQuestions{
display: none;
}
.playQuestions{
display: none;
}
.choice{
margin-left: 16%;
height: 25px;
width: 5%;
}
.playChoice{
margin-left: 30%;
height: 25px;
width: 5%;
}