JClockH xc(讨论 | 贡献) 小无编辑摘要 |
JClockH xc(讨论 | 贡献) 小无编辑摘要 |
||
| (未显示同一用户的35个中间版本) | |||
| 第1行: | 第1行: | ||
/*地狱代码*/ | /*地狱代码*/ | ||
.title { | .title { | ||
font-size: | font-size: 17.5px; | ||
margin-top: 7em; | |||
margin- | margin-bottom: 1.25em; | ||
letter-spacing: 2.5px; | |||
text-align: center; | text-align: center; | ||
font-family: 'Minecraft AE' !important; | font-family: 'Minecraft AE' !important; | ||
color: var( --color- | font-weight: 600 !important; | ||
line-height: 1.25em !important; | |||
color: var( --color-base ); | |||
} | } | ||
.sub { | .sub { | ||
font-size: | font-size: 0.75em; | ||
margin-left: 17em; | margin-left: 17em; | ||
color: var( --color- | font-weight: 500 !important; | ||
color: var( --color-base ); | |||
} | } | ||
.subtitle { | .subtitle { | ||
width: 100%; | |||
font-size: | line-height: 1em !important; | ||
font-size: 20px; | |||
margin- | letter-spacing: 1.8px; | ||
margin-top: 2.9em; | |||
text-align: center; | text-align: center; | ||
background-color: #D3D3D3; | background-color: #D3D3D3; | ||
background-size: cover; | |||
background-attachment:fixed; | |||
color: var( --color-surface-2 ); | color: var( --color-surface-2 ); | ||
font-family: 'Minecraft AE' !important; | font-family: 'Minecraft AE' !important; | ||
display: none; | |||
} | } | ||
.header { | .header { | ||
position: relative; | position: relative; | ||
line-height: 0.875em; | |||
height: 280px; | |||
} | } | ||
/*.mainpage_background { | /*.mainpage_background { | ||
2023年10月6日 (五) 18:37的最新版本
/*地狱代码*/
.title {
font-size: 17.5px;
margin-top: 7em;
margin-bottom: 1.25em;
letter-spacing: 2.5px;
text-align: center;
font-family: 'Minecraft AE' !important;
font-weight: 600 !important;
line-height: 1.25em !important;
color: var( --color-base );
}
.sub {
font-size: 0.75em;
margin-left: 17em;
font-weight: 500 !important;
color: var( --color-base );
}
.subtitle {
width: 100%;
line-height: 1em !important;
font-size: 20px;
letter-spacing: 1.8px;
margin-top: 2.9em;
text-align: center;
background-color: #D3D3D3;
background-size: cover;
background-attachment:fixed;
color: var( --color-surface-2 );
font-family: 'Minecraft AE' !important;
display: none;
}
.header {
position: relative;
line-height: 0.875em;
height: 280px;
}
/*.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: "";
} */