模板:TopNav

来自Mindustry中文wiki
   MINDUSTRY
     <a href="https://mdtwiki.top/index.php?title=%E9%A6%96%E9%A1%B5" style="color: #ddd; text-decoration: none; font-size: 14px;">首页</a>
     <a href="https://mdtwiki.top/index.php?title=WIKI" style="color: #ddd; text-decoration: none; font-size: 14px;">WIKI</a>
     <a href="https://mdtwiki.top/index.php?title=MOD" style="color: #ddd; text-decoration: none; font-size: 14px;">MOD</a>
     <a href="https://mdtwiki.top/index.php?title=%E6%9C%8D%E5%8A%A1%E5%99%A8" style="color: #ddd; text-decoration: none; font-size: 14px;">服务器</a>
     <a href="https://mdtwiki.top/index.php?title=%E5%85%B3%E4%BA%8E" style="color: #ddd; text-decoration: none; font-size: 14px;">关于</a>
   <form action="https://mdtwiki.top/index.php?title=%E7%89%B9%E6%AE%8A:Search" method="get" style="margin: 0;">
     <input type="text" name="search" placeholder="搜索(回车)" style="
       padding: 5px 10px;
       border-radius: 4px;
       border: none;
       outline: none;
       font-size: 12px;
       width: 120px;
     ">
   </form>
     
       
     
     绿豆

<style>

 @media (max-width: 768px) {
   .custom-navbar {
     flex-wrap: wrap; /* 小屏幕自动换行 */
     gap: 10px;
     padding: 10px;
   }
   .custom-navbar input {
     width: 80px; /* 搜索框缩小 */
   }
 }

</style>