Difference between revisions of "MediaWiki:Monobook.css"

309 bytes removed ,  22:41, 10 September 2011
m
no edit summary
m
m
Line 46: Line 46:
   background-image: url('http://wiki.aetolia.com/mediawiki/images/2/21/Graphite.gif');
   background-image: url('http://wiki.aetolia.com/mediawiki/images/2/21/Graphite.gif');
   background-repeat: repeat;
   background-repeat: repeat;
  background-attachment: fixed;
   background-color: #000000;
   background-color: #000000;


Line 95: Line 96:
   border-radius: 12px;
   border-radius: 12px;
   -moz-border-radius: 12px;
   -moz-border-radius: 12px;
  border: 1px solid #9af;


   background: #131554;
   background: rgba(255, 255, 255, 0.4);
  background: -moz-linear-gradient(top, #000014 0%, #131554 39%, #131554 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(top, #000014 0%,#131554 39%,#131554 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000014 0%,#131554 39%,#131554 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #000014 0%,#131554 39%,#131554 100%); /* IE10+ */


   box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
   box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);