Seite 1 von 1

Schriftgröße im Chatspot

Verfasst: 31.05.2005 21:06
von Ivan
Hallo,

gibt es die Möglichkeit die Schriftgröße im Chatspot zu ändern??

Gruß
Ivan

Verfasst: 31.05.2005 22:10
von Max
hi,


vermutlich wird es in der chatspot.css das sein:

Code: Alles auswählen

.table0 {
	background-color : #EFEFEF;
	border-bottom-color : #dedede;
	border-bottom-style : solid;
	border-bottom-width : 1;
	border-left-color : #fefefe;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #dedede;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : #fefefe;
	border-top-style : solid;
	border-top-width : 1px;
	color : #000000;
	font-size : 10px;
}

.table1 {
	background-color : #d5dade;
	border-bottom-color : #c8cdc1;
	border-bottom-style : solid;
	border-bottom-width : 1;
	border-left-color : #dfe5e9;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #c8cdc1;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : #dfe5e9;
	border-top-style : solid;
	border-top-width : 1px;
	color : #000000;
	font-size : 10px;
}
das font-size : 10px; ist dann der entscheidende Punkt.



Gruß Max

Verfasst: 01.06.2005 14:38
von Ivan
ich danke dir.
Hat einwandfrei geklappt :grin:

Gruß
Ivan