Reply forms and font problems

Oct 08, 2007 02:09

Sorry to ask again so soon.

I have a few more shallow questions.

How do I remove the border in the comment form? It's bothering me. Thanks marilla_pm67!

Also, how do I fix the spacing such that when I type big fonts, it doesn't look messed up?

/* Lines - a smooth sailing layout ( Read more... )

requests

Leave a comment

Comments 2

marilla_pm67 October 17 2007, 12:03:29 UTC
For your border in the Quick reply form I suggest to add this

/*REPLY FORM*/

#qrform {
background-color: Transparent;
font-size: 0.9em;
padding: 10px;
color: #ffffff;
}

#qrform table {
border: none !important;
}

#qrform a {
color: #e1d6c0
}

#qrform .ljuser a b {padding-left:0px; color: #dcdcdc; font-weight:bold;}
#qrform .ljuser a:hover b {color: #FCFCFC;}

And play with the colors and everything....
This should fix the border thing.

For the Big font, sorry I haven't the right answer, maybe say that the biggest font you can use is ... 20px, for example.

Hope this helped you.

Sam

Reply

kyoy October 17 2007, 12:22:54 UTC
Thank you, it worked perfectly! ♥

The big font is all right, thanks for the concern. :)

Reply


Leave a comment

Up
[]