MediaWiki:Centralnotice-template-raise money:修订间差异
MediaWiki界面页面
更多操作
第1行: | 第1行: | ||
<div style="border: | <!-- | ||
HEY EVERY ! | |||
IT'S ME!! | |||
EV3RY BUDDY 'S FAVORITE [[Number 1 Rated Salesman1997]] | |||
SPAMT | |||
SPAMTON G. SPAMTON!! | |||
--> | |||
<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=='); background-color: #000; color: #fff; font-family: 'Comic Sans MS', 'Courier New', monospace; text-align: center; padding: 25px; margin: 15px; position: relative; overflow: hidden;"> | |||
<style> | <style> | ||
@keyframes shake { | /* 让整个容器都开始发疯 */ | ||
0% { transform: translate( | @keyframes container-pulse { | ||
10% { transform: translate(- | 0% { border-image: linear-gradient(45deg, #ff00ff, #00ffff, #ffff00, #ff00ff) 1; } | ||
20% { transform: translate(- | 25% { border-image: linear-gradient(135deg, #ffff00, #ff00ff, #00ffff, #ffff00) 1; } | ||
30% { transform: translate(3px | 50% { border-image: linear-gradient(225deg, #00ffff, #ffff00, #ff00ff, #00ffff) 1; } | ||
40% { transform: translate( | 75% { border-image: linear-gradient(315deg, #ff00ff, #00ffff, #ffff00, #ff00ff) 1; } | ||
50% { transform: translate(- | 100% { border-image: linear-gradient(405deg, #ffff00, #ff00ff, #00ffff, #ffff00) 1; } | ||
60% { transform: translate(- | } | ||
70% { transform: translate( | |||
80% { transform: translate(- | /* 更剧烈的震动 */ | ||
90% { transform: translate( | @keyframes intense-shake { | ||
100% { transform: translate( | 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); } | |||
} | } | ||
. | /* 真正的“数据损坏”式文字抖动 */ | ||
.glitch-text { | |||
position: relative; | |||
display: inline-block; | display: inline-block; | ||
animation: | text-shadow: 2px 2px #ff00ff, -2px -2px #00ffff; | ||
} | |||
.glitch-text::before, | |||
.glitch-text::after { | |||
content: attr(data-text); | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
width: 100%; | |||
height: 100%; | |||
background: #000; | |||
overflow: hidden; | |||
} | |||
.glitch-text::before { | |||
left: 2px; | |||
text-shadow: -2px 0 #ff00ff; | |||
animation: glitch-anim-1 2s infinite linear alternate-reverse; | |||
} | |||
.glitch-text::after { | |||
left: -2px; | |||
text-shadow: -2px 0 #00ffff, 2px 2px #ff00ff; | |||
animation: glitch-anim-2 1.5s infinite linear alternate-reverse; | |||
} | } | ||
@keyframes glitch-anim-1 { 0% { clip-path: inset(10% 0 80% 0); } 100% { clip-path: inset(40% 0 20% 0); } } | |||
@keyframes glitch-anim-2 { 0% { clip-path: inset(70% 0 5% 0); } 100% { clip-path: inset(15% 0 60% 0); } } | |||
. | /* 彩虹!! MORE COLORS!!! */ | ||
.rainbow-text { | |||
animation: rainbow-anim 1s infinite; | |||
font-weight: bold; | |||
} | |||
@keyframes rainbow-anim { | |||
0%{color: #ff0000;} 15%{color: #ffff00;} 30%{color: #00ff00;} 45%{color: #00ffff;} | |||
60%{color: #0000ff;} 75%{color: #ff00ff;} 100%{color: #ff0000;} | |||
} | |||
/* 按钮:现在它真的不想被点击(但又渴望被点击) */ | |||
.crazy-button { | |||
background-color: #ffff00; | background-color: #ffff00; | ||
color: #000; | color: #000; | ||
border: | border: 5px outset #ff00ff; | ||
padding: | padding: 20px 40px; | ||
font-size: | font-size: 30px; | ||
font-weight: | font-weight: 900; | ||
text-decoration: none; | text-decoration: none; | ||
cursor: | cursor: crosshair; | ||
display: inline-block; | display: inline-block; | ||
margin-top: | margin-top: 25px; | ||
box-shadow: 0px 0px | box-shadow: 0px 0px 25px #ffff00, inset 0 0 10px #000; | ||
transition: all 0. | transition: all 0.05s ease; | ||
transform: skew(-15deg); | |||
} | |||
.crazy-button:hover { | |||
background-color: #00ff00; | |||
color: #ff00ff; | |||
border-color: #ffff00; | |||
animation: intense-shake 0.2s infinite; | |||
transform: scale(1.2) skew(15deg); | |||
} | } | ||
. | .jumpy-text { | ||
display: inline-block; | |||
animation: jump 0.5s infinite alternate; | |||
} | } | ||
@keyframes jump { | |||
from { transform: translateY(0px); } | |||
to { transform: translateY(-10px); } | |||
} | |||
</style> | </style> | ||
<h3 style="color: #00ffff;"> | <h3 style="color: #00ffff; font-size: 3em; text-shadow: 3px 3px #ff00ff;">嘿 <span class="jumpy-text">[[小家伙]]</span>!!!!</h3> | ||
<p style="font-size: | <p style="font-size: 20px; line-height: 1.8;"> | ||
你想不想要【免费午餐】?想不想要【知识的海洋】? | |||
但你猜怎么着?在[[现实]]这个<span class="rainbow-text">【硬核付费DLC】</span>里,连天堂的电话线都是要收费的!!! | |||
</p> | </p> | ||
<p style="font-size: | <p style="font-size: 28px; font-weight: bold;"> | ||
我们需要你的……你的……你那甜美的,甜美的 | |||
<span class="glitch-text" data-text="[[KROMER]]" style="font-size: 1.5em; color: #00ff00;">[[KROMER]]</span>!! | |||
</p> | </p> | ||
<p> | <p style="font-family: 'Times New Roman', serif;"> | ||
没有它,我们就会被【管理员】从这个【赛博热土】上<span style="text-decoration: underline; color: red; font-weight: bold;">[[驱逐]]</span>! | |||
这个网站会变成……会变成…… | 这个网站会变成……会变成…… | ||
<span class=" | <span class="glitch-text" data-text="[超链接已损坏]" style="color: #ff0000; font-size: 40px; display: block; margin: 15px 0;">[超链接已损坏]</span> | ||
</p> | </p> | ||
<p style="font-size: | <p style="font-size: 24px; font-style: italic;"> | ||
现在就是你的机会!只需要一点小小的…… <span style="text-decoration: line-through double red;">【你的灵魂】</span>……帮助! | |||
就能成为一个 <span class="rainbow-text" style="font-size: 2em; letter-spacing: 5px;">[[BIG SHOT]]</span>!!! | |||
</p> | </p> | ||
<a href="https://afdian.com/a/ottohub" target="_blank" class=" | <a href="https://afdian.com/a/ottohub" target="_blank" class="crazy-button"> | ||
【点此成为大人物!】 | |||
</a> | </a> | ||
<p style="font-size: | <p style="font-size: 10px; color: #777; margin-top: 30px; transform: rotate(-2deg);"> | ||
* | *最终解释权归[MIKE]所有。点击即表示您同意献出您的[心形物体]和浏览器cookies。无[退款保证]。祝您有[愉快]的一天。 | ||
</p> | </p> | ||
</div> | </div> | ||
<a href="#" title="关闭" onclick="mw.centralNotice.hideBanner();return false;"> | <a href="#" title="关闭" onclick="mw.centralNotice.hideBanner();return false;" style="display:block; text-align:center; font-size: 18px; color: #ff00ff; animation: jump 1s infinite; text-shadow: 1px 1px #00ffff;">[别想逃]</a> |
2025年7月7日 (一) 19:17的版本
<style>
/* 让整个容器都开始发疯 */ @keyframes container-pulse { 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 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); } }
/* 真正的“数据损坏”式文字抖动 */ .glitch-text { position: relative; display: inline-block; text-shadow: 2px 2px #ff00ff, -2px -2px #00ffff; } .glitch-text::before, .glitch-text::after { content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; overflow: hidden; } .glitch-text::before { left: 2px; text-shadow: -2px 0 #ff00ff; animation: glitch-anim-1 2s infinite linear alternate-reverse; } .glitch-text::after { left: -2px; text-shadow: -2px 0 #00ffff, 2px 2px #ff00ff; animation: glitch-anim-2 1.5s infinite linear alternate-reverse; } @keyframes glitch-anim-1 { 0% { clip-path: inset(10% 0 80% 0); } 100% { clip-path: inset(40% 0 20% 0); } } @keyframes glitch-anim-2 { 0% { clip-path: inset(70% 0 5% 0); } 100% { clip-path: inset(15% 0 60% 0); } } /* 彩虹!! MORE COLORS!!! */ .rainbow-text { animation: rainbow-anim 1s infinite; font-weight: bold; } @keyframes rainbow-anim { 0%{color: #ff0000;} 15%{color: #ffff00;} 30%{color: #00ff00;} 45%{color: #00ffff;} 60%{color: #0000ff;} 75%{color: #ff00ff;} 100%{color: #ff0000;} }
/* 按钮:现在它真的不想被点击(但又渴望被点击) */ .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); } .crazy-button:hover { background-color: #00ff00; color: #ff00ff; border-color: #ffff00; animation: intense-shake 0.2s infinite; transform: scale(1.2) skew(15deg); }
.jumpy-text { display: inline-block; animation: jump 0.5s infinite alternate; } @keyframes jump { from { transform: translateY(0px); } to { transform: translateY(-10px); } }
</style>
嘿 小家伙!!!!
你想不想要【免费午餐】?想不想要【知识的海洋】? 但你猜怎么着?在现实这个【硬核付费DLC】里,连天堂的电话线都是要收费的!!!
我们需要你的……你的……你那甜美的,甜美的 KROMER!!
没有它,我们就会被【管理员】从这个【赛博热土】上驱逐! 这个网站会变成……会变成…… [超链接已损坏]
现在就是你的机会!只需要一点小小的…… 【你的灵魂】……帮助! 就能成为一个 BIG SHOT!!!
<a href="https://afdian.com/a/ottohub" target="_blank" class="crazy-button">
【点此成为大人物!】
</a>
*最终解释权归[MIKE]所有。点击即表示您同意献出您的[心形物体]和浏览器cookies。无[退款保证]。祝您有[愉快]的一天。
<a href="#" title="关闭" onclick="mw.centralNotice.hideBanner();return false;" style="display:block; text-align:center; font-size: 18px; color: #ff00ff; animation: jump 1s infinite; text-shadow: 1px 1px #00ffff;">[别想逃]</a>