MediaWiki:Common.css: Difference between revisions

From YSTV History Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/** CSS placed here will be applied to all skins */
/** CSS placed here will be applied to all skins */
SPAN.withpopup {display : relative;}


SPAN.withpopup SPAN {display: none;}
SPAN.withpopup SPAN {display: none;}


SPAN.withpopup:hover SPAN {position: absolute; display:block; left:0px; top:1.5em; padding:5px; }
SPAN.withpopup:hover SPAN {position: relative; display:block; left:0px; top:1.5em; padding:5px; }

Revision as of 14:19, 20 February 2007

/** CSS placed here will be applied to all skins */

SPAN.withpopup SPAN {display: none;}

SPAN.withpopup:hover SPAN {position: relative; display:block; left:0px; top:1.5em; padding:5px; }