Die Seite geht jetzt.
Habe es auch hinbekommen aber wie kann ich die schriftart ändern. Sie möchte Monotipe corsiva haben.
#willkommen {
margin-left: 15px;
font-size:12px;
color: #FFF;
}
body {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0 0 0 0;
background: #0b0b0b url('Bilder/bg.jpg') ;
background-attachment:fixed;
background-position:top center;
background-repeat:repeat;
}
td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000; }
/* Klasse f�r Verlinkungen */
a {
color: #09C;
font-family: Verdana;
font-size: 12px;
text-decoration: none; }
/* Klasse f�r Verlinkungen {MOUSEOVER} */
a:hover {
color: #06C;
font-family: Verdana;
font-size: 12px;
text-decoration: none; }
/* Klasse f�r Verlinkungen in Boxen */
a.box {
color: #09C;
font-family: Verdana;
font-size: 12px;
text-decoration: none; }
/* Klasse fuer Verlinkungen in Boxen {MOUSEOVER} */
a.box:hover {
text-decoration: none;
color: #06C; }
/* Klasse fuer Kopfzeilen wie bei Userliste oder Forum */
.Chead, .Chead td, .Chead th, .Chead td strong, .Chead h4, .Chead td b {
color: #000;
background-image: -webkit-linear-gradient(top, #4abff5, #026b9b);
background-image: -moz-linear-gradient(top, #4abff5, #026b9b);
background-image: -ms-linear-gradient(top, #4abff5, #026b9b);
background-image: -o-linear-gradient(top, #4abff5, #026b9b);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4abff5', endColorstr='#026b9b');}
.Callg {
background-color: #151515;
color: #CCCCCC; }
.Callg td {
color: #CCCCCC; }
/* Background der Seite, oft abwechseln von Cnorm zu Cmite, wird im Forum, Userlist, Gbook eigt Ueberall genutzt*/
.Cnorm, .Cnorm td, .Cnorm th, .Cnorm td strong, .Cnorm h4, .Cnorm td b {
color: #fff;
background-image: -webkit-linear-gradient(top, #696868, #555454);
background-image: -moz-linear-gradient(top, #696868, #555454);
background-image: -o-linear-gradient(top, #696868, #555454);
background-image: -ms-linear-gradient(top, #696868, #555454);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#696868', endColorstr='#555454'); }
/* Background der Seite, oft abwechseln von Cnorm zu Cmite, wird im Forum, Userlist, Gbook eigt Ueberall genutzt*/
.Cmite, .Cmite td, .Cmite th, .Cmite td strong, .Cmite h4, .Cmite td b {
color: #fff;
background-image: -webkit-linear-gradient(top, #525252, #424242);
background-image: -moz-linear-gradient(top, #525252, #424242);
background-image: -o-linear-gradient(top, #525252, #424242);
background-image: -ms-linear-gradient(top, #525252, #424242);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#424242'); }
/* Wird wenig genutzt is aber Sinnvoll diese Klasse wie Cnorm oder Cmite einzustellen */
.Cdark, .Cdark td, .Cdark th, .Cdark td strong, .Cdark h4, .Cdark td b {
color: #fff;
background-image: -webkit-linear-gradient(top, #696868, #555454);
background-image: -moz-linear-gradient(top, #696868, #555454);
background-image: -o-linear-gradient(top, #696868, #555454);
background-image: -ms-linear-gradient(top, #696868, #555454);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#696868', endColorstr='#555454'); }
/* Wird nur im Guestbook genutzt um einen Rand um jeden Eintrag zu ziehen.*/
.rand {
border: solid #222 1px;
border-radius:5px; }
/* Forenbeschreibung, Downlaodbereibung, Gallerbeschreibung... (Die beschreibung die man im Admin Bereich eingibt und dann angezeigt wird unterm Threadnamen)*/
.smalfont {
font-size: 10px;
text-decoration: none; }
a.smalfont {
font-size: 10px;
color: #09C;
text-decoration: none; }
a.smalfont:hover {
font-size: 10px;
color: #06C;
text-decoration: none; }
.border {
background-color: #585858; }
hr {
height: 1px;
border: solid #585858 1px;
border-top-width: 1px;
width: 100%; }
/* Auswahl, Eingabefeld, Textfeld (Definiert das wo man etwas reinschreibt oder auswaehlen kann)*/
input, textarea, select {
color: #000000;
font: 12px Verdana;
border-color: #585858;
border-width: 1px;
border-style: solid;
font-weight: none;
text-decoration: none;
background-color: #FFFFFF;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;}
.menu {
display:block;
color: #000;
font-size: 12px;
width: 171px;
height: 20px;
text-indent: 30px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
line-height:20px;
background: url(Bilder/ETB_Button.jpg);
}
.menu:hover {
display:block;
color: #06C;
font-size: 12px;
width: 171px;
height: 20px;
text-indent: 30px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
line-height:20px;
background: url(Bilder/ETB_Button.jpg);
}
.menu2 {
color: #fff;
font-size: 12px;
height: 35px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
line-height:35px;
margin-left: 5px;
margin-right: 5px;
}
.menu2:hover {
color: #06C;
font-size: 12px;
height: 35px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
line-height:35px;
margin-left: 5px;
margin-right: 5px;
}
.hintergrund {
background: none;
background-color: none;
}
.boxhead {
color: #FFF;
font-size: 12px;
font-weight: bold;
text-indent: 13px;
line-height: 29px;
}
!EDIT - Bitte CODE Tag für eingefügten Code verwenden! Siehe
- Gruß Lord|Schirmer
Zuletzt modifiziert von Lord|Schirmer am 22.05.2014 - 17:11:41