
Dann werde ich Morgen mal versuchen im CSS die Farben zu ändern. :JJ
Bis Morgen !

Moderator: HTML-Laie
wen es dir Recht ist kann dir die gewünschten Farben einfügen oder auch als GrafikenWatsing hat geschrieben:Hallo Jürg
für deine Meinung zur Designfarbe !
Dann werde ich Morgen mal versuchen im CSS die Farben zu ändern. :JJ
Bis Morgen !
Code: Alles auswählen
/*CSS Format by http://npage-hilfe.net*/
html {
background: url(bilder/bg.jpg) repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
background-color: #29569c;
font-family: "Arial Narrow";
color: #29569c;
font-size: 16px;
}
h1 {
font-family: "trebuchet ms";
font-size: 22px;
color: #FF0000;
text-align: center;
text-decoration: none;
}
h2 {
font-family: "trebuchet ms";
font-size: 18px;
color: #261300;
text-align: center;
}
h3 {
font-family: verdana;
font-size: 16px;
color: #000096;
text-align: center;
}
a:link {
font-family: "Arial Narrow";
color: #000000;
font-size: 16px;
text-decoration:none;
}
a:visited {
color : #000000;
font-size: 16px;
text-decoration : none;
}
a:active {
color: #000000;
font-size: 16px;
text-decoration: none;
}
a:hover {
color: #FF0000;
font-size: 16px;
text-decoration:underline;
}
a img {
border: none;
}
p {
margin-top: 16px;
margin-bottom: 16px;
}
textarea {
color: #000000;
font-size: 12px;
font-family: Arial Narrow;
padding: 3px;
background-color: #ffe490;
border: 1px solid #29569c;
border-radius: 3px;
}
#aussen {
width: 1040px;
padding: 8px;
margin-right: auto;
margin-left: auto;
background-color: transparent;
background-image: url(bilder/bg_list_2.jpg);
background-repeat: repeat;
background-position: 0 0;
border: 2px inset #ffe490;
border-radius: 4px;
}
#header {
width: 1038px;
height: 140px;
border: 1px solid #261300;
border-radius: 4px;
background-color: #29569c;
background-image: url(bilder/header.jpg);
background-position: center 0;
}
#balken {
float: left;
width: 1038px;
height: 22px;
color: #29569c;
text-align: center;
line-height: 20px;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #29569c;
border-radius: 4px;
background-color: #ffe490;
background-image: url(bilder/bg_list_1.jpg);
background-repeat: repeat;
background-position: 0 0;
}
#navilinks {
float: left;
width: 170px;
color: #29569c;
background-color: transparent;
padding: 0px;
margin: 0px;
}
#navilinks h1 {
margin-bottom: 3px;
margin-top: 10px;
}
#navilinks h2 {
margin-bottom: 2px;
margin-top: 8px;
}
#navilinks h3 {
margin-bottom: 2px;
margin-top: 10px;
}
.boxlinks {
float: left;
width: 160px;
color: #1000fc;
text-align: center;
font-size: 16px;
padding : 4px;
margin-bottom: 8px;
background-color: #ffe490;
background-image: url(bilder/bg_list_3.jpg);
background-repeat: repeat;
background-position: 0 0;
border: 1px solid #29569c;
border-radius: 4px;
}
.navigation a {
display:block;
width:140px;
height:25px;
line-height:25px;
text-align: left;
font-size: 16px;
font-family: "Arial Narrow";
color: #29569c;
text-decoration:none;
padding-left:18px;
margin:0px;
background:url(bilder/button.png) no-repeat;
border-bottom: 1px dashed #29569c;
}
.navigation a:hover {
color: #000000;
background-position:0 bottom;
border-bottom: 1px dashed #000000;
}
#navirechts {
float: right;
width: 170px;
color: #29569c;
background-color: transparent;
padding: 0px;
margin: 0px;
}
#navirechts h1 {
margin-bottom: 3px;
margin-top: 10px;
}
#navirechts h2 {
margin-bottom: 2px;
margin-top: 8px;
}
#navirechts h3 {
margin-bottom: 2px;
margin-top: 10px;
}
.boxrechts {
float: right;
width: 160px;
color: #29569c;
text-align:center;
font-size: 16px;
padding : 4px;
margin-bottom: 8px;
background-color: transparent;
background-image: url(bilder/bg_list_3.jpg);
background-repeat: repeat;
background-position: 0 0;
border: 1px solid #29569c;
border-radius: 4px;
}
#inhalt {
float: left;
width: 662px;
color: #29569c;
text-align: center;
padding: 10px;
margin-left: 8px;
background-color: #ffe490;
background-image: url(bilder/bg_list_1);
background-repeat: repeat;
background-position: 0 0;
border: 1px solid #29569c;
border-radius: 4px;
}
#footer {
float: left;
width: 1038px;
height: 22px;
font-family: Impact;
font-size: 22px;
color: #0D0600;
text-align: center;
line-height: 20px;
margin-top: 8px;
border: 1px solid #29569c;
border-radius: 4px;
background-color: #ffe490;
background-image: url(bilder/bg_list_3.jpg);
background-repeat: repeat-x;
background-position: 0 0;
}
.copyright {
font-size: 14px;
font-family: Impact;
font-style: normal;
color: #29569c;
text-align: center;
}
.copyright a {
font-size: 14px;
font-family: Impact;
font-style: normal;
color: #FF0000;
text-decoration: none;
}
.copyright a:hover {
color: #0D0600;
}
.clear {
clear: both;
}
Mitglieder in diesem Forum: 0 Mitglieder und 21 Gäste