Main Page: Difference between revisions

From yangwa
No edit summary
No edit summary
Line 5: Line 5:
<html>
<html>
   <style>
   <style>
    /* 🌌 极暗背景 + 白字 */
     body {
     body {
       background-color: #0d0d0d;
       background-color: #0d0d0d;
Line 12: Line 11:
     }
     }


    /* 📦 顶部栏默认隐藏,鼠标悬停再显示 */
     body.page-Main_Page #mw-head-base,
     body.page-Main_Page #mw-head-base,
     body.page-Main_Page #p-personal,
     body.page-Main_Page #p-personal,
Line 32: Line 30:
     }
     }


    /* 🔬 浮动 DNA 动画 */
     @keyframes floatDNA {
     @keyframes floatDNA {
       0% { transform: translateY(0); opacity: 0.5; }
       0% { transform: translateY(0); opacity: 0.5; }
Line 52: Line 49:
     .dna3 { top: 60%; left: 50%; animation-delay: 3s; }
     .dna3 { top: 60%; left: 50%; animation-delay: 3s; }


    /* 🔘 按钮样式(透明边框) */
     .login-btn, .intro-btn {
     .login-btn, .intro-btn {
       background: none;
       background: none;
Line 69: Line 65:
     }
     }


    /* 🧼 隐藏 logo */
     #p-logo, .mw-logo-wordmark, .firstHeading {
     #p-logo, .mw-logo-wordmark, .firstHeading {
       display: none !important;
       display: none !important;
     }
     }


    /* 🔒 页脚备案字体调浅 */
     .footer {
     .footer {
       color: #aaa;
       color: #aaa;
Line 80: Line 74:
   </style>
   </style>


  <!-- 🧬 DNA Icons -->
   <div class="floating-dna dna1">🧬</div>
   <div class="floating-dna dna1">🧬</div>
   <div class="floating-dna dna2">🧬</div>
   <div class="floating-dna dna2">🧬</div>
   <div class="floating-dna dna3">🧬</div>
   <div class="floating-dna dna3">🧬</div>


  <!-- 🎯 欢迎内容 -->
   <div style="display:flex; flex-direction:column; align-items:center; justify-content:center; height:90vh; text-align:center; padding: 20px; position:relative; z-index:2;">
   <div style="display:flex; flex-direction:column; align-items:center; justify-content:center; height:90vh; text-align:center; padding: 20px; position:relative; z-index:2;">
 
     <h1 style="font-size: 32px; margin-bottom: 16px; color: white;">
     <h1 style="font-size: 32px; margin-bottom: 16px; color: black;">
       Welcome to the Lab of Synthetic Biopharmaceutics
       Welcome to the Lab of Synthetic Biopharmaceutics
     </h1>
     </h1>
Line 96: Line 87:
     </p>
     </p>


    <!-- 🔘 按钮组 -->
     <div style="display: flex; gap: 20px; justify-content: center; flex-wrap: wrap;">
     <div style="display: flex; gap: 20px; justify-content: center; flex-wrap: wrap;">
       <a href="/index.php?title=Special:UserLogin&returnto=Project:Dashboard" class="login-btn">Log in</a>
       <a href="/index.php?title=Special:UserLogin&returnto=Project:Dashboard" class="login-btn">Log in</a>
Line 106: Line 96:
       <a href="https://beian.miit.gov.cn" target="_blank" style="color: #999; text-decoration: none;">蜀ICP备2025131392号</a>
       <a href="https://beian.miit.gov.cn" target="_blank" style="color: #999; text-decoration: none;">蜀ICP备2025131392号</a>
     </div>
     </div>
   </div>
   </div>
</html>
</html>

Revision as of 01:07, 14 April 2025


🧬
🧬
🧬

Welcome to the Lab of Synthetic Biopharmaceutics

Please log in to access Labwiki content.

© 2025 Yangwa Lab · 蜀ICP备2025131392号