Main Page: Difference between revisions

From yangwa
No edit summary
No edit summary
 
(28 intermediate revisions by 5 users not shown)
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 {
     html, body,
    .mw-page-container,
    .mw-page-container-inner,
    .vector-body,
    .vector-page,
    .mw-content-container,
    .mw-body,
    #content,
    .vector-header {
       background-color: #ffffff !important;
       background-color: #ffffff !important;
       color: #000000 !important;
       color: #000000 !important;
      margin: 0;
      padding: 0;
      box-shadow: none !important;
     }
     }


     /* 隐藏侧边栏 */
     /* 🧹 移除顶部和边栏元素 */
     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,
    body.page-Main_Page .vector-header-container,
    body.page-Main_Page .vector-page-toolbar-container,
    body.page-Main_Page .firstHeading,
    body.page-Main_Page #p-logo,
    body.page-Main_Page .mw-indicators,
    .printfooter,
    .mw-footer,
    #toc {
       display: none !important;
       display: none !important;
     }
     }


     /* 修复底部 footer 背景 */
     /* 🎯 居中内容区域 */
     body.skin-vector-2022.page-Main_Page .mw-footer {
     .homepage-wrapper {
       background-color: #ffffff !important;
       position: fixed;
    }
       top: 50%;
 
       left: 50%;
    .homepage-container {
       transform: translate(-50%, -50%);
       max-width: 1000px;
       margin: 0 auto;
       padding: 80px 20px;
       text-align: center;
       text-align: center;
       font-family: 'Segoe UI', sans-serif;
       font-family: 'Segoe UI', sans-serif;
      z-index: 20;
      max-width: 960px;
     }
     }


     h1 {
     .homepage-wrapper h1 {
       font-size: 32px;
       font-size: 32px;
      font-weight: bold;
       margin-bottom: 16px;
       margin-bottom: 16px;
      color: #000000;
     }
     }


     p {
     .homepage-wrapper p {
       font-size: 16px;
       font-size: 16px;
      color: #555;
       margin-bottom: 20px;
       margin-bottom: 40px;
     }
     }


     .button-group {
     .homepage-links a {
       display: flex;
       font-size: 16px;
      justify-content: center;
       color: #007BFF !important;
      gap: 20px;
      flex-wrap: wrap;
       margin-bottom: 40px;
    }
 
    .login-btn, .intro-btn {
      background-color: #333;
      color: white;
      padding: 12px 24px;
      border-radius: 8px;
       text-decoration: none;
       text-decoration: none;
       font-size: 16px;
       margin: 0 16px;
      transition: all 0.3s ease;
     }
     }


     .login-btn:hover, .intro-btn:hover {
     .homepage-links a:hover {
       background-color: #555;
       text-decoration: underline;
     }
     }


     .footer {
     /* 🧬 DNA 图标动画,全屏漂浮 */
       font-size: 12px;
    @keyframes floatDNA {
       color: #888;
       0%  { transform: translateY(0px); opacity: 0.5; }
       margin-top: 60px;
       50%  { transform: translateY(-40px); opacity: 0.2; }
       100% { transform: translateY(0px); opacity: 0.5; }
     }
     }


     .floating-dna {
     .floating-dna {
      position: fixed;
       font-size: 28px;
       font-size: 28px;
       position: absolute;
       pointer-events: none;
      z-index: 5;
       animation: floatDNA 6s ease-in-out infinite;
       animation: floatDNA 6s ease-in-out infinite;
       opacity: 0.3;
       color: #aaa;
       pointer-events: none;
       mix-blend-mode: multiply;
     }
     }


     .dna1 { top: 20%; left: 10%; }
     .dna1 { top: 20%; left: 12%; animation-delay: 0s; }
     .dna2 { top: 40%; left: 85%; }
     .dna2 { top: 50%; left: 80%; animation-delay: 2s; }
     .dna3 { top: 70%; left: 50%; }
     .dna3 { top: 75%; left: 45%; animation-delay: 4s; }
    .dna4 { top: 35%; left: 60%; animation-delay: 1s; }
    .dna5 { top: 60%; left: 25%; animation-delay: 3s; }


     @keyframes floatDNA {
     /* 📌 页脚信息固定底部 */
       0% { transform: translateY(0); }
    .custom-footer {
       50% { transform: translateY(-20px); }
       position: fixed;
       100% { transform: translateY(0); }
      bottom: 8px;
      left: 0;
      width: 100%;
      text-align: center;
      font-size: 12px;
      color: #888;
      z-index: 15;
       background: #fff;
      padding-bottom: 8px;
    }
 
    .custom-footer a {
      color: #888;
       text-decoration: none;
     }
     }
   </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 class="floating-dna dna4">🧬</div>
  <div class="floating-dna dna5">🧬</div>
  <!-- 🎯 主内容 -->
  <div class="homepage-wrapper">
    <h1>Welcome to SynBio Pharmaceutical Lab</h1>
    <p style="font-size: 18px; color: #333; margin-bottom: 24px;">
      We engineer programmable therapeutic systems at the intersection of synthetic biology and nucleic acid nanotechnology.
    </p>
    <p style="font-size: 15px; color: #555;">
      合成生物药物实验室专注于可编程治疗策略的构建,融合 DNA/RNA origami、基因电路与药物递送系统,推动精准药物与未来药剂学的发展。
    </p>
    <div class="homepage-links">
      <a href="/index.php?title=Special:UserLogin&returnto=Project:Dashboard" >Log in 成员登录</a>
      <a href="/index.php?title=Group_Introduction" >Group Introduction 实验室介绍</a>
    </div>
  </div>


   <div class="homepage-container">
  <!-- 📌 固定页脚信息 -->
    <h1>Welcome to the Lab of Synthetic Biopharmaceutics</h1>
   <div class="custom-footer">
    <p>Please log in to access Labwiki content.</p>
     <div style="margin-bottom: 4px;">
     <div class="button-group">
       <a href="https://beian.miit.gov.cn" target="_blank">蜀ICP备2025131392号</a>
       <a href="/index.php?title=Special:UserLogin&returnto=Project:Dashboard" class="login-btn">Log in</a>
      <a href="/index.php?title=Project:GroupIntro" class="intro-btn">Group Introduction</a>
     </div>
     </div>
     <div class="footer">
     <div style="margin-bottom: 4px;">
       © 2025 Yangwa Lab ·
       This page was last edited on 14 April 2025, at 02:35.
       <a href="https://beian.miit.gov.cn" target="_blank" style="color: #999; text-decoration: none;">蜀ICP备2025131392号</a>
    </div>
    <div>
       <a href="/index.php?title=Privacy_policy">Privacy policy</a>
      &nbsp; <a href="/index.php?title=About_yangwa">About yangwa</a>
      &nbsp; <a href="/index.php?title=Disclaimers">Disclaimers</a>
      &nbsp; Powered by MediaWiki
     </div>
     </div>
   </div>
   </div>
Line 108: Line 154:


|
|
<!-- 👤 登录后视图 -->
<!-- 登录后视图 -->
== Welcome ==
<html>
You are now logged in. This is the main page content visible only to authenticated users.
  <style>
    .mw-content-container, .mw-body, #content, .firstHeading, #toc {
      display: none !important;
    }
  </style>
</html>
}}
}}

Latest revision as of 13:15, 30 April 2025


🧬
🧬
🧬
🧬
🧬

Welcome to SynBio Pharmaceutical Lab

We engineer programmable therapeutic systems at the intersection of synthetic biology and nucleic acid nanotechnology.

合成生物药物实验室专注于可编程治疗策略的构建,融合 DNA/RNA origami、基因电路与药物递送系统,推动精准药物与未来药剂学的发展。