MediaWiki:Common.less/itemcompare.less

This is the current revision of this page, as edited by Alex (talk | contribs) at 17:14, 17 October 2024. The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

/*Item compare css*/

  1. overlay {
   border-width: 0;
   margin: 0;
   padding: 0;
   background: #000 none repeat scroll 0 0;
   display: none;
   height: 2500px;
   left: 0;
   filter: alpha(opacity=70);
   opacity: 0.70;
   top: 0;
   width: 100%;
   z-index: 50;
   position: fixed;
   -moz-background-clip: -moz-initial;
   -moz-background-origin: -moz-initial;
   -moz-background-inline-policy: -moz-initial;    

}