-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnoscript.css
More file actions
39 lines (35 loc) · 744 Bytes
/
noscript.css
File metadata and controls
39 lines (35 loc) · 744 Bytes
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
/*
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Banner */
body.is-preload #banner .logo {
-moz-transform: none;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
body.is-preload #banner h2 {
opacity: 1;
-moz-transform: none;
-webkit-transform: none;
-ms-transform: none;
transform: none;
-moz-filter: none;
-webkit-filter: none;
-ms-filter: none;
filter: none;
}
body.is-preload #banner p {
opacity: 01;
-moz-transform: none;
-webkit-transform: none;
-ms-transform: none;
transform: none;
-moz-filter: none;
-webkit-filter: none;
-ms-filter: none;
filter: none;
}