打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

MediaWiki:Centralnotice-template-raise money:修订间差异

MediaWiki界面页面
棍牧典
棍牧典留言 | 贡献 (// Edit via Wikiplus)
棍牧典
棍牧典留言 | 贡献 ((InPageEdit-preference-summary-default))
第1行: 第1行:
<div style="border: 5px solid #ff00ff; background-color: #000; color: #fff; font-family: 'Courier New', Courier, monospace; text-align: center; padding: 20px; margin: 15px;">
<!--
    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(1px, 1px) rotate(0deg); }
    @keyframes container-pulse {
         10% { transform: translate(-1px, -2px) rotate(-1deg); }
        0% { border-image: linear-gradient(45deg, #ff00ff, #00ffff, #ffff00, #ff00ff) 1; }
         20% { transform: translate(-3px, 0px) rotate(1deg); }
        25% { border-image: linear-gradient(135deg, #ffff00, #ff00ff, #00ffff, #ffff00) 1; }
         30% { transform: translate(3px, 2px) rotate(0deg); }
        50% { border-image: linear-gradient(225deg, #00ffff, #ffff00, #ff00ff, #00ffff) 1; }
         40% { transform: translate(1px, -1px) rotate(1deg); }
        75% { border-image: linear-gradient(315deg, #ff00ff, #00ffff, #ffff00, #ff00ff) 1; }
         50% { transform: translate(-1px, 2px) rotate(-1deg); }
        100% { border-image: linear-gradient(405deg, #ffff00, #ff00ff, #00ffff, #ffff00) 1; }
         60% { transform: translate(-3px, 1px) rotate(0deg); }
    }
         70% { transform: translate(3px, 1px) rotate(-1deg); }
   
         80% { transform: translate(-1px, -1px) rotate(1deg); }
    /* 更剧烈的震动 */
         90% { transform: translate(1px, 2px) rotate(0deg); }
     @keyframes intense-shake {
         100% { transform: translate(1px, -2px) rotate(-1deg); }
         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); }
     }
     }


     .spamton-glitch {
    /* 真正的“数据损坏”式文字抖动 */
     .glitch-text {
        position: relative;
         display: inline-block;
         display: inline-block;
         animation: shake 0.3s infinite;
        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); } }
      
      
     .spamton-button {
    /* 彩虹!! 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: 3px solid #000;
         border: 5px outset #ff00ff;
         padding: 15px 30px;
         padding: 20px 40px;
         font-size: 24px;
         font-size: 30px;
         font-weight: bold;
         font-weight: 900;
         text-decoration: none;
         text-decoration: none;
         cursor: pointer;
         cursor: crosshair;
         display: inline-block;
         display: inline-block;
         margin-top: 20px;
         margin-top: 25px;
         box-shadow: 0px 0px 15px #ffff00;
         box-shadow: 0px 0px 25px #ffff00, inset 0 0 10px #000;
         transition: all 0.1s ease-in-out;
         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);
     }
     }


     .spamton-button:hover {
     .jumpy-text {
        background-color: #ff00ff;
      display: inline-block;
        color: #ffff00;
      animation: jump 0.5s infinite alternate;
        transform: scale(1.1);
     }
     }
    @keyframes jump {
      from { transform: translateY(0px); }
      to { transform: translateY(-10px); }
    }
   
</style>
</style>


<h3 style="color: #00ffff;">嘿!!! 是你吗!!! 【小海绵】!!!</h3>
<h3 style="color: #00ffff; font-size: 3em; text-shadow: 3px 3px #ff00ff;">嘿      <span class="jumpy-text">[[小家伙]]</span>!!!!</h3>


<p style="font-size: 18px;">
<p style="font-size: 20px; line-height: 1.8;">
     你看到了吗!这整个【知识的乐园】!全都是免费的!
     你想不想要【免费午餐】?想不想要【知识的海洋】?
     但天堂里的【电话】也需要付费,懂吗!?
     但你猜怎么着?在[[现实]]这个<span class="rainbow-text">【硬核付费DLC】</span>里,连天堂的电话线都是要收费的!!!
</p>
</p>


<p style="font-size: 22px; font-weight: bold;">
<p style="font-size: 28px; font-weight: bold;">
     我们需要你的【慷慨的 <span style="color: #00ff00;">KROMER</span>】!!
     我们需要你的……你的……你那甜美的,甜美的
    <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="spamton-glitch" style="color: #ff0000; font-size: 28px;">【链接已屏蔽】</span>
     <span class="glitch-text" data-text="[超链接已损坏]" style="color: #ff0000; font-size: 40px; display: block; margin: 15px 0;">[超链接已损坏]</span>
</p>
</p>


<p style="font-size: 20px;">
<p style="font-size: 24px; font-style: italic;">
     现在就是你的机会!成为一个<span style="color: #ffff00; font-weight: bold;">【大 人物】</span>
     现在就是你的机会!只需要一点小小的…… <span style="text-decoration: line-through double red;">【你的灵魂】</span>……帮助!
     只需要 <span style="text-decoration: line-through;">【你的灵魂】</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="spamton-button">
<a href="https://afdian.com/a/ottohub" target="_blank" class="crazy-button">
     【点击这里进行交易!】
     【点此成为大人物!】
</a>
</a>


<p style="font-size: 12px; color: #888; margin-top: 25px;">
<p style="font-size: 10px; color: #777; margin-top: 30px; transform: rotate(-2deg);">
     *交易条款与条件可能会发生【剧烈】变动。所有KROMER概不退还。感谢你的【心形物体】。
     *最终解释权归[MIKE]所有。点击即表示您同意献出您的[心形物体]和浏览器cookies。无[退款保证]。祝您有[愉快]的一天。
</p>
</p>


</div>
</div>
<a href="#" title="关闭" onclick="mw.centralNotice.hideBanner();return false;"><div >不要关闭</div></a>
<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>