Topic: Calling CSS experts!

If you take a look at my messageboard (www.tv-cards.com) then you'll see that there's an unwanted gap below the box containing the forum categories. I can't for the life of me work out which css element is causing it or how to get rid of it!

Any help in pinning down the offending margin/padding would be appreciated.

--Alan

2

Re: Calling CSS experts!

Change this
#punindex DIV.blocktable, DIV.blockpost {MARGIN-BOTTOM: 6px}
To this
#punindex DIV.blocktable {MARGIN-BOTTOM: 0}
DIV.blockpost {MARGIN-BOTTOM: 6px}

Re: Calling CSS experts!

paul, cau you tell me what to do about this?

http://highschooljamz.org/forum.php
the forum looks weird!
i want to get some paid help with my creations of punbb frontpage mod style.....
paypal anyone?

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: Calling CSS experts!

quaker: its very simple, your page doesn't link to the PunBB stylesheets therefore you are seeing a completely unstyled board apart from where it is picking up styles from your site stylesheet.

Re: Calling CSS experts!

right is there anyway to create a mini style just for the forum?

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: Calling CSS experts!

Paul

You're a star, that's done the trick.

Thank you.

--Alan

Re: Calling CSS experts!

Hi!

I've added
.pun a { text-decoration: none; }
.pun a:hover { text-decoration: underline; }

at the very end of my css in order to remove the default underline under the IP, Email and Website if applicable.. but it also removed the underlines under the links posted in my forum.

I changed it to
.pun a { text-decoration: underline; }
.pun a:hover { text-decoration: underline; }
and of course it generated the complete opposite.

http://i8.photobucket.com/albums/a31/vanslyde/css.gif

I wish I'd have underlined links in the posts, but avoid underlined IP, Email, PM, etc.

Do you know where I should look?
Thanks!

Re: Calling CSS experts!

Try div.postleft a:link {text-decoration: none;}

Re: Calling CSS experts!

Strofanto wrote:

Try div.postleft a:link {text-decoration: none;}

Hey thanks!

And actually I decided I wanted ONLY the links in posts to be underlined.. nothing else (no threads' titles, or forums' titles)

So, based on your suggestion I tried;

div.postright a:link {text-decoration: underline;}
.pun a { text-decoration: none; }
.pun a:hover { text-decoration: underline; }

and it worked : )
Nothing's underlined except the links inside the posts.

10 (edited by Vanslyde 2006-10-31 01:43)

Re: Calling CSS experts!

: (
Ok well I made a mistake.. somehow this morning I was sure the trick worked but turns out it didn't..
But indeed the code you provided allowed me to removed the links under IP, Email and PM smile

I'm looking for a way to remove every single underlines BUT the ones in the posts (postlinks)

http://i8.photobucket.com/albums/a31/vanslyde/css2.gif

I don't want the More Links links to be underlined.. idem for Index - New Forum as well as Subscribe to this topics, Move, close, stick topics, BBcode: on, etc... every underlines; out! except the postlinks (www. google .com and link)

Is there an "easy" way it can be done whitout too much custom coding?

11 (edited by Vanslyde 2006-10-31 06:37)

Re: Calling CSS experts!

nevermind, resolved it via the infos from the post Need help to remove underline in nosebleed smile

I added the following at the very end
* a { text-decoration: none; }
* a:hover { text-decoration: underline; }
div.postright a:link { TEXT-DECORATION: underline; }
div.postright a:visited { TEXT-DECORATION: underline; }

Re: Calling CSS experts!

I've noticed that I've got a similar problem to the orginal one I posted in this thread.
It's another unwanted gap below the box containing posts in viewtopic..

here: http://www.medwaymadness.co.uk/messageb … php?id=489

Any ideas how I can get rid of this one?

--Alan

Re: Calling CSS experts!

I'm having a hard time making the date of closed topic the same color (visited / hover) as the closed topic colour.

Is that even feasible?

*
http://i119.photobucket.com/albums/o144/indiequebec/idqclosed.gif

*not actual message board colours ; )

Re: Calling CSS experts!

Try using this:

TR.iclosed TD.tcr A {WHATEVER}
Looking for a certain modification for your forum? Please take a look here before posting.

15

Re: Calling CSS experts!

any one want to make some $$$ fixing my css? going once?

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: Calling CSS experts!

pogenwurst wrote:

Try using this:

TR.iclosed TD.tcr A {WHATEVER}

Thanks! td.tcR!!!

17 (edited by AlanCollier 2006-12-03 19:02)

Re: Calling CSS experts!

I was asking (before Vanslyde hijacked my thread tongue ) for help with another unwanted gap below the box containing posts in viewtopic..

http://www.medwaymadness.co.uk/messageb … php?id=489

Any ideas?

Thanks

--Alan