-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
64 lines (61 loc) · 973 Bytes
/
main.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
body {
font: 12px sans-serif;
}
a:link, a:visited, a:hover, a:active {
color: #E60268;
}
#result {
width: 400px;
margin: 0 auto;
}
path {
fill: darkgray;
fill-opacity: 0.5;
}
path:hover {
fill-opacity: 1;
}
div.tooltip {
position: absolute;
display: inline-block;
text-align: left;
line-height: 20px;
height: 30px;
padding: 5px 10px;
background: white;
border: 0px;
border-radius: 5px;
pointer-events: none;
}
.desc {
text-align: center;
width: 400px;
margin: 30px auto 0;
}
.credit {
text-align: center;
width: 400px;
margin: 0 auto;
}
.logo {
position: relative;
display: inline-block;
height: 50px;
line-height: 50px;
vertical-align: middle;
background-size: cover;
background-repeat:no-repeat;
background-position: center center;
}
.logo a span {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
.boonmeelab {
background-image: url('logo_boonmeelab.png');
width: 150px;
}