unter styles>prosilver>theme>stylesheet
habe ich folgendes Problem:
Manchmal ist die Datei ganz gross (also alles wird angezeigt) und manchmal sehe ich nur das hier:
Code: Alles auswählen
/* phpBB3 Style Sheet
--------------------------------------------------------------
Style name: prosilver (the default phpBB 3.0.x style)
Based on style:
Original author: Tom Beddard ( http://www.subblue.com/ )
Modified by: phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------
*/
@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("tweaks.css");
@import url("colours.css");
Vor allem, weil in der stylesheet.css auch die Hintergrundgrafik eingetragen ist und die funktioniert tadellos, obwohl die stylesheet.css fast leer ist!
Wie ist das möglich?
Danke für eure Hilfe!