Trying to track down what to alter... Trying to track down what to alter...
 

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

Trying to track down what to alter...

Started by Artdroid, February 28, 2004, 06:12:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Artdroid

The main photo has a white border and a fine black border on it.   I want no black border and a wider white border.   I managed to change the border on the pop-up from this image, but I'm struggling finding the control for the main image.

http://artdroid.com/mindseye/displayimage.php?album=7&pos=2

I've gotten my main blog reconfigured the way I want it and http://www.artdroid.com .    Now I'm moving on to Coppermine.   Thusfar gallery seems quite a bit more scattered to adapt than Movabletype was.

Just initial impression.
-------------------------------
http://www.artdroid.com

Joachim Müller

look for the classes "image" in /themes/yourtheme/style.css

GauGau

Artdroid

Thanks,

I'd altered that one previously, but apparently overlooked the border setting.

Integration is going well into the look and feel of my main blog site.

http://www.artdroid.com/mindseye/

Another problem is that I cannot "once again" track down where the fine white border is coming from.  I think I want to get rid of it, or at least change it to the same gray as the main table background.

I feel that the white background on the gallery area is a bit stark.  However, when I change it to a gray that fits more with the site design I start running into issues with some existing borders on some of the archive and thumbnail images not matching well.  Some may have white borders, some may have black borders.   Solution could be to alter any of those images with different borders, but at this point I'm trying to keep it as simple as possible.

Thoughts?
-------------------------------
http://www.artdroid.com

Joachim Müller

I'm sorry, I gave you the wrong answer in the first place :oops: : the properties for the white border are not being handled in the stylesheet, but in the theme.php file (I'll have to look into this for the dev version). Edit /themes/yourtheme/theme.php and find
Quote<table cellspacing="2" cellpadding="0" style="border: 1px solid #000000; background-color: #FFFFFF; margin-top: 30px; margin-bottom: 30px;">
and change the color property in red.

GauGau

Artdroid

k.  Good info to know.   The wide white line IS something I'd thought about changing.   However, that still isn't what I'm searching for.   Outside of that white border is a fine 1px black border.  That is what I'm truely searching for the source of.

However, i've come to live with it, so it's not a huge issue emotionally for me.  :-)
 

Thanks for the input.
-------------------------------
http://www.artdroid.com

Joachim Müller

To get rid of the border, change
Quote<table cellspacing="2" cellpadding="0" style="border: 1px solid #000000; background-color: #FFFFFF; margin-top: 30px; margin-bottom: 30px;">
to
Quote<table cellspacing="2" cellpadding="0" style="background-color: #FFFFFF; margin-top: 30px; margin-bottom: 30px;">
GauGau

P.S. I changed this whole concept in the dev version - the formatting will be in the stylesheet (instead of the theme.php file) in the next version.

Artdroid

Thanks.  Just a few remaining things that are irritating me visually, but I'm going to let those lay for a week or two and see what else either grows on me or becomes an annoyance.

Right now I'm trying to track my way through adding a 'php randomization script' into the header as is done on my main blog pages.  Not sure if I'm going to manage that on my own or not.  May have to force a more knowledgable php weilding friend to help me out there.

Is there any specific reason why php includes are such a problem at this point in Coppermine's lifespan?  Just seems like a frequent request and need to users judging from past posts here in the forums.
-------------------------------
http://www.artdroid.com