Main Page: Difference between revisions

From yangwa
No edit summary
No edit summary
Line 2: Line 2:


{{#if:{{#ifeq:{{USERID}}|0|0|1}}|
{{#if:{{#ifeq:{{USERID}}|0|0|1}}|
<!-- 🌐 未登录首页视图 -->
<!-- 🌑 未登录视图 -->
<html>
<html>
   <style>
   <style>
     body {
     body {
       background-color: #ffffff !important;
       background-color: #ffffff;
       color: #000000 !important;
       color: #000000;
       font-family: 'Segoe UI', sans-serif;
       font-family: 'Segoe UI', sans-serif;
      margin: 0;
      padding: 0;
     }
     }


    /* 隐藏顶部工具栏、LOGO、标题 */
    body.page-Main_Page #mw-head,
    body.page-Main_Page #p-logo,
    body.page-Main_Page #p-personal,
    body.page-Main_Page .vector-header-container,
    body.page-Main_Page .firstHeading,
    body.page-Main_Page .mw-logo-wordmark {
      display: none !important;
    }
    /* 主容器 */
     .homepage-container {
     .homepage-container {
       max-width: 1000px;
       max-width: 1000px;
Line 29: Line 16:
       padding: 80px 20px;
       padding: 80px 20px;
       text-align: center;
       text-align: center;
      position: relative;
      z-index: 1;
     }
     }


     h1 {
     h1 {
       font-size: 34px;
       font-size: 32px;
      font-weight: 600;
       margin-bottom: 16px;
       margin-bottom: 10px;
       color: #000000;
       color: #000;
     }
     }


     p {
     p {
       font-size: 16px;
       font-size: 16px;
       color: #333;
       color: #000000;
       margin-bottom: 40px;
       margin-bottom: 40px;
     }
     }
Line 57: Line 41:
       background-color: #333;
       background-color: #333;
       color: white;
       color: white;
       padding: 12px 28px;
       padding: 12px 24px;
       border-radius: 8px;
       border-radius: 8px;
       text-decoration: none;
       text-decoration: none;
Line 74: Line 58:
     }
     }


    /* DNA 浮动动画 */
     .floating-dna {
     .floating-dna {
       font-size: 28px;
       font-size: 28px;
Line 94: Line 77:
   </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>
Line 106: Line 90:
     </div>
     </div>
     <div class="footer">
     <div class="footer">
       © 2025 Yangwa Lab ·  
       © 2025 Yangwa Lab · <a href="https://beian.miit.gov.cn" target="_blank" style="color: #888; 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>
Line 113: Line 96:


|
|
<!-- 👤 登录后显示内容 -->
<!-- 👤 登录后视图 -->
== 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:49, 14 April 2025


🧬
🧬
🧬

Welcome to the Lab of Synthetic BioPharmaceutics

Please log in to access Labwiki content.