産業爆鳴

記事カテゴリが未定義です。
ページコンソールよりカテゴリを選択してください。

/*
    최종책임자 CSS 테마
    [2021 Wikidot Theme]
    Based on SCP Sigma 9 Theme created by Aelanna and Dr Devan.
    Code adopted from Pataphysics Department Theme's CSS spinner by Woedenaz.
    Code adopted from Black Highlighter Theme and Dustjacket Theme created by Woedenaz.
*/
 
@charset "utf-8";
@font-face { font-family: 'YES24'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_13@1.0/YES24.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'Busan'; font-style: normal; font-weight: 400; src: url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/govs/busan/Busan/Busan.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/govs/busan/Busan/Busan.woff') format('woff');}
@import url('https://fonts.googleapis.com/css2?family=Play:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans');
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic');
 
:root {
  --hr: #0C0005;
}
 
html {
  overflow-x:hidden;
}
 
/* ------------ HEADER ------------*/
 
div#container-wrap {
  background: url(http://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/body_bg_1.png) top left repeat-x;
}
 
#content-wrap {
  margin: 4em auto 0 !important;
}
@media(max-width: 767px) {
  #content-wrap {
    margin-top: 5em !important;
  }
}
 
#header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background: none;
}
 
#header #header-extra-div-1 {
  z-index: -1;
  width: 265px;
  height: 265px;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  margin-top: -44px;
}
 
#header #header-extra-div-1::before{
  z-index: -1;
  content: "";
  width: 265px;
  height: 265px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  flex: 1;
}
 
#header #header-extra-div-1::before{
  z-index: -1;
  background-image: url(http://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/logo_SCP.png);
  animation: cont-spin 40s linear infinite;
}
 
#header #header-extra-div-2 {
  width: 500px;
  height: 55px;
  background: url(http://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/top_bg_2.png) top center no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 162px;
  z-index: 3;
}
 
#header #header-extra-div-3 {
  position: absolute;
  top: -69px; left: 0; right: 0;
  height: 300px;
  background: url(http://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/logo_KO.png) center no-repeat;
  background-size: 260px;
  z-index: -1;
}
 
#header h1 {
  margin-left: 0;
  padding: 0;
  clear: both;
  float: none;
}
 
#header h2 {
  margin-left: 0;
  padding: 0;
  clear: both;
  float: none;
}
 
#header h1 a {
  color: transparent;
  font-size: 0px;
  font-family: 'YES24', 'Yusei Magic', sans-serif;
  letter-spacing: 0.5px;
}
 
#header h1 a::before {
  display: inline-block;
  width: 100%;
  text-align: center;
  content: "대한민국 지역사령부";
  color: #FFF;
  font-size: 50px;
  text-shadow: 1px 1px 3px black;
}
 
#header h2 span {
  color: transparent;
  font-size: 0px;
  font-family: 'Play', 'Busan', 'YES24', sans-serif;
}
 
#header h2 span::before {
  display: inline-block;
  width: 100%;
  text-align: center;
  content: "제01K기지 내부 데이터베이스";
  color: #EEE;
  font-size: 20px;
  text-shadow: 1px 1px 1.5px black;
  padding-top: 10px;
}
 
#login-status {
  position: absolute;
  left: 0px;
  top: 10px;
  overflow: visible;
  z-index:30;
}
 
#account-topbutton {
  display: none;
}
 
#search-top-box {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 250px;
  text-align: right;
  z-index: 50;
}
 
#search-top-box-form input[type=submit], #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus {
  color: transparent;
  width: 35px;
  height: 22px;
}
 
#search-top-box-form::before {
  pointer-events: none;
  position: absolute;
  top: 1px;
  right: 8px;
  content: "검색";
  font-size: 13px;
  font-weight: 200;
  font-family: 'IBM Plex Sans', 'Noto Sans KR', sans-serif;
  color: #EEE;
  z-index: 100;
}
 
#top-bar {
  width: 100%;
  top: 162px;
  z-index: 20;
 
  display: flex;
  justify-content: center;
}
 
.top-bar {
  position: absolute;
}
 
.mobile-top-bar{
  position: relative;
  margin: 0 auto;
  margin-top: -1em;
}
 
@media (min-width: 768px) {
  #top-bar {
    left: 0px;
  }
}
 
@media (max-width: 767px) {
  #header h1 a::before {
    font-size: 45px;
  }
  #header h2 span::before {
    padding-top: 5px;
  }
}
 
@media (max-width: 479px) {
  #login-status {
    font-size: 0px;
  }
  #login-status .printuser {
    font-size: 12px;
  }
 
  #header h1 a::before {
    font-size: 35px;
  }
  #header h2 span::before {
    padding-top: 0;
  }
}
 
@media (max-width: 385px) {
  .mobile-top-bar {
    width: auto;
  }
}
 
/*------------ TITLE & BODY ------------*/
 
#page-title, h1 {
  font-family: 'YES24', sans-serif;
  font-size: 28px;
  font-weight: 500;
}
 
#page-title {
  border-color: #A01;
}
 
h2 {
  font-family: 'YES24', sans-serif;
  font-weight: 300;
  color: #901;
}
 
h3 {
  font-family: 'Play', 'Busan', 'YES24', sans-serif;
  font-weight: 100;
  color: #333;
}
 
body {
  font-family: 'Noto Sans KR', sans-serif;
  overflow-x:hidden;
}
 
#side-bar {
  font-family: 'YES24', 'IBM Plex Sans', 'Noto Sans KR', sans-serif;
}
#side-bar div.menu-item a, #side-bar .heading,
#side-bar .collapsible-block-folded,
#side-bar .collapsible-block-unfolded,
#side-bar .collapsible-block-link  {
  letter-spacing: 0.5px;
  font-weight: 400;
}
 
#page-content hr {
  height: 2px;
  border: 0;
  background-color: transparent;
  background: url(http://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/hr.png) center no-repeat;
  background-size: 100% 2px;
}
 
#page-content .modalbox hr,
#page-content .ko-footer hr {
  margin: 1em 0;
  height: 1px;
  background: var(--hr);
}
 
#page-content .ko-footer {
  margin-top: 3em;
}
 
.preview-message {
  z-index: 200;
}
 
@media (min-width: 768px) {
  #page-content:not(.page-rate-widget-box) {
    font-size: 1.05em;
  }
}
 
/*------------ YUI-TABS ------------*/
.yui-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
 
.yui-nav li {
  display: flex;
  flex-grow: 2;
  margin: 0;
}
 
.yui-nav li a {
  width: 100%;
  text-align: center;
}
 
.yui-navset .yui-content {
  border: none;
  border-bottom: 2px solid #641527;
  background-color: #F9F9F9;
  padding: 15px;
}
 
.yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a {
  background:#FFF url(http://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/logo_KO.png) repeat-x;
  border-top: solid #641527 2px;
  border-left: solid #EDD 1px;
  border-right: solid #EDD 1px;
  border-bottom: none;
  color:#000;
}
 
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
  background: linear-gradient(to bottom, #782637,#641527); /* selected tab background */
  color: #FFF;
}
 
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
  background: #DDD;
  text-decoration: none;
}
 
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
  border-color: #641527;
}
 
/*------------ RATING ------------*/
 
.page-rate-widget-box .rateup, .page-rate-widget-box .ratedown {
  background-color: #FFF;
}

애니메이션 키프레임

@keyframes cont-spin{
  from{
    transform: rotate(360deg);
  }
  to{
    transform: rotate(0deg);
  }
}

SCP 서식 요소

#page-content .content hr {
  margin: -0.8em 0 -0.7em 0;
  height: 1px;
  background: var(--hr);
}
 
#page-content hr {
  margin: 1em 0 1em 0;
  height: 1px;
  background: var(--hr);
}
 
#side-bar hr, #page-content .modalcontainer .modalbox hr, #page-content blockquote hr {
  margin: 1em;
}
 
h2 {
  margin-bottom: 15px;
}
 
.header-kologo {
  display: flex;
  justify-content: center;
  background: url(http://scpko.wdfiles.com/local--files/thd-glasses-hub/scp_ko_bg.png) center no-repeat;
  background-size: 600px;
  -webkit-background-size: 600px;
  height: 500px;
}
 
.header-kologo h1 {
  font-size: 250%;
  color: #000;
}
 
.quotebox {
  border: 2px solid #999;
  background: #F4F4F4;
  width: 90%;
  margin: 1.5em auto;
  padding: 0.5em 1.5em 1.5em 1.5em;
}
 
.inner {
  width: auto;
  margin: 0.2em auto;
  margin-bottom: 1.5em;
}
 
.quotebox a {
  color: black;
  font-weight: bold;
}
 
.quotecontent {
  text-align: justify;
}
 
.quotecontent a {
  color: #b01;
  font-weight: normal;
}
 
.footnotes-footer .title {
  color: #901;
  text-align: center;
  border-bottom: 1px solid var(--hr);
  padding-bottom: 3px;
}
 
@media (max-width: 767px) {
  .creditRate {
    margin-right: 0 !important;
  }
 
  .header-kologo {
    background-size: calc(100vw - 2em) auto;
    -webkit-background-size: calc(100vw - 2em) auto;
  }
 
  .header-kologo h1 {
    font-size: 200%;
  }
 
  .margin {
    display: none;
  }
 
  .quotebox {
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    padding-bottom: 1.5em;
  }
 
  .inner {
    padding: 0.5em 1.5em 1.5em 1.5em;
  }
}

다크 버전

:root {
  --hr: #A01;
}
 
div#container-wrap {
  background: #211 url(http://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/body_bg_2.png) top left repeat-x;
}
 
#header #header-extra-div-2 {
  background: url(http://scpko.wdfiles.com/local--files/theme%3Athe-buck-stops-here/top_bg_0.png) top center no-repeat;
}
 
#interwiki .side-block, #side-bar .side-block { background-color: #222 !important; border-color: #901; }
#interwiki .a, #side-bar a { color: #901; }
#interwiki .heading, #side-bar .heading { color: #901; border-bottom: solid 1px #901; }
#side-bar .collapsible-block-folded, #side-bar .collapsible-block-unfolded-link { border-bottom: solid 1px #901; }
#side-bar img { filter: grayscale(1) brightness(0.5); transition: all 0.5s; }
#side-bar img:hover { filter: none; transition: all 0.5s; }
 
body {
  color: #EEE;
}
 
a, a:visited {
  color: #b01;
}
 
blockquote, div.blockquote, .modalbox, .quotebox, .owindow,
.hovertip, .info, #lock-info, .side-block, .scp-image-caption, .preview-message {
  color: #333;
}
 
.quotebox {
  opacity: 0.95;
}
 
#page-content blockquote hr,
#page-content .blockquote hr {
  background: #AAA;
}

—]

評価: 0+x
blank.png

Factory.jpg

タティウス・インシデント以前のSCP-XXXX-JP。


特別収容プロトコル

説明

SCP-XXXX-JPは、異常な技術による超常物品の量産が可能であった工業建築物です。タティウス・インシデントにより現在の位置に移動するまでは、SCP-XXXX-JPは大韓民国の全羅北道群山市に位置する一般的な工場として偽装されていました。SCP-XXXX-JPは現在大部分が損壊しており、かつて製造ラインの要を担っていたと見られる異常な機械群は破損・整備不良・経年劣化などの理由により多くが機能停止に陥っています。

1024px-Bagua-name-earlier.svg.png

八卦先天図

SCP-XXXX-JPの構造は度重なる増設と拡張によって非合理的な多数の建築要素1が無計画に付け加えられていたにもかかわらず、上方から俯瞰した際に多少の歪みを伴った八卦先天図の形状を保っていました。

中央部の陰陽太極に当たる円形の領域にはパノプティコンシステム2に基づいて設計されたと考えられている建造物が存在し、大型配管や送電線、真鍮製伝声管などによってSCP-XXXX-JP各所と歪に接続されています。壁面の金属板に"管理 - 工場長室"と表記されているこの建造物からは、8つに分けられたSCP-XXXX-JPの区画を一望することが可能となっていました。以下はそれぞれの区画についての簡単な解説です。

第一区画: 本来のSCP-XXXX-JPでは南(先天八卦図における"けん")に位置していた区画で、壁面の金属板には"寄宿舎 - 総合房"と表記されています。この区画はSCP-XXXX-JPで働く労働者の収容のために設計されたと推定されており、6000人前後の人員を不衛生な状況下で低コストに雑居させることが意図されていました。しかしながら、排泄物などの生体的痕跡から推定される実際の居住者数はこれを大幅に超える過密なものであったことが判明しています。

第二区画: 本来は南東(先天八卦図における"")に位置していた区画で、壁面の金属板には"生産 - "と表記されています。

第三区画: 本来は東(先天八卦図における"")に位置していた区画で、壁面の金属板には"生産 - "と表記されています。

第四区画: 本来は東北(先天八卦図における"しん")に位置していた区画で、壁面の金属板には"生産 - "と表記されています。

第五区画: 本来は南西(先天八卦図における"そん")に位置していた区画で、壁面の金属板には"生産 - "と表記されています。

第六区画: 本来は西(先天八卦図における"かん")に位置していた区画で、壁面の金属板には"生産 - "と表記されています。

第七区画: 本来は北西(先天八卦図における"ごん")に位置していた区画で、壁面の金属板には"生産 - "と表記されています。

第八区画: 本来は北(先天八卦図における"こん")に位置していた区画で、壁面の金属板には"出荷 - "と表記されています。

また、"管理 - 工場長室"からは


補遺.XXXX-JP.1 > 経緯

SCP-XXXX-JPは韓国政府によって超常産業を育成する

1997年

超常産業災害が工場の塀を超え、一般市民にまで大きな被害を与えた事件

ファイルページ: 工場

ソース: https://www.pexels.com/ja-jp/photo/755787/
ライセンス: パブリックドメイン/CC0

タイトル: 夕空 発電所
著作権者: Michael Pech
公開年: 2017
補足:
Pexelsは2018年にCC0から再配布禁止の独自ライセンスに移行しましたが、こちらはライセンス移行前にアップロードされた作品です。

https://www.flickr.com/photos/poisonbabyfood/3598244765/in/photostream/
https://www.flickr.com/photos/poisonbabyfood/3598244735/in/photostream/
https://www.flickr.com/photos/poisonbabyfood/3598219319/in/photostream/
https://commons.wikimedia.org/wiki/File:Engine_room_of_%27St_Essylt%27_(16415293916).jpg
https://commons.wikimedia.org/wiki/File:FMIB_37234_Arbre_de_Couche_au_Tour_Horizontal_(Forges_et_Chantiers_de_la_Mediterranee).jpeg
https://commons.wikimedia.org/wiki/File:Nyomd%C3%A1szm%C5%B1hely_az_1930-as_%C3%A9vek_k%C3%B6zep%C3%A9n._Fortepan_9236.jpg
https://commons.wikimedia.org/wiki/File:73736697_10272341_factories_maryevans_26562483.jpg
https://commons.wikimedia.org/wiki/File:Kloos_draaierij.jpg
https://commons.wikimedia.org/wiki/Category:Jeollabuk-do?uselang=ja
https://www.flickr.com/photos/13939889@N07/29430813954/
https://commons.wikimedia.org/wiki/File:Goslar_-_UNESCO-Weltkulturerbe_Rammelsberg_Erzaufbereitung_(Haus_A)_(04-2).jpg
https://commons.wikimedia.org/wiki/Category:Hyperart_Thomasson?uselang=ja
https://pixabay.com/ja/photos/%e6%a5%ad%e7%95%8c-%e6%97%a5%e6%b2%a1-%e6%b1%9a%e6%9f%93-%e5%a4%95%e6%9a%ae%e3%82%8c-1752876/
https://pixabay.com/ja/photos/%e7%85%99-%e7%85%99%e7%aa%81-%e6%b1%9a%e6%9f%93-%e5%96%ab%e7%85%99-258786/

http://scp-jp.wikidot.com/1998-hub
http://scp-jp.wikidot.com/scp-748
http://scp-jp.wikidot.com/scp-001-o5
http://scp-jp.wikidot.com/scp-750
http://scp-jp.wikidot.com/scp-3352
http://scp-jp.wikidot.com/twistedgears-kaktus-proposal
http://scp-jp.wikidot.com/scp-2844
http://scp-jp.wikidot.com/scp-2951
http://scp-jp.wikidot.com/factory-hub
http://scp-jp.wikidot.com/the-manager
http://scp-jp.wikidot.com/the-king-company-textile-plant
http://scp-jp.wikidot.com/12talesaboutafactory
http://scp-jp.wikidot.com/recruitment-drive-28126
http://scp-jp.wikidot.com/archives-f
https://scpincjp.wiki.fc2.com/wiki/%E4%BC%9A%E7%A4%BE%E6%83%85%E5%A0%B1
http://scp-jp.wikidot.com/scp-2933
http://scp-jp.wikidot.com/scp-112-ko
http://scp-jp.wikidot.com/a-shift-at-the-factory
http://scp-jp.wikidot.com/lux
http://scp-jp.wikidot.com/scp-744

http://scp-jp.wikidot.com/scp-5024
http://scp-jp.wikidot.com/scp-2610
http://scp-jp.wikidot.com/scp-1730

http://scp-jp.wikidot.com/secure-facility-dossier-site-64k
http://scp-jp.wikidot.com/abnormal-powerful-disorderly-spiritual
http://scp-jp.wikidot.com/nexus-series
http://scp-wiki.wikidot.com/the-green-machine
http://scp-jp.wikidot.com/scp-2380-jp
http://scp-jp.wikidot.com/who-is-the-best
http://scp-jp.wikidot.com/system:page-tags/tag/%E9%9C%A7%E6%B4%A5#pages
http://scp-jp.wikidot.com/joint-statement-12-05-2017
http://scp-jp.wikidot.com/scp-3871
http://scp-jp.wikidot.com/log-of-extranormal-events-jp/name/10081


ページコンソール

カテゴリ

SCP-JP

本投稿の際にscpタグを付与するJPでのオリジナル作品の下書きが該当します。

GoIF-JP

本投稿の際にgoi-formatタグを付与するJPでのオリジナル作品の下書きが該当します。

Tale-JP

本投稿の際にtaleタグを付与するJPでのオリジナル作品の下書きが該当します。

翻訳

翻訳作品の下書きが該当します。

その他

他のカテゴリタグのいずれにも当て嵌まらない下書きが該当します。

コンテンツマーカー

ジョーク

本投稿の際にジョークタグを付与する下書きが該当します。

アダルト

本投稿の際にアダルトタグを付与する下書きが該当します。

既存記事改稿

本投稿済みの下書きが該当します。

イベント

イベント参加予定の下書きが該当します。

フィーチャー

短編

構文を除き数千字以下の短編・掌編の下書きが該当します。

中編

短編にも長編にも満たない中編の下書きが該当します。

長編

構文を除き数万字以上の長編の下書きが該当します。

事前知識不要

特定の事前知識を求めない下書きが該当します。

フォーマットスクリュー

SCPやGoIFなどのフォーマットが一定の記事種でフォーマットを崩している下書きが該当します。


シリーズ-JP所属

JPのカノンや連作に所属しているか、JPの特定記事の続編の下書きが該当します。

シリーズ-Other所属

JPではないカノンや連作に所属しているか、JPではない特定記事の続編の下書きが該当します。

世界観用語-JP登場

JPのGoIやLoIなどの世界観用語が登場する下書きが該当します。

世界観用語-Other登場

JPではないGoIやLoIなどの世界観用語が登場する下書きが該当します。

ジャンル

アクションSFオカルト/都市伝説感動系ギャグ/コミカルシリアスシュールダーク人間ドラマ/恋愛ホラー/サスペンスメタフィクション歴史

任意

任意A任意B任意C

ERROR

The stengan774's portal does not exist.


エラー: stengan774のportalページが存在しません。利用ガイドを参照し、portalページを作成してください。


利用ガイド

  1. portal:5644609 (21 Sep 2019 10:04)
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License