MediaWiki:Citizen.css:修订间差异

MediaWiki系统消息页面
无编辑摘要
无编辑摘要
第12行: 第12行:
}
}


.page-首页 body{
.page-首页 {
margin-top: -1.5rem;
margin-top: -2.5em;
line-height: 20px;
line-height: 20px;
}
}
第38行: 第38行:
font-family: '思源黑体';
font-family: '思源黑体';
font-style: normal;
font-style: normal;
font-weight: 300;
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');
}
}

2023年8月10日 (四) 16:34的版本

/* 这里的任何CSS将为使用Citizen皮肤的用户加载 */
/* 此页面有参考其它wiki做法,非100%原创 */
.citizen-header {
	background-color: #fffefa;
}
.page-首页 .mw-body.header {
	display: none!important;
}

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

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

.page-首页 h1.firstHeading{
	display: none!important;
}

.page-Dollan Infinity TH .mw-body.header {
	display: none!important;
}

body,
a,
h1,
h2,
h3,
h4,
h5{
	font-family: '思源黑体', '思源黑体 CN'!important;
}

@font-face {
	font-family: '思源黑体';
	font-style: normal;
	font-weight: 300;
	src: url(https://h2-wiki-1254268741.cos.ap-shanghai.myqcloud.com/font/SourceHanSansCN.woff2) format('woff2');
}