Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: [Themes] modified theme default  (Read 5322 times)

0 Members and 1 Guest are viewing this topic.

kyss

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
[Themes] modified theme default
« on: November 25, 2004, 12:18:47 pm »

Hi I would like to change the color of my "category 's name" in my gallerie.. I don't see it in my style.css

how to do ?

Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: [Themes] modified theme default
« Reply #1 on: November 25, 2004, 01:24:15 pm »

This is the 'catlink' in the style.css.

You can check what the css controls by going to the demo, and choosing the 'styleguide' theme.  This is also in the download, so you can try it on your own setup.
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

kyss

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Re: [Themes] modified theme default
« Reply #2 on: November 25, 2004, 05:10:43 pm »

No I don't want to change the color of "category" juste change the color of the name of my category
exple :

>Category
>>animals

if "animals" is black and my tableb background is black too i can't see the name of my category so i would like to change this color

 
someone can help me..
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: [Themes] modified theme default
« Reply #3 on: November 25, 2004, 07:35:44 pm »

Well thanks for trying.

let me assure you, the colours you need to change are;

Code: [Select]
.catlink a {
        text-decoration: underline;
        color: #FFFF00;
}

.catlink a:hover {
        color: #FFFF00;
        text-decoration: underline;
}
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

kyss

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Re: [Themes] modified theme default
« Reply #4 on: November 26, 2004, 12:56:07 pm »

ok u right for the over link becoming in yellow with your example but, the static text stay in black

where can I change this color.. I use CPG 1.2.2


 :-\\
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: [Themes] modified theme default
« Reply #5 on: December 05, 2004, 12:13:33 am »

1) There's no such version "cpg1.2.2"
2) Your question is a support request, which mustn't go into the "general discussion" board, but the proper support board. Post what version you actually have, so we can move this thread accordingly.
3) You might want to take a look at some basic css tutorials, e.g. http://www.w3schools.com/css/default.asp

Joachim
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 20 queries.