Hi,
From searching these forums, I believe there is no stylevar for the navlinks left, right and bottom borders. So, I have located the CSS for the navlinks part of the forums, but I'm not quite sure how to go about adding stuff so it work how I want it to do, so if someone could guide me here, I'd be very greatful
I just want a 1px border to follow the rest of the forum's style. I'm using the stock template with colour changes, nothing else.
The code I have is this:
Code:
}
#navlinks {
background: {vb:stylevar navlinks_background};
_background-image: none;
border-top: {vb:stylevar navlinks_border_top};
padding: 6px;
text-align: center;
color: {vb:stylevar navlinks_color};
font-size: 1em;
clear:both;
}
Thanks
P.S. You know the small drop shadow that is to the left of the boxes on the main forum page? Can I add that to the border too? What is the correct name for that please?