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:
[[Image: Water_orb.png|frame|left]]Equipped in a [[Misc.]] slot, this orb increases the damage of all [[Water Magic]] [[spells]] by 50%.
/* CSS placed here will be applied to all skins */
 
table.whiteSortArrows.jquery-tablesorter th.headerSortUp{
Class: [[Major Artifacts|Major]]
    background-image: url(/images/8/82/Sort_up_white.gif) !important;
 
}
Basic [[Cost]]: 30000 [[gold]]
table.whiteSortArrows.jquery-tablesorter th.headerSortDown{
 
    background-image: url(/images/5/56/Sort_down_white.gif) !important;
[[Category: Artifacts]]
}
table.whiteSortArrows.jquery-tablesorter th.headerSort{
    background-image: url(/images/3/36/Sort_both_white.gif);
}

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