no message
This commit is contained in:
79
css/style.css
Normal file
79
css/style.css
Normal file
@@ -0,0 +1,79 @@
|
||||
#die,#startgame,#pause
|
||||
{
|
||||
cursor:default;
|
||||
position:absolute;
|
||||
width:400px;
|
||||
height:200px;
|
||||
background:#3369cd;
|
||||
opacity:0.7;
|
||||
text-align:center;
|
||||
font-family:'华文细黑', 'STHeiti Light','STXihei','黑体';
|
||||
font-size:36px;
|
||||
color:#eef;
|
||||
box-shadow: 7px 7px 10px rgba(255,255,255,0.3);
|
||||
border:1px solid #fff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#instructions,#about,#score,#ranking
|
||||
{
|
||||
font-size:36px;
|
||||
margin-top:12px;
|
||||
|
||||
}
|
||||
|
||||
.title
|
||||
{
|
||||
border-bottom:2px solid #430fc8;
|
||||
|
||||
position: absolute;
|
||||
height: auto;
|
||||
font-family:'华文细黑', 'STHeiti Light','STXihei','黑体';
|
||||
font-size:50px;
|
||||
font-weight: bold;
|
||||
color:#430fc8;
|
||||
|
||||
}
|
||||
|
||||
.moreinfo/*两侧的窗口*/
|
||||
{
|
||||
position:absolute;
|
||||
font-family:'华文细黑', 'STHeiti Light','STXihei','黑体';
|
||||
font-size:18px;
|
||||
height:200px;
|
||||
background:#1954c0;
|
||||
opacity:0.7;
|
||||
padding-left:10px;
|
||||
text-align:left;
|
||||
color:#eef;
|
||||
box-shadow: 7px 7px 10px rgba(255,255,255,0.3);
|
||||
border:1px solid #fff;
|
||||
display:none;
|
||||
}
|
||||
|
||||
.info
|
||||
{
|
||||
position:absolute;
|
||||
text-align:center;
|
||||
font-family:'华文细黑', 'STHeiti Light','STXihei','黑体';
|
||||
font-size:18px;
|
||||
width:200px;
|
||||
height:100px;
|
||||
color:#3369cd;
|
||||
}
|
||||
|
||||
.button
|
||||
{
|
||||
margin-top:11px;
|
||||
background:#227;
|
||||
}
|
||||
.right2
|
||||
{
|
||||
|
||||
margin-top: 5px;
|
||||
font-size: 22px;
|
||||
margin-left: 20px;
|
||||
|
||||
|
||||
}
|
||||
14
index.html
Normal file
14
index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Endless Sea</title>
|
||||
<link href="css/style.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<script src="js/jquery-2.1.1.min.js">
|
||||
</script>
|
||||
<body>
|
||||
</body>
|
||||
<script src="js/main.js">
|
||||
</script>
|
||||
</html>
|
||||
4
js/jquery-2.1.1.min.js
vendored
Normal file
4
js/jquery-2.1.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1043
js/main.js
Normal file
1043
js/main.js
Normal file
File diff suppressed because it is too large
Load Diff
BIN
music/PilgrimsOnALongJourney.mp3
Normal file
BIN
music/PilgrimsOnALongJourney.mp3
Normal file
Binary file not shown.
BIN
music/click.wav
Normal file
BIN
music/click.wav
Normal file
Binary file not shown.
BIN
music/diamond.wav
Normal file
BIN
music/diamond.wav
Normal file
Binary file not shown.
BIN
music/glass.wav
Normal file
BIN
music/glass.wav
Normal file
Binary file not shown.
BIN
music/kill.wav
Normal file
BIN
music/kill.wav
Normal file
Binary file not shown.
BIN
report.docx
Normal file
BIN
report.docx
Normal file
Binary file not shown.
BIN
report.pdf
Normal file
BIN
report.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user