JClockH xc(讨论 | 贡献) 小无编辑摘要 标签:手工回退  | 
				JClockH xc(讨论 | 贡献)  小无编辑摘要  | 
				||
| 第4行: | 第4行: | ||
	margin-top: 5em;  | 	margin-top: 5em;  | ||
	margin-bottom: 2.2em;  | 	margin-bottom: 2.2em;  | ||
	letter-spacing: 1.75em;  | |||
	text-align: center;  | 	text-align: center;  | ||
	font-family: 'Minecraft AE' !important;  | 	font-family: 'Minecraft AE' !important;  | ||
	color: #  | 	color: #010101;  | ||
}  | }  | ||
.sub {  | .sub {  | ||
	font-size: 0.75em;  | 	font-size: 0.75em;  | ||
	margin-left: 17em;  | 	margin-left: 17em;  | ||
	color: #  | 	color: #010101;  | ||
}  | }  | ||
.subtitle {  | .subtitle {  | ||
	width: 100%;  | 	width: 100%;  | ||
	font-size: 20px;  | 	font-size: 20px;  | ||
	letter-spacing: 1.25em;  | |||
	margin-top:   | 	margin-top: 2.9em;  | ||
	text-align: center;  | 	text-align: center;  | ||
	background-color: #D3D3D3;    | 	background-color: #D3D3D3;    | ||
| 第25行: | 第26行: | ||
.header {  | .header {  | ||
	position: relative;  | 	position: relative;  | ||
	line-height: 1.25em;  | |||
}  | }  | ||
/*.mainpage_background {  | /*.mainpage_background {  | ||
2023年8月15日 (二) 02:11的版本
/*地狱代码*/
.title {
	font-size: 17.5px;
	margin-top: 5em;
	margin-bottom: 2.2em;
	letter-spacing: 1.75em;
	text-align: center;
	font-family: 'Minecraft AE' !important;
	color: #010101;
}
.sub {
	font-size: 0.75em;
	margin-left: 17em;
	color: #010101;
}
.subtitle {
	width: 100%;
	font-size: 20px;
	letter-spacing: 1.25em;
	margin-top: 2.9em;
	text-align: center;
	background-color: #D3D3D3; 
	color: var( --color-surface-2 );
	font-family: 'Minecraft AE' !important;
}
.header {
	position: relative;
	line-height: 1.25em;
}
/*.mainpage_background {
    background: url(2400px-Main_Page.png) no-repeat fixed linear-gradient(to top,#fff,transparent);
	position: relative;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: top center;
}
.mainpage_background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.mainpage_background:after {
	position: absolute;
	pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
} */