This repository has been archived by the owner on May 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
85 lines (77 loc) · 1.38 KB
/
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
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
html, body{
min-height: 100%;
background: white; /* Old browsers */
}
*{
-webkit-tap-highlight-color: transparent;
}
html, body {
color: #fff;
font-family: -apple-system, 'Helvetica Neue', Segoe UI, Arial;
padding: 0;
margin: 0;
text-align: center;
background: #222;
text-shadow: 0 1px 0 #000;
overflow: hidden;
-webkit-font-smoothing: antialiased;
}
a {
color: #0cf;
text-decoration: none;
}
h1 {
font-weight: 100;
font-size: 50px;
margin-bottom: 0;
}
.container {
text-align: center;
width: 100%;
}
.centerize {
margin: 0 auto;
}
.button{
display: block;
border: 1px solid #6ca8fb;
margin: 0 auto;
border-radius: 3px;
bottom: 55px;
left: 50%;
margin-left: -131px;
position: absolute;
}
.button a{
display: block;
text-decoration: none;
width: 260px;
height: 40px;
line-height: 40px;
font-weight: 900;
}
#forceMe {
width: 94px;
height: 94px;
margin-left: -47px;
margin-top: 100px;
margin-bottom: 100px;
background-color: rgb(0, 204, 255);
opacity: 1;
border-radius: 100%;
position: relative;
left: 50%;
}
#forceValue {
top: 450px;
width: 100%;
}
#forceValue span {
color: #0cf;
position: relative;
}
#forceValue__level, #forceValue__deep_press {
width: 30px;
box-sizing: border-box;
display: inline-block;
}