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
Hier der Inhalt der stylesheet.css:
Code: Alles auswählen
/* 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");