7happy7 21 66cc

警告:

機密指定

財団データベースへの許可無きアクセスは固く禁止されています
違反者は追跡、特定、拘留されます


重要なお知らせ

現在SCP-JP上のファイルサイズ規制中。

100kb以下のみアップロード可能とします。

詳細はこちら

重要なお知らせ

 Internet Explorerサポート終了について

サポート終了予定日: 2019年5月1日

上記予定日を以てSCP-JPにおけるIEのサポートを終了させて頂きます。
詳細はこちらのスレッドを参照ください⇒(SCP-JPのIEサポート打ち切りについて


SCP International

int.png SCP-INT — International Translation Archive

SCP財団の国際的コミュニティのための集会場。各国の記事を英訳して掲載するサイトです。翻訳はこちら


各国のサイト

us.png SCP-EN — SCP Foundation

英語のSCPサイトで、SCP財団の本家です。翻訳はこちら

ru.png SCP-RU — SCP Foundation (Russian Branch)

ロシア語のサイトです。SCP-RUは一番歴史が長い翻訳サイトです。翻訳はこちら

kr.png SCP-KO — SCP 재단

韓国語のサイトです。翻訳はこちら

cn.png SCP-CN — SCP基金会

中国語のサイトです。翻訳はこちら

fr.png SCP-FR — Fondation SCP

フランス語のサイトです。翻訳はこちら

pl.png SCP-PL — SCP Polska Filia

ポーランド語のサイトです。翻訳はこちら

es.png SCP-ES — La Fundación SCP

スペイン語のサイトです。翻訳はこちら

th.png SCP-TH — สถาบัน SCP

タイ語のサイトです。翻訳はこちら

de.png SCP-DE — SCP Deutschland

ドイツ語のサイトです。翻訳は こちら

it.png SCP-IT — Fondazione SCP

イタリア語のサイトです。翻訳は こちら

ua.png SCP-UA — SCP Foundation(Ukraine Branch)

ウクライナ語のサイトです。翻訳はこちら

pt.png SCP-PT/BR — Lusófona Branch

ポルトガル語のサイトです。翻訳は こちら


SCP財団日本支部、及びSCP Foundationのメインテーマ Sigma-9Aelanna氏によって制作され、クリエイティブ・コモンズ・ライセンス-表示-継承 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でのオリジナル作品の下書きが該当します。

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 7happy7's portal does not exist.


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


利用ガイド

  1. portal:3427263 (01 Jun 2018 11:36)
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License