Theme lines colour change Theme lines colour change
 

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

Main Menu

Theme lines colour change

Started by Lasso, July 04, 2010, 09:26:52 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Lasso

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

Lasso

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;
}

phill104

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

Lasso

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

Lasso

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

Joachim Müller


Lasso

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.

Joachim Müller

Did you try the web developer toolbar as I suggested?

Lasso

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;


Joachim Müller

Could you please answer my question
Quote from: Joachim Müller on July 08, 2010, 07:15:34 AM
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