打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:PD/styles.css:修订间差异

来自卡特霍普
无编辑摘要
无编辑摘要
第1行: 第1行:
.pd {
.pd {
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-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");
background-size: 52px;
min-height: 52px;
line-height: 1.6;
}
}


第23行: 第12行:
font-size: smaller;
font-size: smaller;
line-height: 1.2;
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;
}
}
}

2025年5月25日 (日) 13:15的版本

.pd {
	/* [[File:Fontawesome-creative-commons-pd-brands.svg]] */
	background-image: url("https://www.cathop.top/images/5/50/Fontawesome-creative-commons-pd-brands.svg");
}

.pd hr {
	height: 1px;
	margin: .2em 0;
}

.pd span {
	font-size: smaller;
	line-height: 1.2;
}