Template:Non-free use rationale/sandbox/styles.css
跳转到导航
跳转到搜索
.nfur {
font-size: 95%;
width: 100%;
margin: auto;
float: none !important;
}
.nfur .infobox-above {
background-color: #ccccff;
padding: 0.2em 0;
font-size: 110%;
}
.nfur .infobox-label {
background: #ccccff;
padding: 2px .4em;
width: 15em;
text-align: right;
vertical-align: middle;
}
.nfur .infobox-data {
vertical-align: middle;
}
.nfur-error {
color: red;
font-weight: bold;
}
.nfur-fairuse {
display: none;
}
/* Vector 2022 rules */
html.skin-theme-clientpref-night .nfur .infobox-above,
html.skin-theme-clientpref-night .nfur .infobox-label {
background-color: #2a2a5c;
color: inherit;
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .nfur .infobox-above,
html.skin-theme-clientpref-os .nfur .infobox-label {
background-color: #2a2a5c;
color: inherit;
}
}