MyWiki:WikiProject Korea/Reliable sources/styles.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by 103.186.160.35 (talk) at 13:28, 21 October 2025 (be specific because fonts sizes of Template:WikiProject Korea Navigation on Wikipedia:WikiProject Korea/Reliable sources are affected). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* generally reliable */
.ko-rel {
    background-color: #DDFFDD;
}

/* no consensus */
.ko-nocon {
    background-color: #FFFFDD;
}

/* generally unreliable */
.ko-unrel {
    background-color: #FFDDDD;
}

/* deprecated */
.ko-dep {
    background-color: #FFBBBB;
}

/* blacklisted */
.ko-b {
    background-color: #DDDDDD;
}

/* forced dark mode */
@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-night .ko-rel {
		background-color: #030;
	}
	html.skin-theme-clientpref-night .ko-nocon {
		background-color: #330;
	}
	html.skin-theme-clientpref-night .ko-unrel {
		background-color: #300;
	}
	html.skin-theme-clientpref-night .ko-dep {
		background-color: #1a0000;
	}
	html.skin-theme-clientpref-night .ko-b {
		background-color: #2A2A2A;
	}
}

/* automatic mode */
@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .ko-rel {
		background-color: #030;
	}
	html.skin-theme-clientpref-os .ko-nocon {
		background-color: #330;
	}
	html.skin-theme-clientpref-os .ko-unrel {
		background-color: #300;
	}
	html.skin-theme-clientpref-os .ko-dep {
		background-color: #1a0000;
	}
	html.skin-theme-clientpref-os .ko-b {
		background-color: #2A2A2A;
	}
}

.wikitable td:nth-child(1) ul {
    font-size: 85%;
}
.wikitable td:nth-child(4) {
    font-size: 85%;
}