贫困基金会 版式
2024年5月10日
修订 2
评分
4
↑ 4
↓ 0
支持率
100%
总票数 4
Wilson 95% 下界
51.0%
在相同票数下更稳健的支持率估计
争议指数
0.000
评分趋势
按周聚合 加载图表中...
最近修订
1 / 1
最近投票
1 / 1
相关页面
暂无推荐
页面源码
[[iftags +版式]]
[[include :scp-wiki-cn:credit:start-standalone]]
**标题:**贫困基金会 版式
**作者:**[[*user kskhorn]] & [[*user yzkrt]] & [[*user MikuKaneko]]
**创作年份:**2023
[[include :scp-wiki-cn:credit:end-standalone]]
此为为[[[poor-foundation-hub|贫穷基金会]]]设定所属文章设计的主题版式。该设定中不允许使用彩印,只有部分图片出于一些原因可以呈现出颜色[[footnote]]本规则可能妨碍需要使用彩色图片的场合,故有意开此特例。[[/footnote]],所以,在使用图片时请加工成黑白图片,或将图片放在{{@@[[div class="monochrome"]]@@}}和{{@@[[/div]]@@}}之间。{{.monochrome}}代码也可以用来在需要时将图片以外的要素变为黑白。
在你的作品开头添加如下语法以应用此版式:
[[div class="code"]]
@@[[include :scp-wiki-cn:theme:poor-foundation]]@@
[[/div]]
+ 示例
[[toc]]
[# 链接] [[a class="newpage"]]假链接[[/a]]
可通过五个连字符“@@-----@@”创建水平分割线。若它未被放在其他部件(诸如引用块)中,则会左右延伸贯穿页面。这种将文件分割为多个部分的线就是分割线。
-----
标题可通过在一行字起始处输入 1 至 6 个加号“+”来创建。
[[collapsible show="+ 标题" hide="- 标题"]]
+* 1 级标题
++* 2 级标题
+++* 3 级标题
++++* 4 级标题
+++++* 5 级标题
++++++* 6 级标题
[[/collapsible]]
[[tabview]]
[[tab 分页]]
此为分页(tab view)。[[footnote]]这是一个脚注。[[/footnote]]
[[/tab]]
[[tab 分页]]
看,这有更多文字。
多么精巧绝伦。
然后这个是[[span class="ruby"]]注示[[span class="rt"]]ruby[[/span]][[/span]]。
[[/tab]]
[[tab 长 Tab]]
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
[[/tab]]
[[tab 空 Tab]]
[[/tab]]
[[tab 空 Tab]]
[[/tab]]
[[tab 空 Tab]]
[[/tab]]
[[tab 空 Tab]]
[[/tab]]
[[tab 空 Tab]]
[[/tab]]
[[tab 空 Tab]]
[[/tab]]
[[/tabview]]
> 这是一个引用块,在一行字的起始处加上“> ”来创建。
>
> 更多文字
> -----
> 一条分割线
>
>> 嵌套引用块
------
[[collapsible show="+ 展开版式代码" hide="- 最小化"]]
[[code type="CSS"]]
/*
Poor Foundation Theme
[2023 Wikidot Theme]
Created for the Poor Foundation (poor-foundation-hab) by yzkrt, kskhorn
Based on 活人入棺 中心页 by Sekai_s
Edited by MikuKaneko
Licensed under the CC-BY SA 3.0
*/
#header h2::after,
#search-top-box,
#login-status,
#account-topbutton,
.top-bar,
.mobile-top-bar > *:not(.open-menu),
#side-bar .side-block,
#side-bar .scpnet-interwiki-wrapper,
#main-content > div:not(#page-content),
#page-content a,
div.page-rate-widget-box,
.creditButton,
.yui-nav,
.code,
#footer,
#license-area,
.monochrome {
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
::selection {
background-color: #cccccccc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #000;
}
#header {
background: none;
}
#header::before {
background: url("https://scp-jp.github.io/files/util/common/media/component/theme//logo.png") 10px 40px no-repeat;
background-size: 100px 100px;
content: "";
display: block;
height: 140px;
left: 0;
position: absolute;
top: 0;
width: 90%;
z-index: -1;
}
@media (max-width: 479px) {
#header::before {
background-position: 0 5.5em;
background-size: 55px 55px;
}
}
@media (min-width: 480px) and (max-width: 580px) {
#header::before {
background-position: .5em 4.5em;
background-size: 66px 66px;
}
}
@media (min-width: 581px) and (max-width: 767px) {
#header::before {
background-position: 1em 4em;
background-size: 77px 77px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
#header::before {
background-position: 1em 4em;
background-size: 88px 88px;
}
}
#header h1 a::before {
content: "贫困基金会";
color: #eee;
}
#header h1 a span {
font-size: 0;
}
div#header h2::after {
content: "素,惨,贫";
color: #f0f0c0;
font-weight: 700;
padding: 19px 0;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
white-space: pre;
}
div#header h2 span {
font-size: 0;
padding: 4px;
}
#header h1,
#header::before,
#header h2 {
-webkit-animation: flicker 10s infinite;
-o-animation: flicker 10s infinite;
animation: flicker 10s infinite;
}
#header::before {
-webkit-animation-delay: .1s;
-o-animation-delay: .1s;
animation-delay: .1s;
}
#header h2 {
-webkit-animation-delay: .2s;
-o-animation-delay: .2s;
animation-delay: .2s;
}
@keyframes flicker {
53% {
webkit-filter: brightness(100%);
filter: brightness(100%);
}
53.5% {
-webkit-filter: brightness(60%);
filter: brightness(60%);
}
54% {
-webkit-filter: brightness(80%);
filter: brightness(80%);
}
54.5% {
-webkit-filter: brightness(50%);
filter: brightness(50%);
}
55% {
-webkit-filter: brightness(100%);
filter: brightness(100%);
}
64% {
-webkit-filter: brightness(100%);
filter: brightness(100%);
}
64.5% {
-webkit-filter: brightness(40%);
filter: brightness(40%);
}
65% {
-webkit-filter: brightness(40%);
filter: brightness(40%);
}
65.5% {
-webkit-filter: brightness(80%);
filter: brightness(80%);
}
66% {
-webkit-filter: brightness(40%);
filter: brightness(40%);
}
96.5% {
-webkit-filter: brightness(40%);
filter: brightness(40%);
}
97% {
-webkit-filter: brightness(70%);
filter: brightness(70%);
}
97.5% {
-webkit-filter: brightness(40%);
filter: brightness(40%);
}
98% {
-webkit-filter: brightness(100%);
filter: brightness(100%);
}
}
div#container-wrap {
background-image: url("https://scp-jp-storage.wdfiles.com/local--files/file%3A7657035-73-0m0k/body_bg_grey.png");
background-repeat: repeat-x;
}
@media (max-width: 767px) {
#side-bar {
background: #9e9e9e;
}
}
.modalbox {
box-shadow: 0 2px 6px #33333380;
}
[[/code]]
[[/collapsible]]
[[/iftags]]
[[module CSS]]
@import url("https://scp-wiki-cn.wdfiles.com/local--code/theme%3Apoor-foundation/1");
[[/module]]