Page 1 of 1

Statistic MOD an Style anpassen

Posted: Mon 7. Jan 2013, 11:24
by maik63de
Hi,

erstmal ein Kompliment für die coole Statistik... ;)
Die Modifikation und die Installation hat super geklappt, obwohl ich den Style "Art: Phantom" verwende. Mein Problem ist nur jetzt die Optik.
Leider sieht die Statistik nicht so schön aus wie bei dir hier...
Kannst du helfen?

Gruß Maik

Re: Statistic MOD an Style anpassen

Posted: Mon 7. Jan 2013, 15:51
by Marc
Ein Link zu deinem Forum und dem Style bewirkt manchmal Wunder. ;)

Re: Statistic MOD an Style anpassen

Posted: Mon 7. Jan 2013, 16:21
by maik63de
Hallo,

der Link zum Forum: www.carcassonne-forum.de
der Link zum Style: www.phpbb.com/customise/db/style/artodia_phantom/

Du hast ne Mail

Re: Statistic MOD an Style anpassen

Posted: Mon 7. Jan 2013, 21:04
by Marc
Du hast die Theme-Datei statistics.css nicht eingebunden. Befolge dazu die Installations-Anleitung ähnlich wie bei prosilver, nur halt bei deinem Style.

Re: Statistic MOD an Style anpassen

Posted: Mon 7. Jan 2013, 21:22
by maik63de
Hallo,

ich habe die statistics.css in der stylesheet.css eingebunden. Das war auch mein Gedanke. Habe auch mal testweise den bg-wert geändert, ohne Erfolg.
Es ist, als ob er die css-Datei einfach ignoriert, egal ob sie da ist oder nicht.
Bin schon seit zwei Tagen dabei :o

Hier der Inhalt der stylesheet.css:

Code: Select all

/*  phpBB3 Style Sheet
	--------------------------------------------------------------
	Style name:			Artodia: Phantom
	Based on style:		prosilver (the default phpBB 3.0.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Vjacheslav Trushkin ( http://www.artodia.com/ )
	--------------------------------------------------------------
*/

/*
    Change "none" to "block" (without quotes) to show website title and description in header
*/
#header p, #header h1 { display: none; }

/*
    Change "inline" to "none" (without quotes) to hide logo image
*/
#header a { display: inline; }


/*
    Include css files
*/

@import url("layout_global.css");
@import url("layout_main.css");
@import url("layout_forms.css");
@import url("layout_index.css");
@import url("layout_topic.css");
@import url("layout_pages.css");
@import url("statistics.css");

Re: Statistic MOD an Style anpassen

Posted: Tue 8. Jan 2013, 13:04
by maik63de
Danke, hat sich erledigt...
Habe den Fehler gefunden.
Mußte noch bei "Templates, Themes, Grafiksammlung" überall aktualisieren