aowow/template/css/talent.css
Sarjuuk 2d0e46155e TalentCalc:
- removed unused mastery-related styles
    - selected class highlight is now more obvious
    - name of selected class/petType is no longer permanently underlined
2012-12-24 19:50:54 +01:00

51 lines
No EOL
765 B
CSS

#tc-classes {
width:946px;
margin:0 auto;
padding-bottom:10px;
}
#tc-classes-inner {
width:460px;
margin:0 auto;
text-align:center;
z-index:3;
}
#tc-classes p {
font-size:32px;
margin:0 0 16px 0;
padding:0;
}
#tc-classes .iconmedium {
float:left;
margin-right:2px;
margin-bottom:2px;
opacity:.6666;
filter:alpha(opacity=66);
}
#tc-classes .iconmedium-gold-selected {
opacity: 1;
filter:alpha(opacity=100);
}
#tc-classes.choose {
position:relative;
padding:0;
}
#tc-classes.choose #tc-classes-outer {
width:614px;
}
#tc-classes.choose #tc-classes-inner {
position:absolute;
left:77px;
top:150px;
}
#tc-classes.choose .iconmedium {
opacity:1;
filter:alpha(opacity=100);
}