diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-09-30 23:52:15 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-09-30 23:52:15 -0400 |
commit | bfe9245f7df0311adcb730815a7264f7ba8ef723 (patch) | |
tree | 2383192804a4b4e9914502399572e8e2048afbed /ballance/levels | |
parent | 2e8624d9bfc1ff401a0e8d08658208ab6b897d28 (diff) | |
download | web-bfe9245f7df0311adcb730815a7264f7ba8ef723.tar.xz |
Updates to ballance level page styling.
Diffstat (limited to 'ballance/levels')
-rw-r--r-- | ballance/levels/lucid/index.html | 7 | ||||
-rw-r--r-- | ballance/levels/lucid/index_zh.html | 3 |
2 files changed, 6 insertions, 4 deletions
diff --git a/ballance/levels/lucid/index.html b/ballance/levels/lucid/index.html index 7e1678a..409c262 100644 --- a/ballance/levels/lucid/index.html +++ b/ballance/levels/lucid/index.html @@ -4,7 +4,6 @@ <meta name="viewport" content="width=device-width"> <meta name="theme-color" content="#000000"> <title>Chrisoft::Ballance | Back and Forth - A Lucid Dream | 彷徨梦</title> -<link rel="icon" href="/favicon.png"> <link rel="stylesheet" type="text/css" href="/common.css"> <link rel="stylesheet" type="text/css" href="/theme0a.css" id="theme0a"> <link rel="stylesheet" type="text/css" href="/theme0b.css" id="theme0b"> @@ -17,6 +16,10 @@ <script type="text/javascript" src="/themer.js"></script> <style> h1, h2 {font-weight: normal;} +@media (min-width:1000px) +{ +body { max-width: 960px; margin: 0 auto; } +} </style> </head> <body onload="loadTheme();" class="TText"> @@ -107,7 +110,7 @@ If you encountered weird bugs (disappearing transformers, overlapping transforme </ol> <h3>Download</h3> <p> -Click <a href="//filestorage.chrisoft.org/ballance/levels/Level_lucid.CMO">here</a>. Or <a href="https://ballance.jxpxxzj.cn/wiki/%E6%96%87%E4%BB%B6:Level_lucid.NMO">download</a> from Ballance Wiki. +Click <a href="//filestorage.chrisoft.org/ballance/levels/Level_Lucid.NMO">here</a>. Or <a href="https://ballance.jxpxxzj.cn/wiki/%E6%96%87%E4%BB%B6:Level_lucid.NMO">download</a> from Ballance Wiki. </p> <p> <a href="https://ballance.jxpxxzj.cn/wiki/Q%26A#How_to_install_custom_map">How to install.</a> diff --git a/ballance/levels/lucid/index_zh.html b/ballance/levels/lucid/index_zh.html index b386e6c..0557e2e 100644 --- a/ballance/levels/lucid/index_zh.html +++ b/ballance/levels/lucid/index_zh.html @@ -4,7 +4,6 @@ <meta name="viewport" content="width=device-width"> <meta name="theme-color" content="#000000"> <title>Chrisoft::Ballance | Back and Forth - A Lucid Dream | 彷徨梦</title> -<link rel="icon" href="/favicon.png"> <link rel="stylesheet" type="text/css" href="/common.css"> <link rel="stylesheet" type="text/css" href="/theme0a.css" id="theme0a"> <link rel="stylesheet" type="text/css" href="/theme0b.css" id="theme0b"> @@ -122,7 +121,7 @@ h1, h2 {font-weight: normal;} </p> <h3>下载</h3> <p> -按<a href="//filestorage.chrisoft.org/ballance/levels/Level_lucid.CMO">此链接</a>从本站下载。或按<a href="https://ballance.jxpxxzj.cn/wiki/%E6%96%87%E4%BB%B6:Level_lucid.NMO">此链接</a>从Ballance Wiki下载。 +按<a href="//filestorage.chrisoft.org/ballance/levels/Level_Lucid.NMO">此链接</a>从本站下载。或按<a href="https://ballance.jxpxxzj.cn/wiki/%E6%96%87%E4%BB%B6:Level_lucid.NMO">此链接</a>从Ballance Wiki下载。 </p> <p> <a href="https://ballance.jxpxxzj.cn/wiki/Q%26A/zh#.E6.80.8E.E4.B9.88.E5.AE.89.E8.A3.85.E8.87.AA.E5.88.B6.E5.9C.B0.E5.9B.BE.EF.BC.9F">如何安装关卡</a> |