From 767da56c7fa24b30077a5ae5aa77814ea8fa96c9 Mon Sep 17 00:00:00 2001 From: Rubenwardy Date: Sat, 29 Dec 2012 16:55:18 +0000 Subject: [PATCH] style and consistancey changes --- game/custom.html | 205 +++++++++++++++++++++++++++++++++++++ game/index.html | 110 +++++++++++++++++++- game/install.html | 155 +++++++++++++++++++++++----- index.html | 149 +++++++++++++++++++++++++-- intro.html | 188 ++++++++++++++++++++++++++++++---- style.css | 256 +++++++++++++++++++++++++++++++++++++++++----- 6 files changed, 978 insertions(+), 85 deletions(-) create mode 100644 game/custom.html diff --git a/game/custom.html b/game/custom.html new file mode 100644 index 0000000..c1007b0 --- /dev/null +++ b/game/custom.html @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + Minetest Manual + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + +

Customisation

+ +

Installing Mods

+ + + + You can find mods online at Minetest Extensions or on the Mod Forum. + + + +

+ + Unzip the mod's download into a folder in root /mods/minetest/ + +

+ + + +

+ + + + + + + +

+ + + + As soon as you enter the mod's folder, there should be a init.lua or a modpack.txt file. If not, delete any subfolders until they are the first files. + + + +
+ +
+ + + + + + \ No newline at end of file diff --git a/game/index.html b/game/index.html index 3ba237e..fa021fb 100644 --- a/game/index.html +++ b/game/index.html @@ -1,101 +1,201 @@ + + + + + + + + + + Minetest Manual + + + + + + + + + + + + +
+
+
+ + +
-
+ + -
+ + +
+ +

Playing Minetest

+ - There are many aims in Minetest, the main ones being building and fighting mobs. + + There are many aims in Minetest, the main ones being building and fighting mobs. +


-
+ +
+
+ + + + \ No newline at end of file diff --git a/game/install.html b/game/install.html index c66bd71..72b9fca 100644 --- a/game/install.html +++ b/game/install.html @@ -1,141 +1,246 @@ + + + + + + + + + + Minetest Manual + + + + + + + + + + + + +
+
+
+ +

Installing and Customisation

+ +
-
- Windows + +
+ + Windows +
-
- Linux + +
+ + Linux +
-
- Mac + +
+ + Mac +
-
- Other + +
+ + Other +
+
+ +

Installing Minetest

+ +
+ + + +
+ The Minetest program. +
+ + Download Minetest from one of the links on the right. + +

+ Unzip the resulting package into a folder of your choice. + To run Minetest simply go into the bin/ folder and double click the minetest program.
+ +

+ Creating a Shortcut
+ Right click the minetest program file, select send to and then desktop (create shortcut). +
-

-
-

Installing Mods

- You can find mods online at Minetest Extensions or on the Mod Forum. - -

- Unzip the mod's download into a folder in root /mods/minetest/

- -

- - - -

- - As soon as you enter the mod's folder, there should be a init.lua or a modpack.txt file. If not, delete any subfolders until they are the first files. +
-
+ + + \ No newline at end of file diff --git a/index.html b/index.html index d3d7922..e4fdc34 100644 --- a/index.html +++ b/index.html @@ -1,132 +1,263 @@ + + + + + + + + + + Minetest Manual + + + + + + + + + + + + +
+
+
+ + +
-
+ + -
+ + -
+ +
+ Game Play +
-
- Customisation + + -
+ +
+ Modding +
+
+ +

Minetest Manual

+ + +

+ This manual was writen by the Minetest community, and will help you use Minetest to its full potential. +

+ +

+ We recommend you start with the introduction, as it will explain to you the key things you need to know about Minetest, and its background. +

+ +

+ Noticed a mistake? + Contribute to this manual at the Git Hub Page. +

+
+ +

Engine Development

+ +

+ Are you interested in making Minetest better?
+ Minetest could always use more core developers. +

+ -
+ + -
+ +
+
+ + + + \ No newline at end of file diff --git a/intro.html b/intro.html index f201ca5..cdd7d56 100644 --- a/intro.html +++ b/intro.html @@ -1,149 +1,297 @@ + + + + + + + + + + Minetest Manual + + + + + + + + + + + + +
+
+
+ +

Introduction to Minetest

+ +
+ + + + + + +
Minetest -C55
Project Started:October 2010
Released Date:September 2011
Creator:Perttu "celeron55" Ahola
Engine:Irrlicht
+ +
+ + Many features in Minetest are missed or mis-understood by new players. This chapter will go over the basic things you need to know about Minetest. + +

+ Minetest is written in C++, so executes faster than Java code. It is a Free and Open Source Game, + released under the LGPL license, and is available for Windows and Linux. + iOS (Mac) and other ports can be compiled from the source. +

+ + +

The aims of Minetest

- -

1. Free-ness

- -

- Minetest is a Free and Open Source Game, released under the LGPL license. -

+ + -

2. Device Compatibility

+ +

1. Free-ness

+ +

- Minetest runs on old devices, and works on all devices more natively and efficiently than Java games. + + Minetest is a Free and Open Source Game, released under the LGPL license. +

+ + + + +

2. Device Compatibility

+ + + +

+ + Minetest runs on old devices, and works on all devices more natively and efficiently than Java games. + +

+ + +
+ +
+ An example of a mod's lua code +
+ +

3. Extendablity

+ +

+ All of the content in Minetest is supplied by Lua mods, even the default content in the game is a mod. + Mods are made with Lua, which makes mod making easy. + Because of this, you can extend Minetest to your taste, and playing style. -

- -

- There are many mods available, such as: - Animals, Farming and Food for you hunger cravings, - and - Mesecons, Moreblocks and 3d Furniture for your building needs. -

- -

- To learn more about lua modding, see the modding chapter of this manual. +

+ + +

+ + There are many mods available, such as: + + Animals, Farming and Food for you hunger cravings, + + and + + Mesecons, Moreblocks and 3d Furniture for your building needs. + +

+ + + +

+ + To learn more about lua modding, see the modding chapter of this manual. + +

+ + +
+
+ + + \ No newline at end of file diff --git a/style.css b/style.css index d2a71cc..c7eb482 100644 --- a/style.css +++ b/style.css @@ -1,136 +1,269 @@ html { + margin: 0; + } + body { + background: none repeat scroll 0 0 #333333; + color: #000000; + font-family: Arial,Helvetica,sans-serif; + margin: 0; + } + .constrain { + margin: auto; + max-width: 60em; + } + + + #logo { + background-image:url(images/banner.jpg); + background-repeat:repeat-x; + height: 126px; + left: 0; + right: 0; + top: 0; + } + + #logo_left { + width: 126px; + height: 126px; + left: 30px; + top: 0; + bottom: 0; + position: absolute; + } + #logo_right { + background-image:url(images/bannerR.jpg); + background-repeat:none; + width: 308px; + height: 126px; + right: 0; + top: 0; + bottom: 0; + position: absolute; + } + + + + + /* + -- + -- NAVIGATION BARS + -- + */ + + .inbar_left{ + float: left; -} -.inbar_right { - float: right; -} -.inbar_separator { - color: #666666; - display: block; - float: left; - font-size: 18px; - margin-left: 10px; - margin-right: 10px; - padding-top: 4px; - text-decoration: none; -} -.navlink_normal { -} -.navlink_special { -} -.navlink_special2 { + } -.navbar { - background: none repeat scroll 0 0 #333333; - height: 32px; - left: 0; - right: 0; - top: 0; +.inbar_right { + + float: right; + } +.inbar_separator { + + color: #666666; + + display: block; + + float: left; + + font-size: 18px; + + margin-left: 10px; + + margin-right: 10px; + + padding-top: 4px; + + text-decoration: none; + +} + +.navlink_normal { + +} + +.navlink_special { + +} + +.navlink_special2 { + +} + + + +.navbar { + + background: none repeat scroll 0 0 #333333; + + height: 32px; + + left: 0; + + right: 0; + + top: 0; + +} + + + + .navbar ul { + border: 0 none; + list-style-type: none; + margin: 0; + padding: 0; + } + .navbar ul li { + display: inline-block; + font-size: 18px; + padding: 4px 7px 0; + } + #navbar ul li a { + color: #CCCCCC; + display: block; + text-decoration: none; + } + #navbar ul li a:hover { + color: #FFFFFF; + } + + + + + + #content { + background: none repeat scroll 0 0 #FFFFFF; + font-size: 90%; + margin: 0; + padding: 1em 0 2em; + } + #content img { + margin: 0.5em; + } + #content a img { + border: 1px solid #666666; + } + #content a:hover img { + border: 1px solid #000000; + } + #content a { + text-decoration: none; + } + #content a:visited { + } + #content a:hover { + text-decoration: underline; + } + #content h2 h3 h4 { + color: #222222; + } @@ -141,61 +274,132 @@ body { + + + + + + + + + + #footer { + background: none repeat scroll 0 0 #DDDDDD; + clear: both; + color: #000000; + display: block; + margin-top: 1em; + padding: 0 0.2em 2em; + } + .footerlogo { + margin: auto; + text-align: center; + } + .footerlogo img { + vertical-align: middle; + } + .footerlogo span { + margin: 1em; + vertical-align: middle; + } + .footermainlist { + display: inline-block; + text-align: left; + vertical-align: middle; + } + #footer ul { + list-style: none outside none; + padding: 0 0 0 1.5em; + } + #footer ul .the_li { + font-size: 16px; + font-weight: bold; + } + + + + + .tooltip { + color: #005500; - text-decoration: underline; + +} +.tooltip{ + border-bottom: 2px dotted #005500; +} +.tooltip:hover { + border-bottom: 2px solid #005500; } .bigbutton { + width: 210px; + height: 44px; + background-image:url(images/big_button.png); + background-repeat:none; + font-size: 20px; + padding: 18px 0 0 20px; + margin-left: 20px; + + cursor: pointer; + } + + .bigbutton a { + color: #CCCCCC; + text-decoration: none; + } + .bigbutton a:hover { + color: #FFFFFF; + } \ No newline at end of file