my css file is not picked up

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
garfy
Registered User
Posts: 418
Joined: Sun Jul 25, 2004 8:37 am

my css file is not picked up

Post by garfy »

My main stylesheet.css file looks like this

Code: Select all

/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.1.x style)
	Based on style:		
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://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("colours.css");
@import url("imageset.css");
@import url("customrebo.css");

last one is mine customrebo.css

I put in some responsive stuff but it does not get picked up...so I had to put my custom css into stylesheet.css

any idea why it ognores my css file....it is in the same folder as stylesheet.css
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 5850
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.
Contact:

Re: my css file is not picked up

Post by thecoalman »

Purge the cache. If that doesn't work CSS files are typically cached. Try refreshing your browser, alternatively hold ctrl and hit F5.
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
garfy
Registered User
Posts: 418
Joined: Sun Jul 25, 2004 8:37 am

Re: my css file is not picked up

Post by garfy »

u were right
they got picked up, thank you
Post Reply

Return to “[3.2.x] Styles Support & Discussion”