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

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
Line 3: Line 3:
}
}
#mainpagenavigation td {
#mainpagenavigation td {
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#bbb),color-stop(0.02,#000),color-stop(1,#111));
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#bbb),color-stop(0.02,#111),color-stop(1,#333));
}
}

Revision as of 18:08, 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,#111),color-stop(1,#333));
}