Sportfreundin
Hi!
Ich versuche gerade zum ersten mal einen externen CSS-Stylesheet zu erstellen. Teilweise auch erfolgreich. Aber nun komme ich nicht mehr weiter.
Bei diesem Kontakt formular: KLICK
funktioniert dieser Stylesheet nicht:
body {
scrollbar-highlight-color:#AFACA8;
scrollbar-arrow-color:##656058;
scrollbar-3dlight-color:#AFACA8;
scrollbar-base-color:#AFACA8;
scrollbar-darkshadow-color:#656058;
scrollbar-face-color:#AFACA8;
scrollbar-shadow-color:#656058;
scrolling="auto"
background-position: top center;
background-repeat: no-repeat;
background-color:#AFACA8;
text-align:center;
margin:0px 0px 15px 0px;
padding:0px;
font:normal 12px/170% "Trebuchet MS";
background:#AFACA8;
color:#000000;
}
h1
{
color: #ED3597;
border bottom: #FFFFF;
}
table
{
font:normal 12px/170% "Trebuchet MS";
color:#000000;
}
input {
background:#656058;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
font:normal 12px/170% "Trebuchet MS";
border:1px dotted #000000;
color:#000000;
padding:5px 8px 5px 8px;
overflow:visible;
}
textarea{
background:#656058;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
font:normal 12px/170% "Trebuchet MS";
border:1px dotted #000000;
color:#000000;
padding:5px 8px 5px 8px;
overflow:visible;
}
input:hoverarea:hover {
color:#AFACA8;
border:1px solid #000000;
}
input:focus {
color:#AFACA8;
border:1px solid #000000;
}
textarea:hover {
color:#000000;
background:#AFACA8;
border:1px solid #000000;
}
textarea:focus {
color:#AFACA8;
border:1px solid #000000;
}
input{
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
font:bold 12px/170% "Trebuchet MS";
border:1px dotted #000000;
color:#000000;
overflow:visible;
background:#656058;
padding:4px 10px 4px 10px;
}
input:hover {
background:#C7247A;
cursor:pointer;
}
Der rot-markierte Teil lässt sich anwenden,wie ihr seht.
Der blaue Teil funktioniert gar nicht, denn es ändert sich GAR nichts wenn ich mit der Maus über die Textarea, oder das Eingabefeld gehe.
Könnt ihr mir helfen?
Alisa
Ich versuche gerade zum ersten mal einen externen CSS-Stylesheet zu erstellen. Teilweise auch erfolgreich. Aber nun komme ich nicht mehr weiter.
Bei diesem Kontakt formular: KLICK
funktioniert dieser Stylesheet nicht:
body {
scrollbar-highlight-color:#AFACA8;
scrollbar-arrow-color:##656058;
scrollbar-3dlight-color:#AFACA8;
scrollbar-base-color:#AFACA8;
scrollbar-darkshadow-color:#656058;
scrollbar-face-color:#AFACA8;
scrollbar-shadow-color:#656058;
scrolling="auto"
background-position: top center;
background-repeat: no-repeat;
background-color:#AFACA8;
text-align:center;
margin:0px 0px 15px 0px;
padding:0px;
font:normal 12px/170% "Trebuchet MS";
background:#AFACA8;
color:#000000;
}
h1
{
color: #ED3597;
border bottom: #FFFFF;
}
table
{
font:normal 12px/170% "Trebuchet MS";
color:#000000;
}
input {
background:#656058;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
font:normal 12px/170% "Trebuchet MS";
border:1px dotted #000000;
color:#000000;
padding:5px 8px 5px 8px;
overflow:visible;
}
textarea{
background:#656058;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
font:normal 12px/170% "Trebuchet MS";
border:1px dotted #000000;
color:#000000;
padding:5px 8px 5px 8px;
overflow:visible;
}
input:hoverarea:hover {
color:#AFACA8;
border:1px solid #000000;
}
input:focus {
color:#AFACA8;
border:1px solid #000000;
}
textarea:hover {
color:#000000;
background:#AFACA8;
border:1px solid #000000;
}
textarea:focus {
color:#AFACA8;
border:1px solid #000000;
}
input{
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
font:bold 12px/170% "Trebuchet MS";
border:1px dotted #000000;
color:#000000;
overflow:visible;
background:#656058;
padding:4px 10px 4px 10px;
}
input:hover {
background:#C7247A;
cursor:pointer;
}
Der rot-markierte Teil lässt sich anwenden,wie ihr seht.
Der blaue Teil funktioniert gar nicht, denn es ändert sich GAR nichts wenn ich mit der Maus über die Textarea, oder das Eingabefeld gehe.
Könnt ihr mir helfen?
Alisa