MediaWiki:Common.css: Difference between revisions

Undo revision 6763 by Banri (talk)
Tag: Undo
No edit summary
Line 4,146: Line 4,146:
}
}


.skill-agility a:first-child,
.skill-hackingdefense a:first-child,
.skill-melee a:first-child {
.skill-armor a:first-child {
     background: #bc483d;
     background: #bc483d;
}
}


.skill-agility:hover a:last-child,
.skill-hackingdefense:hover a:last-child,
.skill-melee:hover a:last-child {
.skill-armor:hover a:last-child {
     background: #932419;
     background: #932419;
}
}


.skill-ranged a:first-child {
.skill-damage a:first-child {
     background: #748d36;
     background: #748d36;
}
}


.skill-ranged:hover a:last-child {
.skill-damage:hover a:last-child {
     background: #4c6215;
     background: #4c6215;
}
}


.skill-magic a:first-child {
.skill-shield a:first-child {
     background: #6274ab;
     background: #6274ab;
}
}


.skill-magic:hover a:last-child {
.skill-shield:hover a:last-child {
     background: #304791;
     background: #304791;
}
}


.skill-fishing a:first-child,
.skill-cargospace a:first-child,
.skill-fletching a:first-child {
.skill-shieldrecharge a:first-child {
     background: #3e8e9a;
     background: #3e8e9a;
}
}


.skill-fishing:hover a:last-child,
.skill-cargospace:hover a:last-child,
.skill-fletching:hover a:last-child {
.skill-shieldrecharge:hover a:last-child {
     background: #1a6671;
     background: #1a6671;
}
}


.skill-cooking a:first-child,
.skill-attack a:first-child,
.skill-divination a:first-child,
.skill-salvagechance a:first-child,
.skill-thieving a:first-child {
.skill-heatresistance a:first-child {
     background: #91689e;
     background: #91689e;
}
}


.skill-cooking:hover a:last-child,
.skill-attack:hover a:last-child,
.skill-divination:hover a:last-child,
.skill-salvagechance:hover a:last-child,
.skill-thieving:hover a:last-child {
.skill-heatresistance:hover a:last-child {
     background: #713684;
     background: #713684;
}
}


.skill-farming a:first-child,
.skill-cargosalvage a:first-child,
.skill-woodcutting a:first-child {
.skill-targeting a:first-child {
     background: #59924f;
     background: #59924f;
}
}


.skill-farming:hover a:last-child,
.skill-cargosalvage:hover a:last-child,
.skill-woodcutting:hover a:last-child {
.skill-targeting:hover a:last-child {
     background: #306f25;
     background: #306f25;
}
}


.skill-mining a:first-child,
.skill-defense a:first-child,
.skill-summoning a:first-child {
.skill-engineefficiency a:first-child {
     background: #6385a8;
     background: #6385a8;
}
}


.skill-mining:hover a:last-child,
.skill-defense:hover a:last-child,
.skill-summoning:hover a:last-child {
.skill-engineefficiency:hover a:last-child {
     background: #315f8d;
     background: #315f8d;
}
}


.skill-invention a:first-child,
.skill-sensorscanresults a:first-child,
.skill-smithing a:first-child {
.skill-evasion a:first-child {
     background: #d2b244;
     background: #d2b244;
}
}


.skill-invention:hover a:last-child,
.skill-sensorscanresults:hover a:last-child,
.skill-smithing:hover a:last-child {
.skill-evasion:hover a:last-child {
     background: #b69213;
     background: #b69213;
}
}