MediaWiki:Common.css: Difference between revisions
From YSTV Documentation Wiki
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 */ | ||
/* Copied from historywiki - marks.polakovs */ | |||
/* Here's some stuff I accidentally knocked out and I think I want */ | |||
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; } |
Latest revision as of 14:45, 6 December 2022
/* CSS placed here will be applied to all skins */
/* Copied from historywiki - marks.polakovs */
/* Here's some stuff I accidentally knocked out and I think I want */
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; }