-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
114 lines (84 loc) · 1.4 KB
/
style.css
File metadata and controls
114 lines (84 loc) · 1.4 KB
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
112
113
114
body {
font-family: Arial, Helvetica, sans-serif;
background-color: #282828;
margin: 0;
height: 100%;
overflow: hidden
}
.pure-menu {
background-color: rgb(221, 221, 221);
height: 60px;
}
.pure-menu-list {
padding-top: 12px;
margin-left: 15px;
color: #282828;
}
.pure-menu-link:hover {
background-color: rgb(221, 221, 221);
opacity: .7;
}
.fa-virus {
color: #e7717d;
font-size: 2rem;
}
.pure-g {
text-align: center;
color: white;
}
.location-finder {
margin-top: 10rem;
border-radius: 0rem;
}
h1 {
font-size: 100px;
margin-bottom: 0;
color: #e7717d;
text-align: center;
}
p {
font-size: 22px;
margin-top: 10px;
text-align: center;
}
input {
background: transparent;
color: white;
border: 1px solid white !important;
}
input::placeholder {
color: white;
}
input:hover {
opacity: .8;
}
img {
top: 60px;
right: 0;
position: absolute;
}
#stateList {
background: transparent;
color: whitesmoke;
border: 1px solid white !important;
}
#stateList:hover {
opacity: .8;
}
#goButton {
background: transparent;
border: 1px solid white !important;
margin-left: 15px;
color: whitesmoke;
border-radius: 4px;
}
#goButton:hover {
opacity: .8;
}
#stateList {
color: white;
background-color: #282828;
}
.pure-form {
text-align: center;
}