Jump to content

Template:ITNbox/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia
/* {{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;
    }
}