-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
48 lines (45 loc) · 1.14 KB
/
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
body {
margin: auto;
}
header{
margin: auto;
text-align: center;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size: 50px;
font-weight: 500;
color: black;
line-height: 3em;
color:rgb(63, 48, 48);
}
p {
margin: auto;
text-align: center;
width: 960px;
font-family: 'Times New Roman', Times, serif;
font-size: 20px;
color: black;
color:rgb(63, 48, 48);
}
svg {
display: block;
margin: auto;
background-color: rgb(63, 48, 48);
}
.pest{
height:800;
display: block;
}
.annotation-note-title{
fill:white;
font-size: large;
font-weight: bold;
}
.tippy-box[data-theme~='light-border'] {
background: #F3904F; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #3B4371, #F3904F); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #3B4371, #F3904F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
border: 2px solid white;
font-size:1.1em;
font-family: serif;
color:white;
}