Difference between revisions of "MediaWiki:Monobook.css"

385 bytes removed ,  22:42, 10 September 2011
m
no edit summary
m
m
Line 112: Line 112:
   box-shadow: 0px 0x 2px rgba(0, 0, 0, 0.5);
   box-shadow: 0px 0x 2px rgba(0, 0, 0, 0.5);


   background: #000000; /* Old browsers */
   background: #rgba(255, 255, 255, 0.4);
  background: -moz-linear-gradient(top, #000000 0%, #000000 75%, #0c0c0c 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(top, #000000 0%,#000000 75%,#0c0c0c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%,#000000 75%,#0c0c0c 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #000000 0%,#000000 75%,#0c0c0c 100%); /* IE10+ */
}
}