forked from edoaxyz/vtlog-map
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-old.html
More file actions
166 lines (160 loc) · 4.77 KB
/
index-old.html
File metadata and controls
166 lines (160 loc) · 4.77 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
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
163
164
165
166
<!--
Copyright 2018 Edoardo Grassi
-->
<!DOCTYPE html>
<html>
<head>
<title>D1strict-VTC | Live-Map</title>
<style type="text/css">
/* open-sans-regular - latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url('https://vtc-map.d1strict.de/fonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('https://vtc-map.d1strict.de/fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('https://vtc-map.d1strict.de/fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('https://vtc-map.d1strict.de/fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
url('https://vtc-map.d1strict.de/fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('https://vtc-map.d1strict.de/fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/*@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url("https://vtc-map.d1strict.de/fonts/MaterialIcons-Regular.eot");
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url("https://vtc-map.d1strict.de/fonts/MaterialIcons-Regular.woff2") format('woff2'),
url("https://vtc-map.d1strict.de/fonts/MaterialIcons-Regular.woff") format('woff'),
url("https://vtc-map.d1strict.de/fonts/MaterialIcons-Regular.ttf") format('truetype');
}*/
/* fallback */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(https://vtc-map.d1strict.de/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}
body {
margin: 0;
text-align: center;
font-family: "Open Sans";
font-size: 30px;
min-width: 100%;
min-height: 100%;
vertical-align: middle;
text-decoration: none;
color: white;
}
html {
background: url(images/background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 100%;
}
#logo {
max-width: 90%;
margin: 10px;
max-height: -1%;
}
a {
height: auto;
display: inline-block;
text-decoration: none;
margin:10px;
border-radius: 2px;
padding: 10px;
background-color: #3F51B5;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
color: white;
}
#hide {
display: inline;
opacity: 0.6;
}
#alert {
position: fixed;
width: 100%;
height: 100%;
top:0;
left:0;
background-image: url("images/st.png");
padding-top: 10%;
text-align: center;
opacity: 0;
transition: opacity 1s;
z-index: -1;
}
#alert i {
float: right;
}
#alert div {
background-color: white;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
margin-left: 9%;
margin-right: 10%;
max-width: 500px;
width: 80%;
display: inline-block;
color: black;
text-align: left;
padding: 10px;
font-size: 13pt;
}
.material-icons {
cursor: pointer;
}
</style>
<link rel="icon" href="https://d1strict.de/images/style-5/favicon.ico">
<meta name="theme-color" content="#0C151C">
<!--<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">-->
<meta name="viewport" content="width=device-width, user-scalable=no,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
</head>
<body>
<br><br>
<h1>D1strict-VTC</h1>
<br>Select a map<br>
<div>
<a href="ets2"><img src="images/ets2logo.png"><br>Euro Truck Simulator</a><br>
<!--<a href="ats"><img src="images/atslogosmall.png" ><br>American Truck Simulator</a><br>-->
<a href="https://d1strict.de/privacy/"><img src="images/privacy.png" ><br>Privacy</a>
<a href="https://d1strict.de/legal-notice/"><img src="images/legalnotice.png" ><br>Legal Notice</a>
</div>
<div id="alert">
<div>
<t style="font-size:18pt;">Map is not available</t>
<i class="material-icons" onclick="clearAlert()"></i><br><br>
Description of the problem
</div>
</div>
<script type="text/javascript">
function putAlert() {
document.getElementById("alert").style.opacity = 1;
document.getElementById("alert").style.zIndex = 10;
}
function clearAlert() {
document.getElementById("alert").style.opacity = 0;
document.getElementById("alert").style.zIndex = -10;
}
</script>
</body>
</html>