-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSC_Tools_Splash.css
More file actions
76 lines (75 loc) · 1.35 KB
/
SC_Tools_Splash.css
File metadata and controls
76 lines (75 loc) · 1.35 KB
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
/*
* SC_Tools_Splash.css
* Author : Jean-Ferdy Susini
* Created : 15/02/2015 19:53
* Part of the SugarCubes Project
* version : 5.0 alpha
* implantation : 0.3
* Copyright 2015-2024.
*/
/*
* Styles used in the splash screen.
*/
#App_splashScreen{
position:fixed;
z-index:10;
margin:0;
padding:0;
top:0;
left:0;
width:100vw;
height:100vh;
background-color:black;
color:blue;
text-align:center;
}
#App_splashScreen>div{
position: relative;
margin:0;
padding:0;
height:100%;
width:100%;
text-align:center;
line-height:100vh;
}
#App_splashScreen>div div{
display: inline-block;
margin:0;
text-align:center;
vertical-align:middle;
line-height:normal;
}
span.SC_splashH1{
font-size:12vh;
font-weight: bold;
color: white;
}
div.SC_splashH3{
border: 2px solid;
font-size:4vh;
position:absolute;
left:50%;
bottom:1vh;
border-radius:1vh;
padding:1vh 1vw 1vh 1vw;
transform: translate(-50%, 0);
--webkit-transform: translate(-50%, 0);
background-color:rgba(255,255,255,0.6);
}
div.SC_splashRestart{
border: 2px solid;
font-size:4vh;
position:absolute;
right:1vw;
bottom:1vh;
border-radius:1vh;
padding:1vh 1vw 1vh 1vw;
background-color:rgba(255,255,255,0.6);
}
#SC_splash_FB_loading{
position:absolute;
left: calc(50% - 4vw);
width:8vw;
bottom:1vh;
background-color:rgba(0,0,0,0);
}