Erklärung gesucht!?
Verfasst: 07.09.2008 16:37
				
				Hallo, 
gibt es irgendwo eine Anleitung/Erklärung für was die folgenden Punkte in der css Datei verantwortlich sind?
Dieser Textteil ist ja für das Eingabefeld verantwortlich:
Aber für was die anderen?? Z.B.
			gibt es irgendwo eine Anleitung/Erklärung für was die folgenden Punkte in der css Datei verantwortlich sind?
Dieser Textteil ist ja für das Eingabefeld verantwortlich:
Code: Alles auswählen
/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #E5E5E2;
        background-image: url('./images/textfeld.gif');
}Code: Alles auswählen
 
/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #FFFFFF; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}
/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}
/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #E5E5E2;
        background-image: url('./images/textfeld.gif');
}
input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}
/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}
/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3CC; border-style: none; }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");