Trying to get the above working with no luck. Can someone identify the tags that correspond to URL's that appear in posts below?
/* Here you can change the look of the post text and links */
.vb_postbit
{
color: #333333;
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-decoration: none;
}
.vb_postbit a:link
{
color: #333333;
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border-bottom: 1px dotted #4E72A2;
text-decoration: none;
}
.vb_postbit a:visited
{
color: #333333;
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border-bottom: 1px dotted #4E72A2;
text-decoration: none;
}
.vb_postbit a:hover, .vb_postbit a:active
{
color: #4E72A2;
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border-bottom: 1px dotted #333333;
text-decoration: none;
}
/* ***** header pm and login box ***** */
.header_box_guest
{
background-color: #F6F6F6;
color: #000000;
padding:7px 7px 7px 7px;
border: 1px dotted #CFCFCF;
width: 300px;
}
.header_box
{
background-color: #FFFFCC;
color: #000000;
padding:7px 7px 7px 7px;
border: 1px dotted #CFCFCF;
width: 300px;
}
/* ***** postbit user info ***** */
.postbit_box
{
background-color: #edf3f9;
color: #000000;
padding:7px 7px 7px 7px;
border: 1px dotted #CFCFCF;
width: 292px;
}
/* ***** spacers and paddings ***** */
.cat_spacer {
padding:5px 0px 5px 0px;
}
.spacer {
padding:5px 0px 5px 0px;
}
.spacer_small {
padding:2px 0px 2px 0px;
}
/* ***** make announcements, stickies moderated, soft deleted posts and search result since last visit pretty ***** */
.announcement {
background-color: #d7e7f6;
color: #000000;
}
.sticky {
background-color: #edf3f9;
color: #000000;
}
.moderated {
background-color: #f9edee;
color: #000000;
}
.subscribed {
background-color: #edf9f2;
color: #000000;
}
.deleted {
background-color: #e5e8eb;
color: #283A5E;
}
.poll {
background-color: #e0ffdc;
}
.last_visit {
background-color: #edf3f9;
color: #000000;
}
/* ***** dotted hr ***** */
div.hr {
height: 1px;
background: url(images/bluesaint/misc/hr.gif) repeat scroll center;
}
div.hr hr {
display: none;
}
/* ***** make dropdown menu pretty ***** */
.vb_menu_control {
background: #E0E0E0 url(images/bluesaint/gradients/catbotbg.gif) repeat-x top left;
color: #666666;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 3px 6px 3px 6px;
white-space: nowrap;
}
.vb_menu_control a:link {
color: #666666;
text-decoration: none;
}
.vb_menu_control a:visited {
color: #666666;
text-decoration: none;
}
.vb_menu_control a:hover, .vb_menu_control a:active {
color: #666666;
text-decoration: underline;
}
|