MediaWiki talk:Common.css
Petition for edit
Status: no longer needed--ONE-SIX, not "公的驅逐艦", whatever that means (blush) Talk · Recent Edits 14:25, 31 August 2019 (CDT)
I, One-Six, petition for the addition of the following code to Common.css:
<nowiki> .popup-host .internal-link-popup { visibility: hidden; opacity: 0; min-width: 400px; font-size: 80%; position: absolute; top: 100%; left: 0; z-index: 999 !important; background-color: #fff; border: 1px solid #deede0; padding: 5px; border-radius: 5px; transition: opacity 0.5s; } .popup-host:hover .internal-link-popup { visibility: visible; opacity: 1; } </nowkiki>
These are needed for the current version of Template:Internal Link Popup.
Thank you!
--ONE-SIX, not "公的驅逐艦", whatever that means (blush) Talk · Recent Edits 12:06, 25 August 2019 (CDT)
UPDATE: This is the new code that should be included.
.popup-host .ilp-no-popup { display: none; } .popup-host .internal-link-popup { visibility: hidden; opacity: 0; min-width: 400px; font-size: 80%; position: absolute; top: 100%; left: 0; z-index: 999 !important; background-color: #fff; border: 1px solid #deede0; padding: 5px; border-radius: 5px; transition: opacity 0.5s; } .popup-host:hover .internal-link-popup { visibility: visible; opacity: 1; } @media (hover: none){ .popup-host .ilp-no-popup { display: inline; } .popup-host .internal-link-popup { display: none; } }
--ONE-SIX, not "公的驅逐艦", whatever that means (blush) Talk · Recent Edits 14:39, 27 August 2019 (CDT)
- I have added those code to Template:Internal Link Popup/style.css. --Nzh21 (talk) 08:24, 31 August 2019 (CDT)
- Oh! That works. Thanks alot!--ONE-SIX, not "公的驅逐艦", whatever that means (blush) Talk · Recent Edits 14:25, 31 August 2019 (CDT)