Difference between revisions of "MediaWiki:Common.css"

From Oceania Classic: An Australian Ultima Online Free Shard
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: div.vectorTabs span { background-image: none; background-size: 1px 100%; }")
 
Line 5: Line 5:
 
   background-size: 1px 100%;
 
   background-size: 1px 100%;
 
}
 
}
 +
 +
img.uogs {
 +
  -webkit-filter: invert(1);
 +
  filter: invert(1);
 +
  }

Revision as of 03:34, 21 September 2020

/* CSS placed here will be applied to all skins */

div.vectorTabs span {
   background-image: none; 
   background-size: 1px 100%;
}

img.uogs {
   -webkit-filter: invert(1);
   filter: invert(1);
   }