small manual updates
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 11 KiB |
@@ -52,6 +52,25 @@ table {
|
|||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
}
|
}
|
||||||
/** end reset css *************************************************************/
|
/** end reset css *************************************************************/
|
||||||
|
body{
|
||||||
|
line-height: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style: disc;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1{
|
||||||
|
font-size:2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2{
|
||||||
|
font-size:1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3{
|
||||||
|
font-size:1.25em;
|
||||||
|
}
|
||||||
|
|
||||||
a:hover{
|
a:hover{
|
||||||
color: #F80;
|
color: #F80;
|
||||||
@@ -97,3 +116,10 @@ ol.tocList{
|
|||||||
margin-right:auto;
|
margin-right:auto;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#footer{
|
||||||
|
width:100%;
|
||||||
|
margin-left:auto;
|
||||||
|
margin-right:auto;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
+18
-16
@@ -1,11 +1,11 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>sm-ssc Manual</title>
|
<title>StepMania 5 Manual</title>
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="./data/style.css" />
|
<link rel="stylesheet" type="text/css" media="screen" href="./data/style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="logoDiv">
|
<div id="logoDiv">
|
||||||
<h1><img src="./data/logo.png" alt="sm-ssc:"><br/>The Manual</h1>
|
<h1><img src="./data/logo.png" alt="StepMania 5:"><br/>The Manual</h1>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div id="tocDiv">
|
<div id="tocDiv">
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
<li><a href="#intro">Introduction</a></li>
|
<li><a href="#intro">Introduction</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
<ol class="tocList">
|
<ol class="tocList">
|
||||||
<li><a href="#welcome">Welcome to sm-ssc</a></li>
|
<li><a href="#welcome">Welcome to StepMania 5</a></li>
|
||||||
<ol class="tocList">
|
<ol class="tocList">
|
||||||
<li><a href="#sysreqs">System Requirements</a></li>
|
<li><a href="#sysreqs">System Requirements</a></li>
|
||||||
<li><a href="#install">Installation</a></li>
|
<li><a href="#install">Installation</a></li>
|
||||||
@@ -26,30 +26,32 @@
|
|||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<h2><a name="intro">Introduction</a></h2>
|
<h2><a name="intro">Introduction</a></h2>
|
||||||
<p>This is the basic player manual. We should also link to the Beginner's Guide
|
<p>This is the basic player manual. [We should also link to the Beginner's Guide
|
||||||
and Themer's Guide from here as well.</p>
|
and Themer's Guide from here as well.]</p>
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<h2><a name="welcome">Welcome to sm-ssc</a></h2>
|
<h2><a name="welcome">Welcome to StepMania 5</a></h2>
|
||||||
|
|
||||||
<h3><a name="sysreqs">System Requirements</a></h2>
|
<h3><a name="sysreqs">System Requirements</a></h2>
|
||||||
<p>sm-ssc can run on this bare minimum:</p>
|
<p>StepMania 5 can run on this bare minimum:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Operating System(s):
|
<li>Operating System(s):
|
||||||
<ul>
|
<ul>
|
||||||
<li>Windows® (2000, XP, Vista, Windows 7)</li>
|
<li>Windows® (2000, XP, Vista, Windows 7)</li>
|
||||||
<li>Mac OS X (10.?)</li>
|
<li>Mac OS X (10.?)</li>
|
||||||
<li>*NIX/POSIX-compliant OS (GNU/Linux, *BSD)</li>
|
<li>*NIX/POSIX-compliant OS (GNU/Linux, *BSD)</li>
|
||||||
<li>Microsoft® Xbox® (<em><small>The Xbox build currently does not function.</small></em>)</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
<li>256MB of RAM</li>
|
||||||
|
<li>Video Card</li>
|
||||||
|
<li>Audio Card</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>However, we highly recommend at least these settings for decent performance:</p>
|
<p>However, we highly recommend at least these settings for decent performance:</p>
|
||||||
|
|
||||||
<h3><a name="install">Installation</a></h2>
|
<h3><a name="install">Installation</a></h3>
|
||||||
<p>If you're reading this, you've likely already figured out how to install sm-ssc.
|
<p>If you're reading this, you've likely already figured out how to install StepMania.
|
||||||
Just in case you're reading this without having installed it yourself, however,
|
Just in case you're reading this without having installed it yourself, however,
|
||||||
here are the installation instructions for various operating systems.</p>
|
here are the installation instructions for various operating systems.</p>
|
||||||
|
|
||||||
@@ -58,17 +60,17 @@ here are the installation instructions for various operating systems.</p>
|
|||||||
combination. The .exe installer is much easier to deal with, but in case it doesn't
|
combination. The .exe installer is much easier to deal with, but in case it doesn't
|
||||||
work out for you, we have provided a zip file for manual installation. The zip
|
work out for you, we have provided a zip file for manual installation. The zip
|
||||||
distribution can be converted into Portable mode by placing a blank Portable.ini
|
distribution can be converted into Portable mode by placing a blank Portable.ini
|
||||||
inside of the sm-ssc directory.</p>
|
inside of the StepMania install directory.</p>
|
||||||
|
|
||||||
<h4>Mac OS X</h4>
|
<h4>Mac OS X</h4>
|
||||||
<p>The Mac version is distributed as a .dmg file; Mount it, make a sm-ssc folder
|
<p>The Mac version is distributed as a .dmg file; Mount it, make a StepMania folder
|
||||||
in Applications/, then put sm-ssc in there, and make folders as needed. That
|
in Applications/, then put StepMania 5 in there, and make folders as needed. That
|
||||||
probably isn't the best way to do it, but it is A way.</p>
|
probably isn't the best way to do it, but it is _A_ way.</p>
|
||||||
|
|
||||||
<h4>Linux</h4>
|
<h4>Linux</h4>
|
||||||
<p>Linux users are typically expected to build from source. See <a href="http://code.google.com/p/sm-ssc/wiki/Compiling">Compiling</a>
|
<p>Linux users are typically expected to build from source. See <a href="http://code.google.com/p/sm-ssc/wiki/Compiling">Compiling</a>
|
||||||
on the sm-ssc wiki for more information.</p>
|
on the StepMania wiki for more information.</p>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div id="footer">sm-ssc is Copyright © 2009-2010 <a href="http://ssc.ajworld.net/">the Spinal Shark Collective</a>.
|
<div id="footer">StepMania is copyright © 2001-2011 StepMania team.
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user