Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 2: Line 2:


#mw-page-base {
#mw-page-base {
  background-color: transparent !important;
   background-image: -webkit-gradient(linear,right top,right bottom,color-stop(50%,#ffffff),color-stop(100%,rgba(0,0,0,0))) !important;
   background-image: -webkit-gradient(linear,right top,right bottom,color-stop(50%,#ffffff),color-stop(100%,rgba(0,0,0,0))) !important;
   background-image: -webkit-linear-gradient(top,#ffffff 50%,rgba(0,0,0,0) 100%) !important;
   background-image: -webkit-linear-gradient(top,#ffffff 50%,rgba(0,0,0,0) 100%) !important;