Style and more Changes

gh-pages
Rubenwardy 2012-12-27 20:37:59 +00:00
parent dd8f17aa49
commit 519a934c21
15 changed files with 253 additions and 81 deletions

10
dev/index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="fi">
<head>
<meta http-equiv="refresh" content="0;url=http://minetest.net/doku">
</head>
<body>
You browser should be redirecting you to <a href="http://minetest.net/doku">minetest.net/doku</a>
</body>
</html>

91
game/index.html Normal file
View File

@ -0,0 +1,91 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="fi">
<head>
<meta name="keywords" content="minetest,manual,run,walk,through,tutorial" />
<meta name="description" content="Minetest Manual" />
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<link rel="stylesheet" href="../style.css" type="text/css" />
<link rel="shortcut icon" href="../favicon.ico" />
<link rel="bookmark icon" href="../favicon.ico" />
<title>Minetest Manual</title>
<style>
#conul {
border: 0 none;
list-style-type: none;
margin: 0;
padding: 0;
}
#conul li {
display: inline-block;
font-size: 18px;
padding: 4px 7px 0;
}
</style>
</head>
<body>
<div id="logo">
<div id="logo_left">
</div>
</div>
<div id="navbar" class="navbar">
<div class="constrain">
<span class="inbar_left">
<ul>
<li class="navlink_special"><a href="../index.html">Minetest Manual</a></li>
</ul>
</span>
<span class="inbar_separator">
|
</span>
<span class="inbar_left">
<ul>
<li class="navlink_special"><a href="../intro.html">Introduction</a></li>
<li class="navlink_special"><a href="index.html">Game Play</a></li>
<li class="navlink_special"><a href="custom.html">Customisation</a></li>
</ul>
</span>
<span class="inbar_separator">
|
</span>
<span class="inbar_left">
<ul>
<li class="navlink_special"><a href="../mod/index.html">Modding</a></li>
<li class="navlink_special"><a href="../dev/index.html">Engine Dev</a></li>
</ul>
</span>
<span class="inbar_right">
<ul>
<li class="navlink_special"><a href="http://github.com/rubenwardy/minetest-manual" target="_blank" title="This manual's git hub page">Git Hub</a></li>
</ul>
</span>
</div>
</div>
<div id="content">
<div class="constrain">
<div style="clear: both;"></div>
<!-- end of header -->
<div style="float:right;">
<div class="bigbutton">
<a href="intro.html">Watch a Video</a>
</div>
</div>
<h1>Playing Minetest</h1>
There are many aims in Minetest, the main ones being building and fighting <a class="tooltip" title="Ingame animals and monsters are called mobs"><u>mobs</u></a>.
</div>
</div>
</body>
</html>

BIN
images/banner.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
images/bannerL.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
images/bannerL_2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
images/bannerR.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

BIN
images/sc_mod_tmp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

View File

@ -29,6 +29,11 @@
<body>
<div id="logo">
<div id="logo_left"></div>
<div id="logo_right"></div>
</div>
<div id="navbar" class="navbar">
<div class="constrain">
<span class="inbar_left">
@ -77,6 +82,9 @@
<div class="bigbutton">
<a href="game/index.html">Game Play</a>
</div>
<div class="bigbutton">
<a href="game/custom.html">Customisation</a>
</div>
<div class="bigbutton">
<a href="mod/index.html">Modding</a>
</div>
@ -88,7 +96,7 @@
<p>
This manual was writen by the Minetest community, and will help you use Minetest to its full potential.
</p>
<p>
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.
</p>
@ -97,22 +105,21 @@
<b>Noticed a mistake?</b>
Contribute to this manual at the <a href="http://github.com/rubenwardy/minetest-manual" target="_blank" title="This manual's git hub page">Git Hub Page</a>.
</p>
<br>
<h2>Engine Development</h2>
<p>
Are you interested in making Minetest better?<br />
Minetest could always use more core developers.
</p>
<div class="bigbutton">
<a href="http://minetest.net/doku/">Development</a>
</div>
</div>
</div>
<div id="footer">
<div class="constrain">
</div>
<div class="footerlogo">
<ul id="conul">
<li><a href="index.html" title="Introduction"><img src="images/ic_intro.png"></a></li>
<li><a href="game/index.html" title="Game Play"><img src="images/ic_play.png"></a></li>
<li><a href="game/custom.html" title="Customisation"><img src="images/ic_play.png"></a></li>
<li><a href="mod/index.html" title="Mod Creation"><img src="images/ic_mod.png"></a></li>
</ul>
</div>
</div>
</body>
</html>

View File

@ -29,6 +29,11 @@
<body>
<div id="logo">
<div id="logo_left">
</div>
</div>
<div id="navbar" class="navbar">
<div class="constrain">
<span class="inbar_left">
@ -109,7 +114,7 @@
</p>
<div style="float: right;margin-left:1em;margin-bottom:1em;">
<a href="images/sc_mod.png"><img src="images/sc_mod.png" width=205></a>
<a href="images/sc_mod.png"><img src="images/sc_mod_tmp.png" width=205></a>
<br>
An example of a mod's lua code
</div>
@ -136,18 +141,5 @@
</div>
</div>
<div id="footer">
<div class="constrain">
</div>
<div class="footerlogo">
<ul id="conul">
<li><a href="intro.html" title="Introduction"><img src="images/ic_intro.png"></a></li>
<li><a href="game/index.html" title="Game Play"><img src="images/ic_play.png"></a></li>
<li><a href="game/custom.html" title="Customisation"><img src="images/ic_play.png"></a></li>
<li><a href="mod/index.html" title="Mod Creation"><img src="images/ic_mod.png"></a></li>
</ul>
</div>
</div>
</body>
</html>

83
mod/index.html Normal file
View File

@ -0,0 +1,83 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="fi">
<head>
<meta name="keywords" content="minetest,manual,run,walk,through,tutorial" />
<meta name="description" content="Minetest Manual" />
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<link rel="stylesheet" href="../style.css" type="text/css" />
<link rel="shortcut icon" href="../favicon.ico" />
<link rel="bookmark icon" href="../favicon.ico" />
<title>Minetest Manual</title>
<style>
#conul {
border: 0 none;
list-style-type: none;
margin: 0;
padding: 0;
}
#conul li {
display: inline-block;
font-size: 18px;
padding: 4px 7px 0;
}
</style>
</head>
<body>
<div id="logo">
<div id="logo_left">
</div>
</div>
<div id="navbar" class="navbar">
<div class="constrain">
<span class="inbar_left">
<ul>
<li class="navlink_special"><a href="../index.html">Minetest Manual</a></li>
</ul>
</span>
<span class="inbar_separator">
|
</span>
<span class="inbar_left">
<ul>
<li class="navlink_special"><a href="../intro.html">Introduction</a></li>
<li class="navlink_special"><a href="index.html">Game Play</a></li>
<li class="navlink_special"><a href="custom.html">Customisation</a></li>
</ul>
</span>
<span class="inbar_separator">
|
</span>
<span class="inbar_left">
<ul>
<li class="navlink_special"><a href="../mod/index.html">Modding</a></li>
<li class="navlink_special"><a href="../dev/index.html">Engine Dev</a></li>
</ul>
</span>
<span class="inbar_right">
<ul>
<li class="navlink_special"><a href="http://github.com/rubenwardy/minetest-manual" target="_blank" title="This manual's git hub page">Git Hub</a></li>
</ul>
</span>
</div>
</div>
<div id="content">
<div class="constrain">
<div style="clear: both;"></div>
<!-- end of header -->
<h1>Minetest Modding</h1>
</div>
</div>
</body>
</html>

View File

@ -4,7 +4,7 @@ html {
body {
background: none repeat scroll 0 0 #DDDDDD;
color: #000000;
font-family: Arial,Helvetica,sans-serif;
font-family: Arial,Helvetica,sans-serif;
margin: 0;
}
.constrain {
@ -13,6 +13,39 @@ body {
}
#logo {
background-image:url(images/banner.jpg);
background-repeat:repeat-x;
height: 126px;
left: 0;
right: 0;
top: 0;
}
#logo_left {
background-image:url(images/mt_logo.png);
background-repeat:none;
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
@ -42,6 +75,14 @@ body {
.navlink_special2 {
}
.navbar {
background: none repeat scroll 0 0 #333333;
height: 32px;
left: 0;
right: 0;
top: 0;
}
.navbar ul {
border: 0 none;
@ -64,58 +105,6 @@ body {
}
.footerbar ul {
border: 0 none;
list-style-type: none;
margin: 0;
padding: 0;
}
.footerbar ul li {
display: inline-block;
font-size: 18px;
padding: 4px 7px 0;
}
#footerbar ul li a {
color: #CCCCCC;
display: block;
text-decoration: none;
}
#footerbar ul li a:hover {
color: #FFFFFF;
}
.footerbar {
background: none repeat scroll 0 0 #333333;
height: 32px;
left: 0;
position: fixed;
right: 0;
bottom: 0;
}
.footerbartop {
background-color: rgba(0, 0, 0, 0.3);
display: block;
height: 5px;
left: 0;
position: fixed;
right: 0;
bottom: 32px;
}
.navbar {
background: none repeat scroll 0 0 #333333;
height: 32px;
left: 0;
right: 0;
top: 0;
}