Difference between revisions of "MediaWiki:Monobook.css"

Jump to navigation Jump to search
Line 8: Line 8:


body {
body {
  background-color: #ffffff;
   background-image: none;
   background-image: none;
  background: #f4ebb5; /* Old browsers */
  background: -moz-linear-gradient(top, #f4ebb5 0%, #bf9b39 22%, #541315 62%, #000000 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(top, #f4ebb5 0%,#bf9b39 22%,#541315 62%,#000000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4ebb5 0%,#bf9b39 22%,#541315 62%,#000000 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #f4ebb5 0%,#bf9b39 22%,#541315 62%,#000000 100%); /* IE10+ */
}
}