Difference between revisions of "MediaWiki:Monobook.css"

no edit summary
Line 59: Line 59:
background: -o-linear-gradient(top, #000000 0%,#000000 75%,#1c1c1c 100%); /* Opera11.10+ */
background: -o-linear-gradient(top, #000000 0%,#000000 75%,#1c1c1c 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #000000 0%,#000000 75%,#1c1c1c 100%); /* IE10+ */
background: -ms-linear-gradient(top, #000000 0%,#000000 75%,#1c1c1c 100%); /* IE10+ */
}
.portlet {
  background: #7f7f7f;
  background: -moz-linear-gradient(top, #7f7f7f 0%, #3a3a3a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f7f7f), color-stop(100%,#3a3a3a));
  background: -webkit-linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%);
  background: -o-linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%);
  background: -ms-linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#3a3a3a',GradientType=0 );
  background: linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}
}