MediaWiki:Citizen.css:修订间差异

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


body #content {
body,
html {
font-family: '思源黑体';
font-family: '思源黑体';
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: '思源黑体';
}
@font-face {
@font-face {
font-family: '思源黑体';
font-family: '思源黑体';
第43行: 第54行:
src: url(https://status.dollancraft.top/font/Minecraft_AE.woff2);
src: url(https://status.dollancraft.top/font/Minecraft_AE.woff2);
}
}
/* body {
font-family: '思源黑体';
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: '思源黑体';
} */

2023年8月13日 (日) 21:24的版本

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

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

.page-首页 {
	margin-top: -5.5em;
	line-height: 30px;
}

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

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

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

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

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

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

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

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