MediaWiki:Common.css: Difference between revisions

From YSTV Documentation Wiki
(Created page with "→‎CSS placed here will be applied to all skins: .plainlinks { font-size: 0; }")
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.plainlinks { font-size: 0; }
 
/* 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; }