வார்ப்புரு:Infobox microanatomy/styles.css
Jump to navigation
Jump to search
@media screen {
html.skin-theme-clientpref-night .infobox_microanatomy tr:nth-of-type(-n+4) [src$=PNG],
html.skin-theme-clientpref-night .infobox_microanatomy tr:nth-of-type(-n+4) [src$=png]{
background: white;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .infobox_microanatomy tr:nth-of-type(-n+4) [src$=PNG],
html.skin-theme-clientpref-os .infobox_microanatomy tr:nth-of-type(-n+4) [src$=png]{
background: white;
}
}