-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
178 lines (159 loc) · 4.06 KB
/
Copy pathindex.html
File metadata and controls
178 lines (159 loc) · 4.06 KB
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<html>
<head>
<meta charset="UTF-8">
<title>Brandish 4: Tower of the Sleeping God</title>
<meta name="description" content="Brandish 4: Tower of the Sleeping God is an action dungeon crawler for Windows developed by Nihon Falcom.">
<meta name="keywords" content="jrpg, action dungeon crawler, Windows, retro, Dark Souls">
<style>
header {
height: 147px;
text-align: center;
margin: 0 auto;
}
body {
background-attachment:fixed;
background-image:url(images/br4_header.jpg);
background-repeat:no-repeat;
background-position:center top;
background-color:#000;
}
::-webkit-scrollbar {
display: block;
}
nav {
font-family: 'Book Antiqua', serif;
width: 980px;
text-align: center;
margin: 0 auto;
padding: 5px 5px 5px 5px;
border-top-style: double;
border-bottom-style: double;
border-top-color: #cccc99;
border-bottom-color: #cccc99;
background: rgba(204,204,153,0.5)
}
ul.menu {
display: inline-block;
list-style-type: none;
width: 980px;
margin: 0 auto;
padding: 0;
text-align: center;
}
li.menuitem {
display: inline-block;
margin: 2px;
font-weight: bold;
font-size: 1.7em;
padding-left: 7px;
padding-right: 7px;
color: #666;
text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
ul.menu a {
text-decoration: none;
color: #FFF;
}
ul.menu a:hover {
text-shadow: 3px 3px 0 #8a5a9c, -1px -1px 0 #8a5a9c, 1px -1px 0 #8a5a9c, -1px 1px 0 #000, 1px 1px 0 #cccc99;
}
iframe[Attributes Style] {
width: 100%;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
height: 520px;
}
article {
width: 980px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: -2;
rgba(204,204,153,0.5);
margin: 0 auto;
padding: 5px 5px 5px 5px;
border-top-style: double;
border-bottom-style: double;
border-top-color: #cccc99;
border-bottom-color: #cccc99;
border-color: #cccc99;
margin-top: 10px;
font-family: 'Georgia', sans-serif;
color: #FFFFFF;
font-size: 16px;
line-height: 1.5;
overflow: auto;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Georgia', serif;
margin: 0px 10px 0px 10px;
color: white;
text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
h1 {
font-size: 4em;
margin: 0px 10px 0px 10px;
}
article p {
margin-right: 10px;
margin-left: 10px;
}
.right {
float: right;
margin: 15px 10px 0px 35px;
}
.center {
text-align: center;
}
.left {
float: left;
margin: 15px 35px 0px 10px;
}
#dela, #ares, #karl {
height: 450px
}
#story {
border-top-style: double;
border-bottom-style: double;
border-top-color: #cccc99;
border-bottom-color: #cccc99;
border-color: #cccc99;
}
a {
color: #fff;
}
footer {
width: 980px;
padding-top: 25px;
margin: 0 auto;
font-family: 'Source Sans Pro', sans-serif;
color: #FFFFFF;
font-size: 14px;
line-height: 1.5;
}
</style>
</head>
<body id="background">
<header>
<a href="index.html"><img align="center" src="images/br4_logo.png" alt="Brandish 4: Tower of the Sleeping God" height="147" border="0"></a>
</header>
<nav>
<ul class="menu">
<li class="menuitem"><a href="story.html" target="br2_iframe">Story</a> </li>
<li class="menuitem"><a href="world.html" target="br2_iframe">World</a></li>
<li class="menuitem"><a href="characters.html" target="br2_iframe">Characters</a></li>
<li class="menuitem"><a href="instructions.html" target="br2_iframe">Instructions</a></li>
<li class="menuitem"><a href="faq.html" target="br2_iframe">FAQ</a></li>
</ul>
</nav>
<!---START iframe--->
<iframe width="100%" id="iframe" name="br2_iframe" allowtransparency="true" onload="calcHeight();" src="home.html" scrolling="true" frameborder="0" height="680"></iframe>
<!---END iframe--->
</body>
<footer>
(C) 1998-2017 Nihon Falcom Corporation. All Rights Reserved. Webdesign based on the Brandish: The Dark Revenant website by XSEED Games / Marvelous USA, Inc.
</footer>
</html>