-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathid-info.html
208 lines (198 loc) · 5.95 KB
/
id-info.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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<title>Clan Inks iGod - IDs de juegos</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script>
function openWindowText(text) {
var windoww = window.open(``, `Ventana`, `height=500px,width=500px`)
windoww.document.write(`<html><body style="background-image: url('imgs/bg.png'); background-repeat: no-repeat; background-attachment: fixed; background-size: cover;"><p style="font-family: Impact; font-size: 1.75cm; text-align:center" draggable="true">${text}</p></body></html>`)
}
function openWindowCustom(url, name, config) {
var windoww = window.open(`${url}`, `${name}`, `${config}`, true)
}
</script>
<!--Aquí todos los styles-->
<style>
.bg {
background-image: url("imgs/bg.png");
background-repeat: no-repeat;
background-size: cover;
}
.center {
margin: auto;
width: 100%;
padding: auto;
background-color: #000000;
min-height: 2.5cm;
text-align: center
}
.rectangle {
height: 5px;
width: 100%;
background: #000000;
}
.rectangle-footer {
min-height: 115px;
width: 100%;
background-color: #000000;
}
@font-face {
font-family: "Console";
src: url("custom-fonts/Inconsolata-VariableFont_wdth\,wght.ttf");
}
@font-face {
font-family: "Mojangles";
src: url('custom-fonts/minecraft.ttf');
}
</style>
<!--Aquí los style de menús despegables-->
<style type="text/css">
* {
margin: auto;
padding: 0px;
}
#header {
margin: 0px;
width: 500px;
font-family: Arial, Helvetica, sans-serif;
align-content: center
}
ul,
ol {
list-style: none;
}
.nav>li {
float: left;
}
.nav li a {
background-color: rgba(0, 0, 0, 0);
color: #fff;
text-decoration: none;
padding: 10px 12px;
display: block;
transition: linear 0.25s;
}
.nav li a:hover {
background-color: #434343a2;
}
.nav li ul {
display: none;
position: absolute;
min-width: 160px;
}
.nav li:hover>ul {
display: block;
}
.nav li ul li {
position: relative;
}
.nav li ul li ul {
right: -140px;
top: 0px;
}
</style>
<html class="bg">
<head>
<div class="center" style="font-family: Console; font-size: 1.75cm; text-align: center;">
<p style="color:rgb(255, 255, 255); position: static; text-align: center" draggable="true">IDs de juegos</p>
</div>
</head>
<body>
<div id="header" style="min-height: 1.5cm; background-color: black; width: 100%;">
<ul class="nav">
<li><a draggable="true">Funciones</a>
<ul>
<li><a href="">Recargar página</a>
<li><a draggable="true" onclick="openWindowText('Esto no sé para que está la verdad')">Abrir ventana</a>
</ul>
<li><a href="index.html">Inicio</a>
<li><a href="about.html">Acerca de</a>
<li><a href="server-mc.html">Servidor de Minecraft</a>
<li><a href="discord.html">Discord</a>
</li>
</ul>
</div>
<br>
<br>
<br>
<style>
#id-container {
min-width: 60%;
max-width: 80%;
min-height: 60%;
background-color: black;
border-radius: 16px;
border-width: 5px;
border-color: white;
border-style: solid;
text-align: center;
font-size: 1.5cm;
color: white
}
#panel-title {
font-family: "Console";
font-size: 1.75cm;
}
#panel-id {
font-family: "Console";
font-size: 1.5cm;
}
#button-namemc {
padding: 10px;
margin: auto;
background-color: #00000000;
font-size: 1.25cm;
color: white;
font-family: "Console";
border-radius: 32px;
border-width: 3px;
border-color: white;
outline: unset;
transition: linear 0.25s
}
#button-namemc:hover {
background-color: #ffffff;
font-size: 1.25cm;
color: #000000;
font-family: "Console";
border-radius: 32px;
border-width: 3px;
border-color: white;
outline: unset;
transition: linear 0.25s
}
</style>
<div id=id-container>
<p id=panel-title><b draggable="true">Fortnite</b></p>
<br>
<p id=panel-id><b draggable="true">Líder:</b> TTV.Gatus_igod</p>
<p id=panel-id><b draggable="true">Co-líder:</b> TTV.MARIO_iGod</p>
<p id=panel-id><b draggable="true">Admins:</b> SolVent270, adriturbito</p>
<br>
</div>
<br>
<div id=id-container>
<p id=panel-title><b draggable="true">Minecraft</b></p>
<p id=panel-id><b draggable="true">Java</b></p>
<p id=panel-id><b draggable="true">Co-líder:</b> NotMrMario</p>
<br>
<a href="https://es.namemc.com">
<button id=button-namemc type="button">Buscar cuentas de Minecraft Java (premium)</button>
</a>
<br>
<br>
</div>
<br>
<br>
<br>
</body>
<footer>
<div class="rectangle-footer">
<br>
<p style="font-size: 1cm; font-family: Console; text-align: center; color: rgb(255, 255, 255);;" draggable="true">Contacto</p>
<p style="font-size: 1cm; font-family: Console; color: #ffffff; text-align: center;"><b draggable="true">Discord:</b> Mr. Mario#8498
<img src="imgs/Discord pfp xmas.png" style="height: 48px; border-radius: 32px;" draggable="false">
</p>
<br>
</div>
</footer>
</html>