The editors' meeting has been canceled for technical reasons.

Template:DateTitleList/styles.css:修订间差异

来自NeuroWiki
跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
第2行: 第2行:
font-family: Arial, sans-serif;
font-family: Arial, sans-serif;
line-height: 1.6; /* 行高 */
line-height: 1.6; /* 行高 */
margin: 0;
margin: 11px 0 0 0;
}
}


第9行: 第9行:
align-items: baseline;
align-items: baseline;
gap:16px;
gap:16px;
margin-bottom:0;
margin-bottom: 1px;
padding: 2px 5px;
}
}



2025年1月23日 (四) 02:04的版本

.date-title-list {
	font-family: Arial, sans-serif;
	line-height: 1.6; /* 行高 */
	margin: 11px 0 0 0;
}

.date-title-list li {
	display: flex;
	align-items: baseline;
	gap:16px;
	margin-bottom: 1px;
	padding: 2px 5px;
}

.date-title-list li b{
	min-width:4.6em; /* 固定宽度,确保对齐 */
}

.date-title-list li .date {
	text-align: right; /* 日期右对齐 */
}

.date-title-list li .content {
	flex-grow: 1;
}
/* 表格页通用样式 */
.neuro{
	background:#e3c3ad;
}
.evil{
	background:#B30239;
	text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
}
.neuro-evil{
	background:#cb6273;
	text-shadow:-1px -1px 0 #e3c3ad,1px -1px 0 #e3c3ad,-1px 1px 0 #e3c3ad,1px 1px 0 #e3c3ad;
}
.neuro-vedal{
	background:#96ba8c;
	text-shadow:-1px -1px 0 #4ab06b,1px -1px 0 #4ab06b,-1px 1px 0 #4ab06b,1px 1px 0 #4ab06b;
}
.evil-vedal{
	background:#7e5952;
	text-shadow:-1px -1px 0 #4ab06b,1px -1px 0 #4ab06b,-1px 1px 0 #4ab06b,1px 1px 0 #4ab06b;
}
.vedal{
	background:#4ab06b;
}
.neuro-evil-vedal{
	background:#a07c70;
	color:#fff;
}