Suche im Forum:
Suchen


Autor Nachricht
Beitrag18.07.2009 um 09:32 (UTC)    
Titel:

So bin fertig.

Text über Design:
Code:
<div id="grossheader"><h1><a href="Home.htm">Website Titel</a></h1>
<h2>Slogan of your Website</h2></div>


Hinweis unter dem Inhaltsbereich:
Code:
&copy; Copyright 2009 by <a href="#">Title or Url of your Website</a> | Design by <a href="http://www.free-css-templates.com/">Free CSS Templates</a> - Umcoding by <a href="http://www.ig444.de.tl/">ig444</a>


CSS-Code ohne Styletags:
Code:
* {
    padding: 0;
    margin: 0;
}

body {
background: #121212;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #ccc;
}

img { border: none; }
a { color: #FAF391; text-decoration: none; }
a:hover { text-decoration: underline; color : #fff; }

#container {
width: 760px;
background: #222;
margin: 0px auto;
}
#grossheader {
padding-top: 20px;
height: 80px;
width: 760px;
margin: 0px auto;
text-transform: uppercase;
background: #333;
}
#grossheader h1 {
font-size: 34px;
font-weight: 100;
padding: 10px 0 4px 10px;
letter-spacing: -3px;
}
#grossheader h1 a {
color: #FAF391;
text-decoration: none;
}
#grossheader h1 a:hover {
color: #fff;
text-decoration: none;
}
#grossheader h2 {
font-size: 17px;
font-weight: 100;
color: #fff;
padding-left: 12px;
}

#nav_container {
padding-top: 20px;
float : left ;
list-style: none;
width: 200px;
}
#nav { list-style-type: none; }
#nav li {
padding: 0;
margin: 0;
}
#nav a,
#nav a:visited {
text-transform:uppercase;
display: block;
height: 25px;
line-height: 25px;
padding: 0 10px 0 10px;
color: #ffffff;
background: #222;
text-decoration: none;
border-bottom: 1px solid #171B20;
}
#nav a:hover {
color: #000;
background-color: #FAF391;
}

#content {
padding: 10px 10px 10px 0;
float: right;
width: 540px;
background: #222;
}
#content h2 {
color: #FAF391;
font-size: 28px;
letter-spacing: -2px;
font-weight: 100;
padding: 10px 0 10px 0;
text-transform: uppercase;
}
#content h2 a { }
#content h2 a:hover { text-decoration: none; }

#below_content {
padding: 10px;
font-size: 11px;
color: #aaa;
text-align: center;
background: #333;
clear: both;
}
#below_content a {
color: #aaa;
}
#header_container, #counter {
display: none;
}



Viel Spaß Wink

mfg
______________
THE JOY OF NOT BEING SOLD ANYTHING
Beitrag18.07.2009 um 11:29 (UTC)    
Titel:

Hey, danke dir, werd ich glaich mal auf eine meiner Seiten kopieren.
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de