Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Unwanted blue color in text  (Read 5025 times)

0 Members and 1 Guest are viewing this topic.

anna.y

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 29
    • Toronto German Shepherd Dog Rescue
Unwanted blue color in text
« on: September 21, 2005, 03:05:05 am »

I've fixed the problem of blue background with the kind help of experts here.

There is another place that I have blue text which I don't seem able to change in a 'classic' based theme. Names of Albums remain blue in FF no matter what color I put in '.ablink'.

I noticed that some other themes have the same problem, but others do not. 

Both 'Water drop' and 'Rainy day' themes have album titles in 'blue' in FF when their CSS defines  them to be black:
 
.alblink a {
        text-decoration: underline;
        color: #000000;
}

I've devoted already way too many hours to this little detail and I seem to be at the dead end.

It would be a shame to have to leave this 'blue' where it really does not belong...

I would appreciate suggestions where else to look for this problem  or where to insert a line: 'No blue anywhere!!!' to be effective...

Thank you in advance... I do realize it is a small problem, but it is very frustrating.

Anna
« Last Edit: September 21, 2005, 06:15:36 am by GauGau »
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: Unwanted blue color in text
« Reply #1 on: September 21, 2005, 03:06:27 am »

Can you post a link to a page with the blue text?
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

anna.y

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 29
    • Toronto German Shepherd Dog Rescue
Re: Unwanted blue color in text
« Reply #2 on: September 21, 2005, 03:11:21 am »

Thank you so very much kegobeer:

http://www.torontogsdrescue.org/gallery/

Anna
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: Unwanted blue color in text
« Reply #3 on: September 21, 2005, 05:01:13 am »

Try just adding a color tag to .alblink (as opposed to .alblink a)
Logged

artistsinhawaii

  • VIP
  • Coppermine addict
  • ***
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 856
    • evj art and photography
Re: Unwanted blue color in text
« Reply #4 on: September 21, 2005, 05:14:33 am »

Anna,

In your CSS file(s) edit the following #0033CC  to any other color:

a {
        color: #0033CC;
        text-decoration: none;
}

a:hover {
        color: #0033CC;
        text-decoration: underline;
}

bblink a {
        color: #0033CC;
        text-decoration: none;
}

bblink a:hover {
        color: #0033CC;
        text-decoration: underline


Dennis
Logged
Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.

anna.y

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 29
    • Toronto German Shepherd Dog Rescue
Re: Unwanted blue color in text
« Reply #5 on: September 21, 2005, 06:07:26 am »

Dennis, you're a genius, THANK YOU!!! worked like a charm...

I just feel so stupid now...

Anna
Logged

anna.y

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 29
    • Toronto German Shepherd Dog Rescue
Re: Unwanted blue color in text
« Reply #6 on: September 21, 2005, 06:14:43 am »

Try just adding a color tag to .alblink (as opposed to .alblink a)

Thank you, I tried that TranzNDance and it does works for the mouse off, but would still turn blue for the 'hover'...

Anna
Logged

artistsinhawaii

  • VIP
  • Coppermine addict
  • ***
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 856
    • evj art and photography
Re: Unwanted blue color in text
« Reply #7 on: September 21, 2005, 06:15:06 am »

Dennis, you're a genius, THANK YOU!!! worked like a charm...

I just feel so stupid now...

Anna

aww shucks :-[ you're welcome.  Glad to be able to help someone else. No need to feel stupid. I'm constantly groping in the dark. But then, I like groping in the dark...  ;)  Good luck on your site.

Dennis
Logged
Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 20 queries.