Difference between revisions of "User:Ajo191/common.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* { | * { | ||
filter: invert( 1 ) hue-rotate( 180deg ) | filter: invert( 1 ) hue-rotate( 180deg ) | ||
} | |||
a:visited { | |||
color: #0b0080; | |||
} | } | ||
#mainpagenavigation td { | #mainpagenavigation td { | ||
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#bbb),color-stop(0.02,#111),color-stop(1,#333)); | 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 ) } a:visited { color: #0b0080; } #mainpagenavigation td { background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#bbb),color-stop(0.02,#111),color-stop(1,#333)); }