-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsymptoms.css
92 lines (80 loc) · 1.38 KB
/
symptoms.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
/* COLORS:
Med blue = 51, 193, 227, #33C1E3
Dark blue = 51, 167, 187, #33A7BB
Orange = 255, 126, 57 , #FF7E39
Pale orange = 255, 173, 138, #FFAD8A
Gray = 148, 148, 148, #949494
Light gray = 247, 247, 247, #F7F7F7
*/
/* Main body */
#content-container {
margin: 40px;
}
#symptoms-container {
margin: 30px auto;
padding: 20px 0 5px 0;
width: 1090px;
}
#symptoms-form-container {
margin: auto;
}
.symptoms-inner-container {
width: 250px;
height: 350px;
padding: 0 10px 0 10px;
float: left;
font-size: 14px;
}
#button-container {
width: 200px;
margin: auto;
}
#submit-button {
width: 200px;
margin-top: 20px;
}
.severity-container {
padding-right: 35px;
font-weight: 100;
}
.input-container {
display: block;
height: 30px;
padding: 0;
margin-bottom: 10px;
}
.name-container {
width: 100px;
float: left;
}
a.info
{
position:relative;
z-index:24; background-color:#ddd;
color:#000;
text-decoration:none
}
a.info:hover {z-index:25; background-color:#ff0}
a.info span{display: none}
a.info:hover span
{
display:block;
position:absolute;
top:2em; left:2em; width:10em;
border:1px solid #0cf;
background-color:#555; color:#fff;
}
/* Slider popup */
.slider-container {
z-index: 24;
}
.slider-container:hover {
z-index: 25;
}
.slider-container span {
display: none;
font-size: 10px;
}
.slider-container:hover span {
display: block;
}