MediaWiki:Gadget-ReferenceTooltips.css: Difference between revisions

no edit summary
(Created page with "→‎See [[mw:Reference Tooltips]]: .referencetooltip { position: absolute; list-style: none; list-style-image: none; opacity: 0; font...")
 
No edit summary
Line 6: Line 6:
         list-style-image: none;
         list-style-image: none;
         opacity: 0;
         opacity: 0;
         font-size: 10px;
         font-size: 13px;
         margin: 0;
         margin: 0;
         z-index: 5;
         z-index: 5;
         padding: 0;
         padding: 0;
background: #fff;
line-height: 1.5em;
border-radius: 3px;
-webkit-box-shadow: 0 15px 45px -10px rgba(0, 0, 0, 0.3);
box-shadow: 0 15px 45px -10px rgba(0, 0, 0, 0.3);
overflow-wrap: break-word;
}
}
.referencetooltip li {
.referencetooltip li {