mirror of
https://bgithub.xyz/mtrlps-community/lps-community-guide.git
synced 2026-02-04 18:24:41 +08:00
111 lines
3.2 KiB
Markdown
111 lines
3.2 KiB
Markdown
---
|
||
title: MTR 齐齐玩服务器非官方指南
|
||
description: 在此获取由社区整理的齐齐玩服务器资源
|
||
hide_docs_list: true
|
||
hide:
|
||
- navigation
|
||
- toc
|
||
---
|
||
|
||
<div class="headerBackground">
|
||
<div class="image"></div>
|
||
<h1>MTR Let's Play齐齐玩服务器非官方指南</h1>
|
||
<p>在此获取由社区整理的齐齐玩服务器资源</p>
|
||
</div>
|
||
|
||
<center>
|
||
<h2>资源分类</h2>
|
||
<div class="productsTable">
|
||
<a class="product" href="/tutorial">
|
||
<img src="/assets/official-icon.png" alt="official info" />
|
||
<h3>进服教程与官方资源</h3>
|
||
</a>
|
||
<a class="product" href="/community/downloads">
|
||
<img src="/assets/community-icon.png" alt="community info" />
|
||
<h3>社区资源</h3>
|
||
</a>
|
||
<a class="product" href="/about">
|
||
<img src="/assets/about-page-icon.png" alt="about us" />
|
||
<h3>关于本站</h3>
|
||
</a>
|
||
</div>
|
||
<h2>关于</h2>
|
||
<p>本站为由齐齐玩服务器社区团队维护的非官方指南站点,致力于为国内玩家提供更加流畅的游玩体验。</p>
|
||
<p>你可以前往<a href="https://github.com/mtrlps-community">GitHub</a>了解我们的组织。</p>
|
||
<h2>参与编辑本 Wiki</h2>
|
||
<p>本站由<a href="https://github.com/mtrlps-community">MTR Let’s Play 齐齐玩服务器玩家社区</a>成员和社区贡献者共同编辑。您可以在<a href="https://github.com/mtrlps-community/lps-community-guide">GitHub</a>上参与贡献此文档。</p>
|
||
</center>
|
||
|
||
<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/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>
|