-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathstyles.css
91 lines (80 loc) · 1.49 KB
/
styles.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
/*
Note: The content of this file must be manually minified and added to
f7.welcomescreen.js and assign the result to the variable "css".
*/
.welcomescreen-container {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #fff;
z-index: 10500;
color: #666;
font-size: 16px;
}
.welcomescreen-closebtn{
top: 5px;
right: 5px;
position: absolute;
text-align: right;
z-index: 9998;
font-size: 14px;
padding: 15px;
cursor: pointer;
}
.welcomescreen-swiper {
position:relative;
width: 100%;
height: 100%;
}
.welcomescreen-title{
width: 100%;
text-align: center;
margin-top: 20%;
}
.welcomescreen-picture{
width: 100%;
text-align: center;
margin-top: 20%;
}
.welcomescreen-text {
position:absolute;
bottom: 65px;
left: 0;
right: 0;
padding-left: 20px;
padding-right: 20px;
text-align:center;
}
.welcomescreen-content {
padding: 15px;
}
.welcomescreen-container .swiper-pagination-bullet{
background: rgba(255, 255, 255, 0.9) !important;
}
.welcomescreen-container .swiper-pagination-bullet-active{
background: #fff;
}
.swiper-container-horizontal>.swiper-pagination{
bottom: 20px;
}
html.with-statusbar-overlay .welcomescreen-container{
top: 20px;
}
/*
Parallax Background Effect
*/
.parallax-bg {
position: absolute;
left: 0;
top: 0;
width: 130%;
height: 100%;
-webkit-background-size: cover;
background-size: cover;
background-position: center;
}
.hide-title {
opacity: 0;
}