View Full Version : Demo look and feel
digitaldan
10-03-05, 02:18 AM
Hi I'm trying out dotproject for the first time and it looks really great. I'm confused tho on how to get the downloaded version to look like the demo site. I see how to change styles (ie default, clean, ect), but it still looks nothing like the layout of the demo (ie table layouts. menu at the top, tab colors,ect) Am I missing a css download or config change?
Thanks
Dan
digitaldan
10-03-05, 05:11 AM
Ok, so there seems to be a problem with firefox and my install. Safari on a mac looks fine, but its like firefox cannot load the css file so everythign looks really bland (on both mac and linux). The css is there and accessable, I can open it up in firefox, any suggestions?
Hi I'm trying out dotproject for the first time and it looks really great. I'm confused tho on how to get the downloaded version to look like the demo site. I see how to change styles (ie default, clean, ect), but it still looks nothing like the layout of the demo (ie table layouts. menu at the top, tab colors,ect) Am I missing a css download or config change?
Thanks
Dan
digitaldan
10-03-05, 06:18 AM
Well I figured it out, here is the problem and solution.
Firefox was not loading the css file, its javascript console was printing:
Error: The stylesheet http://xxx/dotproject/style/default/main.css was not loaded because its MIME type, "text/plain", is not "text/css".
For some reason debian/apache2 does not have the proper mime type settings, and because of the doctype firefox will not bend the rules and use the css files. The solution is to add this:
AddType text/css .css
to your general apache config.
Dan-
vBulletin® v3.6.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.