From 2d0e46155e5401e585d7a7713cdfcdb5339d7b34 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Mon, 24 Dec 2012 19:48:17 +0100 Subject: [PATCH] TalentCalc: - removed unused mastery-related styles - selected class highlight is now more obvious - name of selected class/petType is no longer permanently underlined --- template/css/petcalc.css | 9 ------- template/css/talent.css | 50 +++++++++++++++++++++---------------- template/css/talentcalc.css | 8 ++++++ 3 files changed, 37 insertions(+), 30 deletions(-) diff --git a/template/css/petcalc.css b/template/css/petcalc.css index 6d229726..656a24dd 100644 --- a/template/css/petcalc.css +++ b/template/css/petcalc.css @@ -57,12 +57,3 @@ height:554px!important; margin-left:0; } - -#pc-itself .mastery { - background:url('images/talent/pet-tree-glow.png'); -} - -#pc-itself p.mastery { - background:url('images/talent/summary-glow.png') repeat scroll center 64px transparent; -} - diff --git a/template/css/talent.css b/template/css/talent.css index 3b674dca..9ec4f02e 100644 --- a/template/css/talent.css +++ b/template/css/talent.css @@ -1,43 +1,51 @@ #tc-classes { -width:946px; -margin:0 auto; -padding-bottom:10px; + width:946px; + margin:0 auto; + padding-bottom:10px; } #tc-classes-inner { -width:460px; -margin:0 auto; -text-align:center; -z-index:3; + width:460px; + margin:0 auto; + text-align:center; + z-index:3; } #tc-classes p { -font-size:32px; -margin:0 0 16px; -padding:0; + font-size:32px; + margin:0 0 16px 0; + padding:0; } #tc-classes .iconmedium { -float:left; -margin-right:2px; -opacity:.6666; + 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; + position:relative; + padding:0; } #tc-classes.choose #tc-classes-outer { -width:614px; + width:614px; } #tc-classes.choose #tc-classes-inner { -position:absolute; -left:77px; -top:150px; + position:absolute; + left:77px; + top:150px; } -#tc-classes .iconmedium-gold,#tc-classes.choose .iconmedium { -opacity:1; +#tc-classes.choose .iconmedium { + opacity:1; + filter:alpha(opacity=100); } \ No newline at end of file diff --git a/template/css/talentcalc.css b/template/css/talentcalc.css index 70eee988..8b12329d 100644 --- a/template/css/talentcalc.css +++ b/template/css/talentcalc.css @@ -116,6 +116,14 @@ color:white; float:left; } +.talentcalc-upper-class a { +text-decoration:none; +} + +.talentcalc-upper-class a:hover { +text-decoration:underline; +} + .talentcalc-upper-reqlevel { float:right; }