title, description, hide_docs_list, hide
| title |
description |
hide_docs_list |
hide |
| MTR 齐齐玩服务器非官方指南 |
在此获取由社区整理的齐齐玩服务器资源 |
true |
|
MTR 齐齐玩服务器非官方指南
在此获取由社区整理的齐齐玩服务器资源
资源分类
关于
本站为由齐齐玩服务器社区团队维护的非官方指南站点,致力于为国内玩家提供更加流畅的游玩体验。
你可以前往GitHub了解我们的组织。
参与编辑本 Wiki
本站由MTR Let’s Play 齐齐玩服务器玩家社区成员和社区贡献者共同编辑。您可以在GitHub上参与贡献此文档。
<style>
:root {
text-autospace: normal;
}
code, pre {
text-autospace: no-autospace;
}
.headerBackground {
position: relative;
width: 120%;
height: 300px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: -50px -10% 20px -10%;
}
.headerBackground .image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--md-default-bg-color);
background-image: url(./assets/img/index-thumbnail.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: -1;
}
body[data-md-color-media="(prefers-color-scheme: dark)"] .headerBackground .image {
filter: brightness(0.7);
}
.headerBackground h1,
.headerBackground p {
position: relative;
z-index: 1;
text-align: center;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
font-weight: bold !important;
color: #fff !important;
}
.productsTable {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.product {
width: 200px;
display: flex;
flex-direction: column;
align-items: center;
padding: 1rem;
border-radius: 0.2rem;
color: var(--md-default-fg-color) !important;
}
.product:hover,
.product:focus-visible {
background-color: var(--md-default-fg-color--lightest);
}
.product img {
width: 64px;
height: 64px;
border-radius: 8px;
}
.product h3 {
margin-top: 1rem;
margin-bottom: 0;
}
</style>