Files
aowow/static/css/TalentCalc_ie6.css
Sarjuuk fec0daac9a moving template around
(is now a lot closer to the original, shouldn't require updating new
scripts as the structure should fit)
also some minor bugfixes
2014-03-16 01:29:29 +01:00

46 lines
1.6 KiB
CSS

/*
TalentCalc_ie6.css version 278
*/
.talentcalc-upper
{
height:1px;
}
.iconmedium a.bubbly { background-image:url(../images/TalentCalc/icon-medium-hilite.gif); }
.talentcalc-arrow-leftdown td { background-image:url(../images/TalentCalc/arrows/leftdown.gif); }
.talentcalc-arrow-leftdown2 td { background-image:url(../images/TalentCalc/arrows/leftdown2.gif); }
.talentcalc-arrow-rightdown td { background-image:url(../images/TalentCalc/arrows/rightdown.gif); }
.talentcalc-arrow-rightdown2 td { background-image:url(../images/TalentCalc/arrows/rightdown2.gif); }
.talentcalc-arrow-right td { background-image:url(../images/TalentCalc/arrows/right.gif); }
.talentcalc-arrow-right2 td { background-image:url(../images/TalentCalc/arrows/right2.gif); }
.talentcalc-arrow-left td { background-image:url(../images/TalentCalc/arrows/left.gif); }
.talentcalc-arrow-left2 td { background-image:url(../images/TalentCalc/arrows/left2.gif); }
.talentcalc-arrow-down td,
.talentcalc-arrow-leftdown th,
.talentcalc-arrow-rightdown th { background-image:url(../images/TalentCalc/arrows/down.gif); }
.talentcalc-arrow-down2 td,
.talentcalc-arrow-leftdown2 th,
.talentcalc-arrow-rightdown2 th { background-image:url(../images/TalentCalc/arrows/down2.gif); }
.iconmedium div.icon-bubble
{
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/TalentCalc/bubble2.png');
}
.talentcalc-lower a
{
filter:alpha(opacity=33.33);
}
.talentcalc-lower a:hover
{
filter:alpha(opacity=100);
}