11
Cavan
Someone, please check this .css for me...
  • 2004/12/20 18:54

  • Cavan

  • Friend of XOOPS

  • Posts: 218

  • Since: 2004/11/28


td#centercolumn th {background-color:#FFFFFF; background-image: url(images/cellpic3.gif); color: #096135; padding : 7px; vertical-align : middle;}
td#centerCcolumn {width: 100%; padding: 0px;}
td#centerCcolumn .blockTitle {font-weight: bold; font-size: 14px; padding: 5px; color: #096135;line-height: 120%;}
td#centerCcolumn .blockContent {padding: 5px; margin-bottom: 5px; }


In the newbb forum index page, where the forum title is displayed, the color #096135 is not showing, but #efefef shows as the text color instead. The mouse-over color is correct but the text color should be #096135...Where is this coming from and WHY can't I fix this?
I've been pulling my hair out over this for almost two weeks now and I really need to get this fixed ASAP.

12
Bender
Re: Can
  • 2004/12/20 22:59

  • Bender

  • Home away from home

  • Posts: 1899

  • Since: 2003/3/10


You got a local copy of those files? (sorry didnt read every post)

You could use a grep tool and search all files/dirs for "efefef" if you are sure thats the color used.

Should not be found too often i guess

13
Bassman
Re: Can
  • 2004/12/20 23:39

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


Gimme a few minutes, it's a hard one to find.

14
Bassman
Re: Can
  • 2004/12/20 23:51

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


OK, I think I have it. At least, it works in a style sheet I tried. I think you're looking in the wrong place: If you change the a:link element right at the top of the style sheet, it will change the forum title link. Here's what I changed, just to prove it:
Quote:

a:link {color: red; text-decoration: none}
a:active {color: #68a; text-decoration: none}
a:visited {color: #68a; text-decoration: none}
a:hover {color: #68a; text-decoration: underline}


Which turned all the links red, including the forum title.

Now, if you add
Quote:

td#centercolumn a:link {color:#096135;}

It should change all the links in your centrecolumn to the color you want.

15
Cavan
Re: Can
  • 2004/12/21 2:30

  • Cavan

  • Friend of XOOPS

  • Posts: 218

  • Since: 2004/11/28


I had to actually add this...

td#centercolumn a:link {color:#096135; text-decoration: bold}
td#centercolumn a:hover {color: #dd6900; text-decoration: none}
td#centercolumn a:active {color: #096135; text-decoration: bold}
td#centercolumn a:visited {color: #dd6900; text-decoration: none}


...to get it all working the way I wanted to.

Thank you very much to everyone who helped on this...I'll stop pulling my hair out now.

16
Bassman
Re: Can
  • 2004/12/21 2:39

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


Glad you got it working!

Login

Who's Online

129 user(s) are online (87 user(s) are browsing Support Forums)


Members: 0


Guests: 129


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