forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: LeQuack on November 04, 2005, 10:31:25 pm

Title: Edited a theme, looked fine, later it looks horrible
Post by: LeQuack on November 04, 2005, 10:31:25 pm
Not really sure how to describe this one.  I was working with the water_drop theme and made color variations in the
style.css file as well as some slight html editing in the template.html file.  The theme looked great except for the banner/logo at the top which looks odd now until i crop it correctly.  Anyway, I went back to look at it later and for some reason the theme was changed to styleguide.  After logging in as an admin and changing the theme back to my theme, it displayed as an almost solid black screen with different font size links in the standard web color.  This is definately not what is in my style.css file.  And just to note, my "Powered by Coppermine" is set up in my style.css file to appear white on a black background.  Just mentioning it because it looks pretty messed up along with the rest of the gallery at the moment.

My site is: www.orderoflegends.com/gallery/

Thanks for your help!
Title: Re: Edited a theme, looked fine, later it looks horrible
Post by: Tranz on November 04, 2005, 11:24:20 pm
Your theme is looking for the waterdrop theme css but can't find it:
<link href="themes/water_drop/style.css" rel="stylesheet">

Update template.html with the correct folder (theorderoflegends) for style.css
Title: Re: Edited a theme, looked fine, later it looks horrible
Post by: Tranz on November 04, 2005, 11:30:29 pm
I saw your other post about the styleguide theme... but you should check out the web developer toolbar extension for Firefox. It shows all that and more. Plus, that's how I easily found out your CSS file was missing.
Title: Re: Edited a theme, looked fine, later it looks horrible
Post by: LeQuack on November 04, 2005, 11:51:23 pm
Thank you so much!  Completely overlooked this.  And thanks for the tip on Firefox, I am only a recent new user of Firefox definately will make some use of that.  ;D
Title: Re: Edited a theme, looked fine, later it looks horrible
Post by: xplicit on November 05, 2005, 03:00:24 am
https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&category=Developer%20Tools&numpg=10&id=60

 ;)