-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
50 lines (50 loc) · 862 Bytes
/
style.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
body {
background-color: #222;
font-family: Calibri, Helvetica;
font-weight: bold;
color: #2ecc40;
/*color: #0B83BA;*/
text-shadow: 0px 0px 5px #2ecc40;
}
.glow-letter {
color: #0B83BA;
text-shadow: 0px 0px 2px #0B83BA;
-webkit-animation: glow-letter-fade 0.2s 1;
}
@-webkit-keyframes glow-letter-fade {
from {
text-shadow: 0px 0px 50px #FFF;
}
to {
top: 200px;
text-shadow: 0px 0px 2px #0B83BA;
}
}
.guide-header {
text-align: center;
font-size: 60px;
}
.search-box {
font-size: 60px;
}
.search-row {
margin-left: auto;
margin-right: auto;
}
.search-row form,
.search-row input {
display: inline;
}
.stop-reading {
display: inline-block;
border: 1px solid #2ecc40;
font-size: 60px;
width: 90px;
text-align: center;
}
.result-display {
font-size: 60px;
}
.neon-image {
float: right;
}