Difference between revisions of "MediaWiki:Medik.css"

From CryptoWiki

 
(14 intermediate revisions by the same user not shown)
Line 7: Line 7:
     color: white;
     color: white;
}
}




Line 22: Line 20:
content: '';
content: '';
display:inline-block;
display:inline-block;
width: 48px;
width: 120px;
height: 48px;
height: 40px;


background: url('http://farm3.static.flickr.com/2357/2230414856_45f9552c28.jpg');
background: url('https://cryptowiki.me/images/4/42/Discord_button.png');
}
}


/* Every image need to have its own rule defined. */
/* Every image need to have its own rule defined. */
#n-hi::after{
#n-hi::after{
background: url('http://farm3.static.flickr.com/2357/2230414856_45f9552c28.jpg');
background: url('https://cryptowiki.me/images/4/42/Discord_button.png');
}
}


#n-hi:hover ::after {
#n-hi:hover ::after {
background: url('http://farm3.static.flickr.com/2357/2230414856_45f9552c28.jpg');
background: url('https://cryptowiki.me/images/4/42/Discord_button.png');
}
}
#n-hi:hover ::after, #n-hi ::after{
#n-hi:hover ::after, #n-hi ::after{
Line 42: Line 40:


#mw-panel .portal .body li#n-hi {
#mw-panel .portal .body li#n-hi {
font-size:0em;
padding:10px;
}
/* Make clickable text on links invisible. */
#n-hi1 {
color:#f6f6f6;
font-size:0em;
}
#n-hi1:hover ::after, #n-hi1 ::after {
content: '';
display:inline-block;
width: 48px;
height: 48px;
background: url('https://www.gstatic.com/webp/gallery/1.jpg');
}
/* Every image need to have its own rule defined. */
#n-hi1::after{
background: url('https://www.gstatic.com/webp/gallery/1.jpg');
}
#n-hi1:hover ::after {
background: url('https://www.gstatic.com/webp/gallery/1.jpg');
}
#n-hi1:hover ::after, #n-hi1 ::after{
background-repeat: no-repeat;
background-size: contain;
}
#mw-panel .portal .body li#n-hi1 {
font-size:0em;
font-size:0em;
padding:10px;
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;
}