MediaWiki:Citizen.css:修订间差异

MediaWiki系统消息页面
无编辑摘要
无编辑摘要
第2行: 第2行:
/* 此页面有参考其它wiki做法,非100%原创 */
/* 此页面有参考其它wiki做法,非100%原创 */
:root .skin-citizen-dark {
:root .skin-citizen-dark {
background-color: #000059;
background-color: #000159;
}
}


:root {
:root {
     --width-layout: 1200px; /* Slightly wider content */
     --width-layout: 1200px;
     --font-family-base: '思源黑体'!important;
     --font-family-base: '思源黑体';
     font-size: 1rem;
     font-size: 1rem;
}
}

2023年8月13日 (日) 15:50的版本

/* 这里的任何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: var( --font-family-base );
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var( --font-family-base );
	font-weight: 600;
}

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