MediaWiki:Centralnotice-template-raise money:修订间差异
MediaWiki界面页面
更多操作
第1行: | 第1行: | ||
<!-- | <!-- | ||
START OF [SELF-CONTAINED] SPAMTON G. SPAMTON ADVERTISEMENT UNIT. | |||
ALL STYLES AND ANIMATIONS ARE [HYPERLINK BLOCKED] INSIDE. | |||
GUARANTEED [[NO GLOBAL SIDE-EFFECTS]] OR YOUR [[KROMER]] BACK! (Offer not valid) | |||
--> | --> | ||
<div id="spamton-chaos-container-1997" style="font-family: 'Comic Sans MS', 'Courier New', monospace; text-align: center; padding: 25px; margin: 15px; position: relative; overflow: hidden; border: 10px solid; border-image: linear-gradient(45deg, #ff00ff, #00ffff, #ffff00, #ff00ff) 1; animation: sp-intense-shake-1997 0.5s infinite, sp-container-pulse-1997 2s infinite; background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48ZmlsdGVyIGlkPSJub2lzZSI+PGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuNjUiIG51bU9jdGF2ZXM9IjMiIHN0aXRjaFRpbGVzPSJzdGl0Y2giLz48L2ZpbHRlcj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWx0ZXI9InVybCgjbnoaXNlKSIvPjwvc3ZnPg==') #000; color: #fff;"> | |||
<div style="border: 10px solid; border-image: linear-gradient(45deg, #ff00ff, #00ffff, #ffff00, #ff00ff) 1; animation: intense-shake 0.5s infinite, container-pulse 2s infinite; background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48ZmlsdGVyIGlkPSJub2lzZSI+PGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuNjUiIG51bU9jdGF2ZXM9IjMiIHN0aXRjaFRpbGVzPSJzdGl0Y2giLz48L2ZpbHRlcj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWx0ZXI9InVybCgjbnoaXNlKSIvPjwvc3ZnPg==') | |||
<style> | <style> | ||
/* | /* 给所有动画名称加上独一无二的前缀,防止冲突 */ | ||
@keyframes container-pulse { | @keyframes sp-container-pulse-1997 { | ||
0% { border-image: linear-gradient(45deg, #ff00ff, #00ffff, #ffff00, #ff00ff) 1; } | 0% { border-image: linear-gradient(45deg, #ff00ff, #00ffff, #ffff00, #ff00ff) 1; } | ||
25% { border-image: linear-gradient(135deg, #ffff00, #ff00ff, #00ffff, #ffff00) 1; } | 25% { border-image: linear-gradient(135deg, #ffff00, #ff00ff, #00ffff, #ffff00) 1; } | ||
第19行: | 第16行: | ||
} | } | ||
@keyframes sp-intense-shake-1997 { | |||
@keyframes intense-shake { | 0% { transform: translate(2px, 1px) rotate(0deg); } 10% { transform: translate(-2px, -3px) rotate(-1deg); } 20% { transform: translate(-4px, 0px) rotate(1deg) scale(1.01); } 30% { transform: translate(4px, 3px) rotate(0deg); } 40% { transform: translate(2px, -2px) rotate(1deg); } 50% { transform: translate(-2px, 3px) rotate(-1deg) scale(0.99); } 60% { transform: translate(-4px, 2px) rotate(0deg); } 70% { transform: translate(4px, 2px) rotate(-1deg); } 80% { transform: translate(-2px, -2px) rotate(1deg); } 90% { transform: translate(2px, 3px) rotate(0deg) scale(1.02); } 100% { transform: translate(2px, -3px) rotate(-1deg); } | ||
0% { transform: translate(2px, 1px) rotate(0deg); } | } | ||
@keyframes sp-glitch-anim-1-1997 { 0% { clip-path: inset(10% 0 80% 0); } 100% { clip-path: inset(40% 0 20% 0); } } | |||
@keyframes sp-glitch-anim-2-1997 { 0% { clip-path: inset(70% 0 5% 0); } 100% { clip-path: inset(15% 0 60% 0); } } | |||
@keyframes sp-rainbow-anim-1997 { | |||
0%{color: #ff0000;} 15%{color: #ffff00;} 30%{color: #00ff00;} 45%{color: #00ffff;} 60%{color: #0000ff;} 75%{color: #ff00ff;} 100%{color: #ff0000;} | |||
} | |||
@keyframes sp-jump-1997 { | |||
from { transform: translateY(0px); } to { transform: translateY(-10px); } | |||
} | } | ||
/* | /* 核心:所有样式规则都用ID选择器限定范围 */ | ||
.glitch-text { | #spamton-chaos-container-1997 .glitch-text { | ||
position: relative; | position: relative; | ||
display: inline-block; | display: inline-block; | ||
text-shadow: 2px 2px #ff00ff, -2px -2px #00ffff; | text-shadow: 2px 2px #ff00ff, -2px -2px #00ffff; | ||
} | } | ||
.glitch-text::before, | #spamton-chaos-container-1997 .glitch-text::before, | ||
.glitch-text::after { | #spamton-chaos-container-1997 .glitch-text::after { | ||
content: attr(data-text); | content: attr(data-text); | ||
position: absolute; | position: absolute; | ||
第51行: | 第48行: | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
.glitch-text::before { | #spamton-chaos-container-1997 .glitch-text::before { | ||
left: 2px; | left: 2px; | ||
text-shadow: -2px 0 #ff00ff; | text-shadow: -2px 0 #ff00ff; | ||
animation: glitch-anim-1 2s infinite linear alternate-reverse; | animation: sp-glitch-anim-1-1997 2s infinite linear alternate-reverse; | ||
} | } | ||
.glitch-text::after { | #spamton-chaos-container-1997 .glitch-text::after { | ||
left: -2px; | left: -2px; | ||
text-shadow: -2px 0 #00ffff, 2px 2px #ff00ff; | text-shadow: -2px 0 #00ffff, 2px 2px #ff00ff; | ||
animation: glitch-anim-2 1.5s infinite linear alternate-reverse; | animation: sp-glitch-anim-2-1997 1.5s infinite linear alternate-reverse; | ||
} | } | ||
#spamton-chaos-container-1997 .rainbow-text { | |||
animation: sp-rainbow-anim-1997 1s infinite; | |||
animation: rainbow-anim 1s infinite; | |||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
#spamton-chaos-container-1997 .crazy-button { | |||
background-color: #ffff00; | background-color: #ffff00; | ||
color: #000; | color: #000; | ||
第90行: | 第79行: | ||
transform: skew(-15deg); | transform: skew(-15deg); | ||
} | } | ||
.crazy-button:hover { | #spamton-chaos-container-1997 .crazy-button:hover { | ||
background-color: #00ff00; | background-color: #00ff00; | ||
color: #ff00ff; | color: #ff00ff; | ||
border-color: #ffff00; | border-color: #ffff00; | ||
animation: intense-shake 0.2s infinite; | animation: sp-intense-shake-1997 0.2s infinite; | ||
transform: scale(1.2) skew(15deg); | transform: scale(1.2) skew(15deg); | ||
} | } | ||
.jumpy-text { | #spamton-chaos-container-1997 .jumpy-text { | ||
display: inline-block; | display: inline-block; | ||
animation: jump 0.5s infinite alternate; | animation: sp-jump-1997 0.5s infinite alternate; | ||
} | } | ||
/* 同样为外部的关闭按钮提供一个独立的、带前缀的样式 */ | |||
#spamton-close-btn-1997 { | |||
display:block; | |||
text-align:center; | |||
font-family: 'Comic Sans MS', 'Courier New', monospace; /* 确保字体一致 */ | |||
font-size: 18px; | |||
color: #ff00ff; | |||
animation: sp-jump-1997 1s infinite; | |||
text-shadow: 1px 1px #00ffff; | |||
text-decoration: none; /* 去掉默认下划线 */ | |||
} | } | ||
</style> | </style> | ||
第141行: | 第137行: | ||
</div> | </div> | ||
<a href="#" title="关闭" onclick="mw.centralNotice.hideBanner();return false | <!-- 给关闭按钮也加上唯一ID --> | ||
<a id="spamton-close-btn-1997" href="#" title="关闭" onclick="mw.centralNotice.hideBanner();return false;">[别想逃]</a> |
2025年7月7日 (一) 19:23的版本
<style>
/* 给所有动画名称加上独一无二的前缀,防止冲突 */ @keyframes sp-container-pulse-1997 { 0% { border-image: linear-gradient(45deg, #ff00ff, #00ffff, #ffff00, #ff00ff) 1; } 25% { border-image: linear-gradient(135deg, #ffff00, #ff00ff, #00ffff, #ffff00) 1; } 50% { border-image: linear-gradient(225deg, #00ffff, #ffff00, #ff00ff, #00ffff) 1; } 75% { border-image: linear-gradient(315deg, #ff00ff, #00ffff, #ffff00, #ff00ff) 1; } 100% { border-image: linear-gradient(405deg, #ffff00, #ff00ff, #00ffff, #ffff00) 1; } } @keyframes sp-intense-shake-1997 { 0% { transform: translate(2px, 1px) rotate(0deg); } 10% { transform: translate(-2px, -3px) rotate(-1deg); } 20% { transform: translate(-4px, 0px) rotate(1deg) scale(1.01); } 30% { transform: translate(4px, 3px) rotate(0deg); } 40% { transform: translate(2px, -2px) rotate(1deg); } 50% { transform: translate(-2px, 3px) rotate(-1deg) scale(0.99); } 60% { transform: translate(-4px, 2px) rotate(0deg); } 70% { transform: translate(4px, 2px) rotate(-1deg); } 80% { transform: translate(-2px, -2px) rotate(1deg); } 90% { transform: translate(2px, 3px) rotate(0deg) scale(1.02); } 100% { transform: translate(2px, -3px) rotate(-1deg); } }
@keyframes sp-glitch-anim-1-1997 { 0% { clip-path: inset(10% 0 80% 0); } 100% { clip-path: inset(40% 0 20% 0); } } @keyframes sp-glitch-anim-2-1997 { 0% { clip-path: inset(70% 0 5% 0); } 100% { clip-path: inset(15% 0 60% 0); } } @keyframes sp-rainbow-anim-1997 { 0%{color: #ff0000;} 15%{color: #ffff00;} 30%{color: #00ff00;} 45%{color: #00ffff;} 60%{color: #0000ff;} 75%{color: #ff00ff;} 100%{color: #ff0000;} }
@keyframes sp-jump-1997 { from { transform: translateY(0px); } to { transform: translateY(-10px); } }
/* 核心:所有样式规则都用ID选择器限定范围 */ #spamton-chaos-container-1997 .glitch-text { position: relative; display: inline-block; text-shadow: 2px 2px #ff00ff, -2px -2px #00ffff; } #spamton-chaos-container-1997 .glitch-text::before, #spamton-chaos-container-1997 .glitch-text::after { content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; overflow: hidden; } #spamton-chaos-container-1997 .glitch-text::before { left: 2px; text-shadow: -2px 0 #ff00ff; animation: sp-glitch-anim-1-1997 2s infinite linear alternate-reverse; } #spamton-chaos-container-1997 .glitch-text::after { left: -2px; text-shadow: -2px 0 #00ffff, 2px 2px #ff00ff; animation: sp-glitch-anim-2-1997 1.5s infinite linear alternate-reverse; } #spamton-chaos-container-1997 .rainbow-text { animation: sp-rainbow-anim-1997 1s infinite; font-weight: bold; }
#spamton-chaos-container-1997 .crazy-button { background-color: #ffff00; color: #000; border: 5px outset #ff00ff; padding: 20px 40px; font-size: 30px; font-weight: 900; text-decoration: none; cursor: crosshair; display: inline-block; margin-top: 25px; box-shadow: 0px 0px 25px #ffff00, inset 0 0 10px #000; transition: all 0.05s ease; transform: skew(-15deg); } #spamton-chaos-container-1997 .crazy-button:hover { background-color: #00ff00; color: #ff00ff; border-color: #ffff00; animation: sp-intense-shake-1997 0.2s infinite; transform: scale(1.2) skew(15deg); }
#spamton-chaos-container-1997 .jumpy-text { display: inline-block; animation: sp-jump-1997 0.5s infinite alternate; } /* 同样为外部的关闭按钮提供一个独立的、带前缀的样式 */ #spamton-close-btn-1997 { display:block; text-align:center; font-family: 'Comic Sans MS', 'Courier New', monospace; /* 确保字体一致 */ font-size: 18px; color: #ff00ff; animation: sp-jump-1997 1s infinite; text-shadow: 1px 1px #00ffff; text-decoration: none; /* 去掉默认下划线 */ }
</style>
嘿 小家伙!!!!
你想不想要【免费午餐】?想不想要【知识的海洋】? 但你猜怎么着?在现实这个【硬核付费DLC】里,连天堂的电话线都是要收费的!!!
我们需要你的……你的……你那甜美的,甜美的 KROMER!!
没有它,我们就会被【管理员】从这个【赛博热土】上驱逐! 这个网站会变成……会变成…… [超链接已损坏]
现在就是你的机会!只需要一点小小的…… 【你的灵魂】……帮助! 就能成为一个 BIG SHOT!!!
<a href="https://afdian.com/a/ottohub" target="_blank" class="crazy-button">
【点此成为大人物!】
</a>
*最终解释权归[MIKE]所有。点击即表示您同意献出您的[心形物体]和浏览器cookies。无[退款保证]。祝您有[愉快]的一天。
<a id="spamton-close-btn-1997" href="#" title="关闭" onclick="mw.centralNotice.hideBanner();return false;">[别想逃]</a>