-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwater.html
258 lines (226 loc) · 5.34 KB
/
water.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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!DOCTYPE html>
<html>
<head>
<title>Pokemon Selection | Mudkip</title>
<link rel="icon" href="img\pokeball.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css\w3.css">
</head>
<style type="text/css">
body {
background-image: url(img/RLQNm.jpg);
background-size: 100%;
background-position: auto auto;
background-repeat: no-repeat;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}
div#load_screen{
background: #000;
opacity: 1;
position: fixed;
z-index:10;
top: 0px;
width: 100%;
height: 1600px;
}
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
cursor: pointer;
}
.button1 {
background-color: white;
color: black;
border: 2px solid #4CAF50;
}
.button1:hover {
background-color: #4CAF50;
color: white;
}
.button2 {
background-color: white;
color: black;
border: 2px solid #008CBA;
}
.button2:hover {
background-color: #008CBA;
color: white;
}
.button5 {
background-color: white;
color: black;
border: 2px solid #555555;
}
.button5:hover {
background-color: #555555;
color: white;
}
</style>
<style>
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
display: inline-block;
vertical-align: top;
}
.footer-distributed .footer-left{
width: 40%;
}
.footer-distributed .footer-links{
color: #ffffff;
margin: 20px 0 12px;
padding: 0;
}
.footer-distributed .footer-links a{
display:inline-block;
line-height: 1.8;
text-decoration: none;
color: inherit;
}
.footer-distributed .footer-company-name{
color: #8f9296;
font-size: 14px;
font-weight: normal;
margin: 0;
}
.footer-distributed .footer-center{
width: 35%;
}
.footer-distributed .footer-center i{
background-color: #33383b;
color: #ffffff;
font-size: 25px;
width: 38px;
height: 38px;
border-radius: 50%;
text-align: center;
line-height: 42px;
margin: 10px 15px;
vertical-align: middle;
}
.footer-distributed .footer-center p{
display: inline-block;
color: #ffffff;
vertical-align: middle;
margin:0;
}
.footer-distributed .footer-center p span{
display:block;
font-weight: normal;
font-size:14px;
line-height:2;
}
.footer-distributed .footer-center p a{
color: #5383d3;
text-decoration: none;;
}
.footer-distributed .footer-company-about{
line-height: 20px;
color: #92999f;
font-size: 13px;
font-weight: normal;
margin: 0;
}
.footer-distributed .footer-company-about span{
display: block;
color: #ffffff;
font-size: 14px;
font-weight: bold;
margin-bottom: 20px;
}
</style>
</head>
<body>
<ul>
<font size="1">
<li><a class="active" a href="index.html">Home</a></li>
</font>
</ul>
<div>
<input type="button" button class="button button2" name="answer" value="Expand for Pokemon Details" onclick="showDiv()" />
<div id="welcomeDiv" style="display:none;" class="answer_list" >
<font color="white">
The fin on Mudkip's head acts as highly sensitive
<p>radar. Using this fin to sense movements of water and air,
<p>this Pokemon can determine what is taking
<p>place around it without using its eyes.
<IMG STYLE="position:absolute; TOP:60px; LEFT:1000px; WIDTH:300px; HEIGHT:200px" SRC="img\water_stat.png" draggable="false">
<IMG STYLE="position:absolute; TOP:250px; LEFT:1000px; WIDTH:300px; HEIGHT:200px" SRC="img\water_personal.png" draggable="false">
</div>
<br>
<IMG STYLE="position:absolute; TOP:60px; LEFT:400px; WIDTH:200px; HEIGHT:200px" SRC="img\original.gif" draggable="false">
<IMG STYLE="position:absolute; TOP:60px; LEFT:700px; WIDTH:200px; HEIGHT:250px" SRC="img\DP4_EN_80.png" draggable="false">
<IMG STYLE="position:absolute; TOP:230px; LEFT:500px; WIDTH:30px; HEIGHT:30px" SRC="img\water.png" draggable="false">
<br>
<br><br><br><br><br><br><br>
<br><br><br>
                       
<a href="#register"><button class="button button1">Are you sure to pick this pokemon as your part of the journey?</button></a>
                                 
<a href="type.html"><button class="button button2">Repick</button></a>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</font color="black">
<a name="register">.</a>
</font>
<br>
<br>
<br>
<br><br>
<br>
<br>
<a href="capture.html" name="register"><IMG STYLE="position:absolute; TOP:1100px; LEFT:550px; WIDTH:150px; HEIGHT:150px" SRC="img\Pokeball (1).png" draggable="false"></a>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</body>
<script>
function showDiv() {
document.getElementById('welcomeDiv').style.display = "block";
}
</script>
<script>
$(document).ready(function(){
$("#hide").click(function(){
$("p").hide();
});
</script>
</html>