coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Roi Danton on November 24, 2005, 04:51:54 PM

Title: "Forgot password" @login.php, why is it CSS class "topmenu" ?
Post by: Roi Danton on November 24, 2005, 04:51:54 PM
It's also not a support question but I think in this forum it fits best.

Please change in later releases the CSS class of the "Forgot password" string ... all colours fit in my style, only these two words doesn't.
Title: Re: "Forgot password" @login.php, why is it CSS class "topmenu" ?
Post by: Joachim Müller on November 24, 2005, 05:37:10 PM
You can easily fix this for yourself: edit login.php, find                    <td align="center" class="tablef"><a href="forgot_passwd.php" class="topmenu">{$lang_login_php['forgot_password_link']}</a></td>and change the class - make it something like this                    <td align="center" class="tablef"><a href="forgot_passwd.php" class="my_custom_css_class">{$lang_login_php['forgot_password_link']}</a></td>or add the style inline like this                    <td align="center" class="tablef"><a href="forgot_passwd.php" style="color:red">{$lang_login_php['forgot_password_link']}</a></td>
Title: Re: "Forgot password" @login.php, why is it CSS class "topmenu" ?
Post by: Roi Danton on November 24, 2005, 06:18:42 PM
Hehe, got it, thx ... with this thread I intented to convince you that you change this in later versions (b/c I want to make my theme public and not everyone wants to make such changes) ... I'm hoping I'm successful with this.  :D
Title: Re: "Forgot password" @login.php, why is it CSS class "topmenu" ?
Post by: donnoman on November 24, 2005, 08:54:07 PM
I would like to take a closer look at your theme and css to determine possible changes for future coppermines, can you zip what you have so far and attach it here.
Title: Re: "Forgot password" @login.php, why is it CSS class "topmenu" ?
Post by: Roi Danton on November 26, 2005, 01:27:49 AM
I think it wouldn't help you much b/c I'm quite new to cpg.
[OT]
I've just removed the spacer sometimes (but thats only my opinion ... I don't like to use "blind" images, so I'm using CSS instead) and I've exchanged deprecated HTML attributes with CSS attributes ... I assume these things won't helping much. And I'm using older HTML 4 Transitional b/c of incompatibility of the IE with XHTML definitions and absolute positioned elements. :-\\
Anyway, if you are still interested, have a look over here: http://forum.coppermine-gallery.net/index.php?topic=24092.0
[/OT]
Title: Re: "Forgot password" @login.php, why is it CSS class "topmenu" ?
Post by: Roi Danton on November 30, 2005, 12:11:00 AM
Btw, maybe you should add a script.js including the png-24 image fix for Internet Explorer in your common themes.