MediaWiki:Citizen.css:修订间差异

MediaWiki系统消息页面
无编辑摘要
无编辑摘要
第49行: 第49行:
font-family: '思源黑体';
font-family: '思源黑体';
src: url(https://h2-wiki-1254268741.cos.ap-shanghai.myqcloud.com/font/SourceHanSansCN.woff2) format('woff2'),
src: url(https://h2-wiki-1254268741.cos.ap-shanghai.myqcloud.com/font/SourceHanSansCN.woff2) format('woff2'),
url(http://status.dollancraft.top/font/SourceHanSansCN.woff2);
url(http://status.dollancraft.top/font/SourceHanSansCN-Regular.otf);
}
}

2023年8月13日 (日) 16:37的版本

/* 这里的任何CSS将为使用Citizen皮肤的用户加载 */
/* 此页面有参考其它wiki做法,非100%原创 */
:root .skin-citizen-dark {
	background-color: #000159;
}

:root {
    --width-layout: 1200px;
    --font-family-base: '思源黑体';
    font-size: 1rem;
}

.page-首页 {
	margin-top: -2.5em;
	line-height: 20px;
}

.page-首页 .mw-first-heading {
	display: none;
}

.page-首页 .mw-editsection {
	display: none;
}

.page-首页 .mw-body.header {
	display: none;
}

.page-Dollan_Infinity_TH .mw-body.header {
	display: none;
}

  body {
	font-family: '思源黑体';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: '思源黑体';
	font-weight: 700;
}

@font-face {
	font-family: '思源黑体';
	src: url(https://h2-wiki-1254268741.cos.ap-shanghai.myqcloud.com/font/SourceHanSansCN.woff2) format('woff2'),
	url(http://status.dollancraft.top/font/SourceHanSansCN-Regular.otf);
}