Formular Externes Style Sheet

BODY {
scrollbar-face-color: #666600;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #aaaa55;
scrollbar-3dlight-color: #999999;
scrollbar-darkshadow-color: #505050;
scrollbar-track-color: #CCCC99;
scrollbar-arrow-color: #000000;

}
select {
background-color: #D0D0A0;
font: 12px Verdana, Arial, Helvetica, sans-serif;

}
input {
background-color: #E4E4C9;
background-image: url(butback.gif);
font: 13px Verdana, Arial, Helvetica, sans-serif;
color: #4F4F26;
border-top-width: medium;
border-right-width: medium;
border-bottom-width: medium;
border-left-width: medium;
border-top-style: double;
border-right-style: double;
border-bottom-style: double;
border-left-style: double;
border-top-color: #E1E1C1;
border-left-color: #E1E1C1;
border-bottom-color: #878743;
border-right-color: #ACAC57;

}
input.textfeld {
background-color: #E8E8D0;
font: 13px Verdana, Arial, Helvetica, sans-serif;
color: #663333;
border-top-width: medium;
border-right-width: medium;
border-bottom-width: medium;
border-left-width: medium;
border-top-style: double;
border-right-style: double;
border-bottom-style: double;
border-left-style: double;
border-bottom-color: #E1E1C1;
border-right-color: #E1E1C1;
border-top-color: #878743;
border-left-color: #ACAC57;
background-image: url(textback.gif);
background-repeat: no-repeat;
background-color: #E7DDBA;
text-indent: 7px;

}
textarea {
font: 12px Verdana, Arial, Helvetica, sans-serif;
background-color: #E7DDBA;
background-image: url(textarea.gif);
background-repeat: repeat-y;
border-top-width: medium;
border-right-width: medium;
border-bottom-width: medium;
border-left-width: medium;
border-top-style: double;
border-right-style: double;
border-bottom-style: double;
border-left-style: double;
border-bottom-color: #E1E1C1;
border-right-color: #E1E1C1;
border-top-color: #878743;
border-left-color: #ACAC57;
text-indent: 7px;
}


Erklärung:
Die Style Sheet Datei namens iestyle.css enthält oben aufgeführte Style Sheet Zuweisungen.