Created page with "==Petition for edit== I, One-Six, petition for the addition of the following code to Common.css: <pre><nowiki> .popup-host .internal-link-popup { visibility: hidden; opaci..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
==Petition for edit== | ==Petition for edit== | ||
I, One-Six, petition for the addition of the following code to Common.css: | <del>I, One-Six, petition for the addition of the following code to Common.css:</del> | ||
<pre><nowiki> | <pre><nowiki> | ||
.popup-host .internal-link-popup { | .popup-host .internal-link-popup { | ||
Line 17: | Line 17: | ||
visibility: visible; | visibility: visible; | ||
opacity: 1; | opacity: 1; | ||
} | |||
</nowkiki></pre> | |||
<del>These are needed for the current version of [[Template:Internal Link Popup]].</del> | |||
<del>Thank you!</del> | |||
<del>--[[User:公的驱逐舰|ONE-SIX]]<span style="color:#888; font-size:75%;">'', not "公的驱逐舰", whatever that means (blush)''</span> [[User_talk:公的驱逐舰|Talk]] · [[Special:Contributions/公的驱逐舰|Recent Edits]] 12:06, 25 August 2019 (CDT)</del> | |||
'''UPDATE: '''This is the new code that should be included. | |||
<pre><nowiki> | |||
.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; | |||
} | |||
} | } | ||
</nowiki></pre> | </nowiki></pre> | ||
--[[User:公的驱逐舰|ONE-SIX]]<span style="color:#888; font-size:75%;">'', not "公的驱逐舰", whatever that means (blush)''</span> [[User_talk:公的驱逐舰|Talk]] · [[Special:Contributions/公的驱逐舰|Recent Edits]] | --[[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, 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)