-
Notifications
You must be signed in to change notification settings - Fork 0
/
fall.html
162 lines (144 loc) · 3.72 KB
/
fall.html
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang="en">
<head>
<title>Offline</title>
<link rel="manifest" href="../manifest.json">
<meta http-equiv="Cache-control: no-transform">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"/>
<meta name="theme-color" content="#fffaf0"/>
<link rel="icon" sizes="192x192" href="/app/vlogpwa.png">
<link rel="apple-touch-icon" sizes="192x192" href="../app/vlogpwa.png">
<link rel="apple-touch-startup-image" href="../app/vlogpwa.png">
<link rel="apple-touch-icon" href="../app/vlog4x.png">
<meta name="apple-mobile-web-app-title" content="Vrixe">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<style>
body{
margin: 0px;
background-color: #e1e4ea;
background-image: url("../app/walls.jpeg");
background-position: center;
background-size: 100%;
font-family: Titillium Web, Roboto, Noto sans;
background-attachment: fixed;
background-position-y: top;
background-position-x: right;
background-repeat: no-repeat;
background-color: rgba(172, 175, 179, 0.85);
background-blend-mode: overlay;
}
@media screen and (max-width: 980px){/*responsive*/
body{
background-size: 385%;
}}
#gtr{
width: 100%;
background-color: rgba(39, 40, 41, 0.53);
height: 100vh;
overflow: scroll;
margin-top: 0px;
z-index: 441;
display: none;
position: fixed;
}
.postcen{
text-align: left;
width:100%;
margin:auto;
margin-top: 10%;
}
@media screen and (min-width: 980px){/*responsive*/
.postcen{
margin-top: 5%;
width: 50%;
max-width: 500px;
}}
#avprofile{
height:50px;
width: 50px;
}
#pefright{
float: right;
text-align: left;
width: 80%;
}
.pef{
width: 90%;
margin-left: 2%;
height: auto;
position: absolute;
box-shadow: 5px 40px 67px -31px rgba(92,91,92,1);
vertical-align: top;
overflow: hidden;
bottom: 5%;
text-align: left;
padding-bottom: 3%;
padding-top: 5%;
padding-left: 3%;
color: #000000;
padding-right: 3%;
border-radius: 10px;
z-index: 300;
margin-bottom: 20px;
background-color: #ffffff91;
border: none;
}
@media screen and (min-width: 980px){/*responsive*/
.pef{
display: inline-block;
width: 450px;
padding-bottom: 1%;
padding-top: 1%;
margin-left: 10px;
overflow: hidden;
margin-right: 10px;
}}
.proaddalt{
width: auto;
cursor: pointer;
margin: auto;
margin-left: 10px;
margin-right: 10px;
display: inline-block;
height: auto;
outline: none;
font-family: Titillium Web, Roboto, Noto sans;
border: none;
background-color: transparent;
color: #000000;
padding-top: 2%;
padding-bottom: 2%;
font-size: 14px;
padding-left: 1%;
padding-right: 1%;
font-weight: bold;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
}
.proaddalt:hover{
color:#5a0fc8;
}
</style>
</head>
<body>
<div id="gtr" onclick="iospathalt()"></div>
<div class="postcen">
<div class="pef" id="aths">
<img alt="vrixe logo" id="avprofile" src="../app/vlogfour.png">
<div id="pefright">
<b>Why this?</b><br>
We couldn't load the page you requested for. Connection may be lost or we need to revalidate your page request.
</div>
<br><br>
<div style="clear: both;display: block;margin-top:10px">
<a href="/me.php"><button class="proaddalt">Profile</button></a>
<a href="/aboutvrixe.php"><button class="proaddalt">About</button></a>
<a href="/help/feedbacks.php"><button class="proaddalt">Feedbacks</button></a>
<a href="/app/allmenu.html"><button class="proaddalt">More...</button></a>
</div>
</div>
</div>
</body>
</html>