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.skin-vector-2022.page-Main_Page,
     body {
    body.skin-vector-2022.page-Main_Page .mw-body,
    body.skin-vector-2022.page-Main_Page .mw-footer,
    body.skin-vector-2022.page-Main_Page .vector-body,
    body.skin-vector-2022.page-Main_Page .vector-page,
    body.skin-vector-2022.page-Main_Page #mw-content,
    body.skin-vector-2022.page-Main_Page #content {
       background-color: #ffffff !important;
       background-color: #ffffff !important;
       color: #000000 !important;
       color: #000000 !important;
      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 .vector-header-container,
     body.page-Main_Page #mw-head,
     body.page-Main_Page .firstHeading,
    body.page-Main_Page #mw-panel,
     body.page-Main_Page .mw-logo-wordmark {
     body.page-Main_Page .mw-logo-wordmark,
    body.page-Main_Page .firstHeading {
       display: none !important;
       display: none !important;
     }
     }


    /* 主容器 */
     .homepage-container {
     .homepage-container {
       max-width: 1000px;
       max-width: 1000px;
Line 29: Line 29:
       padding: 80px 20px;
       padding: 80px 20px;
       text-align: center;
       text-align: center;
       font-family: 'Segoe UI', sans-serif;
       position: relative;
      z-index: 1;
     }
     }


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


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


     .footer a {
     /* DNA 浮动动画 */
      color: #888;
      text-decoration: none;
    }
 
     .floating-dna {
     .floating-dna {
       font-size: 28px;
       font-size: 28px;
Line 96: Line 94:
   </style>
   </style>


  <!-- 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 class="homepage-container">
   <div class="homepage-container">
     <h1>Welcome to the Lab of Synthetic Biopharmaceutics</h1>
     <h1>Welcome to the Lab of Synthetic BioPharmaceutics</h1>
     <p>Please log in to access Labwiki content.</p>
     <p>Please log in to access Labwiki content.</p>
     <div class="button-group">
     <div class="button-group">
Line 111: Line 107:
     <div class="footer">
     <div class="footer">
       © 2025 Yangwa Lab ·  
       © 2025 Yangwa Lab ·  
       <a href="https://beian.miit.gov.cn" target="_blank">蜀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 117: Line 113:


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

Revision as of 01:44, 14 April 2025


🧬
🧬
🧬

Welcome to the Lab of Synthetic BioPharmaceutics

Please log in to access Labwiki content.