Moderator: lauras
<html xmls="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='content-type' content='text/html; charset=UTF-8' />
<title>* hauptseite</title>
<!-- benoetigte Dateien -->
<link href='reset.css' title='reset.css' type='text/css' rel='reset' />
<link href='style.css' title='style.css' type='text/css' rel='stylesheet' />
</head>
<body>
<!-- Seitenkopfbereich -->
<div ID='heeder'>
<h1> Datenbankinterface für * </h1>
</div>
<!-- Navigationsbereich -->
<div ID='navi'>
<ul>
<li> <a href=*1.php> Einloggen</a> </li>
<li> <a href=*2.php> Seite verlassen</a> </li>
</ul
</div>
<!-- Seiteninhalt -->
<div ID="inhalt">
<h2> herzlich willkommen beim Datenbankinterface von * </h2>
<p> Um Aktionen durchführen zu können, müssen Sie sich anmelden. </p>
</div>
<!-- Linkliste -->
<!-- Fussbereich -->
<div ID='footer'>
<p class='pfooter'> © by
<a <a href="mailto:*@gmx.de?subject=DAS%20DATENBANK%20INTERFACE"><img src='*.jpg' width='54' height='30' border='0' alt='AnKo' align='middle'></a>
2011
</div>
</body>
</html>/* Linkveweise auf andere Dateien */
@ink href='(reset.css' title='reset.css' type='text/css' rel='stylesheet')
/* Broserreset */
{ padding:0; margin:0; }
{ font-size:100.1%; }
/* Globale Formatierung */
body{
float: left;
font-family: Lucida Sans;
font-size: 1.1em;
font-style: normal;
text-align: justify;
background-color: #458149;
}
/* Kopfbereich */
#heeder {
float: left;
width: 100%;
height: 10%;
font-family: Lucida Sans;
font-size: 1.1em;
font-style: normal;
text-align: justify;
background-color: #256E2A;
border: 0px solid #4D4D4D;
-webkit-border-top-right-radius: 30px 30px;
-webkit-border-top-left-radius: 30px 30px;
-webkit-border-bottom-right-radius: 30px 30px;
-khtml-border-top-right-radius: 30px 30px;
-khtml-border-top-left-radius: 30px 30px;
-khtml-border-bottom-right-radius: 30px 30px;
-moz-border-radius-topright: 30px 30px;
-moz-border-radius-topleft: 30px 30px;
-moz-border-radius-bottomright: 30px 30px;
border-top-right-radius: 30px 30px;
border-top-left-radius: 30px 30px;
border-bottom-right-radius: 30px 30px;
background: #256E2A;
}
/* Navigationsbereich */
#navi {
text-align: left;
float: left;
right: 10px;
width: 19%;
height:80%;
background-color: #137F1A;
padding: 1%;
border: 0px solid #4D4D4D;
-webkit-border-bottom-left-radius: 30px 30px;
-webkit-border-bottom-right-radius: 30px 30px;
-khtml-border-bottom-left-radius: 30px 30px;
-khtml-border-bottom-right-radius: 30px 30px;
-moz-border-radius-bottomleft: 30px 30px;
-moz-border-radius-bottomright: 30px 30px;
border-bottom-left-radius: 30px 30px;
border-bottom-right-radius: 30px 30px;
background: #137F1A;
}
#navi a:hover {
background-color: #E4E573;
}
/* Inhaltsbereich */
#inhalt {
border: 0px solid #4D4D4D;
-webkit-border-top-right-radius: 30px 30px;
-khtml-border-top-right-radius: 30px 30px;
-moz-border-radius-topright: 30px 30px;
border-top-right-radius: 30px 30px;
background-color: #458149;
float: left;
left: 10px;
margin-right: 1%;
width: 70%;
height: 80%;
padding: 2%;
}
#inhalt a:hover {
background-color: #E4E573;
}
/* Fussbereich */
#footer {
clear: both;
float: left;
width: 100%;
height :10%;
font-family: Lucida Sans;
font-size: 1.1em;
font-style: normal;
text-align: justify;
background-color: #256E2A;
border: 0px solid #4D4D4D;
-webkit-border-top-left-radius: 30px 30px;
-webkit-border-top-right-radius: 30px 30px;
-webkit-border-bottom-right-radius: 30px 30px;
-webkit-border-bottom-left-radius: 30px 30px;
-khtml-border-top-left-radius: 30px 30px;
-khtml-border-top-right-radius: 30px 30px;
-khtml-border-bottom-right-radius: 30px 30px;
-khtml-border-bottom-left-radius: 30px 30px;
-moz-border-radius-topleft: 30px 30px;
-moz-border-radius-topright: 30px 30px;
-moz-border-radius-bottomright: 30px 30px;
-moz-border-radius-bottomleft: 30px 30px;
border-top-left-radius: 30px 30px;
border-top-right-radius: 30px 30px;
border-bottom-right-radius: 30px 30px;
border-bottom-left-radius: 30px 30px;
background: #256E2A;
}
/* Ueberschriften */
h1 {
text-align: center;
}
h2 {
text-align: center;
}
/* Absaetze */
.pfooter {
text-align: center;
/* Tabelle */
table {
empty-cells: show;
}
th {
border-style: none;
border-color: #000000;
text-align: center;
}
/* Links */
a:hover {
background-color: #E4E573;
}<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>title</title>
<meta name="content-language" content="de" />
<link href="style.css" title="style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="header">
<h1>header</h1>
</div>
<div id="nav">
<ul>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
</ul>
</div>
<div id="content">
<h2>Titel h2</h2>
<p>Lorem ipsum dolor sit amet.</p>
</div>
<div id="footer">
<p>footer</p>
</div>
</body>
</html>/* reset */
/* ---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
font-family: Arial, sans-serif;
}
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
/* basics */
/* ---------------------------------------- */
html {
text-align: center;
min-width: 760px;
}
body {
width: 960px;
margin: 0 auto;
text-align: left;
}
/* header */
/* ---------------------------------------- */
#header {
background-color: #eee;
margin-bottom: 20px;
}
#header h1 {
padding: 10px;
font-weight: bold;
}
/* nav */
/* ---------------------------------------- */
#nav {
width: 30%;
float: left;
margin-bottom: 20px;
background-color: #eee;
}
#nav ul {
padding: 10px;
}
/* content */
/* ---------------------------------------- */
#content {
width: 70%;
float: right;
margin-bottom: 20px;
}
#content h2 {
padding: 0 0 0 10px;
}
#content p {
padding: 0 0 0 10px;
}
/* footer */
/* ---------------------------------------- */
#footer {
clear: both;
background-color: #eee;
}
#footer p {
padding: 10px;
}Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast