mNo edit summary |
|||
Line 1: | Line 1: | ||
==Petition for edit== | ==Petition for edit== | ||
<big>Status: {{x|no longer needed}}</big>--[[User:公的驱逐舰|ONE-SIX]]<span style="color:#888; font-size:75%;">'', not "公的驱逐舰", whatever that means (blush)''</span> [[User_talk:公的驱逐舰|Talk]] · [[Special:Contributions/公的驱逐舰|Recent Edits]] 14:25, 31 August 2019 (CDT) | |||
<del>I, One-Six, petition for the addition of the following code to Common.css:</del> | <del>I, One-Six, petition for the addition of the following code to Common.css:</del> | ||
<pre><nowiki> | <pre><nowiki> | ||
Line 59: | Line 61: | ||
--[[User:公的驱逐舰|ONE-SIX]]<span style="color:#888; font-size:75%;">'', not "公的驱逐舰", whatever that means (blush)''</span> [[User_talk:公的驱逐舰|Talk]] · [[Special:Contributions/公的驱逐舰|Recent Edits]] 14:39, 27 August 2019 (CDT) | --[[User:公的驱逐舰|ONE-SIX]]<span style="color:#888; font-size:75%;">'', not "公的驱逐舰", whatever that means (blush)''</span> [[User_talk:公的驱逐舰|Talk]] · [[Special:Contributions/公的驱逐舰|Recent Edits]] 14:39, 27 August 2019 (CDT) | ||
:I have added those code to [[Template:Internal Link Popup/style.css]]. --[[User:Nzh21|Nzh21]] ([[User talk:Nzh21|talk]]) 08:24, 31 August 2019 (CDT) | :I have added those code to [[Template:Internal Link Popup/style.css]]. --[[User:Nzh21|Nzh21]] ([[User talk:Nzh21|talk]]) 08:24, 31 August 2019 (CDT) | ||
::Oh! That works. Thanks alot!--[[User:公的驱逐舰|ONE-SIX]]<span style="color:#888; font-size:75%;">'', not "公的驱逐舰", whatever that means (blush)''</span> [[User_talk:公的驱逐舰|Talk]] · [[Special:Contributions/公的驱逐舰|Recent Edits]] 14:25, 31 August 2019 (CDT) |
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)