The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Glow Problem
Hello there, i have a problem with my glowing user rank.
the new rank don't glow nothing, it is just black but it has exactly the same lines like the other ranks have here some screenshots http://prntscr.com/3zkd52 http://prntscr.com/3zkdbw http://prntscr.com/3zkdgt http://prntscr.com/3zkdlv |
#2
|
|||
|
|||
Try something like
<span style="color:#FF3300;font-weight:bold;text-shadow: 1px 1px 10px #FF3300;"> And in 2nd box put </span> I also see you have </span> missing from the 2nd box anyway this could be your problem This #FF3300 is orange change to what colour you want |
Благодарность от: | ||
Lynne |
#3
|
|||
|
|||
Thanks ! worked
|
#4
|
|||
|
|||
happy to help
|
#5
|
|||
|
|||
Hello there, could you maby explain me, why this isn't working anymore ?
This are my lines and this is working : css_additional.css .glow-supergm{ color: #0015FF; font-weight: bold; text-shadow: 0px 0px 6px #00F3FF; } This one is not working .glow-forumdonator{ color: #0015FF; font-weight: bold; text-shadow: 0px 0px 6px #00F3FF; } i ask myself why ? because the long lines are not really good for this :S |
#6
|
||||
|
||||
Can we get a link to view the problem?
|
#7
|
|||
|
|||
Quote:
2.) Where you are applying this class makes a difference, if your just applying this class where styling is already present then you might be running into a CSS specificity problem. You can add specificity, by redefining the selector (we need a link) or by using an overriding method by adding "!important" to the CSS property. [code] .glow-forumdonator{ color: #0015FF !important; font-weight: bold !important; text-shadow: 0px 0px 6px #00F3FF !important; } Redefining the selector with more specificity in most cases is the best choice, but if your new to CSS then use "!important". With "!important" you have to be careful or it will bite you later. Give @Lynne a link, she's the CSS master around here. |
#8
|
|||
|
|||
here are some screenshots of it
http://prntscr.com/46wfr5 http://prntscr.com/46wgcs http://prntscr.com/46wgwt All other are working. Everything is the same just the name is changed of the .glow-forumdonator |
#9
|
|||
|
|||
live link needed please not screenshots
|
#10
|
|||
|
|||
Oh fixed it myself it was an issue with my browser
sorry for this useless thing :s |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|