Log in

View Full Version : This CSS file is obsolete and is available here for reference purposes only.


washingtonboise
02-16-2011, 12:34 PM
Styles & Templates > Style Manager

"This CSS file is obsolete and is available here for reference purposes only."

This message ought to have a link for help or contain some kind of a suggestion.

I have done some research and can see that we need to edit style vars independently and there are a lot of them, and the navigational system might not be advanced enough to keep up with the staggering number of style vars.

I would like to make a few CSS definitions, and just to keep things simple... use them anywhere.

Amongst the dozens of stylevars, this one seemed like a good spot to try
CSS Templates > Additional CSS

But it didn't seem to work when these styles are referenced.


stylesheet data

<STYLE TYPE="TEXT/CSS">


.moderator{
font-family: Impact; font-size: 15px; text-shadow: rgb(255, 255, 0) 0px 0px 1px, rgb(255, 255, 0) 0px 0px 3px;"
}

.admin{
font-family: Microsoft Sans Serif; font-size: 20px; color: red; text-shadow: rgb(255, 0, 0) 0px 0px 4px, rgb(255, 255, 255) 2px 1px 0px, rgb(255, 0, 0) 0px 0px 12px;"
}

.supermod{
color: rgb(0, 0, 218); text-shadow: rgb(255, 255, 0) 0px 0px 1px, rgb(0, 0, 0) 0px 0px 9px;"
}

.lv1{
font-family: Fixedsys; font-size: 10px; color: rgb(0, 0, 0); text-shadow: rgb(0, 0, 0) 0px 0px 5px;"
}

.lv2{
font-family: system; font-size: 11px; color: rgb(64, 64, 64); text-shadow: rgb(0, 0, 0) 0px 0px 3px;"
}

.lv3{
font-family: Microsoft Sans Serif; font-size: 15px; color: rgb(64, 64, 64); text-shadow: rgb(0, 0, 0) 0px 0px 3px, rgb(0, 0, 0) 0px 0px 2px;"
}

.lv4{
font-family: Microsoft Sans Serif; font-size: 17px; color: rgb(147, 147, 147); text-shadow: rgb(0, 0, 0) 0px 0px 3px, rgb(0, 0, 0) 0px 0px 2px, rgb(255, 255, 0) 0px 0px 4px, rgb(0, 0, 0) 0px 0px 2px, rgb(255, 255, 0) 0px 0px 5px;"
}

.lv5{
font-family: Microsoft Sans Serif; font-size: 20px; color: rgb(147, 147, 147); text-shadow: rgb(0, 0, 0) 0px 0px 3px, rgb(0, 0, 0) 0px 0px 2px, rgb(0, 12, 244) 0px 0px 3px, rgb(0, 12, 244) 0px 0px 4px;"
}


</style>

KevinL
02-16-2011, 01:16 PM
try getting rid of the <style> tags

Lynne
02-16-2011, 04:00 PM
As stated, you do not need to add the style tags to the .css templates. They are ready made for you to just put your CSS in there.