forked from sameerasw/my-internet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspeedtest.net.css
53 lines (47 loc) · 872 Bytes
/
speedtest.net.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
/* ookla-transparecy */
html,
body,
.pre-fold,
.masthead-dark {
background: #00000000 !important;
background-color: #00000000 !important;
}
/* ookla-layout fixes */
#container,
body,
.pre-fold,
.main-content,
.main,
.container,
.pure-g,
.pure-u-custom-speedtest {
height: 100% !important;
}
.pre-fold {
align-items: center !important;
margin: auto 0 !important;
}
.container,
.speedtest-container {
margin: auto auto !important;
}
/* ookla-hover */
div.pure-u-1 {
opacity: 0 !important;
transition: all 0.3s ease-in-out !important;
&:hover {
opacity: 1 !important;
}
}
/* ookla-hide elements */
div.lower-content.lower-content-blend,
footer,
.connection-component-container > div:nth-child(3) {
display: none !important;
}
.pure-u-custom-ad-skyscraper {
display: none !important;
}
.pure-u-custom-speedtest {
margin: auto !important;
}