User:MoonlightArchivist/common.css: Difference between revisions
Blanked the page Tag: Blanking |
No edit summary |
||
Line 1: | Line 1: | ||
.heroname { | |||
background-size: 9px; | |||
background-repeat: no-repeat; | |||
padding-left: 10px; | |||
/*white-space:wrap;*/ | |||
} | |||
.heroname.star1 { | |||
color:#2999F3; | |||
text-shadow: 0px 0px 3px #2999F3; | |||
} | |||
.heroname.star2 { | |||
color:#B470E1; | |||
text-shadow: 0px 0px 3px #B470E1; | |||
} | |||
.heroname.star3 { | |||
color:#FC8C10; | |||
text-shadow: 0px 0px 3px #FC8C10; | |||
} | |||
.heroname.medic { | |||
background-image: url('/images/3/30/Icon_PNC_Hero_Class_white_Medic.png') | |||
} | |||
.heroname.guard { | |||
background-image: url('/images/8/80/Icon_PNC_Hero_Class_white_Guard.png') | |||
} | |||
.heroname.warrior { | |||
background-image: url('/images/f/f8/Icon_PNC_Hero_Class_white_Warrior.png') | |||
} | |||
.heroname.specialist { | |||
background-image: url('/images/8/8a/Icon_PNC_Hero_Class_white_Specialist.png') | |||
} | |||
.heroname.sniper { | |||
background-image: url('/images/8/87/Icon_PNC_Hero_Class_white_Sniper.png') | |||
} |