MediaWiki:Gadget-site-styles.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 740: Line 740:
.infobox-imagearea ul.tabbernav li.tabberactive a:hover {
.infobox-imagearea ul.tabbernav li.tabberactive a:hover {
     color: #000;
     color: #000;
}
:where(body.wgl-theme-dark) .infobox-imagearea ul.tabbernav li a:hover,
:where(body.wgl-theme-dark) .infobox-imagearea ul.tabbernav li.tabberactive a:hover {
    color: #fff;
}
}


Line 755: Line 751:
padding-bottom: 1px;
padding-bottom: 1px;
display: block;
display: block;
}
:where(body.wgl-theme-dark) .infobox-imagearea ul.tabbernav > li > a {
    color: #a9a9a9;
}
}


Line 783: Line 776:
font-weight: bold;
font-weight: bold;
border-bottom: 2px solid var(--infobox-header-background-color);
border-bottom: 2px solid var(--infobox-header-background-color);
color: var(--content-text-color);
color: #202122;
}
}


Line 812: Line 805:
.infobox-footer {
.infobox-footer {
text-align: center;
text-align: center;
}
.infobox-extratext {
    text-align: center;
    font-weight: 600;
}
}


Line 1,343: Line 1,341:


/* Try to use nearest neighbour scaling for pixelated images */
/* Try to use nearest neighbour scaling for pixelated images */
.filehistory a img,
/*.filehistory a img,*/
.pixel-image,
/*.pixel-image,*/
.invslot-item-image,
/*.invslot-item-image,*/
.sprite {
/*.sprite {*/
image-rendering: optimizeSpeed;
/* image-rendering: optimizeSpeed;*/
image-rendering: -webkit-optimize-contrast;
/* image-rendering: -webkit-optimize-contrast;*/
image-rendering: optimize-contrast;
/* image-rendering: optimize-contrast;*/
image-rendering: -moz-crisp-edges;
/* image-rendering: -moz-crisp-edges;*/
image-rendering: -o-crisp-edges;
/* image-rendering: -o-crisp-edges;*/
image-rendering: crisp-edges;
/* image-rendering: crisp-edges;*/
image-rendering: pixelated;
/* image-rendering: pixelated;*/
-ms-interpolation-mode: nearest-neighbor;
/* -ms-interpolation-mode: nearest-neighbor;*/
}
/*}*/


/* Machine-readable extra template information */
/* Machine-readable extra template information */
Undo