-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle-mobile.css
120 lines (120 loc) · 2.02 KB
/
style-mobile.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
112
113
114
115
116
117
118
119
120
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800';
body {
margin: 0px;
background-attachment: fixed;
background-image: linear-gradient( rgba(229, 57, 53, 0.75), rgba(229, 57, 53, 0.75) ), url('https://booligoosh.github.io/rubiks-time/beach.jpg');
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color: white;
text-align: center;
}
h1 {
margin-top: 2em;
margin-bottom: 0;
font-size: 15em;
font-weight: 100;
}
h2 {
font-size: 9em;
margin-top: 0;
margin-bottom: 0.5em;
font-weight: 100;
}
h6 {
font-size: 5em;
margin-top: 0;
margin-bottom: 0.5em;
font-weight: 100;
}
#numbers {
margin-top: 2.5em;
margin-bottom: 0;
font-size: 15em;
font-weight: 100;
}
#gear {
position: fixed;
top: 1em;
right: 1em;
}
#stats {
width: 32px;
height: auto;
position: fixed;
top: 1em;
left: 1em;
}
.combo-span h2 {
display: inline;
padding: 0.25em;
margin-bottom: 0;
}
.combo-span img {
height: 2.5em;
width: auto;
}
#solveslist h6 {
transition: all, 0.25s;
}
#solveslist h6:hover {
color: rgba(255,0,0,0.25);
text-decoration: line-through;
}
hr {
border-color: white;
margin-left: 5em;
margin-right: 5em;
border-style: solid;
}
#graph svg rect:nth-child(1) {
fill: white;
}
#graph svg rect:nth-child(2) {
fill: rgba(0,0,0,0);
}
#graph svg path {
stroke: white;
}
#graph svg text {
fill: white;
font-family: 'Open Sans', sans-serif;
}
#graph svg g:nth-child(4) {
display: none;
}
#graph svg g:nth-child(5) g:nth-child(4) g text {
fill: white;
}
#graph svg g:nth-child(5) g g rect {
fill: white;
}
#graph svg g:nth-child(6) text {
fill: black;
}
#graph svg g:nth-child(6) g g:nth-child(4) {
display: block;
}
#graph svg g:nth-child(6) g g:nth-child(5) {
display: none;
}
#screen1 {
display: block;
}
#screen2 {
display: none;
}
#screen3 {
display: none;
}
#screen4 {
display: none;
}
#screen5 {
display: none;
}
#screen6 {
display: none;
}