Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Licenses.css: Difference between revisions

Template page
GTEH changed the content model of the page Template:Licenses.css from "wikitext" to "Sanitized CSS"
mNo edit summary
 
Line 8: Line 8:
background-repeat: no-repeat;
background-repeat: no-repeat;
border: 3px solid #808080;
border: 3px solid #808080;
/* [[zh-hans-cn:File:Fontawesome-creative-commons-brands.svg]] */
/* [[: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-image: url("https://www.cathop.top/images/zh/1/1a/Fontawesome-creative-commons-brands.svg");
background-size: 52px;
background-size: 52px;

Latest revision as of 21:19, 14 June 2025

.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;
	}
}