Main Page: Difference between revisions
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> | |||
body.skin-vector-2022.page-Main_Page { | |||
background-color: #ffffff !important; | |||
color: #000000 !important; | |||
} | |||
body.skin-vector-2022.page-Main_Page #mw-panel, | |||
body.skin-vector-2022.page-Main_Page #mw-sidebar { | |||
display: none !important; | |||
} | |||
.homepage-container { | |||
max-width: 1000px; | |||
margin: 0 auto; | |||
padding: 80px 20px; | |||
text-align: center; | |||
font-family: 'Segoe UI', sans-serif; | |||
} | |||
h1 { | |||
font-size: 32px; | |||
margin-bottom: 16px; | |||
color: #000000; | |||
} | } | ||
p { | |||
font-size: | font-size: 16px; | ||
color: # | color: #555; | ||
margin-bottom: 40px; | |||
} | } | ||
. | .button-group { | ||
display: flex; | |||
justify-content: center; | |||
gap: 20px; | |||
flex-wrap: wrap; | |||
margin-bottom: 40px; | |||
} | |||
.login-btn, .intro-btn { | .login-btn, .intro-btn { | ||
background-color: #333; | background-color: #333; | ||
color: white | color: white; | ||
padding: 12px 24px; | |||
padding: 12px | |||
border-radius: 8px; | border-radius: 8px; | ||
text-decoration: none; | |||
font-size: 16px; | font-size: 16px; | ||
transition: all 0.3s ease; | transition: all 0.3s ease; | ||
} | } | ||
.login-btn:hover, .intro-btn:hover { | .login-btn:hover, .intro-btn:hover { | ||
background-color: # | background-color: #555; | ||
} | } | ||
.footer { | |||
font-size: 12px; | |||
color: #888; | |||
margin-top: 60px; | |||
} | |||
.floating-dna { | |||
font-size: 28px; | |||
position: absolute; | |||
animation: floatDNA 6s ease-in-out infinite; | |||
opacity: 0.3; | |||
pointer-events: none; | |||
} | |||
.dna1 { top: 20%; left: 10%; } | |||
.dna2 { top: 40%; left: 85%; } | |||
.dna3 { top: 70%; left: 50%; } | |||
@keyframes floatDNA { | |||
0% { transform: translateY(0); } | |||
50% { transform: translateY(-20px); } | |||
100% { transform: translateY(0); } | |||
} | } | ||
</style> | </style> | ||
<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 | <h1>Welcome to the Lab of Synthetic Biopharmaceutics</h1> | ||
<h1 | <p>Please log in to access Labwiki content.</p> | ||
<div class="button-group"> | |||
<p | |||
<div | |||
<a href="/index.php?title=Special:UserLogin&returnto=Project:Dashboard" class="login-btn">Log in</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> | <a href="/index.php?title=Project:GroupIntro" class="intro-btn">Group Introduction</a> | ||
</div> | </div> | ||
<div class="footer"> | |||
<div | |||
© 2025 Yangwa Lab · | © 2025 Yangwa Lab · | ||
<a href="https://beian.miit.gov.cn" target="_blank" style="color: #999; text-decoration: none;">蜀ICP备2025131392号</a> | <a href="https://beian.miit.gov.cn" target="_blank" style="color: #999; text-decoration: none;">蜀ICP备2025131392号</a> |
Revision as of 01:29, 14 April 2025
🧬
🧬
🧬
Welcome to the Lab of Synthetic Biopharmaceutics
Please log in to access Labwiki content.