
Re: Black Pearl Post Links In Stylesheet.css?
it's not just missing in black pearl .. it's missing in subsilver! (and as you know black pearl is based on that .... i have not checked prosilver because it was pointless)
i will have a look at your fix later because i went about it another way and got it working too, your way looks a bit shorter than what i did (but this might be because i use a mod that DOES use postlink in the stylesheet, and i just added there [primelinks])
anyway if your fix did the trick it's all just fine i guess
EDIT:
in case you want to know what i did to prime links:
.postlink {
background:url(window.gif) no-repeat left center;
padding-left:16px;
color: lime;
}
.postlink:hover {
background-image:url(window_a.gif);
color: lime;
}
.pdf_link, .pdf_link:hover {
background:url(pdf.gif) no-repeat left center;
padding-left:14px;
color: lime;
}
a.postlink, a.postlink:visited {
color: lime;
}
a.postlink:hover, a.postlink:active {
color: lime;
}
and i just used lime for quick brainless testing hehehehehe
____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)