更多操作
GTEH将页面模板:Licenses.css的内容模型从“wikitext”更改为“已过滤的CSS” |
小无编辑摘要 |
||
第8行: | 第8行: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
border: 3px solid #808080; | border: 3px solid #808080; | ||
/* [[File:Fontawesome-creative-commons-brands.svg]] */ | |||
background-image: url("https://www.cathop.top/images/1/1a/Fontawesome-creative-commons-brands.svg"); | |||
background-size: 52px; | background-size: 52px; | ||
min-height: 65px; | min-height: 65px; |
2025年5月25日 (日) 13:19的版本
.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;
/* [[File:Fontawesome-creative-commons-brands.svg]] */
background-image: url("https://www.cathop.top/images/1/1a/Fontawesome-creative-commons-brands.svg");
background-size: 52px;
min-height: 65px;
line-height: 1.6;
}
@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;
}
}