Main Page: Difference between revisions

From yangwa
No edit summary
No edit summary
Line 1: Line 1:
<style>
  /* 顶部工具栏淡化(仅未登录) */
  #mw-head-base, #mw-head, #mw-panel, #p-personal, #mw-page-base {
    opacity: 0.08;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  body:hover #mw-head-base,
  body:hover #mw-head,
  body:hover #mw-panel,
  body:hover #p-personal {
    opacity: 0.3;
    pointer-events: auto;
  }
  /* 完全隐藏 Wiki logo 图标区域 */
  #p-logo {
    display: none !important;
  }
</style>
<noinclude>{{DISPLAYTITLE:Welcome}}</noinclude>
<noinclude>{{DISPLAYTITLE:Welcome}}</noinclude>
{{#if:{{#ifeq:{{USERID}}|0|0|1}}|
{{#if:{{#ifeq:{{USERID}}|0|0|1}}|
Line 26: Line 4:


   <style>
   <style>
    /* 顶部工具栏淡化(仅未登录) */
    #mw-head-base, #mw-head, #mw-panel, #p-personal, #mw-page-base {
      opacity: 0.08;
      pointer-events: none;
      transition: opacity 0.3s ease;
    }
    body:hover #mw-head-base,
    body:hover #mw-head,
    body:hover #mw-panel,
    body:hover #p-personal {
      opacity: 0.3;
      pointer-events: auto;
    }
    /* 隐藏 wiki logo 图标区域 */
    #p-logo {
      display: none !important;
    }
    /* 🧬 DNA 漂浮动画样式 */
     @keyframes floatDNA {
     @keyframes floatDNA {
       0%  { transform: translateY(0px); opacity: 0.7; }
       0%  { transform: translateY(0px); opacity: 0.6; }
       50%  { transform: translateY(-20px); opacity: 0.4; }
       50%  { transform: translateY(-20px); opacity: 0.3; }
       100% { transform: translateY(0px); opacity: 0.7; }
       100% { transform: translateY(0px); opacity: 0.6; }
     }
     }
     .floating-dna {
     .floating-dna {
       position: absolute;
       position: absolute;
       font-size: 32px;
       font-size: 32px;
       opacity: 0.6;
       opacity: 0.5;
       animation: floatDNA 6s ease-in-out infinite;
       animation: floatDNA 6s ease-in-out infinite;
       pointer-events: none;
       pointer-events: none;
     }
     }
     .dna1 { top: 10%; left: 10%; animation-delay: 0s; }
 
     .dna2 { top: 25%; left: 80%; animation-delay: 2s; }
     .dna1 { top: 12%; left: 10%; animation-delay: 0s; }
     .dna3 { top: 60%; left: 50%; animation-delay: 4s; }
     .dna2 { top: 30%; left: 80%; animation-delay: 1.5s; }
     .dna3 { top: 65%; left: 45%; animation-delay: 3s; }
   </style>
   </style>


   <!-- 漂浮 DNA 背景图标 -->
   <!-- 🧬 三个 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; font-family:'Segoe UI',sans-serif; text-align:center; padding: 20px; position:relative; z-index:2;">
   <div style="display:flex; flex-direction:column; align-items:center; justify-content:center; height:90vh; font-family:'Segoe UI',sans-serif; text-align:center; padding: 20px; position:relative; z-index:2;">


Line 66: Line 68:


   </div>
   </div>
</html>
</html>
|
|

Revision as of 22:40, 11 April 2025

🧬
🧬
🧬

Welcome to the Lab of Synthetic Biopharmaceutics

Please log in to access Labwiki content.

Log in
© 2025 Yangwa Lab · 蜀ICP备2025131392号