MediaWiki:Common.css: Difference between revisions

From YSTV History Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
SPAN.withpopup SPAN {display: none;}
SPAN.withpopup SPAN {display: none;}


SPAN.withpopup:hover SPAN {position: absolute; display:block; left:3em; top:1.5em; padding:5px; background-color: #fff; border: 1px solid black; width: 200px; }
SPAN.withpopup:hover SPAN {position: absolute; display:block; left:3em; top:1.5em; padding:5px; background-color: #fff; border: 1px solid black; width: 150px; }

Revision as of 15:18, 20 February 2007

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

SPAN.withpopup SPAN {display: none;}

SPAN.withpopup:hover SPAN {position: absolute; display:block; left:3em; top:1.5em; padding:5px; background-color: #fff; border: 1px solid black; width: 150px; }