Jump to content

Template:Taxobox/core/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia
/* {{pp-template}} */
@media screen {
	html.skin-theme-clientpref-night .infobox.biota tr {
	  background: transparent !important;
	}
	html.skin-theme-clientpref-night .infobox.biota img {
	  background: white;
	}
}

@media screen and (prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .infobox.biota tr {
      background: transparent !important;
    }
    html.skin-theme-clientpref-os .infobox.biota img {
      background: white;
    }
}

.infobox.biota .taxobox-edit-taxonomy img {
    background: transparent !important;
}
body.skin--responsive table.biota.infobox tr.taxonrow td {
	padding:2px 10px;
}