-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
124 lines (123 loc) · 2.87 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="icn.ico" >
<title>MIKEY WINSOR</title>
<style type="text/css">
body {
background-color:#FFF;
}
body,td,th {
color: #666666;
font-size: 20px;
font-family:"Century Gothic";
}
#top {
position: fixed;
top: 0px;
left:0px;
width:100%;
height:68px;
z-index:5;
background: rgba(255,255,255,.8);}
#frame {
position:fixed;
width: 68%;
height: 68%;
left: 16%;
top: 80px;
z-index:5;
background-color:#333333;
text-align: center;
visibility: hidden;
border-color:#666600;
border-width:thick;
background-color:#EEEEEE;}
#navi {
position: fixed;
bottom:20px;
left:20px;
border-width:medium;
width:200px;
height:70px;
z-index:2;
text-align: center;
vertical-align:top;
visibility:visible;}
a:link {
color: #66666;
text-decoration: none;}
a:visited {text-decoration: none; color: #666666;}
a:hover {text-decoration: none; color: #600;}
a:active {text-decoration: none; color: #E4E6DF;}
.frame{box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);}
strong {
font-size:16px;
font-style:normal;}
specs {
font-size:14px;
}
.nfo {font-size:17px; vertical-align: bottom;}
h1 {color:#FFF;}
.h{cursor:pointer}
#PV {
position:absolute;
width: 700px;
height: 70%;
left: 300px;
top: 104px;
z-index:2;
text-align:center;
visibility: visible;
}
#about {
position: fixed;
top:250px;
left:20px;
width:280px;
height:80px;
z-index:1;
text-align:left;
visibility: visible;
}
#preload {
position:fixed;
width: 10%;
height: 10%;
right: 0px;
top: 18%;
text-align:center;
z-index:1;
visibility:hidden;
}
</style>
<script type="text/javascript">
if (typeof window.orientation !== 'undefined') {window.location.href = "mobile.html";}
</script>
<script type="text/javascript" src="js.js">
</script>
</head>
<body>
<div id="PV"></div>
<body onload="pageload()">
<p> </p>
<div id="navi"><a href="#" onclick="pr();"><img src="arrow-left.png" width="60" height="60" class="h"/></a> <a href="#" onclick="showThumbs();"><img src="thumb.png" width="60" height="60" /></a> <a href="#" onclick="nx();"><img src="arrow-right.png" width="60" height="60" class="h"/></a></div>
<div id="top">
<table width="508" border="0" cellspacing="4" cellpadding="0">
<tr>
<td width="15"> </td>
<td width="427"><b> <span ><font size="+4">mikey winsor</font></span></b></td>
<td width="174"><a href="#" onclick="infoclick();"><font class="nfo">info</font></a></td>
</tr>
</table>
</div>
<div id="frame">
</div>
<div id="about">
<div align="center">
</div>
</div>
<div id="preload"></div>
</body>
</html>