Moderator: lauras
/*--------------ELEMENTE------------------------------*/
body {
background-color: #447BD4;
margin: 0;
padding: 0;
text-align: center;
}
header, nav, section, footer {
display: block;
}
header {
margin: 40px 0;
font-size: 22px;
padding: 1px 10px; /*borderline klebt nicht am hacken vom 'G'*/
border-bottom: 1px solid #fff;
}
nav {
line-height: 30px;
background-color: #282828;
padding: 2px 70px;
font-size: 18px;
}
nav ul {
margin: 0 auto;
padding: 0;
}
nav li {
margin: 0 30px;
padding: 0;
list-style: square;
float: left;
}
nav a {
display: block;
}
nav li:first-child {
list-style: none;
margin-left: 40px;
}
section {
background-color: #282828;
float: right;
padding: 5px 5px;
width: 72%;
min-height: 600px;
margin: 50px 0;
}
footer {
font-size: 18px;
padding: 0 30px;
border-top: 1px solid #fff;
}
a:link, a:visited, a:active {
color: #ffffff;
text-decoration: none;
}
a:hover, a:focus {
color: #447BD4;
text-decoration: underline;
}
/*-----------------------ID's--------------------------*/
#top {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
background: -moz-linear-gradient(#104E8B, #447BD4);
background: -o-linear-gradient(#104E8B, #447BD4);
background: linear-gradient(#104E8B, #447BD4);
background: -webkit-gradient(linear, top, bottom, from(#104E8B), to(#447BD4));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#104E8B, endColorstr=#447BD4);
height: 600px;
width: 100%;
background-repeat: no-repeat;
}
#seitenbereich {
text-align: left;
margin: 0 auto;
width: 900px;
font-family: Comic Sans MS;
font-size: 15px;
color: #fff;
text-shadow: 2px 2px 2px #282828;
}
#sidebar {
float: left;
margin: 50px 0;
width: 24%;
padding: 5px 5px;
background-color: #282828;
min-height: 300px;
color: #fff;
}
#sidebar ul {
margin: 15px 0;
padding: 0;
list-style: square;
}
#sidebar li {
margin: 5px 20px;
padding: 0;
word-wrap: break-word;
}
/*--------------------KLASSEN---------------------------*/
.schatten {
box-shadow:0 0 10px #000;
}
.rEcken {
border-radius: 50%;
}
.rEcken2 {
border-radius: 8px
}
.lClear {
clear: left;
}
.bothClear {
clear: both;
}
/* ELEMENTE */
body {
background-color: #447BD4;
margin: 0;
padding: 0;
text-align: center;
}
header, nav, section, footer {
display: block;
}
header {
margin: 40px 0;
font-size: 22px;
padding: 1px 10px; /*borderline klebt nicht am hacken vom 'G'*/
border-bottom: 1px solid #fff;
}
nav {
line-height: 30px;
background-color: #282828;
padding: 2px 70px;
font-size: 18px;
}
nav ul {
margin: 0 auto;
padding: 0;
}
nav li {
margin: 0 30px;
padding: 0;
list-style: square;
float: left;
}
nav li:first-child {
list-style: none;
margin-left: 40px;
}
nav a { display: block; }
section {
background-color: #282828;
float: right;
padding: 5px 5px;
width: 72%;
min-height: 600px;
margin: 50px 0;
}
footer {
font-size: 18px;
padding: 0 30px;
border-top: 1px solid #fff;
}
a {
color: #ffffff;
text-decoration: none;
}
a:hover {
color: #447BD4;
text-decoration: underline;
}
/* IDs */
#top {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
background: -moz-linear-gradient(#104E8B, #447BD4);
background: -o-linear-gradient(#104E8B, #447BD4);
background: linear-gradient(#104E8B, #447BD4);
background: -webkit-gradient(linear, top, bottom, from(#104E8B), to(#447BD4));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#104E8B, endColorstr=#447BD4);
height: 600px;
width: 100%;
background-repeat: no-repeat;
}
#seitenbereich {
text-align: left;
margin: 0 auto;
width: 900px;
font-family: Comic Sans MS;
font-size: 15px;
color: #fff;
text-shadow: 2px 2px 2px #282828;
}
#sidebar {
float: left;
margin: 50px 0;
width: 24%;
padding: 5px 5px;
background-color: #282828;
min-height: 300px;
color: #fff;
}
#sidebar ul {
margin: 15px 0;
padding: 0;
list-style: square;
}
#sidebar li {
margin: 5px 20px;
padding: 0;
word-wrap: break-word;
}
/* KLASSEN */
.schatten { box-shadow:0 0 10px #000; }
.rEcken { border-radius: 50%; }
.rEcken2 { border-radius: 8px }
.lClear { clear: left; }
.bothClear { clear: both; }
/*--------------ELEMENTE------------------------------*/ body { background-color: #447BD4; margin: 0; padding: 0; text-align: center; } header, nav, section, footer { display: block; } header { margin: 40px 0; font-size: 22px; padding: 1px 10px; /*borderline klebt nicht am hacken vom 'G'*/ border-bottom: 1px solid #fff; } nav { line-height: 30px; background-color: #282828; padding: 2px 70px; font-size: 18px; } nav ul { margin: 0 auto; padding: 0; } nav li { margin: 0 30px; padding: 0; list-style: square; float: left; } nav a { display: block; } nav li:first-child { list-style: none; margin-left: 40px; } section { background-color: #282828; float: right; padding: 5px 5px; width: 72%; min-height: 600px; margin: 50px 0; } footer { font-size: 18px; padding: 0 30px; border-top: 1px solid #fff; } a:link, a:visited, a:active { color: #ffffff; text-decoration: none; } a:hover, a:focus { color: #447BD4; text-decoration: underline; } /*-----------------------ID's--------------------------*/ #top { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; background: -moz-linear-gradient(#104E8B, #447BD4); background: -o-linear-gradient(#104E8B, #447BD4); background: linear-gradient(#104E8B, #447BD4); background: -webkit-gradient(linear, top, bottom, from(#104E8B), to(#447BD4)); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#104E8B, endColorstr=#447BD4); height: 600px; width: 100%; background-repeat: no-repeat; } #seitenbereich { text-align: left; margin: 0 auto; width: 900px; font-family: Comic Sans MS; font-size: 15px; color: #fff; text-shadow: 2px 2px 2px #282828; } #sidebar { float: left; margin: 50px 0; width: 24%; padding: 5px 5px; background-color: #282828; min-height: 300px; color: #fff; } #sidebar ul { margin: 15px 0; padding: 0; list-style: square; } #sidebar li { margin: 5px 20px; padding: 0; word-wrap: break-word; } /*--------------------KLASSEN---------------------------*/ .schatten { box-shadow:0 0 10px #000; } .rEcken { border-radius: 50%; } .rEcken2 { border-radius: 8px } .lClear { clear: left; } .bothClear { clear: both; }
drPHIP132 hat geschrieben:@ flow snow:
ha keine ahnung haste. sag mir mal wie man im jahre 1995 farbverläufe, runde ecken und schatten mit css3 gemacht haben soll. -.-
Wenn man an sowas schon Gedacht hat, wurde das mit Bildern erledigt :/ Übrigens achte ich Flow Snow und finde das sie nicht gerade wenig Ahnung hat.
was eine header ist? kann ich dir sagen.! nähmlich eine header. dumme frage -.-
Header ist (genau wie die Deutsche Übersetzung Kopfbereich) Maskulin.. daher also DER/EIN Header.
is s****ß egal. man kann auch h6 nehmen kommt auf die definierte größe an.!!!
wowowowowow! Schon mal was von Suchmaschinenoptimierung gehört?? Oder dir überlegt was die Zahlen bedeuten? Je wichtiger eine ÜBerschrift ist, desto kleiner ist quasi die Ziffer. Und die wichtigste Überschrift einer Seite ist die erste Überschrif (<h1>). Sollte am besten auf allen Seiten gleich sein.
doch das kann ich sehr wohl, hast ja gesehen ich kanns.! (siehe meine seite)
weil das mit absicht so sein soll.!!!
junge ey.!!!! -.-
Falls du eben aufgepasst hast, erwähnt es schon mal: Sie ist ein Mädel
@ sören:
[...]
ich möchte junge/jugendliche leute ansprechen und keine alten säcke. also bleibt diese peppige coole schrift auch :')))))
Es gibt nichts billigeres als Comic Sans MS xD Mein Designer in der Agnetur hätte dir jetzt den nächstbesten Gegenstand in die Brust gerammt xDD
[...]
Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast