更多操作
< 模板:PD
创建页面,内容为“.pd { background-position: left 7px top 50%; padding: 0.5em 0.5em 0.5em 40px; margin: 0.5em 0; overflow: hidden; background-color: #f8f9fa; color: #333; background-repeat: no-repeat; border: 1px solid #808080; →[[File:Fontawesome-creative-commons-pd-brands.svg]]: background-image: url("https://www.cathop.top/images/5/50/Fontawesome-creative-commons-pd-brands.svg"); min-height: 25px; } @media screen { html.skin-theme-clientpref-night .pd { bac…” |
小无编辑摘要 |
||
第10行: | 第10行: | ||
/* [[File:Fontawesome-creative-commons-pd-brands.svg]] */ | /* [[File:Fontawesome-creative-commons-pd-brands.svg]] */ | ||
background-image: url("https://www.cathop.top/images/5/50/Fontawesome-creative-commons-pd-brands.svg"); | background-image: url("https://www.cathop.top/images/5/50/Fontawesome-creative-commons-pd-brands.svg"); | ||
min-height: | background-size: 52px; | ||
min-height: 52px; | |||
line-height: 1.6; | |||
} | |||
.pd hr { | |||
height: 1px; | |||
margin: .2em 0; | |||
} | |||
.pd span { | |||
font-size: smaller; | |||
line-height: 1.2; | |||
} | } | ||
2025年5月25日 (日) 12:01的版本
.pd {
background-position: left 7px top 50%;
padding: 0.5em 0.5em 0.5em 40px;
margin: 0.5em 0;
overflow: hidden;
background-color: #f8f9fa;
color: #333;
background-repeat: no-repeat;
border: 1px solid #808080;
/* [[File:Fontawesome-creative-commons-pd-brands.svg]] */
background-image: url("https://www.cathop.top/images/5/50/Fontawesome-creative-commons-pd-brands.svg");
background-size: 52px;
min-height: 52px;
line-height: 1.6;
}
.pd hr {
height: 1px;
margin: .2em 0;
}
.pd span {
font-size: smaller;
line-height: 1.2;
}
@media screen {
html.skin-theme-clientpref-night .pd {
background-color: transparent;
color: inherit;
}
}
@media screen and (prefers-color-scheme: dark) {
/* automatic mode */
html.skin-theme-clientpref-os .pd {
background-color: transparent;
color: inherit;
}
}