Topic: bunpai playing around
ok peps i started messing with the main.tpl
and this is what i got so far.
let me know what you think...
scot
Don't be stupid and help ! We are the stupid one's !!!
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 show off → bunpai playing around
ok peps i started messing with the main.tpl
and this is what i got so far.
let me know what you think...
scot
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.
kato, what part of the css is that..
i have tried.. and it ills me..haha
thanks...
Q
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;
}
kewl thanks ill try it in a few mins....
Q
PunBB Forums → PunBB 1.2 show off → bunpai playing around
Powered by PunBB, supported by Informer Technologies, Inc.