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: Theme lines colour change  (Read 7506 times)

0 Members and 1 Guest are viewing this topic.

Lasso

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Theme lines colour change
« on: July 04, 2010, 09:26:52 am »

I just read your one question per thread..sorry

I would like to change the lines between the bottom block (which hold the thumbnail pictures) but it will not change, Is this a part of the background colour? they are currently black and I want to make them white. What code am I looking for I have been through everything in the css....

This is my link   http://yowiehunters.com.au/multimediacentre/index.php
Logged

Lasso

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: Coding for line ??
« Reply #1 on: July 04, 2010, 11:47:55 am »

Still need help on this one, I have tried everything. My code for the thumb_title has a block...no sure if this is why I am able to change the colour of the lines or is it in the main background colour. I am starting to think this may be the problem. If this is the case what code could I add to put a background colour on the table so the lines show through in the correct colour

Please send me in the right direction this is the last thing I need to change.........

http://yowiehunters.com.au/multimediacentre/index.php


.thumb_title {
   display: block;
   font-size: 80%;
   font-weight: bold;
   padding: 2px;
}
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: Theme lines colour change
« Reply #2 on: July 04, 2010, 09:12:07 pm »

Have you fixed this? I am not sure what you are asking.
Logged
It is a mistake to think you can solve any major problems just with potatoes.

Lasso

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: Theme lines colour change
« Reply #3 on: July 07, 2010, 05:32:01 am »

NO have not fixed this yet.

On the main page down the bottom is 2 large boxes one for Radom files and one for latest additions, in these boxes are 2 row of 4  thumb nail images in a larger box. The box has thin lines around it . I want my back ground black and the lines grey or white. There are showing black at the moment so you cannot see them.

I have been through all the coding to work out which css code is the colour and cannot find it.
I am thinking more and more that it is the black background that goes through the whole theme.

I have attached an image of a theme that shows you what I mean.in this example the background is black and the lines grey which is what I would like to display. My current board is currently all black so you cannot see the lines
Logged

Lasso

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: Theme lines colour change
« Reply #4 on: July 07, 2010, 05:35:33 am »

This is an image of my current board you can see the boarder in blue but no lines between the thumb nails.
Hope this expains it a little better
Thanks Lasso
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Logged

Lasso

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: Theme lines colour change
« Reply #6 on: July 08, 2010, 12:35:11 am »

I still can not work out what the section is called that I am looking for. Can you please tell me what the section is called. I have found every other colour change for the thumbnail but he one I need.

I have been through every colour code in my Css and cannot find this section. Is it possible it is getting generated from the background with this theme.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Theme lines colour change
« Reply #7 on: July 08, 2010, 07:15:34 am »

Did you try the web developer toolbar as I suggested?
Logged

Lasso

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: Theme lines colour change
« Reply #8 on: July 09, 2010, 06:28:15 am »

Finally worked it out, it was coming from the background image of the whole board so i had to change the coding see below, this has put a box around my whole thumbnail.

Old....
.thumbnails {
   background: #000000;
   padding: 5px;

New.....
.thumbnails {
   background: #000000;
   padding: 5px;
   border: 1px solid #0E72A4;

Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Theme lines colour change
« Reply #9 on: July 09, 2010, 07:59:12 am »

Could you please answer my question
Did you try the web developer toolbar as I suggested?
A simple "yes" or "no" is the least one could expect. If you're not ready to do so, please do at least resolve your thread as per Common policies: Resolve your threads
Logged
Pages: [1]   Go Up
 

Page created in 0.042 seconds with 21 queries.