MediaWiki:Citizen.css:修订间差异

MediaWiki系统消息页面
无编辑摘要
无编辑摘要
第19行: 第19行:
.page-首页 {
.page-首页 {
line-height: 30px;
line-height: 30px;
padding-top: 10em;
}
}



2023年8月15日 (二) 01:36的版本

/* 这里的任何CSS将为使用Citizen皮肤的用户加载 */
/* 此页面有参考其它wiki做法,非100%原创 */
:root {
    --width-layout: 1200px;
    font-family: '思源黑体';
}

.skin-citizen-dark {
	background-color: #000109;
}

.header {
    background-image: linear-gradient(to top,#fff,transparent),url("mainpage2.jpg"); 
    background-repeat: no-repeat;
    background-clip: border-box;
    background-position: top center;
}

.page-首页 {
	line-height: 30px;
	padding-top: 10em;
}

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

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

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

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

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

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

@font-face {
	font-family: '思源黑体';
	src: url(https://status.dollancraft.top/font/SourceHanSansCN.woff2) format('woff2'),
	url(./SourceHanSansCN.woff2),
	url(https://status.dollancraft.top/font/SourceHanSansCN-VF.ttf) format('ttf');
}

@font-face {
	font-family: 'Minecraft AE';
	src: url(https://status.dollancraft.top/font/Minecraft_AE.woff2) format('woff2'),
	url(./Minecraft_AE.woff2);
}