Hello,
I've been having troubles adding following CSS to my CSS Stylesheet and having it correctly working.
I've been reading various topics on this subject and have tried multiple variants of codes, including
I want to thank every user helping me to solve this in advance.
~ Soul Evisceration
I've been having troubles adding following CSS to my CSS Stylesheet and having it correctly working.
- Code:
a[href="/u122"] {
text-shadow: 0px 0px 5px #00FFFF;
}
I've been reading various topics on this subject and have tried multiple variants of codes, including
- Code:
a[href="/u122"] {
color: cyan;
text-decoration: none !important
text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black; font-weight:bold;
}
I want to thank every user helping me to solve this in advance.
~ Soul Evisceration
Last edited by Soul Evisceration on September 24th 2012, 3:23 pm; edited 1 time in total