Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will affect users of the Vector skin: →Make clickable text on links invisible.: #n-hi { color:#f6f6f6; visibility: visible; font-size:0; } #n-hi:ho...") |
(No difference)
|
Latest revision as of 20:47, 6 December 2022
/* CSS placed here will affect users of the Vector skin */
/* Make clickable text on links invisible. */
#n-hi {
color:#f6f6f6;
visibility: visible;
font-size:0;
}
#n-hi:hover ::after, #n-hi ::after {
content: '';
display:inline-block;
width: 96px;
height: 96px;
background: url('/images/0/05/Tip-jar.png');
}
/* Every image need to have its own rule defined. */
#n-hi::after{
background: url('/images/0/05/Tip-jar.png');
}
#n-hi:hover ::after {
background: url('/images/0/05/Tip-jar.png');
}
#n-hi:hover ::after, #n-hi ::after{
background-repeat: no-repeat;
background-size: contain;
}
#mw-panel .portal .body #n-hi {
font-size:0;
padding:10px;
}