Customizing SMF > Graphics and Templates
Change link colors in a quote
Springer:
What do I need to add to the quote section of the style sheet to make links within the quote a different color?
kegobeer:
Go to the style sheet, find .quote, and after it add this:
--- Code: ---a.quote:link
{
<<whatever you want for the colors>>
}
--- End code ---
Put in your color, background color, text-decoration, etc.
Springer:
ah... just notice'n the pattern
a.quote:link
{
color: #ffffff;
text-decoration: underline;
}
Then replace quote with code for the same effect there? :)
Springer:
I tried the above and it did not work.
Burpee:
--- Quote from: Springer on July 22, 2004, 01:25:34 AM ---ah... just notice'n the pattern
a.quote:link
{
color: #ffffff;
text-decoration: underline;
}
Then replace quote with code for the same effect there? :)
--- End quote ---
Try:
.quote a
{
color: #ffffff;
text-decoration: underline;
}
Navigation
[0] Message Index
[#] Next page
Go to full version