coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: tipsy on June 06, 2009, 09:32:03 PM

Title: i-feel-dirty theme(how to add visual structure?)
Post by: tipsy on June 06, 2009, 09:32:03 PM
I want to use i-feel-dirty theme for my coppermine gallery since it is the best looking one. But when I use it together with Coppermine Simple Forum 2.0, it looks really unstructured(no lines on main area to give good structure).

I don't know if this makes any sense, but I have attached some pictures to make more sence what I mean(please see below).

I have looked around and seems css file needs to be adjuested....but I am noob :'( :
-style_cpg.css
-style_wp.css

Can anyone help me out?  ??? How to add the outlines on the main area, to increase structure.

link to site: http://valkyr.oxyhost.com/cpg1.4/index.php (http://valkyr.oxyhost.com/cpg1.4/index.php)
testuser= user
testpass= pass

Ask if you need any more info, hope I gave all needed.


Title: Re: i-feel-dirty theme(how to add visual structure?)
Post by: Joachim Müller on June 07, 2009, 09:47:30 AM
http://forum.coppermine-gallery.net/index.php/topic,24056.msg123520.html#msg123520
Title: Re: i-feel-dirty theme(how to add visual structure?)
Post by: tipsy on June 07, 2009, 05:44:26 PM
 :D PERFECT! works like a charm, now I know what I need to adjust.

Basically I just needed to know that it was .tableb inside style_cpg.css, but your answer is even better, I can basically see for myself what I would like differantly!

I just needed to add "code" like this:
.tableb {
        padding-top: 3px solid #000000;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;

        border: 1px solid #000000;
}

Any other looking for answer, I would advise looking first into Joachim Müllers link, since it gives a more explenation.

Thanks Müller GauGau 8)