surii.net/hack/tiny-tbone.html

40 lines
1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>3DS Tiny Test</title>
<meta name="description" content="3DS tiny test">
<meta name="author" content="Ryan Westphal">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="../css/surii.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.tinytbone
{
height: 218px;
left: -80px;
overflow: hidden;
position: fixed;
top: -158px;
width: 398px;
background: red;
}
</style>
</head>
<body class="tiny" style="background: red;">
<div style="background: #ccf;">
<p>Tiny screen</p>
<p>
&quot;tiny&quot; mode has only the lower screen but you get all the D-Pad directions + A button + single-tap.</p>
</div>
<div class="tinytbone">
tbone?
</div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript" src="../js/surii.js"></script>
</body>
</html>