kliffy/timemachine.html

44 lines
1.2 KiB
HTML
Raw Normal View History

2010-12-02 01:04:15 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<link rel="stylesheet" href="jqueryui/css/ui-lightness/jquery-ui-1.8.5.custom.css">
<style>
2011-03-04 06:47:56 +00:00
.kliffy-menu {
2010-12-02 01:04:15 +00:00
border: 1px solid #777;
position: absolute;
background-color: #eeeeee;
}
2011-03-04 06:47:56 +00:00
.hover div {
background-color: #f2f2f2;
}
2011-03-04 06:47:56 +00:00
.kliffy-nev-ui {
display: none;
}
2011-03-04 06:47:56 +00:00
.hover .kliffy-nev-ui {
display: inline;
float: right;
}
2011-03-04 06:47:56 +00:00
// a.kliffy-word:link {
2011-02-10 01:27:48 +00:00
// text-decoration: none;
// color: #000000;
// }
2011-03-04 06:47:56 +00:00
// a.kliffy-word:hover {
2011-02-10 01:27:48 +00:00
// color: #0000dd;
// }
2010-12-02 01:04:15 +00:00
</style>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jqueryui/js/jquery-ui-1.8.5.custom.min.js"></script>
2011-03-04 06:47:56 +00:00
<script type="text/javascript" src="kliffy.js"></script>
2010-12-02 01:04:15 +00:00
<script type="text/javascript">
$(document).ready(function () {
PlayStory("timemachine.xml", $("#story"));
});
</script>
2011-03-04 06:42:26 +00:00
<title>Richard and Larry Build a Time Machine</title>
2010-12-02 01:04:15 +00:00
</head>
<body>
2011-03-04 06:42:26 +00:00
<div style="float:right;"><b><a href="javascript:location.reload()">Restart game</a></b></div>
2010-12-02 01:04:15 +00:00
<div id="story" />
</body>
</html>