Main Page: Difference between revisions

From yangwa
No edit summary
No edit summary
Line 4: Line 4:
<html>
<html>
   <style>
   <style>
     body {
     .floating-dna {
       background-color: #0d0d0d !important;
       font-size: 28px;
       color: #ffffff !important;
       color: #bbb;
       font-family: 'Segoe UI', sans-serif !important;
       position: absolute;
    }
      animation: floatDNA 6s ease-in-out infinite;
 
    /* 隐藏默认顶部/边栏(悬浮可见) */
    body.page-Main_Page #mw-head-base,
    body.page-Main_Page #p-personal,
    body.page-Main_Page #mw-panel,
    body.page-Main_Page #mw-page-base,
    body.page-Main_Page #mw-head {
      opacity: 0;
       pointer-events: none;
       pointer-events: none;
       transition: opacity 0.4s ease;
       z-index: 0;
    }
 
    body.page-Main_Page:hover #mw-head-base,
    body.page-Main_Page:hover #p-personal,
    body.page-Main_Page:hover #mw-panel,
    body.page-Main_Page:hover #mw-page-base,
    body.page-Main_Page:hover #mw-head {
      opacity: 1;
      pointer-events: auto;
     }
     }


Line 34: Line 17:
       50% { transform: translateY(-20px); opacity: 0.2; }
       50% { transform: translateY(-20px); opacity: 0.2; }
       100% { transform: translateY(0); opacity: 0.5; }
       100% { transform: translateY(0); opacity: 0.5; }
    }
    .floating-dna {
      font-size: 28px;
      color: #bbb !important;
      position: absolute;
      animation: floatDNA 6s ease-in-out infinite;
      pointer-events: none;
      z-index: 0;
     }
     }


Line 50: Line 24:


     .login-btn, .intro-btn {
     .login-btn, .intro-btn {
       background: none !important;
       background-color: #333;
       color: white !important;
       color: #fff;
       border: 2px solid white !important;
       border: none;
       padding: 12px 32px !important;
       padding: 12px 32px;
       border-radius: 8px;
       border-radius: 8px;
      font-size: 16px;
       text-decoration: none;
       text-decoration: none;
      font-size: 16px;
       transition: all 0.3s ease;
       transition: all 0.3s ease;
       display: inline-block;
       display: inline-block;
Line 62: Line 36:


     .login-btn:hover, .intro-btn:hover {
     .login-btn:hover, .intro-btn:hover {
       background-color: rgba(255, 255, 255, 0.15) !important;
       background-color: #444;
       transform: scale(1.05);
       transform: scale(1.05);
    }
    h1, p {
      color: white !important;
    }
    #p-logo, .mw-logo-wordmark, .firstHeading {
      display: none !important;
    }
    .footer {
      color: #aaa !important;
     }
     }
   </style>
   </style>


  <!-- 🧬 Floating DNA -->
   <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;">
  <!-- 🧪 Main Welcome Content -->
     <h1 style="font-size: 32px; margin-bottom: 16px; color: white;">
   <div style="display:flex; flex-direction:column; align-items:center; justify-content:center; height:90vh; text-align:center; z-index:1;">
     <h1 style="font-size: 32px; margin-bottom: 16px;">
       Welcome to the Lab of Synthetic Biopharmaceutics
       Welcome to the Lab of Synthetic Biopharmaceutics
     </h1>
     </h1>
Line 97: Line 61:
     </div>
     </div>


     <div style="margin-top: 60px; font-size: 12px; color: #888;">
     <div style="margin-top: 60px; font-size: 12px; color: #aaa;">
       © 2025 Yangwa Lab ·  
       © 2025 Yangwa Lab ·  
       <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>
Line 105: Line 69:


|
|
<!-- 👤 登录后显示 -->
== Welcome ==
== Welcome ==
You are now logged in. This is the main page content visible only to authenticated users.
You are now logged in. This is the main page content visible only to authenticated users.
}}
}}

Revision as of 01:16, 14 April 2025


🧬
🧬
🧬

Welcome to the Lab of Synthetic Biopharmaceutics

Please log in to access Labwiki content.

© 2025 Yangwa Lab · 蜀ICP备2025131392号