警告:
機密指定
財団データベースへの許可無きアクセスは固く禁止されています
違反者は追跡、特定、拘留されます
重要なお知らせ
Internet Explorerサポート終了について
サポート終了予定日: 2019年5月1日
上記予定日を以てSCP-JPにおけるIEのサポートを終了させて頂きます。
詳細はこちらのスレッドを参照ください⇒(SCP-JPのIEサポート打ち切りについて)
ニュース
SCP International
各国のサイト
SCP財団日本支部、及びSCP Foundationのメインテーマ Sigma-9 はAelanna氏によって制作され、クリエイティブ・コモンズ・ライセンス-表示-継承 3.0(CC-BY-SA)の元で使用されています。
/* 飛び出したZを隠す */ div#header { overflow: hidden; } /* Z本体 */ div#header h2:before, div#header h2:after, div#header h2 span:before, div#header h2 span:after { content: "Z"; font-size: calc(180% * 1.9 / 1.05); color: #eee; background: transparent; font-family: BauhausLTDemi, Arial, sans-serif; text-shadow: 3px 3px 5px #000; letter-spacing: 0.9px; position: absolute; top: 66px; left: 0; right: 0; margin: 0 auto; opacity: 0; } /* Zのアニメーション */ div#header h2:before { animation: smoky 6s 0s infinite both; } div#header h2 span:before { animation: smoky-mirror 6s 1.5s infinite both; } div#header h2:after { animation: smoky 6s 3s infinite both; } div#header h2 span:after { animation: smoky-mirror 6s 4.5s infinite both; } /* Zのアニメーションの定義 */ @keyframes smoky { 10% { text-shadow: 0 0 0 #666; color: #ddd; opacity: 1; } 60% { text-shadow: 0 0 40px #666; color: #ddd; opacity: 0; } to { transform: translate3d(15rem,-8rem,0) rotate(-40deg) skewX(70deg) scale(1.5); text-shadow: 0 0 20px #666; color: #ddd; opacity: 0; } } @keyframes smoky-mirror { 10% { text-shadow: 0 0 0 #666; color: #ddd; opacity: 1; } 60% { text-shadow: 0 0 40px #666; color: #ddd; opacity: 0; } to { transform: translate3d(18rem,-8rem,0) rotate(-40deg) skewX(-70deg) scale(2); text-shadow: 0 0 20px whitesmoke; opacity: 0; } } /* 枕 */ div#header h1 a span { font-size: 0px; display: block; position: absolute; width: calc(16px * 0.8 * 1.8 * 1.9 * 6); height: 95px; top: 25%; left: 0; right: 0; margin: auto; outline: 1px dashed #fff; outline-offset: -5px; padding: 5px; border-radius: 5px; background: radial-gradient(#fff 0, rgba(250,180,180,0.5) 100%); background: -webkit-radial-gradient(#fff 0, rgba(250,180,180,0.5) 100%); z-index: -1; } div#header h1 { transform: translateX(100px); } div#header h2 { transform: translateX(100px) translateY(-100px); } @media (max-width: 767px) { div#header h1, div#header h2 { transform: none; } } /* 布団 */ div[style="text-align: center; color: #600;"] + hr, div.unmargined[style="font-size: 400%; font-weight: bold; margin: 2px 0 5px;"] p { display: none; } div.unmargined[style="font-size: 400%; font-weight: bold; margin: 2px 0 5px;"]:before { content: "おやすみ"; } div.unmargined[style="font-size: 400%; font-weight: bold; margin: 2px 0 5px;"] + div.unmargined p { display: none; } div.unmargined[style="font-size: 400%; font-weight: bold; margin: 2px 0 5px;"] + div.unmargined:before { content: "起こさないでください"; } div.standalone { margin: 0; } div[style="text-align: center; color: #600;"] + hr + div.standalone { margin: 0 12.5%; padding: 0!important; } div[style="text-align: center; color: #600;"] + hr + div.standalone .collapsible-block { margin: 2em 2em 0; background: rgba(50,130,250,0.5); } div[style="text-align: center; color: #600;"] + hr + div.standalone, div[style="text-align: center; color: #600;"] + hr + div.standalone .collapsible-block, div[style="text-align: center; color: #600;"] + hr + div.standalone + div.standalone { border-radius: 10px 10px 0 0; } div[style="text-align: center; color: #600;"] + hr + div.standalone + div.standalone + div.standalone { border-radius: 0; border-bottom: none; box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25); } div[style="text-align: center; color: #600;"] + hr + div.standalone + div.standalone + div.standalone + div.standalone { border-radius: 0 0 10px 10px; border-top: none; box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px 20px rgba(255,255,255,0.25); } /* タイトルの真ん中寄せなど */ #header h1 { margin: 0 auto; float: none; text-align: center; } #header h2 { margin: 0 auto; clear: both; float: none; text-align: center; } /* SCP財団を非表示 */ div#header h1 a span { font-size: 0px; } /* 確保、収容、保護を非表示 */ div#header h2 span { color: transparent; text-shadow: none; padding: 0; } /* 疑似タイトル */ div#header h1 a:before { content: "SCP布団"; color: #eee; } div#header h1 a:after { content: "睡眠、睡眠、睡眠"; display: block; font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica; font-size: calc(16px * 0.8 * 1.05); font-weight: bold; color: #f0f0c0; padding: 19px 0; text-shadow: 1px 1px 1px rgba(0, 0, 0, .8); white-space: pre; } /* 各メディア毎のZと枕の大きさ */ @media (max-width: 410px) { div#header h2:before, div#header h2:after, div#header h2 span:before, div#header h2 span:after { font-size: calc(100% * 1.9 / 1.05 * 0.85); } div#header h1 a span { width: calc(16px * 0.8 * 0.75 * 1.9 * 5); top: 30%; height: calc(100px /1.8 * 0.75 + 20px); } } @media (max-width: 479px) { div#header h2:before, div#header h2:after, div#header h2 span:before, div#header h2 span:after { font-size: calc(100% * 1.9 / 1.05 * 0.95); } div#header h1 a span { width: calc(16px * 0.8 * 0.85 * 1.9 * 6); top: 30%; height: calc(100px /1.8 * 0.85 + 20px); } } @media (min-width: 480px) and (max-width: 580px) { div#header h2:before, div#header h2:after, div#header h2 span:before, div#header h2 span:after { font-size: calc(100% * 1.9 / 1.05 * 1.2); } div#header h1 a span { width: calc(16px * 0.8 * 1.2 * 1.9 * 6); height: calc(100px /1.8 * 1.2 + 20px); } } @media (min-width: 581px) and (max-width: 767px) { div#header h2:before, div#header h2:after, div#header h2 span:before, div#header h2 span:after { font-size: calc(100% * 1.9 / 1.05 * 1.4); } div#header h1 a span { width: calc(16px * 0.8 * 1.4 * 1.9 * 6); height: calc(100px /1.8 * 1.4 + 15px); } } @media (min-width: 768px) and (max-width: 979px) { div#header h2:before, div#header h2:after, div#header h2 span:before, div#header h2 span:after { font-size: calc(100% * 1.9 / 1.05 * 1.6); } div#header h1 a span { width: calc(16px * 0.8 * 1.6 * 1.9 * 6); } } /* 後で消すもの */ div#container-wrap { background: none; } div#header { background: none; } #top-bar a { color: #fff0f0; background: #fad0d0; } #top-bar ul li a { border-left: none; border-right: none; }
ページコンソール
批評ステータス
カテゴリ
SCP-JP本投稿の際にscpタグを付与するJPでのオリジナル作品の下書きが該当します。
本投稿の際にgoi-formatタグを付与するJPでのオリジナル作品の下書きが該当します。
本投稿の際にtaleタグを付与するJPでのオリジナル作品の下書きが該当します。
翻訳作品の下書きが該当します。
他のカテゴリタグのいずれにも当て嵌まらない下書きが該当します。
言語
EnglishРусский한국어中文FrançaisPolskiEspañolภาษาไทยDeutschItalianoУкраїнськаPortuguêsČesky繁體中文Việtその他日→外国語翻訳日本支部の記事を他言語版サイトに翻訳投稿する場合の下書きが該当します。
コンテンツマーカー
ジョーク本投稿の際にジョークタグを付与する下書きが該当します。
本投稿の際にアダルトタグを付与する下書きが該当します。
本投稿済みの下書きが該当します。
イベント参加予定の下書きが該当します。
フィーチャー
短編構文を除き数千字以下の短編・掌編の下書きが該当します。
短編にも長編にも満たない中編の下書きが該当します。
構文を除き数万字以上の長編の下書きが該当します。
特定の事前知識を求めない下書きが該当します。
SCPやGoIFなどのフォーマットが一定の記事種でフォーマットを崩している下書きが該当します。
シリーズ-JP所属
JPのカノンや連作に所属しているか、JPの特定記事の続編の下書きが該当します。
JPではないカノンや連作に所属しているか、JPではない特定記事の続編の下書きが該当します。
JPのGoIやLoIなどの世界観用語が登場する下書きが該当します。
JPではないGoIやLoIなどの世界観用語が登場する下書きが該当します。
ジャンル
アクションSFオカルト/都市伝説感動系ギャグ/コミカルシリアスシュールダーク人間ドラマ/恋愛ホラー/サスペンスメタフィクション歴史任意
任意A任意B任意C- portal:3427263 (01 Jun 2018 11:36)
コメント投稿フォームへ
批評コメントTopへ