Difference between revisions of "MediaWiki:Common.css"

From World Information Medical Supply System
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: .static { position:absolute; background: white; } .static:hover { opacity:0; }")
 
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
/* CSS placed here will be applied to all skins  
 
.static {
 
.static {
 
   position:absolute;
 
   position:absolute;
Line 8: Line 8:
 
   opacity:0;
 
   opacity:0;
 
}
 
}
 +
*/

Latest revision as of 17:13, 5 October 2018

/* CSS placed here will be applied to all skins 
.static {
  position:absolute;
  background: white;
}

.static:hover {
  opacity:0;
}
*/