基金会攻略WIKI

源页面
2025年5月26日
修订 2

核心指标

更新于 2025年11月6日
评分
33
↑ 35
↓ 2
支持率
95%
总票数 37
Wilson 95% 下界
82.3%
在相同票数下更稳健的支持率估计
争议指数
0.205

评分趋势

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

最近修订

1 / 1
编辑内容
5 个月前
修改标签
5 个月前
已新增标签:are-we-cool-yet, jp, 全球超自然联盟, 十周年overflow活动, 混沌分裂者, 石榴俱乐部, 第五教会, 艺术作品, 蒐集院, 蛇之手, 黑皇后。
创建页面
5 个月前

最近投票

1 / 4
2025-10-29
2025-07-23
2025-07-23
2025-07-22
2025-07-22
2025-07-18
2025-06-13
2025-05-31
2025-05-30
2025-05-30

页面源码

源码字符数 34810文字字数 2432
[[div class="oh__img"]]
[[image http://scp-jp-storage.wikidot.com/local--files/file:6611312-139-c248/all.png]]
[[/div]]
====
[[module css]]
.oh__img {
display:none;
}
[[/module]]

[[module css]]

/*
    SCPedia Theme
    [2021 Wikidot Theme]
    By EstrellaYoshte
    Based on:
       Paperstack Theme by EstrellaYoshte
*/
 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap');
@import url('https://scp-wiki.wdfiles.com/local--files/theme%3Ascpedia/linuxlibertine.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
 
/* ---- BASE ---- */
 
@media not screen and (max-width: 767px) {
    #content-wrap {
        margin: 2em 0 0;
        max-width: 100%;
    }
    #main-content {
        width: calc(100% - 15rem - 3rem);
        margin: 0 0 0 16.5rem;
        box-sizing: border-box;
    }
    #header {
         width: auto;
         max-width: calc(100% - 3rem);
    }
    #top-bar {
        width: 100%;
        max-width: 100%;
        right: 0;
    }
}
 
body {
    font-family: sans-serif, 'Roboto', sans-serif;
    color: #202122;
    background-color: #f6f6f6;
    background-image: linear-gradient(
        to bottom,
        #fff, #f6f6f6 140px,
        #f6f6f6 140px, #f6f6f6 100%);
}
 
/* ---- HEADER ---- */
 
div#container-wrap {
     background-image: none;
}
div#header {
    background-image: none;
    height: 100px;
}
 
#header h1, #header h2 { float: none; margin-left: 0; text-align: center; }
#header h2 { margin-top: -1.1rem; }
/* Hide the existing text */
#header h1 span, #header h2 span { font-size: 0; display: none; }
/* Style the new text */
#header h1 a::before, #header h2::before {
    color: black;
    font-family: 'linux_libertinesemibold', 'Georgia', serif;
    text-shadow: none;
}
 
#header h1 a::before {
  content: " ";
  font-size: 1.3em;
  font-weight: 240;
  display: inline-block;
  margin-top: -1.2rem;
}
#header h2::before {
  content: " ";
  font-size: 1.4em;
  text-indent: 0.5rem;
  display: inline-block;
  margin-top: -0.3rem;
}
 
div#extra-div-1 {
    height: 192px;
    width: 100%;
    top: 10px;
    position: absolute;
    background: var(--lgurl);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 2.5rem 50%;
    z-index: -1;
}
 
div#extra-div-2 {
    height: 115px;
    width: max-content;
    top: 1.65rem;
    left: 17.25rem;
    position: absolute;
    pointer-events: none;
}
div#extra-div-2::before, div#extra-div-2::after, #header h1 a::before, #header h2::before {
    color: black;
    font-family: 'Noto Sans SC', sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    color: #1288F8;
    /*font-family: 'linux_libertinesemibold', 'Georgia', serif;*/
    /*font-weight: 300;*/
    text-shadow: none;
    display: block;
    position: relative;
    text-align: center;
    height: 3rem;
}
div#extra-div-2::before {
    content: var(--header-title, "基金会攻略Wiki");
    font-size: 2.5rem;
}
div#extra-div-2::after {
    content: var(--header-subtitle, "Overflow!");
    font-size: 1.625rem;
}
 
@media (max-width: 767px) {
    div#extra-div-1 {
        top: 9px;
        height: 120px;
        background-position: 50% 50%;
        opacity: 0.25;
    }
   #header h1 a::before {
        content: var(--header-title, "基金会攻略Wiki");
    }
    #header h2::before {
       content: var(--header-subtitle, "Overflow!");
    }
    div#extra-div-2::before, div#extra-div-2::after { display: none; }
}
 
#login-status {
    color: #54595D;
    right: 0;
}
#login-status a, #login-status ul a, #login-status ul a:hover { color: #0645AD; }
#account-topbutton{ border: solid 1px #0645AD; }
 
/* ---- SEARCH ---- */
div#search-top-box {
    top: 2.1rem;
    right: -1px;
}
div#search-top-box form {
    display: flex;
    justify-content: flex-end;
}
 
div#search-top-box form input[type="text"]:not(:focus),
div#search-top-box form input[type="text"]:not(:focus):not(:hover) {
    color: transparent;
    cursor: pointer;
    display: none;
    width: 1.6rem;
    height: 1.6rem;
    box-sizing: border-box;
    border-radius: 0;
    background-position: center;
    background-size: 55%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M505%20442.7L405.3%20343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3%2044-79.7%2044-128C416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c48.3%200%2092.7-16.4%20128-44v16.3c0%206.4%202.5%2012.5%207%2017l99.7%2099.7c9.4%209.4%2024.6%209.4%2033.9%200l28.3-28.3c9.4-9.4%209.4-24.6.1-34zM208%20336c-70.7%200-128-57.2-128-128%200-70.7%2057.2-128%20128-128%2070.7%200%20128%2057.2%20128%20128%200%2070.7-57.2%20128-128%20128z%22%2F%3E%3C%2Fsvg%3E");
}
 
div#search-top-box form input[type="text"],
div#search-top-box form input[type="text"]:hover {
    background-color: #FDFDFD!important;
    color: #202122;
    display: inline-block;
    height: 1.6rem;
    width: 8rem;
    box-shadow: none;
    border: solid 1px #A2A9B1;
    border-radius: 0;
    transition: width .25s;
    outline: none;
}
 
div#search-top-box form input[type="submit"].button {
    display: block;
    height: 1.6rem;
    width: 1.6rem;
    border: solid 1px #A2A9B1;
    border-radius: 0;
    color: transparent;
    text-shadow: none;
    box-shadow: none;
    background-color: #fdfdfd;
background-position: center;
    background-size: 55%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M505%20442.7L405.3%20343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3%2044-79.7%2044-128C416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c48.3%200%2092.7-16.4%20128-44v16.3c0%206.4%202.5%2012.5%207%2017l99.7%2099.7c9.4%209.4%2024.6%209.4%2033.9%200l28.3-28.3c9.4-9.4%209.4-24.6.1-34zM208%20336c-70.7%200-128-57.2-128-128%200-70.7%2057.2-128%20128-128%2070.7%200%20128%2057.2%20128%20128%200%2070.7-57.2%20128-128%20128z%22%2F%3E%3C%2Fsvg%3E);
}
 
/* ---- TOP BAR ---- */
 
#top-bar { top: 6.75rem; }
div.top-bar { left: 1em; }
#top-bar, #top-bar a {
     color: #0645AD;
}
 
#top-bar ul li ul {
    border-bottom-width: 1px;
    border-color: #A2A9B1;
    box-shadow: none;
}
#top-bar ul li a {
    color: #0645AD;
    background-image: linear-gradient(to bottom, rgba(167,215,249,0) 0, rgba(167,215,249,0.2) 100%);
    border-left: solid 1px #A7D7F9;
    border-right: solid 1px #A7D7F9;
}
#top-bar ul li.sfhover a,
#top-bar ul li a:hover {
    background: white; /* top bar hover background color */
    color: #0645AD;
    border-left: solid 1px #A7D7F9;
    border-right: solid 1px #A7D7F9;
}
 
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
   border-top-color: #A2A9B1;
   background-color: #f6f6f6;
}
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    color: #0645AD;
}
 
/* ---- SIDE BAR ---- */
#side-bar {
    background-color: #F6F6F6;
    top: 3.4em;
}
 
#side-bar .side-block.media > * {
    display: flex;
    justify-content: space-evenly;
}
#side-bar .side-block.media::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.1rem;
    margin-top: 1.2em; margin-bottom: -1.5em;
    background: linear-gradient(to right, #f6f6f6, #C8CCD1 50%, #f6f6f6 100%);
}
#side-bar .side-block {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #F6F6F6 !important;
    padding: 2px;
}
#side-bar .heading {
    border: none;
    border-radius: 0;
    color: #54595D;
    font-size: 1.1rem;
    font-family: 'linux_libertinesemibold', 'Georgia', serif;
    padding: 0.2em 0;
    font-weight: normal;
}
#side-bar .heading::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.1rem;
    background: linear-gradient(to right, #f6f6f6, #C8CCD1 50%, #f6f6f6 100%);
}
.side-block .menu-item > .image {
    display: none;
}
#top-bar div.open-menu a {
    border-radius: 0;
    background-color: #EAECF0;
    color: #54595D;
    border: solid 1px #54595D;
}
 
@media (max-width: 767px) {
    #side-bar {
        left: -17rem;
        top: 0;
    }
    #side-bar .close-menu {
        transition: width 0.5s ease-in-out 0.1s,
        opacity 1s ease-in-out 0s;
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0; left: auto;
        background: rgba(0,0,0,0.3);
        z-index: -1;
        opacity: 0;
        pointer-events: none;
    }
    #side-bar:target .close-menu {
        width: calc(100% - 17rem);
        right: 0;
        opacity: 1;
        pointer-events: auto;
    }
    #side-bar {
        top: 0;
    }
    #side-bar .heading {
        padding-left: 1em;
        margin-left: -1em;
    }
}
 
/* ---- CONTENT CONTAINER STYLING---- */
 
#main-content {
    box-sizing: border-box;
    background-color: #fff;
    padding: 1rem;
    border: solid 1px #A7D7F9;
    top: -1.55rem;
}
 
#page-options-container {
    padding: 0.4em;
    margin-top: 1rem;
    background-color: #F6F6F6;
    border: solid 1px #A2A9B1;
}
#page-options-container #page-options-bottom a,
#page-options-container #page-options-bottom-2 a {
    padding: 0 1px;
}
#page-options-container #page-options-bottom a::before,
#page-options-container #page-options-bottom-2 a::before {
    content: " ";
    border-left: solid 1px #A2A9B1;
    margin-right: 0.56rem;
}
#page-options-container #page-options-bottom a:first-of-type::before,
#page-options-container #page-options-bottom-2 a:first-of-type::before {
    content: none;
}
 
/* ---- TABS ---- */
 
/* ---- YUI TAB BASE ---- */
.yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit}
 
/* ---- YUI TAB CUSTOMIZATION ----*/
 
 .yui-navset .yui-nav,
 .yui-navset .yui-navset-top .yui-nav{
     display: flex;
     flex-wrap: wrap;
     width: calc(100% - .125rem);
     margin: 0 auto;
     border-color: #DDDDFF;
     box-shadow: none;
}
 .yui-navset .yui-nav a, /* ---- Link Modifier ---- */
 .yui-navset .yui-navset-top .yui-nav a{
     color: #0645AD;
    /* ---- Tab Background Colour | [UNSELECTED] ---- */
     background-color: #F6F6F6;
     border: unset;
     box-shadow: none;
     box-shadow: none;
}
 .yui-navset .yui-nav a:hover,
 .yui-navset .yui-nav a:focus {
     color: #0645AD;
    /* ---- Tab Background Colour | [HOVER] ---- */
     background-color: #DDDDFF;
}
 .yui-navset .yui-nav a:hover {
     text-decoration: underline;
}
 .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */
 .yui-navset .yui-navset-top .yui-nav li{
     position: relative;
     display: flex;
     flex-grow: 2;
     max-width: 100%;
     margin: 0;
     padding: 0;
     color: #ffffff;
     background-color: #ffffff;
     border: solid 1px #ffffff; border-bottom: none; border-top-width: 2px;
     box-shadow: none;
}
 .yui-navset .yui-nav li a,
 .yui-navset-top .yui-nav li a,
 .yui-navset-bottom .yui-nav li a{
     display: flex;
     align-items: center;
     justify-content: center;
     width: 100%;
}
 .yui-navset .yui-nav li em{
     border: unset;
}
 .yui-navset .yui-nav a em,
 .yui-navset .yui-navset-top .yui-nav a em{
     padding: .35em .75em;
 
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
}
 .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */
 .yui-navset .yui-navset-top .yui-nav .selected{
     flex-grow: 2;
     margin: 0;
     padding: 0;
    /* ---- Tab Background Colour | [SELECTED] ---- */
     background-color: #DDDDFF;
}
 .yui-navset .yui-nav .selected a,
 .yui-navset .yui-nav .selected a em{
     border: none;
}
 .yui-navset .yui-nav .selected a{
     width: 100%;
     color: #0B0080;
}
 .yui-navset .yui-nav .selected a:focus,
 .yui-navset .yui-nav .selected a:active{
     color: #0B0080;
     background-color: #DDDDFF;
}
 #page-content .yui-navset .yui-content {
    background-color: #FDFDFD;
    box-shadow: none;
    border: solid 1px #A2A9B1;
}
 .yui-navset .yui-content,
 .yui-navset .yui-navset-top .yui-content{
     padding: .5em;
     border: none;
}
 
/* ---- Link Color ---- */
 
a, #side-bar a { color: #0645AD; }
a:active, #side-bar a:active { color: #FAA700; }
a:visited, #side-bar a:visited { color: #0B0080; }
a:visited:active, #side-bar a:visited:active { color: #BB6633; }
 
/* ---- INFO PANE ---- */
 
#page-content .creditRate{
    margin: unset;
    margin-bottom: 4px;
}
#page-content .rate-box-with-credit-button {
    background-color: #FBFBFB;
    border: solid 1px #FBFBFB;
    box-shadow: none;
    border-radius: 0;
    padding: 2px;
    border: solid 1px #A2A9B1;
}
 
div.creditButton p a {
    color: #202122;
    border: none;
}
 
.rate-box-with-credit-button .cancel {
    border: solid 1px #FBFBFB;
}
 
.rate-box-with-credit-button .page-rate-widget-box {
    border: none;
}
 
#page-content .modalbox h2 { border-bottom-width: 0px; }
#page-content .modalbox {
    border: solid 1px #A2A9B1;
    border-radius: 0;
    box-shadow: none;
}
 
/* ---- PAGE RATING ---- */
 
.page-rate-widget-box {
    box-shadow: none;
    margin: unset;
    margin-bottom: 4px;
    border-radius: 0;
    padding: 2px;
    background-color: #FBFBFB;
    border: solid 1px #A2A9B1;
}
 
div.page-rate-widget-box .rate-points {
    background-color: #FBFBFB;
    color: #202122;
    border: solid 1px #FBFBFB;
    border-radius: 0;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: #FBFBFB;
    border-top: solid 1px #FBFBFB;
    border-bottom: solid 1px #FBFBFB;
}
 
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: transparent;
    color: #202122;
}
 
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: #DDDDFF;
}
 
.page-rate-widget-box .cancel {
    background: transparent;
    background-color: #FBFBFB;
    border: solid 1px #FBFBFB;
    border-radius: 0;
}
 
.page-rate-widget-box .cancel a {
    color: #202122;
}
.page-rate-widget-box .cancel a:hover {
    background: #DDDDFF;
    border-radius: 0;
}
 
/* ---- PAGE ELEMENTS ---- */
 
#page-title, .meta-title {
    color: black;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 600;
    font-size: 2em;
    padding-bottom: 0.06em;
    border-color: #A2A9B1;
}
 
#page-content h1, #page-content h2, #page-content h3, #page-content h4, #page-content h5, #page-content h6 {
    /*border-bottom: solid 1px #A2A9B1;*/
    color: black;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: bold;
    margin-top: 0.8rem;
    margin-bottom: 0rem;
    padding-bottom: 0.1em;
    display: flow-root;
}
 
hr {
    background-color: #A2A9B1;
}
 
blockquote, div.blockquote, #toc {
    background-color: #FFF;
    border: solid 0px #A2A9B1;
    width: 72%;
    margin-left: auto; margin-right: auto;
    box-sizing: border-box;
}
#page-content #toc {
    min-width: 13.25em;
    max-width: 30em;
    padding: 0.625em 0.5em;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
#toc .title {
    order: 0;
    padding: 0;
}
#toc-action-bar {
    order: 1;
    width: max-content;
    font-size: 90%;
    margin-left: 0.25em;
}
#toc-action-bar::before { content: "["; }
#toc-action-bar::after { content: "]"; }
#toc-list {
    order: 2;
    flex-basis: 100%;
    line-height: 1.375;
    margin: 0.375em 0 0 0;
}
@media (max-width: 767px) {
    blockquote, div.blockquote, #toc { width: 96%; }
}
.code {
    background-color: #FBFBFB;
    border: solid 1px #A2A9B1;
}
 
.scp-image-block {
    border: solid 4px #F8F9FA;
    box-shadow: 0px 0px 0px 1px #C8CCD1;
    box-sizing: border-box;
}
.scp-image-block img {
    border: solid 1px #C8CCD1;
    box-sizing: border-box;
}
.scp-image-block .scp-image-caption {
    background-color: #F8F9FA;
    border-top: solid 4px #F8F9FA;
}
.scp-image-block.block-left { margin-left: 0; }
.scp-image-block.block-right { margin-right: 0; }
@media (max-width: 540px) {
  .scp-image-block.block-left, .scp-image-block.block-right {
    float: none; clear: both; margin-left: auto; margin-right: auto;
  }
}
 
#page-content .wiki-content-table tr th {
    border: solid 1px #A2A9B1;
    background-color: #EAECF0;
    /* set border for table title */
}
#page-content .wiki-content-table tr td {
    border: solid 1px #A2A9B1;
    background-color: #F8F9FA;
    /* set border for table content */
}
 
.footnotes-footer .title {
    border-bottom: solid 1px #A2A9B1;
    color: black;
    font-family: 'linux_libertinesemibold', 'Georgia', serif;
    font-weight: normal;
    font-size: 1.2rem;
    margin-top: 0.8rem; margin-bottom: 0.8rem;
    padding-bottom: 0.1em;
    display: flow-root;
}
a.footnoteref::before { content:"["; }
a.footnoteref::after { content:"]"; }
 
.hovertip {
    background-color: #FDFDFD !important;
    border: solid 1px #A2A9B1 !important;
}
 
a.bibcite {
    vertical-align: super;
    font-size: 0.85em;
    margin-top: -1em;
}
a.bibcite::before { content: "["; }
a.bibcite::after { content: "]"; }
 
/* ---- PAGE TAGS ---- */
 
#main-content .page-tags {
    background-color: #FDFDFD;
    border: solid 1px #A2A9B1;
    padding: 5px;
    display: flex;
    align-items: stretch;
}
.page-tags::before {
    content: "Tag";
    font-size: 90%;
    font-weight: bold;
    background-color: #DDDDFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    margin-right: 0.7em;
    box-shadow: 0 0 0 2px #DDDDFF;
}
#main-content .page-tags span { border-top: none; max-width: 100%; align-self: center; }
 
/* ---- CUSTOM SYNTAX ---- */
 
.wikibox {
    background-color: #F8F9FA;
    border: solid 1px #A2A9B1;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.4em; padding-top: 0.2em; padding-bottom: 0.2em;
    float: right;
    clear: right;
    font-size: 88%;
    line-height: 1.5em;
    width: 16rem;
}
.wikibox hr { margin-left: -0.4em; margin-right: -0.4em; }
@media (max-width: 540px) {
    .wikibox {
        float: none; clear: both; margin-left: auto; margin-right: auto;
    }
}
 
.capt {
    display: flow-root;
    /*margin: 0.5em;*/
    font-size: 80%;
    padding: 10px;
    font-weight: bold;
    text-align: left;
    padding-left: 50px;
    margin-bottom: -0.4rem;
}
.capt.blue { background-color: #ddeeff; }
.capt.grey { background-color: #DEDEE2; }
.capt.lavender { background-color: #E6E6FA; }
.capt.cyan { background-color: #ABDFEE; }
 
.oheader {
    background-color: #FBFBFB;
    border: solid 1px #A2A9B1;
    width: 65%;
    margin: 1rem auto;
    clear: both;
    padding: 8px;
    box-sizing: border-box;
}
.oheader.yellow { border-left: solid 12px #f5c32e; }
.oheader.orange { border-left: solid 12px #F28500; }
.oheader.red { border-left: solid 12px #B32424; }
@media (max-width: 767px) {
    .oheader {
        width: 90%;
    }
}
 
.s-title {
    font-size: 116%;
    font-weight: bold;
    margin-top: 0.4rem; margin-bottom: 0.4rem;
}
 
/* ---- Wikimodule Integration ---- */
 
div.collection .collapsible-block-unfolded-link a , div.collection .collapsible-block-folded a {
    background-color: #CCCCFF;
    color: #0645AD;
}
th.namerow, th.titlecolumn {
    background-color: #DDDDFF;
}
 
/* ---- MISC ---- */
 
div#action-area h1 {
    border-bottom: solid 1px #A2A9B1;
    color: black;
    font-family: 'linux_libertinesemibold', 'Georgia', serif;
    font-weight: normal;
    margin-top: 0.8rem; margin-bottom: 0.8rem;
    padding-bottom: 0.1em;
}
 
#footer, #footer a {
    background: transparent;
    color: #54595D;
}
 
#odialog-container h1 {
    color: black;
    font-family: 'linux_libertinesemibold', 'Georgia', serif;
    font-weight: normal;
}
 
/*------*/
 
:root {
    --lgurl: url("http://scp-jp-storage.wikidot.com/local--files/file:4052664-4-vbf6/scp-logo.svg");
}
 
/* ---- MOBILE QUERY ---- */
 
@media screen and (max-width: 767px) {
    #main-content {
        max-width: calc(100% - 2rem);
        margin: 0 auto;
        top: -1.125rem;
    }
}

[[/module]]






[[module css]]
#page-content {
  font-family: "MSゴシック", sans-serif;
}


@media (max-width: 767px) {
  #main-content {
    margin: 0 2em;
  }
  #page-content {
    font-size: 115%;
  }
}

#page-content .top-wrapper {
  float: left;
  width: 60%;
}

@media (max-width: 1000px) {
  #page-content .top-wrapper {
    float: none;
    width: 100%;
  }
}

#page-content .top-wrapper #toc {
  width: 20rem!important;
}

@media (max-width: 767px) {
  #page-content .top-wrapper #toc {
    width: 75vw!important;
  }
}

#page-content .top-wrapper #toc .title,
#page-content .top-wrapper #toc #toc-action-bar a {
  font-size: 0px!important;
  text-align: left!important;
}

#page-content .top-wrapper #toc .title::after {
  font-size: 18px!important;
  content: "目次"!important;
  display: inline-block!important;
}

#page-content .top-wrapper #toc .title::before {
  font-size: 18px!important;
  content: "\f0c9"!important;
  margin-right: 0.3rem!important;
  font-family: "FontAwesome"!important;
  display: inline-block!important;
}

#page-content .details {
  float: right;
  width: 30%;
  padding: 20px;
  border: solid 1px #708090;
  background: #F5FFFA;
  text-align: center;
}

@media (max-width: 1000px) {
  #page-content .details {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  #page-content .details img {
    max-width: 400px;
    width: 90%;
  }
}

@media (max-width: 767px) {
  #page-content .scp-image-block {
    clear: both;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}

#page-content .bottom-wrapper {
  width: 100%;
  float: left;
}
[[/module]]



[[module css]]

.school {
    font-family: meiryo, meiryo ui, verdana, arial, helvetica, Sans-Serif;
    color: inherit;
    background-color: #def;
    padding: 1em;
    border: 0;
    margin: 0 0 0.5em;
}

.school {
    display: block;
    font-size: 1em;
    margin-block-start: 0.83em;
    /*margin-block-end: 0.83em;*/
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    /*padding-left: 4em;*/
}

.kosyo1 {
    content: "";
    background-image: http://kihaku-na-sonzai.wikidot.com/local--files/picturefile/%E8%B2%A1%E5%9B%A3%E3%80%80%E7%AB%8B%E3%81%A1%E7%B5%B5%E3%81%AE%E3%82%B3%E3%83%92%E3%82%9A%E3%83%BC.png;
    position: absolute;
    background: #9de5ff;
    width: 50px;
    height: 50px;
}

h3 {
    font-family: meiryo, meiryo ui, verdana, arial, helvetica, Sans-Serif;
    border-bottom: 3px solid #def;
    border-top: 1px solid #def;
    border-left: 10px solid #def;
    border-right: 5px solid #def;
    color: inherit;
    background-color: #fff;
    padding: 0.3em;
    margin: 0 0 0.5em;
}

#page-content .wiki-content-table tr td {
    background-color: #def;
}

table.wiki-content-table td {
    padding: 0.3em 0.3em;
}

.image-container {
    padding: 0em;
}

#page-title{
    display: none;
}

.page-rate-widget-box .cancel a{
    color: #000!important;
}
[[/module]]




[[include :scp-wiki-cn:credit:start-standalone]]
**标题:**基金会攻略WIKI
**作者:**[[*user hitsujikaip]]、[[*user karathh]]、[[*user kihaku]]、[[*user of96m]]、[[*user n_djamena]]、[[*user rui_take]]
**完成年份:**2024
[[include :scp-wiki-cn:credit:end-standalone]]


[[=image http://scp-jp-storage.wikidot.com/local--files/file:6611312-139-c248/all.png]]


[[toc]]

[[span class="kosyo1"]][[/span]][[span class="school"]]
++ 阿尔忒弥西亚学园
[[/span]]


+++ SoCP

[[<]]

[[table class="wiki-content-table" style="width:100%;"]]

[[row]]
[[cell style="width:9em; background-color: #00969640"]]
学生
[[/cell]]

[[cell style="width:9em; background-color: #00969640"]]
光环
[[/cell]]

[[cell style="background-color: #00969640"]]
简介
[[/cell]]
[[/row]]


[[row]]
[[cell]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:7069044-246-wqei/財団%20face.jpg]]
= [[[main|基金会]]]
[[/cell]]

[[cell style="background-color: #222222;"]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:7069044-250-o2mv/SCP%20メラム.jpg]]
[[/cell]]

[[cell]]




[[include :scpsandboxcn:draft:7069044-71-e170
|title=详情
|namae=基金会
|name=The Foundation
|school=收容保护派
|image=http://scp-jp-storage.wikidot.com/local--files/file:7069044-243-j54t/財団%20uplord.jpg
|role=突击
|battle-position=前排
|class=坦克
|weapon-type=SMG
|school=收容保护派
|grade=2年级学生
|club=SoCP
|old=17岁
|birthday=??
|stature=165cm
|designer=kihaku
|illustrator=kihaku
|information=收容保护派所属,SoCP的议长。负责统筹管理SoCP所属的学生,以控制、收容、保护异常事物为行动宗旨。因为平时不怎么表露情绪,所以被GOC称为**“死板的技术宅”**,被蛇之手称为**“狱卒”**,经常和她们吵架。
]]



 


[[/cell]]
[[/row]]


[[row]]
[[cell]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:6611312-138-vd9m/face.jpg]]
= [[[https://scp-wiki-cn.wikidot.com/system:page-tags/tag/蒐集院|蒐集院]]]
[[/cell]]

[[cell style="background-color: #222222;"]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:6611312-137-upv2/melam.jpg]]
[[/cell]]

[[cell]]

[[include :scpsandboxcn:draft:7069044-71-e170
|title=详情
|namae=蒐集院
|name=Shūshū-In
|school=收容保护派
|image=http://scp-jp-storage.wikidot.com/local--files/file:6611312-136-f50y/small.jpg
|role=突击
|battle-position=后排
|class=辅助
|weapon-type=MT/大筒
|grade=3年级学生
|club=SoCP
|old=18岁
|birthday=??
|stature=155cm
|designer=hitsujikaip
|illustrator=hitsujikaip
|information=收容保护派所属,SoCP的议员。作为SoCP中的增益提供者兼火力攻击手活跃于一线,同时也是维护收容保护派风纪的标杆。虽然对基金会有一定程度的信任,但也有存在芥蒂的地方。平日里行事风格大大咧咧,但实际上是深谙古代咒术的大姐头。
]]

[[/cell]]
[[/row]]




[[/table]]

[[/<]]

+++ 其他
[[table class="wiki-content-table" style="width:100%;"]]

[[row]]
[[cell style="width:9em; background-color: #00969640"]]
学生
[[/cell]]

[[cell style="width:9em; background-color: #00969640"]]
光环
[[/cell]]

[[cell style="background-color: #00969640"]]
简介
[[/cell]]
[[/row]]


[[row]]
[[cell]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:7069044-247-re2v/財団5000%20face.jpg]]
= [[[scp-5000|基金会*歧路]]]
[[/cell]]

[[cell style="background-color: #222222;"]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:7069044-251-zlfv/SCP5000%20メラム.jpg]]
[[/cell]]

[[cell]]
[[include :scpsandboxcn:draft:7069044-71-e170
|title=详情
|namae=基金会*歧路
|name=The Foundation*diverge
|school=收容保护派
|image=http://scp-jp-storage.wikidot.com/local--files/file:7069044-244-svgm/%E8%B2%A1%E5%9B%A3diverge%20uplord.jpg
|role=突击
|battle-position=前排
|class=输出
|weapon-type=MG/MP7
|grade=3年级学生
|club=无所属
|old=18岁
|birthday=??
|stature=165cm
|designer=kihaku
|illustrator=kihaku
|information=**曾是**收容保护派,SoCP的议长。2020年1月2日,突然改变其方针。向所有组织发送“我们的新任务将为灭除全人类。”的宣言,并释放收容的异常,或将其作为武器使用。其行动动机至今成谜。与几乎所有GoI处于敌对状态。
]]
[[/cell]]
[[/row]]

[[/table]]


@@@@
@@@@
@@@@


[[span class="kosyo1"]][[/span]][[span class="school"]]
++ 苏尔兹海姆联合学园
[[/span]]

+++ 理事

[[table class="wiki-content-table" style="width:100%;"]]


[[row]]
[[cell style="width:9em; background-color: #00969640"]]
学生
[[/cell]]

[[cell style="width:9em; background-color: #00969640"]]
光环
[[/cell]]

[[cell style="background-color: #00969640"]]
简介
[[/cell]]
[[/row]]


[[row]]
[[cell]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:4137401-22-uxss/GOCアイコン.png]]
= [[[goc-hub-page|GOC]]]
[[/cell]]

[[cell style="background-color: #222222;"]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:4137401-24-n8ep/GOCヘイロー.png]]
[[/cell]]

[[cell]]


[[include :scpsandboxcn:draft:7069044-71-e170
|title=详情
|namae=全球超自然联盟
|name=Global Occult Coalition
|school=毁灭派
|image=http://scp-jp-storage.wikidot.com/local--files/file:4137401-20-okof/GOC.png
|role=突击
|battle-position=后排
|class=输出
|weapon-type=MG/MG5
|grade=3年级学生
|club=理事
|old=18岁
|birthday=??
|stature=178cm
|designer=n_djamena
|illustrator=n_djamena
|information=毁灭派所属,108议会的统括议长。统率108议会的强势御姐。以“人类物种的存续”和“彻底毁灭无法控制的异常”为行动宗旨。一旦遇见目标则是先开火再确认。因方针和理念的不同,经常与基金会和蛇之手吵架。
]]


[[/cell]]
[[/row]]



[[/table]]

+++ 议会

@@@@
@@@@
@@@@



[[span class="kosyo1"]][[/span]][[span class="school"]]
++ 梅埃蒂塔综合学院
[[/span]]

+++ 司书会

[[table class="wiki-content-table" style="width:100%;"]]


[[row]]
[[cell style="width:9em; background-color: #00969640"]]
学生
[[/cell]]

[[cell style="width:9em; background-color: #00969640"]]
光环
[[/cell]]

[[cell style="background-color: #00969640"]]
简介
[[/cell]]
[[/row]]


[[row]]
[[cell]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:6631541-10-hs9x/serpent%20icon]]
= [[[serpent-s-hand-hub|蛇之手]]]
[[/cell]]

[[cell style="background-color: #222222;"]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:6631541-10-31hd/serpent%20halo]]
[[/cell]]

[[cell]]

[[include :scpsandboxcn:draft:7069044-71-e170
|title=详情
|namae=蛇之手
|name=Serpent's Hand
|school=揭露派
|image=http://scp-jp-storage.wikidot.com/local--files/file:6631541-10-zqvb/serpent%20full
|role=突击
|battle-position=后排
|class=输出
|weapon-type=SR/M24 SWS
|grade=3年级学生
|club=司书会
|old=18岁
|birthday=??
|stature=165cm
|designer=rui_take
|illustrator=rui_take
|information=披露・利用派所属,掌管合并的下猛犸学校司书团的会长。虽屡遭收容保护派与毁灭派的袭击,但还是通过隐秘的门径,为了向所有人共享异常事物的信息而行动。看起来她卓越才能的背后少不了司书干部的鼎力支持……?
]]

[[/cell]]
[[/row]]




[[row]]
[[cell]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:6631541-12-ed64/queen%20icon]]
= [[[black-queen-hub|黑皇后]]]
[[/cell]]

[[cell style="background-color: #222222;"]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:6631541-13-znoy/queen%20halo]]
[[/cell]]

[[cell]]

[[include :scpsandboxcn:draft:7069044-71-e170
|title=详情
|namae=黑皇后
|name=Black Queen
|school=揭露派
|image=http://scp-jp-storage.wikidot.com/local--files/file:6631541-11-wkr8/queen%20full
|role=支援
|battle-position=后排
|class=辅助
|weapon-type=LG/电磁炮
|grade=?年级学生
|club=司书会
|old=??岁
|birthday=??
|stature=??cm
|designer=rui_take
|illustrator=rui_take
|information=披露・利用派所属,确认为蛇之手司书会所属成员,但未见其有显著功绩。不过据说黑皇后总是在蛇之手身边,常常有看到两人在一起的情报,所以坊间有“蛇之手很中意黑皇后”的传闻。
]]

[[/cell]]
[[/row]]

[[/table]]


+++ ████

[[table class="wiki-content-table" style="width:100%;"]]

[[row]]
[[cell style="width:9em; background-color: #00969640"]]
学生
[[/cell]]

[[cell style="width:9em; background-color: #00969640"]]
光环
[[/cell]]

[[cell style="background-color: #00969640"]]
简介
[[/cell]]
[[/row]]



[[row]]
[[cell]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:4137401-21-g7lv/第五アイコン.png]]
= [[[fifthist-hub|第五教会]]]
[[/cell]]

[[cell style="background-color: #222222;"]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:4137401-23-s0xo/第五ヘイロー.png]]
[[/cell]]

[[cell]]

[[include :scpsandboxcn:draft:7069044-71-e170
|title=详情
|namae=第五教会
|name=Fifthist
|school=利用派
|image=http://scp-jp-storage.wikidot.com/local--files/file:4137401-19-mmo3/第五.png
|role=支援
|battle-position=前排
|class=辅助
|weapon-type=HG/托卡列夫TT-33
|grade=1年级学生
|club=??
|old=17岁
|birthday=5月5日
|stature=168cm
|designer=n_djamena
|illustrator=n_djamena
|information=披露・利用派所属的元气辣妹,今天也在充满活力的传播第五主义。也许是因为其独特的思考方式,她经常收集五角形的东西。顺带一提,闪闪发光的东西令她非常开心。她的爱枪托卡列夫似乎每天都会更换涂装。
]]

[[/cell]]
[[/row]]

[[/table]]

+++ 美食家

[[table class="wiki-content-table" style="width:100%;"]]

[[row]]
[[cell style="width:9em; background-color: #00969640"]]
学生
[[/cell]]

[[cell style="width:9em; background-color: #00969640"]]
光环
[[/cell]]

[[cell style="background-color: #00969640"]]
简介
[[/cell]]
[[/row]]



[[row]]
[[cell]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:8603738-10-gkmt/石榴_アイコン.jpg]]
= [[[https://scp-wiki-cn.wikidot.com/system:page-tags/tag/石榴俱乐部|石榴俱乐部]]]
[[/cell]]

[[cell style="background-color: #222222;"]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:8603738-11-rti7/石榴_メラム.jpg]]
[[/cell]]

[[cell]]

[[include :scpsandboxcn:draft:7069044-71-e170
|title=详情
|namae=石榴俱乐部
|name=Sekiryū Club
|school=利用派
|image=http://scp-jp-storage.wikidot.com/local--files/file:8603738-9-x1eg/石榴_全身.jpg
|role=突击
|battle-position=中排
|class=治疗
|weapon-type=AR/勃朗宁BAR MK III
|grade=?年级学生
|club=美食家
|old=17岁
|birthday=??
|stature=158cm
|designer=of96M
|illustrator=of96M
|information=披露・利用派所属,表面上是文静的淑女,实则对人肉烹饪怀有非凡热忱。虽然她与社会上的饮食价值观有偏差,但本人却并不在意。现和美食爱好者聚在一起作为“美食家”的一员。
]]

[[/cell]]
[[/row]]

[[/table]]

+++ Forma Artis

[[table class="wiki-content-table" style="width:100%;"]]

[[row]]
[[cell style="width:9em; background-color: #00969640"]]
学生
[[/cell]]

[[cell style="width:9em; background-color: #00969640"]]
光环
[[/cell]]

[[cell style="background-color: #00969640"]]
简介
[[/cell]]
[[/row]]



[[row]]
[[cell]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:5018858-57-p11q/GoI擬人化-AWCY-アイコン%28背景あり%29]]
= [[[are-we-cool-yet-hub|AWCY?]]]
[[/cell]]

[[cell style="background-color: #222222;"]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:5018858-57-vv8m/GoI擬人化-AWCY-メラム%28背景あり%29]]
[[/cell]]

[[cell]]

[[include :scpsandboxcn:draft:7069044-71-e170
|title=详情
|namae=AWCY?
|name=Are We Cool Yet?
|school=利用派
|image=http://scp-jp-storage.wikidot.com/local--files/file:5018858-57-d29r/GoI擬人化-AWCY-全身%28背景あり%29
|role=突击
|battle-position=后排
|class=输出
|weapon-type=RL/RPG-7
|grade=1年级学生
|club=Forma Artis
|old=16岁
|birthday=??
|stature=149cm
|designer=Karathh
|illustrator=Karathh
|information=披露・利用派所属,总是带着爱枪RPG到各地进行(非法)艺术活动。无论是自家还是别家的校园用地都无所谓,留下了许多作品,所以各个学校对她都是见即开火。见到她的时候大都是因为在努力地进行艺术活动而被追赶,又因为本人身手矫捷所以罕有被捕。
]]

[[/cell]]
[[/row]]

[[/table]]
@@@@
@@@@
@@@@



[[span class="kosyo1"]][[/span]][[span class="school"]]
++ 其他学校
[[/span]]


+++ ████

[[<]]

[[table class="wiki-content-table" style="width:100%;"]]

[[row]]
[[cell style="width:9em; background-color: #00969640"]]
学生
[[/cell]]

[[cell style="width:9em; background-color: #00969640"]]
光环
[[/cell]]

[[cell style="background-color: #00969640"]]
简介
[[/cell]]
[[/row]]


[[row]]
[[cell]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:7069044-248-l4kj/CI%20face.jpg]]
= [[[chaos-insurgency-hub|混沌分裂者]]]
[[/cell]]

[[cell style="background-color: #222222;"]]
[[=image http://scp-jp-storage.wikidot.com/local--files/file:7069044-249-ie6w/CI%20メラム.jpg]]
[[/cell]]

[[cell]]

[[include :scpsandboxcn:draft:7069044-71-e170
|title=详情
|namae=混沌分裂者
|name=Chaos・Insurgency
|school=████
|image=http://scp-jp-storage.wikidot.com/local--files/file:7069044-245-4q05/CI%20uplord.jpg
|role=突击
|battle-position=前排
|class=输出
|weapon-type=AR/AR15
|grade=1年级学生
|club=??
|old=16岁
|birthday=??
|stature=155cm
|designer=kihaku
|illustrator=kihaku
|information=虽然曾是收容保护派所属,但因方向性不同而叛离。虽然带着突击步枪,但其位置不是后排而是前排,这是因为她经常会把平时伪装成吉他箱的枪箱当做钝器来用。另外,有时候也会用突击步枪。经常嚼糖。
]]

[[/cell]]
[[/row]]

[[/table]]
[[/<]]