diff --git a/Manual/data/logo.png b/Manual/data/logo.png index bdb0e5dc84..bab66f6770 100644 Binary files a/Manual/data/logo.png and b/Manual/data/logo.png differ diff --git a/Manual/data/style.css b/Manual/data/style.css index c1c4fc2344..7d5bb27b6a 100644 --- a/Manual/data/style.css +++ b/Manual/data/style.css @@ -52,6 +52,25 @@ table { border-spacing: 0; } /** 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{ color: #F80; @@ -96,4 +115,11 @@ ol.tocList{ margin-left:auto; margin-right:auto; text-align:center; +} + +#footer{ + width:100%; + margin-left:auto; + margin-right:auto; + text-align:center; } \ No newline at end of file diff --git a/Manual/index.html b/Manual/index.html index 1f296aa56f..9e8510fc4b 100644 --- a/Manual/index.html +++ b/Manual/index.html @@ -1,11 +1,11 @@ -sm-ssc Manual +StepMania 5 Manual
-

sm-ssc:
The Manual

+

StepMania 5:
The Manual


@@ -14,7 +14,7 @@
  • Introduction
    1. -
    2. Welcome to sm-ssc
    3. +
    4. Welcome to StepMania 5
      1. System Requirements
      2. Installation
      3. @@ -26,30 +26,32 @@

        Introduction

        -

        This is the basic player manual. We should also link to the Beginner's Guide -and Themer's Guide from here as well.

        +

        This is the basic player manual. [We should also link to the Beginner's Guide +and Themer's Guide from here as well.]


        -

        Welcome to sm-ssc

        +

        Welcome to StepMania 5

        System Requirements

        -

        sm-ssc can run on this bare minimum:

        +

        StepMania 5 can run on this bare minimum:

        • Operating System(s):
          • Windows® (2000, XP, Vista, Windows 7)
          • Mac OS X (10.?)
          • *NIX/POSIX-compliant OS (GNU/Linux, *BSD)
          • -
          • Microsoft® Xbox® (The Xbox build currently does not function.)
        • +
        • 256MB of RAM
        • +
        • Video Card
        • +
        • Audio Card

        However, we highly recommend at least these settings for decent performance:

        -

        Installation

        -

        If you're reading this, you've likely already figured out how to install sm-ssc. +

        Installation

        +

        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, here are the installation instructions for various operating systems.

        @@ -58,17 +60,17 @@ here are the installation instructions for various operating systems.

        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 distribution can be converted into Portable mode by placing a blank Portable.ini -inside of the sm-ssc directory.

        +inside of the StepMania install directory.

        Mac OS X

        -

        The Mac version is distributed as a .dmg file; Mount it, make a sm-ssc folder -in Applications/, then put sm-ssc in there, and make folders as needed. That -probably isn't the best way to do it, but it is A way.

        +

        The Mac version is distributed as a .dmg file; Mount it, make a StepMania folder +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.

        Linux

        Linux users are typically expected to build from source. See Compiling -on the sm-ssc wiki for more information.

        +on the StepMania wiki for more information.


        -