added a larger map page

master
DonBatman 2015-04-04 09:03:55 -07:00
parent e2ff89f724
commit dd4fcfc494
6 changed files with 281 additions and 2 deletions

View File

@ -78,6 +78,8 @@ Below is a zoomable map of Minetest Ville.
</div>
</div>
<h2>Minetest Ville Map</h2>
<h5><a href="server_map.html">click here for bigger map</a></h5>
<div class="bottomRight">
<div class="content">
<iframe src="http://108.94.133.186/" width = "650" height = 500"></iframe>

View File

@ -77,7 +77,9 @@ Below is a zoomable map of Minetest Ville.
</p>
</div>
</div>
<h2>Server</h2>
<h2>Minetest Ville Map</h2>
<a href="server_map.html">click here for bigger map</a>
<div class="bottomRight">
<div class="content">
<iframe src="http://108.94.133.186/" width = "650" height = 500"></iframe>

38
server_map.html Normal file
View File

@ -0,0 +1,38 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="My Mods for Minetest" />
<meta name="keywords" content="minetest, mymods, batman, donbatman, myserver" />
<meta name="author" content="Don" />
<title>MyMods by Don</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
</head>
<!--Body-->
<body>
<div id="container">
<!--Header-->
<div id="header">
<h1>MyMods for</h1>
</div>
<iframe src="http://108.94.133.186/" width = "100%" height = 600"></iframe>
<div id="footer">
<a href="index.html">Home</a>
<a href="mymods.html">My Mods</a>
<a href="favmods.html">Mods I Like</a>
<a href="server.html">My Server</a>
</div>
</div>
</body>
</html>

38
server_map.html~ Normal file
View File

@ -0,0 +1,38 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="My Mods for Minetest" />
<meta name="keywords" content="minetest, mymods, batman, donbatman, myserver" />
<meta name="author" content="Don" />
<title>MyMods by Don</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
</head>
<!--Body-->
<body>
<div id="container">
<!--Header-->
<div id="header">
<h1>MyMods for</h1>
</div>
<iframe src="http://108.94.133.186/" width = "100%" height = 900"></iframe>
<div id="footer">
<a href="index.html">Home</a>
<a href="mymods.html">My Mods</a>
<a href="favmods.html">Mods I Like</a>
<a href="server.html">My Server</a>
</div>
</div>
</body>
</html>

View File

@ -156,7 +156,13 @@ color:#99cc33;
display:block;
margin:15px 0 0 0;
}
h5 {
font:bold italic 15px georgia,times,serif;
color:#99cc33;
display:block;
margin:5px 0 0 0;
text-align:center;
}
.code {
text-decoration:none;
color:#5858FA;

193
stylin.css~ Normal file
View File

@ -0,0 +1,193 @@
/* designed and coded by ubik - yewbic[at]yahoo[dot]com */
body {
background:#000 url('images/bg.jpg') no-repeat 50% 50px;
margin:0;
padding:0;
text-align:center;
}
#container {
background:#000;
width:960px;
margin:0 auto;
text-align:left;
}
#header {
background:url('images/header.png') no-repeat center top;
width:960px;
height:234px;
position:relative;
margin:0;
}
#menu {
width:210px;
float:left;
margin:50px 0 0 0;
text-align:center;
}
.leftbox {
width:185px;
background:#000;
border-width:7px 1px 7px 7px;
border-color:#555 #555 #555 #000;
border-style:solid;
margin:60px 0 0 0;
padding:10px 10px 10px 0;
text-align:justify;
font:14px verdana,arial,sans-serif;
color:#fff;
}
.leftbox ul {
list-style-type:none;
margin:10px 0 10px 0;
padding:0;
}
.leftbox li, .leftbox a {
font-weight:bold;
color:#99cc33;
letter-spacing:1px;
text-align:left;
text-decoration:none;
}
.leftbox a:hover {color:#ccff66}
h4 {
font:bold 15px verdana,arial,sans-serif;
color:#fff;
display:block;
margin:0 0 15px 0;
letter-spacing:1px;
text-align:center;
}
a.item {
background:url('images/menu.jpg') no-repeat;
max-width:210px;
height:34px;
display:block;
padding:0 0 0 10px;
font:bold 15px verdana,arial,sans-serif;
color:#fff;
text-decoration:none;
line-height:30px;
}
/*
good practice of background offset rollovers to avoid javascript preload.
Im using max-width, BG pos. and Padding instead of margin and smaller-than
container width, to get pop-out effect cause of a left-edge bug that makes
the menu jump. -ubik
*/
a.item:hover {
background-position:10px -34px;
padding:0 0 0 20px;
}
#main {
background:#000;
min-height:400px;
margin:0 0 0 220px;
font:18px verdana,arial,sans-serif;
color:#fff;
text-align:left;
}
#footer {
clear:both;
height:40px;
background:#000;
margin:50px 0 0 0;
text-align:center;
padding:20px 0 10px 0;
}
#footer a {
font:bold 15px verdana,arial,sans-serif;
color:#ccc;
text-decoration:none;
letter-spacing:1px;
margin-left:20px;
}
#footer a:hover {color:#ccff66}
/* "bottomRight" is the botttom right background image of the content container */
.bottomRight {background:url('images/bottom.png') no-repeat right bottom}
.content {
min-height:190px;
background:url('images/top.png') no-repeat left top;
padding:30px 40px;
margin:20px 0 30px 0;
text-align:justify;
}
h1 { /* position absolute - relative to the header, not document */
position:absolute;
left:70px;
bottom:40px;
margin:0;
display:inline;
font:50px bold georgia,times,serif;
color:#00FF00;
letter-spacing:5px;
font-variant:small-caps;
}
h2 {
font:bold italic 25px georgia,times,serif;
color:#fff;
display:block;
margin:15px 0 0 0;
text-align:center;
}
h3 {
font:bold italic 25px georgia,times,serif;
color:#99cc33;
display:block;
margin:15px 0 0 0;
}
h5 {
font:bold italic 15px georgia,times,serif;
color:#99cc33;
display:block;
margin:5px 0 0 0;
}
.code {
text-decoration:none;
color:#5858FA;
font-size:15px;
font-style: italic;
font-weight:bold;
margin-left:20px;
}
.content a {
text-decoration:none;
color:#99cc33;
font-weight:bold;
}
.content a:hover {color:#ccff66}
.content ul {list-style-type:circle}
.content li {font:bold 16px verdana,arial,sans-serif;}
p {margin-top:20px}
#footer p , #footer p a {
text-align:right;
font:11px verdana,arial;
color:#999;
margin:0;
}