Web site - more stuff.

This commit is contained in:
adelikat 2009-12-04 18:04:46 +00:00
parent 705d509c73
commit 62dce9e715
7 changed files with 45 additions and 14 deletions

Binary file not shown.

Binary file not shown.

View File

@ -67,7 +67,7 @@
<a href="home.html">Home</a> | <a href="download.html">Download</a> |
<a href="documentation.html">Documentation</a> | <a href="version.html">
Version History</a> | <a href="contact.html">Contact</a> | <a href="links.html">Links</a>
<br>We are in no way affiliated or endorsed by Nintendo or Nintendo of America. "Nintendo" is a registered trademark of Nintendo of America Inc.
<br/>We are in no way affiliated or endorsed by Nintendo or Nintendo of America. "Nintendo" is a registered trademark of Nintendo of America Inc.
</div>

View File

@ -5,9 +5,31 @@ body {
}
#masthead {
background-repeat: no-repeat;
background-position: left;
background-color: #999999;
padding: 0px;
margin: auto;
border-style: solid;
text-align:center;
font-weight:bold;
font-size:medium;
padding-top:0px;
padding-bottom:1px;
}
#top_nav {
#top_nav {
text-align: center;
border-style: solid;
border-width: thin;
margin-left: 32px;
margin-right: 32px;
margin-top: 0px;
margin-bottom: 32px;
background-color: #999999;
}
#container {
@ -41,21 +63,23 @@ body {
}
h1 {
background-image:url('assests/ICON_1.ICO');
background-image:url('assests/ICON_1.ICO');
background-repeat: no-repeat;
background-position: left;
background-color: #999999;
padding: 0px;
margin: auto;
border-style: ridge;
border-style:solid;
border-width: thin;
text-indent:40px;
}
h2 {
background-color: #B4B4B4;
padding: 0px;
border-top-width:4px;
border-style: ridge;
padding-top: 16px;
border-style: solid;
border-width: thin;
padding-top: 4px;
margin-top: 20px;
margin-left: 0px;
margin-right: 80px;
@ -63,7 +87,7 @@ h2 {
h3 {
border-style: solid;
border-color: #999999;
border-width: 1px;
border-width: thin;
text-align: left;
background-color: #E1E1E1;
margin-right: 120px;
@ -72,3 +96,7 @@ li {
background-color: #E9E9E9;
padding-left: 1px;
}
.largerfont {
font-weight:bold;
font-size:xx-large;
}

View File

@ -19,8 +19,12 @@
<body>
<div id="masthead">
<span class="largerfont">FCEUX<br/></span>The all in one NES/Famicom Emulator
</div>
<div id="top_nav">
<a href="home.html">Home</a> | <a href="download.html">Download</a> |
<a href="documentation.html">Documentation</a> | <a href="version.html">
Version History</a> | <a href="contact.html">Contact</a>| <a href="links.html">Links</a>
</div>
<div id="container">
<div id="left_col">
@ -45,9 +49,8 @@
<p>&nbsp;</p>
<h1>Latest Release</h1>
<h2>FCEUX 2.1.2</h2>
<p>03 November 2009</p>
<p><span class="largerfont">FCEUX 2.1.2</span><br/>
03 November 2009</p>
<p>The 2.1.2 release that fixes some bugs of 2.1.1, increases game compatibility, launches a new PPU core, and adds usability enhancements to the windows port.</p>
<h3>Common</h3>
@ -104,8 +107,8 @@
<div id="footer">
<a href="home.html">Home</a> | <a href="download.html">Download</a> |
<a href="documentation.html">Documentation</a> | <a href="version.html">
Version History</a> | <a href="contact.html">Contact</a>
<br>We are in no way affiliated or endorsed by Nintendo or Nintendo of America. "Nintendo" is a registered trademark of Nintendo of America Inc.
Version History</a> | <a href="contact.html">Contact</a>| <a href="links.html">Links</a>
<br/>We are in no way affiliated or endorsed by Nintendo or Nintendo of America. "Nintendo" is a registered trademark of Nintendo of America Inc.
</div>
</body>

View File

@ -42,7 +42,7 @@
<h2>Playing Back Movies</h2>
<img alt="Play movie dialog box" class="style1" height="299" src="assests/PlayMovie.png" width="456" />
(Windows)<br>
(Windows)<br/>
<p>To play back a recorded movie, open the ROM.
Then select "Replay Movie" in the File Menu.
A movie dialog box will open where you can select the movie file.

View File

@ -12,7 +12,7 @@ The 2.1.2 release that fixes some bugs of 2.1.1, increases game compatibility, l
</p>
<h2>Common</h2>
New PPU is now functional! You can access it by changing the newPPU flag in the config file. Windows users can access it from Config > PPU > New PPU <br>
New PPU is now functional! You can access it by changing the newPPU flag in the config file. Windows users can access it from Config > PPU > New PPU <br/>
Dragon Ball Z 3 now playable again <br>
Fixed action 52 game that was broken in post-FCEUX 2.0.3 versions <br>
Mapper 253 mostly implemented <br>