Template:Taxobox/core/styles.css: Difference between revisions
< Template:Taxobox | core
m 1 revision imported |
https://sandbox.indicwiki.org/index.php/>Jts1882 disable class taxonrow |
||
| Line 1: | Line 1: | ||
/* {{pp-template}} */ | /* {{pp-template}} */ | ||
@media (max-width:640px) { | |||
body:not(.skin-minerva) .infobox { | |||
width:100% !important; | |||
} | |||
body:not(.skin-minerva) .infobox th { | |||
width:50%; | |||
} | |||
} | |||
@media screen { | @media screen { | ||
html.skin-theme-clientpref-night .infobox.biota tr { | html.skin-theme-clientpref-night .infobox.biota tr { | ||
| Line 25: | Line 33: | ||
} | } | ||
body.skin--responsive table.biota.infobox tr. | body.skin--responsive table.biota.infobox tr.taxonrow2 td { | ||
padding:2px 10px; | padding:2px 10px; | ||
} | } | ||
Revision as of 19:01, 6 May 2025
/* {{pp-template}} */
@media (max-width:640px) {
body:not(.skin-minerva) .infobox {
width:100% !important;
}
body:not(.skin-minerva) .infobox th {
width:50%;
}
}
@media screen {
html.skin-theme-clientpref-night .infobox.biota tr {
background: transparent !important;
}
html.skin-theme-clientpref-night .infobox.biota img {
background: transparent;
}
}
@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-vector table.biota.infobox {
margin-top:0.5em;
}
body.skin--responsive table.biota.infobox tr.taxonrow2 td {
padding:2px 10px;
}