Further improve R77-Guide formatting

This commit is contained in:
thrust26 2020-01-18 17:44:19 +01:00
parent 75d6ee4ea0
commit 09a54b6cad
1 changed files with 37 additions and 25 deletions

View File

@ -1,6 +1,6 @@
<html> <html>
<head> <head>
<title>Stella for Retron R77</title> <title>Stella for RetroN 77</title>
<meta name="" content="docs"> <meta name="" content="docs">
<style> <style>
h1 { h1 {
@ -20,9 +20,9 @@
padding: 8px; padding: 8px;
background-color: #ac3410; background-color: #ac3410;
color: #f0f0cf; color: #f0f0cf;
width: 150px; width: 160px;
margin-top: 24px; margin-top: 32px;
margin-bottom: 8px; margin-bottom: -4px;
text-align: center; text-align: center;
} }
h4 { h4 {
@ -30,49 +30,54 @@
margin-top: 16px; margin-top: 16px;
margin-bottom: 4px; margin-bottom: 4px;
} }
blockquote {
margin-left: 32px;
}
p { p {
margin-top: 8px; margin-top: 8px;
margin-bottom: 8px; margin-bottom: 8px;
} }
table, th, td { table, th, td {
border: 0px solid; border: 0px solid;
padding: 4px; padding-bottom: 8px;
padding-left: 16px; padding-left: 16px;
padding-right: 16px; padding-right: 16px;
} }
table { table {
border: 1px solid;
margin-left: 16px;
border-collapse: collapse; border-collapse: collapse;
background-color: #f0f0cf; background-color: #f0f0cf;
} }
th { th {
text-align: left; text-align: left;
padding-top: 8px;
} }
</style> </style>
</head> </head>
<body bgcolor="#c9af7c"> <body bgcolor="#c9af7c">
<center><h1>Stella for Retron R77</h1></center> <center><h1>Stella for RetroN 77</h1></center>
<center><h2>Atari 2600 VCS emulator</h2></center> <center><h2>Atari 2600 VCS emulator</h2></center>
<center>Release 6.1 Beta 1</center> <center>Release 6.1 Beta 1</center>
<center><h2>Quick Navigation Guide</h2></center> <center><h2>Quick Navigation Guide</h2></center>
<br/> <br/>
<p>Stella for R77 can be controlled via the console buttons or a joystick
in left or right port. The resulting actions are depending on the current
mode and are described below.</p>
<h3><a name="Emulation">During emulation</a></h3> <blockquote>
<b>Stella for RetroN 77</b> can be controlled via the console buttons or a
joystick in the left or right port. The resulting actions are depending on
the current mode and are described below.
<h3><a name="Emulation">During Emulation</a></h3>
<blockquote>
<p>The joysticks work normal and all console buttons as labeled except of the <p>The joysticks work normal and all console buttons as labeled except of the
following.</p> following.</p>
<table> <table>
<tr> <tr>
<th>Joystick</th> <th width=110px>Joystick</th>
<th>Button</th> <th width=100px>Button</th>
<th>Action</th> <th width=170px>Action</th>
</tr> </tr>
<tr> <tr>
<td>Button 3</td> <td>Button 3</td>
@ -105,14 +110,16 @@
<td>Reset</td> <td>Reset</td>
</tr> </tr>
</table> </table>
</blockquote>
<h3><a name="Launcher">Inside Launcher</a></h3> <h3><a name="Launcher">In the Launcher</a></h3>
<blockquote>
<table> <table>
<tr> <tr>
<th>Joystick</th> <th width=110px>Joystick</th>
<th>Button</th> <th width=100px>Button</th>
<th>Action</th> <th width=170px>Action</th>
</tr> </tr>
<tr> <tr>
<td>Up</td> <td>Up</td>
@ -150,14 +157,16 @@
<td>Open settings</td> <td>Open settings</td>
</tr> </tr>
</table> </table>
</blockquote>
<h3><a name="Dialog">Inside a dialog</a></h3> <h3><a name="Dialog">In a Dialog</a></h3>
<blockquote>
<table> <table>
<tr> <tr>
<th>Joystick</th> <th width=110px>Joystick</th>
<th>Button</th> <th width=100px>Button</th>
<th>Action</th> <th width=170px>Action</th>
</tr> </tr>
<tr> <tr>
<td>Up</td> <td>Up</td>
@ -205,10 +214,13 @@
<td>Cancel</td> <td>Cancel</td>
</tr> </tr>
</table> </table>
</blockquote>
<br/> <br/>
<p><b>Note:</b> If you have a keyboard attached via OTG all keys work as described <b>Note:</b> If you have a keyboard attached via OTG, all keys work as
in the Stella User's Guide.</p> described in the <b>Stella User's Guide</b>.
</blockquote>
</body> </body>
</html> </html>