主页 | Pedialpha | 帷幕后最大的游戏粉丝维基平台

源页面
2025年3月8日
修订 5

核心指标

更新于 2025年11月6日
评分
44
↑ 66
↓ 22
支持率
75%
总票数 88
Wilson 95% 下界
65.0%
在相同票数下更稳健的支持率估计
争议指数
0.750

评分趋势

按周聚合
加载图表中...

最近修订

1 / 2
修改标签
7 个月前
移除标签:2025goif竞赛, _2025goif-b1。
编辑内容
8 个月前
编辑内容
8 个月前

最近投票

1 / 9
2025-09-02
2025-08-25
2025-08-17
2025-08-16
2025-08-16
2025-07-24
2025-06-02
2025-05-03
2025-05-02
2025-04-30

页面源码

源码字符数 28064文字字数 848
[!--
====
POV:你找到了你最喜欢游戏的官方维基——但是它在##fa005a|**Fandom**##上。
====
--]

[[include :scp-wiki-cn:theme:parallel]]
[[include :scp-wiki-cn:theme:foundom inc-css=--] | inc-color=--]]]

[[module css]]

#page-title {
  display: none;
}

div#container {
  margin-top: 40vh;
  margin-top: 40dvh;
}

div#content-wrap {
  margin-top: 0;
}

#container::before {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  top: -40vh;
  top: -40dvh;
  content: "广告";
  font-size: 80%;
  color: #9eccab;
  height: 40vh;
  height: 40dvh;
  width: 100dvw;
  background: url(https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/parallel_ad.jpg) top 2vh center no-repeat;
  background: url(https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/parallel_ad.jpg) top 2dvh center no-repeat;
  background-color: black;
  background-size: auto 35vh; 
  background-size: auto 35dvh; 
}

@media (min-width: 1024px) {
  div#content-wrap {
    grid-template-columns: 1fr; 
    column-gap: 0;
    padding-top: 0;
  }
  div#side-bar { display: none; }
  div#main-content { width: 100%; }
}

@media (max-width: 1024px) {
  #container::before {
    top: -25vh;
    top: -25dvh;
    background-size: 95dvw auto; 
    height: 25vh;
    height: 25dvh;
  }
  div#container { 
    margin-top: 25vh; 
    margin-top: 25dvh; 
  }
}

.head-area {
  background-color: #546d7c40;
  padding-top: 3rem;
}

.search-box {
  position: relative;
  width: 70%;
  border: 3px solid white;
  background-color: #546d7c;
  border-radius: 1.5rem;
  font-size: 1.5rem;
  color: #ccc;
  padding-left: 1rem;
  margin: 1rem auto;
}

.search-box p {
  margin: 0;
}

.search-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: white;
  mask-image: var(--search-icon-mask);
  transform: translate(-50%, -50%);
}

.link-area {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 1rem;
  text-align: center;
  width: 80%;
  margin: auto;
  background-color: #546d7c40;
  background-image: url("https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/food.png");
  padding: 1rem;
  margin-block: 1rem;
  border-radius: 2rem;
}

@media (max-width: 1024px) {
  .link-area {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 1rem;
  }
}

.link-item {
  background-color: #546d7c;
  border-radius: 0.8rem;
  overflow: hidden;
  color: white;
  transition: filter 0.2s ease-in-out;
}

.link-item:hover {
  filter: brightness(1.2);
  cursor: pointer;
}

.link-item p {
  margin: 0;
}

.link-img {
  position: relative;
}

.link-img img {
  width: 100%;
  aspect-ratio: 3 / 2;
}

.link-img::before {
  position: absolute;
  content: attr(data-title);
  left: 0;
  bottom: 0;
  background-color: #ffdc8c;
  color: black;
  padding: 0.1rem 0.5rem;
  font-size: 120%;
  font-weight: bold;
}

.link-text {
  margin: 0.5em;
  font-size: 150%;  
  text-align: start;
}

.wiki-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
  column-gap: 1rem;
  color: white;
  text-align: center;
  background-color: #546d7c;
  padding: 1rem 3rem;
  margin-top: 3rem;
}

@media (max-width: 1024px) {
  .wiki-area {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 1rem;
  }
}

.wiki-area a {
  color: white;
}

.wiki-area .button {
  background-color: #ffc73b;
  color: black;
  width: fit-content;
  height: fit-content;
  margin: auto;
  padding: 0.25em 0.5em;
}

.wiki-area .button p {
  margin: 0;
}

.wiki-area .end {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wiki-area .end::after {
  content: "▶";
  color: black;
  font-size: 150%;
  background-color: #ffc73b;
  padding: 0.5rem 0.5rem;
  margin: auto;
  cursor: pointer;
}

/* -------------------- */

.notice-area {
  display: grid;
  grid-template-columns: 5fr 2fr;
  column-gap: 1rem;
  margin-block: 3rem;
}

@media (max-width: 1024px) {
  .notice-area {
    grid-template-columns: 1fr; 
    column-gap: 0;
    row-gap: 1rem;
  }
}

.error-area {
  background-color: white;
  padding: 1rem 2rem;
  font-size: 120%;
}

.error-head {
  display: grid;
  grid-template-columns: 1fr 5fr;
  column-gap: 1rem;
}

@media (max-width: 1024px) {
  .error-head {
    grid-template-columns: 1fr; 
    column-gap: 0;
  }
}

.error-note {
  align-self: end;
}

.error-note p {
  margin: 0;
}

.inpage-adv .real-adv {
  background-color: #536c7bc0;
  padding: 1rem;
  color: white;
}

.games {
  display: grid;
  grid-template-columns: 3fr 2fr;
  background-color: white;
  color: black;
  cursor: pointer;
}

.info {
  align-self: end;
  justify-self: end;
  padding: 0.5em;
  text-align: end;
}

.info::before {
  content: attr(data-title);
  background-color: green;
  color: white;
  padding: 0.1em 0.2em;
  align-self: center;
  margin-bottom: 0.5em;
}

.inpage-adv .adv {
  background-color: #536c7bc0;
  margin: 0.5rem auto;
  padding: 0.2em 1em;
  width: fit-content;
  color: white;
}

.info p, .adv p {
  margin: 0;
}

.linear-adv {
  position: relative;
  height: 15vh;
  height: 15dvh;
  width: min(85dvw, 40em);
  margin: 3rem auto;
}

.linear-adv .switch {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}

.abswitch p {
  margin: 0;
}

.abswitch span {
  display: block;
  font-size: 0;
  height: 0;
}

.linear-adv .switch a.collapsible-block-link {
  background-color: white;
}

.linear-adv .real-adv {
  height: 100%;
  width: 100%;
}

.linear-adv .fake-adv, .linear-adv .final-scene {
  display: none;
  background-color: white;
  height: 100%;
  width: 100%;
  color: gray;
  font-size: 120%;
}

.linear-adv .reply-area {
  display: none;
  background-color: white;
  height: 100%;
  width: 100%;
}

.linear-adv:has(.collapsible-block-unfolded[style=""] span.switch1, .collapsible-block-unfolded[style="display: block;"] span.switch1)  .real-adv {
  display: none;
}

.linear-adv:has(.collapsible-block-unfolded[style=""] span.switch1, .collapsible-block-unfolded[style="display: block;"] span.switch1)  .fake-adv {
  display: block;
}

.linear-adv:has(.collapsible-block-unfolded[style=""] span.switch1, .collapsible-block-unfolded[style="display: block;"] span.switch1) .switch {
  left: 0.2em;
}

.linear-adv:has(.collapsible-block-unfolded[style=""] span.switch1, .collapsible-block-unfolded[style="display: block;"] span.switch1) .switch a.collapsible-block-link {
  color: gray;
}

.buttons {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  row-gap: 1rem;
}

.buttons .blue a.collapsible-block-link {
  background-color: #4285f5;
  color: white;
  max-width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin-inline: auto;
  box-shadow: 0 2px 2px gray;
  padding-block: 0.2em;
}

.buttons .blue a.collapsible-block-link:hover, .buttons .blue a.collapsible-block-link:focus {
  background-color: #3275e5;
  text-decoration: none;
}

.buttons .white a {
  background-color: #ffffff;
  color: gray;
  max-width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin-inline: auto;
  box-shadow: 0 2px 2px gray;
  padding-block: 0.2em;
}

.buttons .white a.collapsible-block-link {
  color: #4285f5;
}

.buttons .white a:hover, .buttons .white a:focus {
  background-color: #f5f5f5;
  text-decoration: none;
}

.buttons p {
  margin: 0;
}

@media (max-width: 1024px) {
  .linear-adv {
    height: 25vh;
    height: 25dvh;
  }
}

.linear-adv:has(.collapsible-block-unfolded[style=""] span.switch2, .collapsible-block-unfolded[style="display: block;"] span.switch2) .fake-adv {
  display: none;
}

.linear-adv:has(.collapsible-block-unfolded[style=""] span.switch2, .collapsible-block-unfolded[style="display: block;"] span.switch2) .switch {
  display: none;
}

.linear-adv:has(.collapsible-block-unfolded[style=""] span.switch2, .collapsible-block-unfolded[style="display: block;"] span.switch2) .reply-area {
  display: block;
}

.linear-adv:has(.collapsible-block-unfolded[style=""] span.switch3, .collapsible-block-unfolded[style="display: block;"] span.switch3) .reply-area {
  display: none;
}

.linear-adv:has(.collapsible-block-unfolded[style=""] span.switch3, .collapsible-block-unfolded[style="display: block;"] span.switch3) .final-scene {
  display: block;
}

[[/module]]

[[div class="head-area"]]

[[=image https://scpsandboxcn.wikidot.com/local--files/sharia-vanilla-skips/Pedialpha_full_big.png style="width: 50%;"]]

[[div class="search-box"]]
搜索
[[/div]]

[[=]]
[[module rate]]
[[/=]]

[[div class="link-area"]]

[[div class="link-item"]]
[[div class="link-img" data-title="活动"]]
[[image https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/monopoly.jpg]]
[[/div]]
[[div class="link-text"]]
实事大舞台,有胆你就来!实事市首届巨富翁锦标赛即将开幕
[[/div]]
[[/div]]

[[div class="link-item"]]
[[div class="link-img" data-title="游戏"]]
[[image https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/trophy.jpg]]
[[/div]]
[[div class="link-text"]]
2025年,Stæfrof上最好的12款游戏
[[/div]]
[[/div]]

[[div class="link-item"]]
[[div class="link-img" data-title="游戏"]]
[[image https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/hotel-hall-825561_1280.jpg]]
[[/div]]
[[div class="link-text"]]
开发者谈《群岛经营》:一次不太愉快的旅行经历
[[/div]]
[[/div]]

[[div class="link-item"]]
[[div class="link-img" data-title="讨论"]]
[[image https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/universe.jpg]]
[[/div]]
[[div class="link-text"]]
一场精心织造的骗局——《2300》真的存在吗?
[[/div]]
[[/div]]

[[div class="link-item"]]
[[div class="link-img" data-title="广告"]]
[[image https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/night-2362359_1280.jpg]]
[[/div]]
[[div class="link-text"]]
澳门最大海上赌场开业啦!
[[/div]]
[[/div]]

[[/div]]

[[div class="wiki-area"]]

[[div class="button"]]
**🔥热门WIKI**
[[/div]]

[[div class="list"]]

[*https://scp-wiki-cn.wikidot.com/pedialpha-super-crush-personnels 文豪野拳]

[*https://scp-wiki-cn.wikidot.com/scp-cn-2323 发际线大作战]

[*https://scp-wiki-cn.wikidot.com/scp-cn-1256 基金会中分编年史]

[[/div]]

[[div class="list"]]

[*https://scp-wiki-cn.wikidot.com/scp-cn-2252 硬币空战]

[*https://scp-wiki-cn.wikidot.com/scp-cn-293 虐待小人Real]

[*https://scp-wiki-cn.wikidot.com/scp-cn-1166 黑金地域]

[[/div]]

[[div class="list"]]

[*https://scp-wiki-cn.wikidot.com/scp-cn-747 空战:航空危机]

[*https://scp-wiki-cn.wikidot.com/scp-cn-1470 混沌万世牌]

[*https://scp-wiki-cn.wikidot.com/scp-cn-505 占卜大战]

[[/div]]

[[div class="end"]]

探索超过3,500个WIKI……

[[/div]]

[[/div]]



[[/div]]

[[div class="notice-area"]]

[[div class="error-area"]]
[[div class="error-head"]]

[[image https://scpsandboxcn.wikidot.com/local--files/sharia-vanilla-skips/crying-bread-alt.svg style="width:80%; justify-self: center;"]]

[[div class="error-note"]]
[[size 160%]]**503 Service Temporarily Unavailable**[[/size]]
[[/div]]

[[/div]]

**抱歉!**

这条错误信息代表服务器因为某种原因无法继续响应由您发起的请求,这会使得加载失败的内容无法展示。

这一问题的产生原因很可能是您发起了过多请求,我们正在尝试解决这一问题。请尝试在一段时间后重新发送请求,或减少单次请求的信息量(请主要关注大量的图片、动效及互动消息)。

如果这一问题依然存在,请联系我们:[# pedialpha.service.net]。

[[/div]]

[[div class="inpage-adv"]]

[[div class="real-adv"]]

= [[image https://scpsandboxcn.wdfiles.com/local--files/collab:letters/lp.png style="width: 3rem; vertical-align: bottom;"]][[span style="font-size: 160%;"]]**Stæfrof**[[/span]]

在你的电脑上获取实惠有趣的游戏!

[[div class="games"]]

[[image https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/yining-race.jpg]]

[[div class="info" data-title="-100%"]]
##gray|--CNY¥6.99--##
##ff9900|**CNY¥0.00**##
[[/div]]

[[image https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/dlc.jpg]]

[[div class="info" data-title="-34%"]]
##gray|--CNY¥201.00--##
##ff9900|**CNY¥133.30**##
[[/div]]

[[image https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/dream_island.jpg]]

[[div class="info" data-title="-58%"]]
##gray|--CNY¥76.60--##
##ff9900|**CNY¥32.21**##
[[/div]]

[[/div]]

[[/div]]

[[div class="adv"]]
[[size 80%]]广告[[/size]]
[[/div]]

[[/div]]

[[/div]]

[[div class="linear-adv"]]

[[div class="switch abswitch"]]
[[collapsible show="广告 ×" hide="←"]]
[[span class="switch1"]]@@ @@[[/span]]
[[/collapsible]]
[[/div]]

[[div class="real-adv"]]
[[image https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/ambrose.jpg]]
[[/div]]

[[div class="fake-adv"]]

= 该广告由 [[size 120%]]**Geegaw**[[/size]] 为您推送。

[[div class="buttons"]]

[[div class="blue abswitch"]]
[[collapsible show="发送反馈" hide="-"]]
[[span class="switch2"]]@@ @@[[/span]]
[[/collapsible]]
[[/div]]

[[div class="white"]]
[# 为什么向我推荐广告?]
[[/div]]

[[/div]]

[[/div]]

[[div class="reply-area"]]

[[div class="buttons"]]

[[div class="white abswitch"]]
[[collapsible show="对广告不感兴趣" hide="-"]]
[[span class="switch3"]]@@ @@[[/span]]
[[/collapsible]]
[[/div]]

[[div class="white abswitch"]]
[[collapsible show="广告遮挡了内容" hide="-"]]
[[span class="switch3"]]@@ @@[[/span]]
[[/collapsible]]
[[/div]]

[[div class="white abswitch"]]
[[collapsible show="广告不合适" hide="-"]]
[[span class="switch3"]]@@ @@[[/span]]
[[/collapsible]]
[[/div]]

[[div class="white abswitch"]]
[[collapsible show="相同广告多次出现" hide="-"]]
[[span class="switch3"]]@@ @@[[/span]]
[[/collapsible]]
[[/div]]

[[/div]]

[[/div]]

[[div class="final-scene"]]

=  [[size 120%]]**Geegaw**[[/size]] 已为您关闭广告。

[[/div]]

[[/div]]

[[module css]]

.ad0 .ad-container {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000c;
  z-index: 100;
}

.ad0 p {
  margin: 0;
}

.ad0 .collapsible-block-unfolded .collapsible-block-link {
  opacity: 0;
  position: fixed;
  color: white;
  left: 92%;
  width: 6%;
  text-align: center;
  top: -50%;
  z-index: 110;
  animation: ten-app linear 10s forwards;
}

.ad0 .ad-area {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  aspect-ratio: 8 / 5;
  transform: translate(-50%, -50%);
  background-color: transparent;
  z-index: 102;
}

.ad0 .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/las-vegas.jpg) center no-repeat;
  background-size: cover;
  filter: blur(2px);
}

.ad0 .ad-area .trump {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 30%;
  animation: trump-anime 10s linear forwards infinite;
}

@keyframes trump-anime {
0%, 10%, 90%, 100% { right: 0; }
25%, 75% { right: 5%;}
}

.ad0 .trump .says {
  position: absolute;
  right: 60%;
  bottom: 70%;
  width: 80%;
  opacity: 0;
  animation: word-anime 10s linear forwards infinite;
} 

.ad0 .trump .says img {
  width: 100%;
}

@keyframes word-anime {
0%, 30%, 70%, 100% { opacity: 0; }
40%, 60% { opacity: 1;}
}

.ad0 .intro {
  position: absolute;
  right: 5%;
  bottom: 3%;
  font-size: 150%;
  font-weight: 800;
  animation: trumpintro-anime 5s linear forwards infinite;
  text-shadow: 0 0 4px black;
  transform: scaleY(1.5);
  font-style: italic;
}

@keyframes trumpintro-anime {
0%, 100% {color: gold;}
50% {color: silver;}
}

.ad0 .countdown {
  opacity: 1;
  position: fixed;
  color: white;
  left: 92%;
  width: 6%;
  text-align: center;
  top: 5%;
  z-index: 110;
  animation: ten-disp linear 10s forwards;
}

.ad0 .cd::after {
  content: "9";
  font-weight: bold;
  animation: ten-cd linear 10s forwards;
}

@keyframes ten-disp {
0%, 99% { opacity: 1; }
100% { opacity: 0; }
}

@keyframes ten-app {
0% {
  opacity: 0;
  top: -50%;
}
98% {
  top: -50%;
}
99% {
  opacity: 0;
  top: 5%;
}
100% {
  opacity: 1;
  top: 5%;
}
}

@keyframes ten-cd {
0% { content: "9"; }
10% { content: "8"; }
20% { content: "7"; }
30% { content: "6"; }
40% { content: "5"; }
50% { content: "4"; }
60% { content: "3"; }
70% { content: "2"; }
80% { content: "1"; }
90%, 100% { content: "0"; }
}

@media (max-width: 1024px) {
  .ad0 .intro { font-size: 80%; }
  .ad0 .collapsible-block-unfolded .collapsible-block-link {
    left: 55%;
    width: 40%;
  }
  .ad0 .countdown {
    left: 55%;
    width: 40%;
  }
}

/* this is taken from theme:kitchen */

.ad0 .roller {
  --roller-left: 2%;
  --roller-img: url(https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/roll1.png);
  position: absolute;
  overflow: hidden;
  height: 100%;
  top: 0;
  left: var(--roller-left);
  width: 10%;
}

.ad0 .roller::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 300 / 6756;
  background-image: var(--roller-img);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  animation: linear rolling-burgers 20s infinite;
}

.ad0 .rev::before {
  bottom: unset;
  top: 0;
  animation: linear rolling-burgers-rev 20s infinite;
}

@keyframes rolling-burgers {
0% { bottom: 0; }
100% { bottom: -250%; }
}

@keyframes rolling-burgers-rev {
0% { top: 0; }
100% { top: -250%; }
}

.ad0 .title {
  position: absolute;
  left: 18%;
  top: 15%;
  width: 80%;
  height: auto;
  animation: linear title-shake 4s infinite;
}

@keyframes title-shake {
0%, 50%, 100% { transform: rotate(0deg) scale(1); }
25% { transform: rotate(-3deg) scale(1.1); }
75% { transform: rotate(3deg) scale(0.9); }
}

[[/module]] 

[[div class="ad0"]]
[[collapsible show=" " hide="关闭" folded="no"]]
[[div class="ad-container"]]

[[div class="countdown"]]
还需观看[[span class="cd"]]@@ @@[[/span]] 秒广告
[[/div]]

[[div class="ad-area"]]

[[div class="img-bg"]]
[[/div]]

[[div class="roller" style="--roller-left: 2%; --roller-img: url(https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/roll1.png);"]]
[[/div]]

[[div class="roller rev" style="--roller-left: 14%; --roller-img: url(https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/roll2.png);"]]
[[/div]]

[[div class="roller" style="--roller-left: 26%; --roller-img: url(https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/roll3.png);"]]
[[/div]]

[[div class="roller rev" style="--roller-left: 38%; --roller-img: url(https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/roll4.png);"]]
[[/div]]

[[div class="roller" style="--roller-left: 50%; --roller-img: url(https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/roll5.png);"]]
[[/div]]

[[div class="title"]]
[[image https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/cardgame-banner-2.png]]
[[/div]]

[[div class="trump"]]
[[image https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/trump-hidden.png]]
[[div class="says"]]
[[image https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/trump-says.svg]]
[[/div]]
[[/div]]
[[div class="intro"]]
代言人:SCP-████-B
[[/div]]

[[/div]]

[[/div]]
[[/collapsible]]
[[/div]]

[[module css]]

.ad1 .collapsible-block-unfolded {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 15rem;
  aspect-ratio: 3 / 2;
  background-color: #bbffff;
  z-index: 90;
  font-size: 110%;
  font-weight: bold;
}

.ad1 p {
  margin: 0;
}

.ad1 .collapsible-block-unfolded .collapsible-block-unfolded-link {
  position: relative;
  left: 0;
  top: 100%;
  transform: translate(0, -100%);
  z-index: 92;
}

.ad1 .collapsible-block-unfolded .collapsible-block-link {
  font-size: 80%;
  color: #00ffff;
  margin: 0.1rem;
  font-weight: normal;
}

.ad1 .collapsible-block-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-inline: 1em;
  box-sizing: border-box;
}

.ad1 .collapsible-block-content a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  z-index: 91;
}

.ad1 .ad-title {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ddffff;
  padding: 0.25em 0.5em;
}

.ad1 .ad-uso {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ddffff;
  padding: 0.25em 0.5em;
}

@media (max-width: 1024px) {
  .ad1 .collapsible-block-unfolded {
    height: 12rem;
  }
}

[[/module]]

[[div class="ad1"]]
[[collapsible show=" " hide="关闭" folded="no"]]

[[div class="ad-title"]]
疑动城堡
[[/div]]

[[div class="ad-uso"]]
↓
[[/div]]
@@ @@
[[size 120%]]天国建构完成之后,诸多信众便在数据层中定居下来。数据层的住民在数据流中日夜穿梭,自然不免有些疲累。一位住民向伯纳斯建言:「我们是要有……[[/size]]

[[>]]
点击以下载并阅读
[[/>]]

[*https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/%E4%BC%AF%E7%BA%B3%E6%96%AF%E7%A6%8F%E9%9F%B3_python%E8%AF%91%E6%9C%AC_%E7%AC%AC%E4%BA%8C%E7%AB%A0.py 这里]
[[/collapsible]]
[[/div]]

[[module css]]

.ad2 .collapsible-block-unfolded {
  position: fixed;
  left: calc(var(--header-width) + 1em);
  bottom: 1em;
  height: auto;
  width: auto;
  background-color: transparent;
  z-index: 80;
}

.ad2 p {
  margin: 0;
}

.ad2 .collapsible-block-unfolded .collapsible-block-unfolded-link {
  position: absolute;
  border-radius: 100%;
  background-color: white;
  left: 100%;
  bottom: 100%;
  height: 2rem;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 82;
}

.ad2 .collapsible-block-unfolded .collapsible-block-link {
  color: black;
  font-size: 150%;
}

.ad2 .intro {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  color: lightcoral;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  animation: my-anime 3s linear forwards infinite;
  text-shadow: 0 0 2px white;
  pointer-events: none;
}

@keyframes my-anime {
0%, 100% {color: lightcoral;}
33% {color: lightgreen;}
66% {color: lightblue;}
}

.ad2 .collapsible-block-content a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  z-index: 81;
}

@media (max-width: 1024px) {
  .ad2 .collapsible-block-unfolded {
    left: 1em;
  }
}

[[/module]]

[[div class="ad2"]]
[[collapsible show=" " hide="×" folded="no"]]
[[image https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/renji.gif style="width: 20em;"]]
[[div class="intro"]]
吃豆返现,等你来玩!
点击此处立即下载!
[[/div]]

[*https://scp-wiki-cn.wikidot.com/scp-cn-3620 这里]

[[/collapsible]]
[[/div]]

[[module css]]

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@100;300;400;500;700;900&display=swap');

.ad3 .collapsible-block-unfolded {
  position: fixed;
  left: var(--header-width);
  bottom: 0em;
  height: 15vh;
  height: 15dvh;
  width: calc(100% - var(--header-width));
  background-color: black;
  border-top: #9c67b5 solid 4px;
  z-index: 70;
}

.ad3 p {
  margin: 0;
}

.ad3 .collapsible-block-unfolded .collapsible-block-unfolded-link {
  position: absolute;
  right: 1rem;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 72;
}

.ad3 .collapsible-block-unfolded .collapsible-block-link {
  color: white;
  font-size: 150%;
}

.ad3 .griddy {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.ad3 .griddy img {
  height: 15vh;
  height: 15dvh;
  margin-inline: auto;
}

.ad3 .text {
  grid-area: 1 / 2 / span 1 / span 2;
  color: #ffdb00;
  font-size: 300%;
  font-weight: bold;
  letter-spacing: 0.5em;
  text-align: center;
  font-family: 'Noto Serif SC', serif;
}

.ad3 .collapsible-block-content a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  z-index: 71;
}

@media (max-width: 1024px) {
  .ad3 .collapsible-block-unfolded {
    left: 0;
    height: auto;
    max-height: 90vh;
    max-height: 90dvh;
    width: 100%
  }
  .ad3 .griddy {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
  .ad3 .text {
    font-size: 200%;
    grid-area: unset;
  }
}

[[/module]]

[[div class="ad3"]]
[[collapsible show=" " hide="×" folded="no"]]
[[div class="griddy"]]
[[image https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/J.gif]]

[[div class="text"]]
史·上·最·强·粪·游
[[/div]]

[[image https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-skips/J.gif]]
[[/div]]

[*https://scp-wiki-cn.wikidot.com/scp-cn-3301 这里]

[[/collapsible]]
[[/div]]

[[module css]]
.ad4 .collapsible-block-unfolded {
  position: fixed;
  right: 0em;
  top: 0em;
  width: 40rem;
  background-color: black;
  z-index: 60;
}

.ad4 p {
  margin: 0;
}

.ad4 .collapsible-block-unfolded .collapsible-block-unfolded-link {
  position: absolute;
  left: 0;
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  z-index: 62;
}

.ad4 .collapsible-block-unfolded .collapsible-block-link {
  color: gray;
  font-size: 150%;
  padding: 0.25em;
}

.ad4 .griddy {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: center;
}

.ad4 .griddy > * {
  text-align: center;
  font-size: 120%;
  padding-block: 0.25em;
}

.ad4 .shiny img {
  animation: shiny-anime 4s linear forwards infinite;
}

@keyframes shiny-anime {
0%, 100% { filter: hue-rotate(0deg); } 
50% {filter: hue-rotate(360deg);}
}

@media (max-width: 1024px) {
  .ad4 .collapsible-block-unfolded {
    width: 30rem;
  }
  .ad4 .griddy > * {
    font-size: 80%;
  }
}

[[/module]]

[[div class="ad4"]]
[[collapsible show=" " hide="×" folded="no"]]
[[div class="griddy"]]

[[div style="grid-area: 1 / 1 / span 1 / span 3; background-color: yellow; color: black; font-weight: 1000;"]]
老婆##red|不在家##,就上l2studio.gaming.org
[[/div]]

[[div class="shiny" style="grid-area: 1 / 4 / span 2 / span 1; background-color: black; color: white;"]]
[[image https://scp-wiki-cn.wdfiles.com/local--files/letters/L%C2%B2.png style="height: 3.4em;"]]
[[/div]]

[[div style="grid-area: 2 / 1 / span 1 / span 3; background-color: purple; color: white;"]]
Wondertainment电子游戏系列##lightgreen|免费##下载
[[/div]]

[[div style="grid-area: 3 / 1 / span 1 / span 2; background-color: orange; color: black; font-weight: bold; letter-spacing: 0.5em;"]]
OB二手游戏交易网站
[[/div]]

[[div style="grid-area: 3 / 3 / span 1 / span 2; background-color: white; color: black; font-weight: lighter;"]]
亿宁赛车 天翔工作室 打金返现
[[/div]]

[[div style="grid-area: 4 / 1 / span 1 / span 4; background-color: black; color: white; font-weight: normal;"]]
全球枢纽高速链接,多地代理节点##gold|**免费**##试用,注册即送##gold|**3**##小时
[[/div]]

[[div style="grid-area: 5 / 1 / span 1 / span 1; background-color: white; color: gray; font-weight: 1000;"]]
Geegaw.inc
[[/div]]

[[div style="grid-area: 5 / 2 / span 1 / span 3; background-color: #e87474; color: black; font-weight: bold;"]]
##white|A&A##诚招设计,实习生月薪##white|4万##起,欢迎加入我们!→
[[/div]]

[[/div]]
[[/collapsible]]
[[/div]]

@@ @@

[[=]]
[[include :scp-wiki-cn:component:license-box
|lang=CN
|author=breaddddd,Sharia Vanilla
|]]

此处仅列出非站点成员制作的图像。

[[div class="blockquote"]]
**文件名:** food.png
**图像作者:** IIya
**授权协议:** CC BY-3.0
**来源链接:** https://transparenttextures.com/
[[/div]]

[[div class="blockquote"]]
**文件名:** monopoly.jpg
**图像作者:** jcesar713
**授权协议:** CC0
**来源链接:** https://pixabay.com/photos/bank-real-estate-custom-3691564/
[[/div]]

[[div class="blockquote"]]
**文件名:** trophy.jpg
**图像作者:** tda
**授权协议:** Pixabay License
**来源链接:** https://pixabay.com/illustrations/ai-generated-trophy-cup-award-8248622/
[[/div]]

[[div class="blockquote"]]
**文件名:** universe.jpg
**图像作者:** geralt
**授权协议:** CC0
**来源链接:** https://pixabay.com/illustrations/universe-person-silhouette-stars-1044107/
[[/div]]

[[div class="blockquote"]]
**文件名:** yining-race.jpg
**图像作者:** analogicus
**授权协议:** Pixabay License
**来源链接:** https://pixabay.com/photos/car-racing-race-track-n%C3%BCrburgring-8728913/
**备注:** 有修改。
[[/div]]

[[div class="blockquote"]]
**文件名:** dream_island.jpg
**图像作者:** flutie8211
**授权协议:** Pixabay License
**来源链接:** https://pixabay.com/illustrations/santorini-greece-island-9445228/
**备注:** 有修改。
[[/div]]

[[div class="blockquote"]]
**文件名:** ambrose.jpg
**图像作者:** Pexels
**授权协议:** CC0
**来源链接:** https://pixabay.com/photos/restaurant-furniture-interiors-1837150/
**备注:** 有修改。
[[/div]]

[[div class="blockquote"]]
**文件名:** las-vegas.png
**图像作者:** mar-co
**授权协议:** CC0
**来源链接:** https://pixabay.com/photos/las-vegas-skyline-city-skyscraper-802193/
[[/div]]

[[div class="blockquote"]]
**文件名:** trump-says.png
**图像作者:** いらすとや
**授权协议:** CC0
**来源链接:** https://www.irasutoya.com/2016/02/blog-post_49.html
**备注:** 有修改。
[[/div]]


[[include :scp-wiki-cn:component:license-box-end]]
[[/=]]

@@ @@