1
mawi27
CSS Problem with my theme
  • 2006/1/23 9:52

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


Hi all,

i have a problem with my style.css and hopefully there is somebody out there who can help me:

There is a style for Table Footer:
.foot {background-color: #000053; padding: 5px; font-weight: bold; border-top:1px solid #000053;color: #DDDDFF; padding: 5px;}
So I have light-blue Text on dark-blue background.

Now in some cases, when the text is the caption of a link, it is dark-blue -> invisible on the dark-blue background.
I think, the following line is doing this:
a {color: #000053; text-decoration: none; background-color: transparent;}
In most cases, this is what i want, dark-blue Hyperlinks.

But in the table footer I need another color for the Hyperlinks to have them visible!
Is it possible to have the hyperlinks in the footer in another color than in the rest of the page?
Can i achieve it in the style.css or do i have to change the template html?

TIA Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more

2
Herko
Re: CSS Problem with my theme
  • 2006/1/23 10:05

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


Create a new class:
.foot a {color: thelightbluecolorhere;}
.foot a:hover {color: linkhighlightcolorhere;}

Herko

3
mawi27
Re: CSS Problem with my theme
  • 2006/1/23 10:25

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


Yes,
that fixed it!
Thanks a lot.

Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more

Login

Who's Online

144 user(s) are online (103 user(s) are browsing Support Forums)


Members: 0


Guests: 144


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