1

Topic: Style problem

Hellow. How to reduce the width of the board? And how to reduce the width of "Last post" section?
http://img63.imageshack.us/img63/6553/clipboard021zw.th.jpg

2

Re: Style problem

Solwed with board width. Ho to change LAST POST WIDth?

Re: Style problem

http://wiki.punres.org/Change_forum_width

humm.. look in the wiki....

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 !!!

Re: Style problem

quaker wrote:

http://wiki.punres.org/Change_forum_width

humm.. look in the wiki....

minis wrote:

Solwed with board width.

Anyway, probably something like this (though I haven't tested):

TH.tcr, TD.tcr {WIDTH:whatever}
Looking for a certain modification for your forum? Please take a look here before posting.

Re: Style problem

pogen i got a Q what are the lines between the Forum |Topics| Posts| Last post called?

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 !!!

Re: Style problem

They're just borders for the table cells.

Looking for a certain modification for your forum? Please take a look here before posting.

Re: Style problem

can u give me an example. i know how to add images and change colors as i learn css step by step!

here is an example of my current works!

http://hntshosting.com
im going to offer a special prices for punbb hosting for anyone that wants it!

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 !!!

Re: Style problem

What exactly do you want to do? Get rid of them?

Looking for a certain modification for your forum? Please take a look here before posting.

Re: Style problem

ok i want to add a background for like the menu
sorta like a nuke theme
the image then inside it the info
http://h2otuning.com
see how the main menu is inside an image?
im trying to convert phpbb themes to punbb or a few of them.

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 !!!

10

Re: Style problem

where i can find info how to change colours of last post, posts and topics colums? also is it possible to hide this section in picture below ?

http://img214.imageshack.us/img214/9830/clipboard034wn.jpg

11

Re: Style problem

/* 1.4 Table header rows */

.pun TH {BACKGROUND-COLOR: #dcf2b8}
it was blue now it is light green

http://hntshosting.com/forum.php

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 !!!

12

Re: Style problem

The question was how to hide this row at all (look at picture  http://img214.imageshack.us/img214/9830 … d034wn.jpg ) and as i see its category title... any ideas?

13

Re: Style problem

#punindex .blocktable h2 {
  height: 0;
  position:absolute;
  left: -9999px;
  }

14 (edited by minis 2006-06-04 14:55)

Re: Style problem

paul, could you also say how to hide this http://img434.imageshack.us/img434/4701/fdfg3qw.jpg

Thanks in advance

Re: Style problem

I believe you can accomplish that by changing the above code to:

#punindex .blocktable h2, #punviewforum .blocktable h2 {
  height: 0;
  position:absolute;
  left: -9999px;
  }
Looking for a certain modification for your forum? Please take a look here before posting.

16

Re: Style problem

pogenwurst - it works. thanks

17

Re: Style problem

sorry i thought you wanted to change colors..lol...

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 !!!