-
Notifications
You must be signed in to change notification settings - Fork 0
/
mobile.html
142 lines (141 loc) · 3.13 KB
/
mobile.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
<!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: 36px;
font-family:"Century Gothic";
}
#top {
position: fixed;
top: 0px;
left:0px;
width:100%;
height:68px;
z-index:4;
background: rgba(255,255,255,.8);}
#topfx1 {
position: fixed;
top: 0;
left:0px;
width:100%;
height:72px;
z-index:1;
background: rgba(255, 255, 255, .2);}
#topfx2 {
position: fixed;
top: 0;
left:0px;
width:100%;
height:76px;
z-index:1;
background: rgba(255, 255, 255, .05);}
#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: absolute;
top:880px;
left:35%;
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:40px;
font-style:normal;}
specs {
font-size:30px;
}
.nfo {font-size:30px;}
h1 {color:#FFF;}
.h{cursor:pointer}
#PV {
position:absolute;
width: 800px;
height:600px;
left: 0%;
top: 110px;
z-index:2;
text-align:center;
}
#about {
position: absolute;
top:720px;
left:20px;
width:480px;
height:80px;
z-index:1;
text-align:left;
}
#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" align="center"></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="mobileThumbs();"> <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="topfx2">
</div>
<div id="topfx1">
</div>
<div id="top">
<table width="600" border="0" cellspacing="4" cellpadding="0">
<tr>
<td width="100"> </td>
<td width="400"><b> <span ><font size="+8">mikey winsor</font></span></b></td>
<td width="100"><a href="info.html"><font class="nfo">info</font></a></td>
</tr>
</table>
</div>
<div id="frame">
</div>
<div id="about">
<div >
</div>
</div>
<div id="preload"></div>
</body>
</html>