vip-ip
Account Closed
- Impact
- 24
www.iceagetwo.com
I need the navigation on the left and the news to be Arial size 10. They're all different, I don't know why
Here's my CSS, what should I change?
Will donate some np$ to whoever helps. Thanks in advance!
I need the navigation on the left and the news to be Arial size 10. They're all different, I don't know why
Code:
a:link { text-decoration: none; color: #0F0F0F; }
a:visited { text-decoration: none; color: #0F0F0F; }
a:hover { text-decoration: underline; color: #000000; }
a:active { text-decoration: none; color: #0F0F0F; }
body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin-top: 0px;
margin-bottom: 0px;
color: #000000;
background-color: #5D5D5D;
}
font
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
input, textarea
{
background-color: #5D5D5D;
border: 1px;
border-style: Solid;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}
.title,
.maintext{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #090909;
}
}
table{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #090909;
border-style: Solid;
border-width: 1px;
border-color: #090909;
}
.td, textarea, input, .input, .button {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #090909;
background-color: #5D5D5D;
border-style: Solid;
border-width: 1px;
border-color: #090909;
}
Will donate some np$ to whoever helps. Thanks in advance!




