Difference between revisions of "MediaWiki:Medik.css"

From CryptoWiki

 
Line 21: Line 21:
display:inline-block;
display:inline-block;
width: 120px;
width: 120px;
height: 36px;
height: 40px;


background: url('https://cryptowiki.me/images/4/42/Discord_button.png');
background: url('https://cryptowiki.me/images/4/42/Discord_button.png');

Latest revision as of 08:04, 3 June 2022



#p-banner,
#p-banner:hover,
#p-banner:visited,
.mw-hamb {
    color: white;
}



/* Make clickable text on links invisible. */
li#n-hi {
color:#f6f6f6;
visibility: visible;
font-size:0em;
}

#n-hi:hover ::after, #n-hi ::after {
content: '';
display:inline-block;
width: 120px;
height: 40px;

background: url('https://cryptowiki.me/images/4/42/Discord_button.png');
}

/* Every image need to have its own rule defined. */
#n-hi::after{
background: url('https://cryptowiki.me/images/4/42/Discord_button.png');
}

#n-hi:hover ::after {
background: url('https://cryptowiki.me/images/4/42/Discord_button.png');
}
#n-hi:hover ::after, #n-hi ::after{
background-repeat: no-repeat;
background-size: contain;
}

#mw-panel .portal .body li#n-hi {
font-size:0em;
padding:10px;
}