Template:ITNbox/styles.css: Difference between revisions
Jump to navigation
Jump to search
wp>Warudo m lint |
RandomUser34 (talk | contribs) m 1 revision imported |
(No difference)
| |
Latest revision as of 10:42, 17 February 2026
/* {{pp-template}} */
.itnbox {
width: auto;
}
.itnbox-title-default {
background: #efefef;
font-size: 1em;
}
.itnbox-title-talkspace {
background: #ffefde;
font-size: 1em;
}
.itnbox .sidebar-navbar {
padding: 0 3px;
}
@media screen {
html.skin-theme-clientpref-night .itnbox-title-default {
background: #313335;
}
html.skin-theme-clientpref-night .itnbox-title-talkspace {
background: #241200;
}
}
@media screen and ( prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .itnbox-title-default {
background: #313335;
}
html.skin-theme-clientpref-os .itnbox-title-talkspace {
background: #241200;
}
}