Kreativmind |
12-16-2007 08:04 AM |
Quote:
Originally Posted by SAT2M
(Post 1401709)
Iam wait for your answer
I have problem with my post & font size
|
in Additional CSS Definitions
find:
Code:
.post_message
{
color: #4D528C;
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-decoration: none;
}
.post_message a:link
{
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-decoration: none;
border-bottom: 1px dotted #4D528C;
}
.post_message a:visited
{
color: #4D528C;
border-bottom: 1px dotted #4D528C;
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-decoration: none;
}
.post_message a:hover
{
color: #4D528C;
border-bottom: 1px dotted #FF0000;
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-decoration: none;
}
.post_message a:active
{
color: #4D528C;
border-bottom: 1px dotted #FF0000;
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-decoration: none;
}
make your edits and update
|