1 (edited by quaker 2006-12-27 18:22)

Topic: bunpai playing around

ok peps i started messing with the main.tpl
and this is what i got so far.

http://bunpai.com

let me know what you think...

scot

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

2

Re: bunpai playing around

Other than the Top Posters box being too wide in my opinion, I rather like the way it seems to be coming together. Looks like a good modification.

Re: bunpai playing around

kato, what part of the css is that..
i have tried.. and it ills me..haha
thanks...
Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

4

Re: bunpai playing around

I'm not a css guru by any means, but did you try to change the size specified here in the style.css?

The ".rightcol" is where the width is put in for that right column. Not sure if that would work or not if you were to change it around.

/* LEFT SIDE */
    
#left {
    float: left;
    width: 250px;
}
    .box {
        padding: 4px 15px;
        border: 1px solid #ccc;
        margin: 0 0 10px 0;
    }
    .note {
        padding: 15px 15px 20px 100px;
        border: 1px solid #CFCB66;
        margin: 0 0 5px 0;
        background: #FFFFAD url(images/package.gif) no-repeat;
        color: #585616;
    }

/* RIGHT SIDE */

#right {
    float: right;
    width: 643px;
}
    .leftcol { 
        float: left; 
        padding: 12px 15px;
        width: 285px; 
        border:#ccc 1px solid;
        text-align: justify;
        margin: 0 0 10px 0;
    }
    .rightcol { 
        float: right; 
        padding: 10px 15px;
        width: 285px; 
        border:#ccc 1px solid;
        margin: 0 0 10px 0;
        }
    .special {
        clear: both;
        margin:0px 0 20px 0;    
        padding: 5px 20px;
        border: 1px solid #ccc;
        background: #eee;
        color: #444;
    }

Re: bunpai playing around

kewl thanks ill try it in a few mins....

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!