The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
very odd css problem
I have this tag cloud on the right column of my home page.
http://www.talkjesus.com/ It has 5 font size levels. The css is: Code:
<style type="text/css"> a.tagcloudlink:link, a.tagcloudlink:visited { text-decoration:none; } a.tagcloudlink:hover, a.tagcloudlink:active { text-decoration:underline; background-color: #4F57A0; color: white; } a.level1 { font-size: 11px; color: #ff9900 } a.level2 { font-size: medium; } a.level3 { font-size: large; color: #ff9900 } a.level4 { font-size: x-large; } a.level5 { font-size: xx-large; } </style> For example, level 1 and 3 does not show #ff9900 color at all. I did a hard refresh and even proved something very weird is happening because I made level 1 32px in font size to quickly test it, font size blew up to 32px just fine on refresh. So if someone can figure out why the color portion is not taking effect, would appreciate that help. |
#2
|
|||
|
|||
Hi there
There's a slight error..... ; to close the line Code:
a.level1 { font-size: 11px; color: #ff9900 } a.level1 { font-size: 11px; color: #ff9900; } a.level3 { font-size: large; color: #ff9900 } a.level3 { font-size: large; color: #ff9900; } |
#3
|
||||
|
||||
This is still not working at all
Code:
<style type="text/css"> a.tagcloudlink:link, a.tagcloudlink:visited { text-decoration:none; } a.tagcloudlink:hover, a.tagcloudlink:active { text-decoration:underline; background-color: #4F57A0; color: white; } a.level1 { font-size: 11px; color: #ff9900; } a.level2 { font-size: medium; } a.level3 { font-size: large; } a.level4 { font-size: x-large; color: #ff9900; } a.level5 { font-size: xx-large; } </style> |
#4
|
|||
|
|||
Code:
a.tagcloudlink:link, a.tagcloudlink:visited { text-decoration:none; } a.tagcloudlink:hover, a.tagcloudlink:active { text-decoration:underline; background-color: #4F57A0; color: white; } a.level1 { font-size: 11px; color: #ff9900 !important;} a.level2 { font-size: medium; } a.level3 { font-size: large; } a.level4 { font-size: x-large; color: #ff9900 !important;} a.level5 { font-size: xx-large; } |
#5
|
||||
|
||||
Still not working, hard refreshed and still not taking effect.
Strange |
#6
|
|||
|
|||
If you want me to look into it, PM me with an administrators account. I can try to fix it for you. You must have done something wrong somewhere else.
|
#7
|
||||
|
||||
Thanks for your help but I don't hand out admin accounts just like that
|
#8
|
||||
|
||||
I always do my colors this way:
HTML Code:
.color1, a.color1:link, a.color1:visited { stuff } |
#9
|
||||
|
||||
Lynne, I love you :P
You rock, that fixed the problem The missing :link portion Thanks |
#10
|
||||
|
||||
Glad it's now working how you want it to, Chadi.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|