MediaWiki:Common.less/itemcompare.less: Difference between revisions

From RuneRealm Wiki
Jump to navigation Jump to search
(Created page with "→‎Item compare css: #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; }")
 
No edit summary
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 17:14, 17 October 2024

/*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;    

}