Nieuw lid |
|
index.php:
<?
include "config.inc.php";
include "functions.inc.php";
?>
<!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-Type" content="text/html; UTF-8" />
<title>Voetbalvereniging Hunsingo Winsum</title>
<link href="text.css" rel="stylesheet" type="text/css" />
<link href="layout.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="images/favicon.ico" />
<style type="text/css">
.style1 {
font-family: Verdana;
color: #808080;
}
</style>
</head>
<body>
<div id="topbar">
<img alt="" src="header.png" width="980" height="140"></div>
<div id="container">
<div id="main">
<div id="menu"><? include "login.php"; ?><a href="?cat=forum"><img src="images/knop_forum.gif" border="0"></a><br><? include "poll/index.php"; ?></div>
<div id="contentdiv">
<? include "menu.php";?>
<div id="maincontent">
<?
if (!isset($_GET['id']) || ($_GET['id'] != "algemeen" && $_GET['id'] != "jeugd")) {
echo "<div class=\"normaal\">";
include "content.php";
echo "</div>";
} else {
include "content.php";
}
?>
<div id="copyright" class="style1">© 2008, Jan-Willem Sterkenburg</div>
</body>
</html>
<? include "config.inc.php"; include "functions.inc.php"; ?> <!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-Type" content="text/html; UTF-8" /> <title>Voetbalvereniging Hunsingo Winsum</title> <link href="text.css" rel="stylesheet" type="text/css" /> <link href="layout.css" rel="stylesheet" type="text/css" /> <link rel="shortcut icon" href="images/favicon.ico" /> <style type="text/css"> .style1 { font-family: Verdana; color: #808080; } </style> </head> <body> <div id="topbar"> <img alt="" src="header.png" width="980" height="140"></div> <div id="container"> <div id="main"> <div id="menu"><? include "login.php"; ?><a href="?cat=forum"><img src="images/knop_forum.gif" border="0"></a><br><? include "poll/index.php"; ?></div> <div id="contentdiv"> <? include "menu.php";?> <div id="maincontent"> <? if (!isset($_GET['id']) || ($_GET['id'] != "algemeen" && $_GET['id'] != "jeugd")) { echo "<div class=\"normaal\">"; include "content.php"; } else { include "content.php"; } ?> <div id="copyright" class="style1">© 2008, Jan-Willem Sterkenburg</div> </body> </html>
layout.css :
body {
background-color: #ffffff;
margin: 0px;
padding: 0px;
}
#container {
background-color: #ECECEC;
width: 775px;
margin: auto;
border-right: 1px solid #d9d9d9;
}
#main {
width: 100%;
background-image: url('images/menu_bg.gif');
background-repeat: repeat-y;
background-color: white;
padding: 0px;
margin: 0px;
}
#menu {
float: left;
width: 189px;
background-image: url('images/menubar_top.jpg');
background-repeat: no-repeat;
height: 195px;
padding-top: 205px;
padding-left: 30px;
}
#contentdiv {
margin-left: 225px;
padding: 10px;
height: 1%;
min-height: 600px;
}
#topbar {
background-color: #ECECEC;
background-image: url(header.png);
background-position: left;
background-position: top;
background-repeat: repeat;
background-attachment: fixed;}
#copyright {
vertical-align: bottom;
text-align: center;
}
#topmenu {
list-style-type: none;
margin: 0px;
padding: 0px;
padding-top: 4px;
margin-bottom: 20px;
}
li {
margin-left: 15px;
}
.laatste_items {
width: 49%;
float: left;
}
.laatste_items a {
padding: 1px;
color: #000000;
display: block;
text-decoration: none;
font-size: 11px;
}
.laatste_items a:hover {
background-color: #EDEDED;
}
body { background-color: #ffffff; margin: 0px; padding: 0px; } #container { background-color: #ECECEC; width: 775px; margin: auto; border-right: 1px solid #d9d9d9; } #main { width: 100%; background-image: url('images/menu_bg.gif'); background-repeat: repeat-y; background-color: white; padding: 0px; margin: 0px; } #menu { float: left; width: 189px; background-image: url('images/menubar_top.jpg'); background-repeat: no-repeat; height: 195px; padding-top: 205px; padding-left: 30px; } #contentdiv { margin-left: 225px; padding: 10px; height: 1%; min-height: 600px; } #topbar { background-color: #ECECEC; background -image : url (header.png ); background-position: left; background-position: top; background-repeat: repeat; background-attachment: fixed;} #copyright { vertical-align: bottom; text-align: center; } #topmenu { list-style-type: none; margin: 0px; padding: 0px; padding-top: 4px; margin-bottom: 20px; } li { margin-left: 15px; } .laatste_items { width: 49%; float: left; } .laatste_items a { padding: 1px; color: #000000; display: block; text-decoration: none; font-size: 11px; } .laatste_items a:hover { background-color: #EDEDED; }
Te vinden op http://www.janwillem-117.nl/vvh oud |