diff --git a/dev/index.html b/dev/index.html new file mode 100644 index 0000000..0fc1abd --- /dev/null +++ b/dev/index.html @@ -0,0 +1,10 @@ + + + + + + + +You browser should be redirecting you to minetest.net/doku + + \ No newline at end of file diff --git a/game/index.html b/game/index.html new file mode 100644 index 0000000..5fa7930 --- /dev/null +++ b/game/index.html @@ -0,0 +1,91 @@ + + + + + + + + + + + Minetest Manual + + + + + + + + + + + + +
+
+
+ + +
+ +
+ +

Playing Minetest

+ + There are many aims in Minetest, the main ones being building and fighting mobs. +
+
+ + + \ No newline at end of file diff --git a/images/banner.jpg b/images/banner.jpg new file mode 100644 index 0000000..4dfb134 Binary files /dev/null and b/images/banner.jpg differ diff --git a/images/bannerL.jpg b/images/bannerL.jpg new file mode 100644 index 0000000..daa7647 Binary files /dev/null and b/images/bannerL.jpg differ diff --git a/images/bannerL_2.jpg b/images/bannerL_2.jpg new file mode 100644 index 0000000..b19bf59 Binary files /dev/null and b/images/bannerL_2.jpg differ diff --git a/images/bannerR.jpg b/images/bannerR.jpg new file mode 100644 index 0000000..cb17c59 Binary files /dev/null and b/images/bannerR.jpg differ diff --git a/images/big_button - Copy.png b/images/big_button - Copy.png deleted file mode 100644 index 0da394b..0000000 Binary files a/images/big_button - Copy.png and /dev/null differ diff --git a/images/ic_intro.png b/images/ic_intro.png deleted file mode 100644 index 7a729ed..0000000 Binary files a/images/ic_intro.png and /dev/null differ diff --git a/images/ic_mod.png b/images/ic_mod.png deleted file mode 100644 index 135ebff..0000000 Binary files a/images/ic_mod.png and /dev/null differ diff --git a/images/ic_play.png b/images/ic_play.png deleted file mode 100644 index 070a28a..0000000 Binary files a/images/ic_play.png and /dev/null differ diff --git a/images/sc_mod_tmp.png b/images/sc_mod_tmp.png new file mode 100644 index 0000000..032198a Binary files /dev/null and b/images/sc_mod_tmp.png differ diff --git a/index.html b/index.html index c1e5198..63edc71 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,11 @@ + + - - \ No newline at end of file diff --git a/intro.html b/intro.html index 9f3b83e..132d6f7 100644 --- a/intro.html +++ b/intro.html @@ -29,6 +29,11 @@ + + - - \ No newline at end of file diff --git a/mod/index.html b/mod/index.html new file mode 100644 index 0000000..559f0cf --- /dev/null +++ b/mod/index.html @@ -0,0 +1,83 @@ + + + + + + + + + + + Minetest Manual + + + + + + + + + + + + +
+
+
+ + +

Minetest Modding

+
+
+ + + \ No newline at end of file diff --git a/style.css b/style.css index 70c3b40..138420b 100644 --- a/style.css +++ b/style.css @@ -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; -} - - -