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

From Heroes 3 wiki
(Difference between pages)
Jump to navigation Jump to search
added decimal thousands separator
 
No edit summary
 
Line 1: Line 1:
{{Artifact
/* CSS placed here will be applied to all skins */
  | name  = {{PAGENAME}}
table.whiteSortArrows.jquery-tablesorter th.headerSortUp{
  | class  =
    background-image: url(/images/8/82/Sort_up_white.gif) !important;
| class  =
  }
  | cost  =
  table.whiteSortArrows.jquery-tablesorter th.headerSortDown{
  | effect =
    background-image: url(/images/5/56/Sort_down_white.gif) !important;
}}
  }
 
  table.whiteSortArrows.jquery-tablesorter th.headerSort{
[[Image: Water_orb.png|frame|left]]Equipped in a [[Misc.]] slot, this orb increases the damage of all [[Water Magic]] [[spells]] by 50%.
    background-image: url(/images/3/36/Sort_both_white.gif);
 
}
Class: [[Major Artifacts|Major]]
 
Basic [[Cost]]: 30.000 [[gold]]
 
[[Category: Artifacts]]

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);
 }