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>
     /* 🧱 全局统一背景色为纯白 */
     /* === 🧱 全局背景 & 去灰 === */
     html, body,
     html, body,
     .mw-page-container,
     .mw-page-container,
     .mw-body,
     .mw-page-container-inner,
    .mw-content-container,
     .vector-body,
     .vector-body,
     .vector-page,
     .vector-page,
    .mw-content-container,
    .mw-body,
     #content {
     #content {
       background-color: #ffffff !important;
       background-color: #ffffff !important;
Line 18: Line 20:
     }
     }


     /* 🧹 完全清除侧边栏占位 */
     /* 🧹 移除侧边栏影响 */
     body.skin-vector-2022.page-Main_Page #mw-panel,
     body.skin-vector-2022.page-Main_Page #mw-panel,
     body.skin-vector-2022.page-Main_Page #mw-sidebar {
     body.skin-vector-2022.page-Main_Page #mw-sidebar {
       display: none !important;
       display: none !important;
       width: 0 !important;
       width: 0 !important;
      padding: 0 !important;
      margin: 0 !important;
     }
     }


     /* 🎯 居中内容容器(相对于整个视窗) */
     /* 🎯 中心内容盒子:真正居中 */
     .homepage-wrapper {
     .homepage-wrapper {
       position: fixed;
       position: fixed;
Line 46: Line 46:
     .homepage-wrapper p {
     .homepage-wrapper p {
       font-size: 16px;
       font-size: 16px;
       margin-bottom: 24px;
       margin-bottom: 20px;
     }
     }


Line 60: Line 60:
     }
     }


     /* 🧬 浮动 DNA 动画 */
     /* 🧬 DNA 图标浮动动画 */
     @keyframes floatDNA {
     @keyframes floatDNA {
       0%  { transform: translateY(0px); opacity: 0.5; }
       0%  { transform: translateY(0px); opacity: 0.5; }
Line 75: Line 75:
     }
     }


     .dna1 { top: 15%; left: 12%; animation-delay: 0s; }
     .dna1 { top: 15%; left: 10%; animation-delay: 0s; }
     .dna2 { top: 35%; left: 82%; animation-delay: 1.5s; }
     .dna2 { top: 35%; left: 85%; animation-delay: 1.5s; }
     .dna3 { top: 75%; left: 50%; animation-delay: 3s; }
     .dna3 { top: 75%; left: 50%; animation-delay: 3s; }


     /* 📎 固定备案信息在底部 */
     /* 📎 自定义备案信息固定底部 */
     .footer {
     .custom-footer {
       position: fixed;
       position: fixed;
       bottom: 12px;
       bottom: 12px;
      left: 0;
       width: 100%;
       width: 100%;
       text-align: center;
       text-align: center;
Line 90: Line 91:
     }
     }


     .footer a {
     .custom-footer a {
       color: #888;
       color: #888;
       text-decoration: none;
       text-decoration: none;
Line 96: Line 97:
   </style>
   </style>


   <!-- 🧬 DNA 动图 -->
   <!-- 🧬 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 class="homepage-wrapper">
   <div class="homepage-wrapper">
     <h1>Welcome to the Lab of Synthetic BioPharmaceutics</h1>
     <h1>Welcome to the Lab of Synthetic BioPharmaceutics</h1>
Line 111: Line 112:
   </div>
   </div>


   <!-- 📎 备案信息 -->
   <!-- 📎 固定备案 -->
   <div class="footer">
   <div class="custom-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">蜀ICP备2025131392号</a>
Line 119: Line 120:


|
|
<!-- 登录后视图 -->
== 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 02:33, 14 April 2025


🧬
🧬
🧬

Welcome to the Lab of Synthetic BioPharmaceutics

Please log in to access Labwiki content.