Difference between revisions of "MediaWiki:Monobook.css"

m
no edit summary
m
m
Line 29: Line 29:


.portlet {
.portlet {
   background-color: inherit;
   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%);
}
}