Orb of Driving Rain and MediaWiki:Common.css: Difference between pages

From Heroes 3 wiki
(Difference between pages)
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
Line 1: Line 1:
{{Major artifacts}}{{Artifact
/* CSS placed here will be applied to all skins */
  | normal =
table.whiteSortArrows.jquery-tablesorter th.headerSortUp{
  | class  = major
    background-image: url(/images/8/82/Sort_up_white.gif) !important;
| slot  = misc
  }
  | cost  = 6000
  table.whiteSortArrows.jquery-tablesorter th.headerSortDown{
  | effect = This powerful orb causes hero's [[water spells]] to inflict an additional 50% damage.
    background-image: url(/images/5/56/Sort_down_white.gif) !important;
}} While equipped, the orb increases the damage of all [[School of Water Magic|Water Magic]] [[spells]] by 50%.
  }
 
  table.whiteSortArrows.jquery-tablesorter th.headerSort{
[[Category: Major artifacts]]
    background-image: url(/images/3/36/Sort_both_white.gif);
__NOTOC__
}

Revision as of 08:28, 30 March 2020

/* CSS placed here will be applied to all skins */
table.whiteSortArrows.jquery-tablesorter th.headerSortUp{
    background-image: url(/images/8/82/Sort_up_white.gif) !important;
 }
 table.whiteSortArrows.jquery-tablesorter th.headerSortDown{
    background-image: url(/images/5/56/Sort_down_white.gif) !important;
 }
 table.whiteSortArrows.jquery-tablesorter th.headerSort{
    background-image: url(/images/3/36/Sort_both_white.gif);
 }