希顶维基:首页/样式.css:修订间差异

此后如竟没有炬火,我便是唯一的光。
跳转到导航 跳转到搜索
无编辑摘要
(已保护“希顶维基:首页/样式.css”:​代替首页级联保护([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期)))
 
(未显示同一用户的24个中间版本)
第1行: 第1行:
h2 {
/* 完成后移动至 [[XW:首页/样式.css]] 并修改对应调用 */
display: inline-block;

padding: 0;
}
.wiki-tools {
.wiki-tools {
display: none;
display: none;
第13行: 第15行:
text-align: center;
text-align: center;
position: relative;
position: relative;
padding: .5em;
padding: 1em;
background: #FDFCFA;
}
}
.main-page-hello {
.main-page-hello {
font-size: 28px;
font-size: 28px;
}
.main-page-header p {
margin: 0;
margin: 0;
}
}
.main-page-header img {
display: none;
left: 0;
bottom: 0;
position: absolute;
width: auto;
height: 100%;
}

.fanse {
filter: invert(1);
}

.main-page-frame {
margin-top: 9px;
border-radius: 8px;
padding: 16px 20px;
box-shadow: 0 2px 6px 0 rgba(37, 43, 58, .12);
}

.main-page-frame > h2 {
.main-page-frame > h2 {
padding: 0.2rem;
margin: 0;
letter-spacing: 4px; /* XXX: Chinese only */
font-size: 1.5rem;
font: 20px/2 "Noto Serif CJK SC", PMingLiU, MingLiU, STSong, STZhongsong, SimSun, 宋体, XEGOEPUAall, serif;
border-bottom: 2px solid #c30;
border-bottom: none; /* 暂留此句,因为 Common.css 里还在 */
}
}


@media screen and (min-width: 720px) {
@media screen and (min-width: 720px) {
.main-page-left {
.main-page-left {
width: 62%;
width: 66%;
float: left;
float: left;
}
}
.main-page-right {
.main-page-right {
width: 35%;
width: 33%;
float: right;
float: right;
}
}
.wiki-tools {
.wiki-tools, .main-page-header img {
display: block;
display: block;
}
}

2024年1月7日 (日) 16:59的最新版本

h2 {
	display: inline-block;
	padding: 0; 
}
.wiki-tools {
	display: none;
	position: absolute;
	right: 0;
	top: 1rem;
}
.wiki-tools a {
	margin-right: 1em;
}
.main-page-header {
	text-align: center;
	position: relative;
	padding: 1em;
	background: #FDFCFA;
}
.main-page-hello {
	font-size: 28px;
}
.main-page-header p {
	margin: 0;
}
.main-page-header img {
	display: none;
	left: 0;
	bottom: 0;
	position: absolute;
	width: auto;
	height: 100%;
}

.fanse {
	filter: invert(1);
}

.main-page-frame {
	margin-top: 9px;
	border-radius: 8px;
	padding: 16px 20px;
	box-shadow: 0 2px 6px 0 rgba(37, 43, 58, .12);
}

.main-page-frame > h2 {
	margin: 0;
	letter-spacing: 4px;			/* XXX: Chinese only */
	font: 20px/2 "Noto Serif CJK SC", PMingLiU, MingLiU, STSong, STZhongsong, SimSun, 宋体, XEGOEPUAall, serif;
	border-bottom: none;	/* 暂留此句,因为 Common.css 里还在 */
}

@media screen and (min-width: 720px) {
	.main-page-left {
		width: 66%;
		float: left;
	}
	.main-page-right {
		width: 33%;
		float: right;
	}
	.wiki-tools, .main-page-header img {
		display: block;
	}
}