mirror of
https://bgithub.xyz/mtrlps-community/lps-community-guide.git
synced 2026-02-04 18:24:41 +08:00
112 lines
2.9 KiB
Markdown
112 lines
2.9 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="/">
|
|
<img src="/assets/official-icon.png" alt="official info" />
|
|
<h3>进服指南与官方资源</h3>
|
|
</a>
|
|
<a class="product" href="/">
|
|
<img src="/assets/community-icon.png" alt="community info" />
|
|
<h3>社区资源</h3>
|
|
</a>
|
|
<a class="product" href="/">
|
|
<img src="/assets/about-page-icon.png" alt="about us" />
|
|
<h3>关于本站</h3>
|
|
</a>
|
|
</div>
|
|
</center>
|
|
|
|
## 关于
|
|
|
|
本站为由齐齐玩服务器社区团队维护的非官方指南站点,致力于为国内玩家提供更加流畅的游玩体验。
|
|
|
|
你可以前往[GitHub](https://github.com/mtrlps-community)了解我们的组织。
|
|
|
|
<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.png);
|
|
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>
|