Template:ITNbox/styles.css
Appearance
/* {{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;
}
}