You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
235 lines
5.5 KiB
HTML
235 lines
5.5 KiB
HTML
2 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=0.6">
|
||
|
<title>Savior</title>
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<style>
|
||
|
|
||
|
body{
|
||
|
|
||
|
background-color: #c8c9cc;/*#cccccc;#cdd0d1;*/
|
||
|
background-size: 40px 40px;
|
||
|
background-image:
|
||
|
linear-gradient(to right, white 1.5px, transparent 1px),
|
||
|
linear-gradient(to bottom, white 1.5px, transparent 1px);/*#0aceff*/
|
||
|
font-family: Helvetica;
|
||
|
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
.container1{
|
||
|
height:750px;
|
||
|
width:130%;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
flex-wrap: nowrap;
|
||
|
/*flex-flow: row nowrap; */
|
||
|
justify-content: space-between; /*main axis. there are also space-evenly, space-around */
|
||
|
align-items: baseline; /*or center*/
|
||
|
align-content: center;
|
||
|
}
|
||
|
|
||
|
.item{
|
||
|
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
.item1{
|
||
|
|
||
|
left: 6%;
|
||
|
position: absolute;
|
||
|
display: inline-block;
|
||
|
width: 74%;
|
||
|
height: 41em;
|
||
|
margin-top: 3em;
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.container2{
|
||
|
height:800px;
|
||
|
width:100%;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
flex-wrap: nowrap;
|
||
|
/*flex-flow: row nowrap; */
|
||
|
justify-content: space-between; /*main axis. there are also space-evenly, space-around */
|
||
|
align-items: baseline; /*or center*/
|
||
|
align-content: center;
|
||
|
}
|
||
|
|
||
|
|
||
|
h3{
|
||
|
font-family:monospace;
|
||
|
position: absolute;
|
||
|
display: inline-block;
|
||
|
left: 2%;
|
||
|
}
|
||
|
|
||
|
.item2{
|
||
|
background-color: #de4e37;
|
||
|
left: 2%;
|
||
|
position: absolute;
|
||
|
display: inline-block;
|
||
|
width: 38%;
|
||
|
height: 620px;
|
||
|
margin-top:7em;
|
||
|
box-shadow: 7px 7px 12px black;
|
||
|
}
|
||
|
|
||
|
|
||
|
.item3{
|
||
|
background-color: #4873e0;
|
||
|
left: 48%;
|
||
|
position: absolute;
|
||
|
display: inline-block;
|
||
|
width: 38%;
|
||
|
height: 620px;
|
||
|
margin-top:7em;
|
||
|
box-shadow: 7px 7px 12px black;
|
||
|
|
||
|
}
|
||
|
|
||
|
.container3{
|
||
|
height:800px;
|
||
|
width:100%;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
flex-wrap: nowrap;
|
||
|
/*flex-flow: row nowrap; */
|
||
|
justify-content: space-between; /*main axis. there are also space-evenly, space-around */
|
||
|
align-items: baseline; /*or center*/
|
||
|
align-content: center;
|
||
|
}
|
||
|
|
||
|
.item4{
|
||
|
background-color: #f7e60d;
|
||
|
left: 2%;
|
||
|
position: absolute;
|
||
|
display: inline-block;
|
||
|
width: 25%;
|
||
|
padding-top:1em;
|
||
|
height: 620px;
|
||
|
box-shadow: 7px 7px 12px black;
|
||
|
|
||
|
}
|
||
|
|
||
|
.item5{
|
||
|
background-color: #4873e0;
|
||
|
left: 32%;
|
||
|
position: absolute;
|
||
|
display: inline-block;
|
||
|
width: 25%;
|
||
|
padding-top:1em;
|
||
|
height: 620px;
|
||
|
box-shadow: 7px 7px 12px black;
|
||
|
|
||
|
}
|
||
|
|
||
|
.item6{
|
||
|
background-color: #de4337;
|
||
|
left: 61%;
|
||
|
position: absolute;
|
||
|
display: inline-block;
|
||
|
width: 25%;
|
||
|
padding-top:1em;
|
||
|
height: 620px;
|
||
|
box-shadow: 7px 7px 12px black;
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
.container4{
|
||
|
height:800px;
|
||
|
width:100%;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
flex-wrap: nowrap;
|
||
|
/*flex-flow: row nowrap; */
|
||
|
justify-content: space-between; /*main axis. there are also space-evenly, space-around */
|
||
|
align-items: baseline; /*or center*/
|
||
|
align-content: center;
|
||
|
}
|
||
|
|
||
|
.item7{
|
||
|
background-color: #f7e60d;
|
||
|
left: 2%;
|
||
|
position: absolute;
|
||
|
display: inline-block;
|
||
|
width: 25%;
|
||
|
padding-top:1em;
|
||
|
height: 620px;
|
||
|
box-shadow: 7px 7px 12px black;
|
||
|
|
||
|
}
|
||
|
|
||
|
.item8{
|
||
|
background-color: #4873e0;
|
||
|
left: 32%;
|
||
|
position: absolute;
|
||
|
display: inline-block;
|
||
|
width: 25%;
|
||
|
padding-top:1em;
|
||
|
height: 620px;
|
||
|
box-shadow: 7px 7px 12px black;
|
||
|
|
||
|
}
|
||
|
|
||
|
.item9{
|
||
|
background-color: #de4337;
|
||
|
left: 61%;
|
||
|
position: absolute;
|
||
|
display: inline-block;
|
||
|
width: 25%;
|
||
|
padding-top:1em;
|
||
|
height: 620px;
|
||
|
box-shadow: 7px 7px 12px black;
|
||
|
}
|
||
|
|
||
|
</style>
|
||
|
|
||
|
|
||
|
<body class="depth<?=$depth?>">
|
||
|
<H1>Codeword: SAVIOR</H1>
|
||
|
<h3>Aren't you curious what's going on in the street?<br>Click the image below to play the game 'SAVIOR'.</h3>
|
||
|
|
||
|
<div class="container1">
|
||
|
|
||
|
<div class="item item1">
|
||
|
<a class='file tic' href='savior.html'><img src="game_thumbnail_nami.jpg" style="z-index:2; position: absolute; display: inline-block; padding-left:2%; padding-top:20px; width:90%; height:38em;"></a></div>
|
||
|
</div>
|
||
|
|
||
|
<div class="container2">
|
||
|
<h3>Welcome to gallery! This is a collection of sexy ads in the fancy street!<br>Aren't you charmed by these images? Watch out though! "You might be captured in the ads! You won't get out of them by yourself...<br>
|
||
|
Maybe you gotta go somewhere else to stay awake!
|
||
|
</h3>
|
||
|
<div class="item item2"><img src="ad33.jpg" style="z-index: 2; position: absolute; display: inline-block; left:-2%; width:94%; padding-left:5%; padding-top:20px; height:36em;"></div>
|
||
|
<div class="item item3"><img src="ad221.jpg" style="z-index:2; position: absolute; display: inline-block; width: 94%; padding-left:3%; padding-top:20px; height:36em;"></div>
|
||
|
</div>
|
||
|
|
||
|
<div class="container3">
|
||
|
<div class="item item4"><img src="am_2562.jpg" style="z-index:2; position: absolute; display: inline-block; width: 94%; padding-left:3%; padding-top:20px; height:36em;"></div>
|
||
|
<div class="item item5"><img src="ad19.jpg" style="z-index:2; position: absolute; display: inline-block; width: 94%; padding-left:3%; padding-top:20px; height:36em;"></div>
|
||
|
<div class="item item6"><img src="ad172.jpg" style="z-index:2; position: absolute; display: inline-block; width: 94%; padding-left:3%; padding-top:20px; height:36em;"></div>
|
||
|
</div>
|
||
|
|
||
|
<div class="container4">
|
||
|
<div class="item item7"><img src="ad10.jpg" style="z-index:2; position: absolute; display: inline-block; width: 94%; padding-left:3%; padding-top:20px; height:36em;"></div>
|
||
|
<div class="item item8"><img src="ad155.jpg" style="z-index:2; position: absolute; display: inline-block; width: 94%; padding-left:3%; padding-top:20px; height:36em;"></div>
|
||
|
<div class="item item9"><img src="ad21.jpg" style="z-index:2; position: absolute; display: inline-block; width: 94%; padding-left:3%; padding-top:20px; height:36em;"></div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|