Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 21:19, 14 June 2025 by GTEH (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.cc {
	background-position: left 12px top 50%;
	padding: 0.5em 0.5em 0.5em 75px;
	margin: 4px 10%;
	overflow: hidden;
	background-color: #f8f9fa;
	color: #333;
	background-repeat: no-repeat;
	border: 3px solid #808080;
	/* [[:zh-hans-cn:File:Fontawesome-creative-commons-brands.svg]] */
	background-image: url("https://www.cathop.top/images/zh/1/1a/Fontawesome-creative-commons-brands.svg");
	background-size: 52px;
	min-height: 65px;
	line-height: 1.6;
}

.cccite {
	display: block;
	text-align: right;
	font-size: smaller;
}

@media screen {
	html.skin-theme-clientpref-night .cc {
		background-color: transparent;
	    color: inherit;
	}
}

@media screen and (prefers-color-scheme: dark) {
    /* automatic mode */
	html.skin-theme-clientpref-os .cc {
		background-color: transparent;
    	color: inherit;
	}
}