forked from Miserlou/Glance-Bookmarklet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
52 lines (44 loc) · 744 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
51
52
body{
}
#container{
width: 50%;
margin-left: 25%;
margin-right: 25%;
}
#result{
text-align: center;
font-size: 32px;
font-family: 'Droid Sans Mono', sans-serif;
padding-top: 9px;
padding-bottom: 9px;
min-height: 40px;
}
#guide_top{
text-align: center;
font-size: 32px;
font-family: 'Droid Sans Mono', sans-serif;
color: #DDDDDD;
}
#guide_bottom{
text-align: center;
font-size: 32px;
font-family: 'Droid Sans Mono', sans-serif;
color: #DDDDDD;
}
#notch{
margin-top: 9px;
padding-top: 12px;
}
.invisible{
font-family: 'Droid Sans Mono', sans-serif;
color: #ffffff;
}
.start{
color: #333333;
}
.pivot{
color: #DE0000;
}
.end{
color: #333333;
}