Difference between revisions of "User:Ajo191/common.css"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
(Created page with "* { filter: invert( 1 ) hue-rotate( 180deg ) }")
 
Line 1: Line 1:
* {
* {
  filter: invert( 1 ) hue-rotate( 180deg )
  filter: invert( 1 ) hue-rotate( 180deg )
}
#mainpagenavigation td {
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#bbb),color-stop(0.02,#000),color-stop(1,#111));
}
}

Revision as of 18:07, 9 February 2023

* {
 filter: invert( 1 ) hue-rotate( 180deg )
}
#mainpagenavigation td {
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#bbb),color-stop(0.02,#000),color-stop(1,#111));
}