Difference between revisions of "MediaWiki:Medik.css"
From CryptoWiki
(17 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
.mw-hamb { | .mw-hamb { | ||
color: white; | 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; | |||
} | } |
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; }