Autor Zpráva
Warezman
Profil *
Chcel by som sa spítať ako posuniem uplne dole (c) warezman na stranke warezman.info?
xhtml


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel='stylesheet' href='style.css' type='text/css' media='screen' />
<title>.::WAREZMAN::.</title>
</head>
<body>
<div class='main'>
<div class='main-left'></div>
<div class='stred'><img src="img/logo.png" alt="Loading..." />
<div class="menu"><a href="index.php" class="none2">Home</a> <a href="index.php?id=ja" class="none2">Ja</a> <a href="index.php?id=pc" class="none2">PC</a> <a href="index.php?id=fotoalbum" class="none2">Fotoalbum</a> <a href="index.php?id=kontakt" class="none2">Kontakt</a> <a href="http://blog.warezman.info" class="none2">Blog</a></div>
<?php
if (isset ($_GET['id'])) // pokial sme si poslali nejake id
{
$filename = $_GET['id'].".html"; // vytvorime z id nazov suboru
if (file_exists($filename)) // pokial taky subor existuje
{
include $filename; // vlozime ho sem
}
else // inak
{
include "404.html"; // sem vlozime home.html
}
}
else // pre pripad, ze niekto stranku vola bez id, potom sa objavi home.html
{
include "home.html";
}

?>

<div align="center" class="copy"><a href="mailto:warezlama@gmail.com" class="none">&copy warezman</a></div></div>
<div class='main-right'></div>
</div>
</body>
</html>

css


* { margin:0; padding:0; }

html, body {
background: #a0afce;
font-family: sans-serif;
font-size: 12px;
height: 100%;
text-align: center;
}

div.main {
width: 65%;
min-height: 100%;
max-height: 100%;
background: white url('img/zadok.gif') center center;
_height: 100%;
_overflow-x: hidden;
text-align: left;
margin: auto;
position: relative;
}

div.main-left {
width: 105px;
height: 100%;
background: url('img/left.png') repeat-y;
top: 0;
bottom: 0;
left: 0;
position: absolute;
}

div.main-right {
width: 105px;
height: 100%;
background: url('img/right.png') repeat-y;
top: 0;
bottom: 0;
right: 0;
_right: -1;
position: absolute;
}

div.stred {
width: auto;
height: 100%;
margin: auto;
text-decoration : none;
padding: 9px;
text-align: center;
}
div.menu {
width: auto;
height: 1%;
margin: auto;
padding: 18px;
text-align: center;
}
div.menu a:hover{
width: auto;
height: 100%;
color:white

}
div.copy {
float: center;
clear:both;
width: auto;
}


.copy {
color : #000000;
font-family : tahoma;
text-decoration : none;
font-size : 11px;
font-weight : bold;
}

* .none2 {
color : #000000;
font-family : tahoma;
text-decoration : none;
font-size : 17px;
font-weight : bold;
margin: 3px;
}
* .none {
color : #000000;
font-family : tahoma;
text-decoration : none;
font-size : 11px;
font-weight : bold;
}
* .styl1 {
color: #FFFFFF;
font-family: tahoma;
text-decoration: none;
font-size: 20px;
font-weight: bold;
}

* .styl2 {
color: #FF0000;
font-family: tahoma;
text-decoration: none;
font-size: 11px;
font-weight: bold;
}

* .styl3 {
color: #FFFFFF;
font-family: tahoma;
text-decoration: none;
font-size: 20px;
font-weight: bold;
}
krteczek
Profil
toto:
<div align="center" class="copy"><a href="mailto:warezlama@gmail.com" class="none">&copy warezman</a></div>
dáš až před: </body>
Toto téma je uzamčeno. Odpověď nelze zaslat.

0