1
justtupeu
Help changing some colours..
  • 2005/8/12 8:53

  • justtupeu

  • Just popping in

  • Posts: 78

  • Since: 2005/6/7 8


Hi everyone. I'm quite a begginer in editing Css, so maybe you can give me a hand.
My website is www.justtupeu.lx.ro and i'm using the 7dana X-red theme.
A good example of what colour i want to change is :
http://www.justtupeu.lx.ro/modules/xoopspoll/index.php?poll_id=8.
That grey from the login box and from the poll is very hard to read and many of my users have problems regarding this..
I've edited the theme so that every module uses it's own css file, and edited each one for my need. But i just can't figure this out.. Any help ?
Thanks in advance. Regards
Vineri triskaideka - contest for Vineri triskaideka phrase

2
otr222
Re: Help changing some colours..
  • 2005/8/12 16:10

  • otr222

  • Not too shy to talk

  • Posts: 124

  • Since: 2005/5/13


This will work. But there may be a cleaner way.
Open:
modules>system>templates>blocks>system_block_login.html

For:
username - password
<form style="margin-top: 0px; color: #ff0000; " action="<{$xoops_url}>/user.php" method="post">


For:
Lost Password - Register now
And then place this division:

<div id="login"><a href="<{$xoops_url}>/user.php#lost"><{$block.lang_lostpass}></a><br /><br /><a href="<{$xoops_url}>/register.php"><{$block.lang_registernow}></a></div>


Add this to your css:
#login a {
color: #FF0000;
font-weight: normal;
text-decoration: none;
}

Update systems module and change colors to your liking.

3
justtupeu
Re: Help changing some colours..
  • 2005/8/12 18:05

  • justtupeu

  • Just popping in

  • Posts: 78

  • Since: 2005/6/7 8


Thanks a lot it worked just fine with the login block..
I'm now trying to do the same with the xoopspoll block.
Hope it works. // later : And it did
Thanks again. Regards
Vineri triskaideka - contest for Vineri triskaideka phrase

4
otr222
Re: Help changing some colours..
  • 2005/8/12 20:51

  • otr222

  • Not too shy to talk

  • Posts: 124

  • Since: 2005/5/13


Glad I good help.

I just looked at your page. Looks much better. Should make your users a bit happier. :)

It's the only way I can learn myself. I'm getting to think that maybe the <form style="margin-top: 0px; color: #ff0000; might be wrapped with a division? And then apply an ID to it. That way way it could all be easily changed thru the .css Just incase wanted to change templates. Just a thought.

Enjoy the weekend.

Login

Who's Online

202 user(s) are online (133 user(s) are browsing Support Forums)


Members: 0


Guests: 202


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits