Seite 3 von 3

Verfasst: 20.07.2005 19:29
von AK87
Shadowproject hat geschrieben:für die cellpics ist diese stelle verantwortlich:

Code: Alles auswählen

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #000000;
		background-image: url(images/cellpic.gif);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #CC0000; font-size: 11px; font-weight : normal;
	background-color: #800000; height: 25px;
	background-image: url(images/cellpic.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic.gif);
			background-color:#000000; border: #000000; border-style: solid; height: 28px;
}
@AK87: was meinst du? die schriften sind auch in der css definiert
ja aber sie werden überall bis auf die pop ups und acp korrekt angezeigt

Verfasst: 20.07.2005 19:32
von Shadowproject
jetzt hab ichs verstanden.
hmm das hab ich auch. . .in meinem acp sind die schriften auch zu groß. . .

Verfasst: 20.07.2005 19:40
von AK87
aber vor der aktivierung von css wurden sie im style angezeigt :/

Verfasst: 20.07.2005 20:38
von nasenkopf
Shadowproject hat geschrieben:für die cellpics ist diese stelle verantwortlich:

Code: Alles auswählen

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #000000;
		background-image: url(images/cellpic.gif);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #CC0000; font-size: 11px; font-weight : normal;
	background-color: #800000; height: 25px;
	background-image: url(images/cellpic.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic.gif);
			background-color:#000000; border: #000000; border-style: solid; height: 28px;
}
diesen eintrag habe ich in der css datei, aber cellpic1 wird trotzdem nicht richtig angezeigt

Verfasst: 24.07.2005 17:42
von Shadowproject
dann kann ich dir nicht weiterhelfen