/* EQ Roster CSS */ #eqroster th.header { background: #111 url(http://www.axiomfiles.com/Files/278466/sort-white.gif) left center no-repeat; cursor: pointer; font-size: 90%; font-weight: bold; text-align: left; padding-left: 20px !important; border-right: #444 1px solid; } #eqroster th.headerSortUp { background: #400000 url(http://www.axiomfiles.com/Files/278466/sort-asc-white.gif) left center no-repeat; } #eqroster th.headerSortDown { background: #804000 url(http://www.axiomfiles.com/Files/278466/sort-desc-white.gif) left center no-repeat; } /* zebra striping */ #eqroster .odd { background: #333; } #eqroster .even { background: #222; } /* Roster table columns */ .eqName {} .eqRank {} .eqLevel { text-align: center; width: 3em; } .eqClass {} .eqLastPlayed {}
If your rank names are set up as follows: "Leader", "Officer", "Member", "Alts", etc. Then use the rank name with an "eq" in front and keep the capital letters, like this: .eqRank { height: 24px; padding-left: 26px; background: left center no-repeat; } .eqLeader {} .eqOfficer {} .eqMember {} .eqAlts {} If you have rank names with a space, lets say ranks like this: "Big Daddy", "Council Of Leaders", "Subjects", "Peons", etc. Then add the "eq" in front and remove the spaces. .eqRank { height: 24px; padding-left: 26px; background: left center no-repeat; } .eqBigDaddy {} .eqCouncilOfLeaders {} .eqSubjects {} .eqPeons {}
.eqRank { height: 24px; padding-left: 26px; background: left center no-repeat; } .eqLeader {} .eqOfficer {} .eqMember {} .eqAlts {}
.eqRank { height: 24px; padding-left: 26px; background: left center no-repeat; } .eqBigDaddy {} .eqCouncilOfLeaders {} .eqSubjects {} .eqPeons {}
/* Add this if you want class icons included */ .eqClass { height: 24px; padding-left: 26px; background: left center no-repeat; } .eqBerserker { background-image: url(http://www.axiomfiles.com/Files/278466/icon_eqberserker.gif) } .eqMonk { background-image: url(http://www.axiomfiles.com/Files/278466/icon_eqmonk.gif) } .eqRogue { background-image: url(http://www.axiomfiles.com/Files/278466/icon_eqrogue.gif) } .eqWarrior { background-image: url(http://www.axiomfiles.com/Files/278466/icon_eqwarrior.gif) } .eqCleric { background-image: url(http://www.axiomfiles.com/Files/278466/icon_eqcleric.gif) } .eqDruid { background-image: url(http://www.axiomfiles.com/Files/278466/icon_eqdruid.gif) } .eqShaman { background-image: url(http://www.axiomfiles.com/Files/278466/icon_eqshaman.gif) } .eqEnchanter { background-image: url(http://www.axiomfiles.com/Files/278466/icon_eqenchanter.gif) } .eqMagician { background-image: url(http://www.axiomfiles.com/Files/278466/icon_eqmagician.gif) } .eqNecromancer { background-image: url(http://www.axiomfiles.com/Files/278466/icon_eqnecromancer.gif) } .eqWizard { background-image: url(http://www.axiomfiles.com/Files/278466/icon_eqwizard.gif) } .eqBard { background-image: url(http://www.axiomfiles.com/Files/278466/icon_eqbard.gif) } .eqBeastlord { background-image: url(http://www.axiomfiles.com/Files/278466/icon_eqbeastlord.gif) } .eqPaladin { background-image: url(http://www.axiomfiles.com/Files/278466/icon_eqpaladin.gif) } .eqRanger { background-image: url(http://www.axiomfiles.com/Files/278466/icon_eqranger.gif) } .eqShadowKnight { background-image: url(http://www.axiomfiles.com/Files/278466/icon_eqshadowknight.gif) }