-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmassshootings.css
112 lines (91 loc) · 1.44 KB
/
massshootings.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
body{
font: Arial, Helvetica, sans-serif;
color:white;
}
h1 {
font: 40px Arial;
color:white;
text-align: center;
margin:0;
padding:10px;
}
.axWht line {
stroke: white;
}
.axWht path {
stroke: white;
}
.axWht text {
fill: white;
font: 15
px Arial;
}
.axis,
.axis text {
font: 15px Arial;
fill:#FFFFFF;
}
.annotation {
font: 15px Arial;
fill: #feda6a;
}
.datalabel {
font: 15px Arial;
fill: white;
}
.line {
fill: none;
stroke:steelblue;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 4px;
}
.overlay {
fill: none;
pointer-events: all;
}
.focus circle{
fill: white;
stroke:steelblue;
stroke-width: 5px;
}
.button {
padding: 10px 10px;
font-size: 15px arial;
text-align: center;
cursor: pointer;
outline: none;
color: black;
background-color: lightgrey;
border: none;
border-radius: 15px;
box-shadow: 0 5px #999;
}
.button:hover {
background-color:steelblue;
color: white;
}
.on {
background-color:steelblue;
box-shadow: 0 5px #666;
color: white;
transform: translateY(4px);
}
#intro
{
background-image: url("img/accident-barrier-caution-tape-923681.jpg") ;
background-size:cover;
width: auto;;
height:100%;
margin:0;
padding: 0;
}
.content{
font: 16px Arial;
fill:#FFFFFF;
margin:10px 30px 10px 30px;
padding:0;
}
.textHighlight{
color:#feda6a;
}