オンガード43 ハブ

このページの批評は終了しました。

特に何もなければ11月頃に投稿する予定なので、大規模な査読コメントを投げる場合は予め予告ポスト等を入れてくださいますと幸いです。

/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */
 
#top-bar .open-menu a {
        position: fixed;
        bottom: 0.5em;
        left: 0.5em;
        z-index: 15;
        font-family: san-serif;
        font-size: 30px;
        font-weight: 700;
        width: 30px;
        height: 30px;
        line-height: 0.9em;
        text-align: center;
        border: 0.2em solid #888 !important;
        background-color: #fff !important;
        border-radius: 3em;
        color: #888 !important;
        text-decoration: none!important;
}
 
@media (min-width: 768px) {
 
    .mobile-top-bar {
        display: block;
    }
 
    .mobile-top-bar li {
        display: none;
    }
 
    #main-content {
        max-width: 708px;
        margin: 0 auto;
        padding: 0;
        transition: max-width 0.2s ease-in-out;
    }
 
    #side-bar {
        display: block;
        position: fixed;
        top: 0;
        left: -25em;
        width: 17em;
        height: 100%;
        background-color: rgb(184, 134, 134);
        overflow-y: auto;
        z-index: 10;
        padding: 1em 1em 0 1em;
        -webkit-transition: left 0.5s ease-in-out 0.1s;
        -moz-transition: left 0.5s ease-in-out 0.1s;
        -ms-transition: left 0.5s ease-in-out 0.1s;
        -o-transition: left 0.5s ease-in-out 0.1s;
        transition: left 0.5s ease-in-out 0.1s;
    }
 
    #side-bar:after {
        content: "";
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
 
    }
 
    #side-bar:target {
        display: block;
        left: 0;
        width: 17em;
        margin: 0;
        border: 1px solid #dedede;
        z-index: 10;
    }
 
    #side-bar:target + #main-content {
        left: 0;
    }
 
    #side-bar:target .close-menu {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.3) 1px 1px repeat;
        z-index: -1;
    }
}
:root {
    --timeScale: 1;
    --timeDelay: 0s;
}
 
/* Converting middle divider from box-shadow to ::before pseudo-element */
.anom-bar > .bottom-box { box-shadow: none!important; }
.anom-bar > .bottom-box::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0.5rem;
    background-color: rgb(var(--black-monochrome, 12, 12, 12));
    transform: translateY(-0.74rem);
}
 
/* DIVIDER */
.anom-bar > .bottom-box::before {
    animation-name: divider;
    animation-duration: calc(0.74s * var(--timeScale));
    animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
}
 
/* CLASSIFIED LEVEL BARS */
div.top-center-box  > * {
    animation-name: bar;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); }
 
/* TOP TEXT */
div.top-left-box, div.top-right-box {
    clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%);
}
 
div.top-left-box > *, div.top-right-box > * {
    position: relative;
    animation-name: bottomup;
    animation-duration: calc(0.65s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/*-----------------------------------*/
/*-----------------------------------*/
 
/* CONTAINMENT, DISRUPTION, RISK CLASSES */
div.text-part > * {
    clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation-name: expand2;
    animation-duration: calc(0.5s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.text-part > :nth-child(1) {
    animation-name: expand1;
}
div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); }
 
div.main-class::before, div.main-class::after {
    animation-name: iconslide;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 /* BOTTOM TEXT */
div.main-class > *,  div.disrupt-class > *, div.risk-class > * {
    white-space: nowrap;
    animation-name: flowIn;
    animation-duration: calc(0.42s * var(--timeScale));
    animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/*-----------------------------------*/
/*-----------------------------------*/
 
/* DIAMOND */
div.arrows {
    animation-name: arrowspin;
    animation-duration: calc(0.7s * var(--timeScale));
    animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.quadrants > * {
    animation-name: fade;
    animation-duration: calc(0.3s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.top-icon, div.right-icon, div.left-icon, div.bottom-icon {
    animation-name: nodegrow;
    animation-duration: calc(0.4s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.diamond-part {
    clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%);
    animation-name: diamondBorder;
    animation-duration: calc(0.8s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
    will-change: box-shadow;
}
 
/* MOBILE QUERY */
@media (max-width: 480px ) {
    .anom-bar > .bottom-box::before {
        display:none;
    }
    .anom-bar > .bottom-box {
        box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important;
    }
    div.top-center-box  > * {
        animation-name: bar-mobile;
        animation-duration: calc(0.9s * var(--timeScale));
    }
    div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
 
}
 
/*--- Motion Accessibility ---*/
@media screen and (prefers-reduced-motion: reduce) {
    div.anom-bar-container { --timeScale: 0!important; }
}
 
/*-------------------------*/
 
@keyframes divider {
    from { max-width: 0%;  }
    to { max-width: 100%; }
}
 
@keyframes bar {
    from { max-width: 0%; }
    to { max-width: 100%; }
}
@keyframes bar-mobile {
    from { max-height: 0%; }
    to { max-height: 100%; }
}
 
@keyframes bottomup {
    from { top: 100px; }
    to { top: 0; }
}
 
@keyframes expand1 {
    from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0); }
    to { opacity: 1; clip-path: inset(0); }
}
@keyframes iconslide {
    from { opacity: 0; transform: translateX(-5rem); }
    to { opacity: 1; transform: translateX(0); }
}
 
@keyframes expand2 {
    from { opacity: 0; width: 1%; }
    to { opacity: 1; width: calc(100% - 0.25rem); }
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1; }
}
 
@keyframes flowIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
 
@keyframes arrowspin {
    from { clip-path: circle(0%); transform: rotate(135deg); }
    to { clip-path: circle(75%); transform: rotate(0deg); }
}
@keyframes nodegrow {
    from { transform: scale(0);}
    to {  transform: scale(1);}
}
@keyframes diamondBorder {
    from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
    to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
}

OG43.png

鼠を防ぎ雨防ぐ (それに破片も防ぐ) この塹壕

In a rat-proof, rain-proof dug-out (and it's splinter-proof as well)

建てる資材の回収場所は 俺には教えられないが

Where we got the stuff to build it is a thing I mustn't tell,

頑健に作ってやったから 何が来ようと快適さ

But we've made it strong and solid, and we're cosy, rain or shine,

小さくたって幸せな 我らの塹壕は最前線

In our happy little dug-out on the firing line.

— エドガー・W・マッキンス
— Edgar W. McInnis

サイト-43へようこそ! 我々は変わり者です。

Welcome to Site-43! We're different.

おかたい箱に入った怖いモンスターをお探しですか? ではここは不向きでしょう。人々を残虐に使い潰したい? サイト-19に行ったほうが幸せです。穏やかな辺境の地でエキセントリックな学者に囲まれて過ごし、ちょっとクレイジーな収容技法を試してみたい? 我々がこの下でやっていることを見に来てください。

Looking for scary monsters in solid boxes? This place isn't for you. Looking to feed people into a meat grinder? You'll have better luck at Site-19. Looking for a relaxed backwater full of eccentric academics, and a chance to try out some crazier containment techniques? Come see what we get up to down below.

LHR2.png

何点か異動の前に知っておかなければならないことがあります。まず第一に、何か反射するものを身に着けてはいませんか? ガラスとか透明なプラスチックで出来たやつは? それらは没収いたします。いえ、ここに来る前に言われたはずです。ほら、敷地内を歩き回っているミラーモンスターがいるんですよ、素敵なことに、敢えてそうしているんです。

There's a few things you need to know before you get settled in. First of all, have you got any reflective objects on your person? Anything made of glass, or clear plastic? We're gonna have to confiscate those. No, they should have told you before you arrived. See, there's a mirror monster loose in the compound, and the best part is, that's intentional.

この場所に慣れるには多少時間がかかるかもしれませんね。セクション間地下鉄に乗って、ヒューロン湖中心の取水ポイント ナイン・フォーを見に行ってみませんか? 全面ガラス張りで、最高の眺めなんです。もしかしたら湖底でくつろぐ水中豹を見れるかも! これも敢えてのものです。

It might take you some time to get used to this place. Why not ride the Inter-Sectional Subway System and check out Intake Point Nine-Four, in the middle of Lake Huron? It's all glassed-in, and it's quite a view. Maybe you'll spot one of the underwater panthers that are loose on the lakebed! That's also intentional.

我々はサイト-43で一風変わった収容をしています。そうするほかないのですよ、我々としてもあまり超危険なアノマリーを引き受けられる環境ではないのでね。まだ相当な数がありますが、それらは動かせないものです。毎年恒例の魔法ゴミ処理場の爆発が始まれば、我々は……

We handle containment differently at Site-43. We have to, because we can't actually take on more super-dangerous anomalies. We've still got quite a few, but they're the ones we can't move. After the annual magic gunk refinery explosions started happening, we…

おーい! どこ行っちゃうんですか?

Hey! Where are you going?


あなたが滞在を決めてくださり嬉しいです。この場所、そしてここで働いている方々と、今はもうここで働いていない方々についてはまだ話したいことがあります。我々は闇の中、ここに多くの秘密を隠しているのです。

I'm glad you decided to stay. I have some stories to tell you about this place, and the people who work here, and the people who don't work here anymore. We keep a lot of secrets down here in the dark.

目下、我々の大半の時間を注ぎ込んでいる案件は2つあります。一方では、我々は古代オーストリアのミーム結社と影の戦争を繰り広げています (いえ、真剣ですよ)。もう一方では、我々は割と最近のアメリカのミーム企業を捕まえようとしています (ええ、真剣です)。もちろん、起こっているのはそれだけではありません。ここは大きく、奇妙なサイトです。きっとあなたも我々の下に新たな物語を吹き込んでくれるのでしょう。もしかしたら、それらはミーム関係でさえないのかもしれません。どうか、それらがミーム関係にならないようにしてくださいね。

Right now, there's two things dominating most of our time. On the one hand, we're fighting a shadow war with an ancient Austrian memeticist society (no, seriously). On the other hand, we're trying to catch a less-ancient American memeticist corporation (yes, seriously). Of course there's a lot more than that going on; it's a big, weird Site. Maybe you'll bring us some new stories. Maybe they won't even be about memes. Please, let them not be about memes.







ちょっと狭く見えるかもしれないし 屋根は些か低いけど

It may look a little crowded, and the roof's a trifle low,

それでも (大体) 耐水だし 見せびらかすために建てたのでもない

But it's water-tight — or nearly — and it wasn't built for show,

榴散弾ウーリーベアが炸裂し 破片の雨が降り注いでも

And when Woolly Bears are crumping and the shrapnel sprays around,

地面の下にいるならば ずっと安全だと感じる

You feel a whole lot safer if you're underneath the ground.

エドガー・W・マッキンス
Edgar W. McInnis


オゥ! カナダ

Oh! Canada.


52435956.jpg

オンガード43On Guard 43はカナダ、オンタリオ州のサイト-43を中心とするカノンです。元はひとまとまりの相互リンクされたTale・SCP集から始まりましたが、その後拡大してより一般的な舞台設定になりました。現在、オンガード43では3つの別々の“シリーズ”が連載中です。

On Guard 43 is a canon centred around Site-43 in Ontario, Canada. It began as one set of interlinked tales and SCPs, but has since branched out to become more of a general setting. There are now three distinct "series" being written in On Guard 43:

  • 力と毒の言葉は、HarryBlankHarryBlank作の、執念深い太古のミームを操る敵と戦うサイト-43のストーリーです。
  • ヴィキャンデル=ニード・テクニカル・メディアは、Grigori KarpinGrigori Karpin作の、恐ろしく、危険で、しばしばダークなユーモアを持ったミームメディア企業の奇妙な言動をまとめています。
  • アーキティピカルズは、Placeholder McDPlaceholder McD作の、星間/物語空間の深淵から来たる冒険への呼び声に答えた脇役キャラクターたちのプレステージ・ドラマ2です。
  • Words of Power and Poison, HarryBlankHarryBlank's stories about Site-43's struggles against implacable, immemorial meme-wielding enemies;
  • Vikander-Kneed Technical Media, chronicling the antics of a terrifying, dangerous, and often darkly hilarious memetic media corporation created by Grigori KarpinGrigori Karpin;
  • Archetypicals, Placeholder McDPlaceholder McD's prestige drama about secondary characters answering a call to adventure from deep in interstellar/narrative space.

このカノンで執筆したいですか? 別に確立されたキャラクターを使う必要はありません──してもいいですよ! 既存のストーリーラインに貢献する必要もありません──してもいいですが! (アーキティピカルズは例外です。あれは自己完結型なので) 何なら、サイト-43自体について書かなくたって構いません──してもいいですが──次のタブで解説されている要素をいくつか使っていれば十分です。この場所は、ストーリーテリング用のツールセットだと考えるといいでしょう。ここには詳細かつはっきりと設定されたサイト、思いのままに弄っていい大勢のキャスト、実際のカナダ支部を作りたいというような全く見当違いのニーズも満たす、一般化されたカナダっぽさが取り揃えられています。

Want to write for this canon? You don't have to use the established characters — but you can! You don't have to contribute to existing storylines — but you can! (Except Archetypicals, that's self-contained.) You don't even need to write about Site-43 itself — though you can — as long as you're using some of the elements outlined in the next tab. You should think of this place as a set of storytelling tools. We've got a detailed, well-defined Site, a big ol' cast you can bend to your whims, and a generalized Canadian-ness that should satisfy your entirely inappropriate need to, say, create an actual Canadian branch.

これは馬鹿げた状況にある現実の人々のカノンです。あなたに響くところがあったのでしたら、クリックで進んでください。

This is a canon about real people in absurd situations. Click onward if that appeals to you at all.


Asterisk43.png

https://scp-wiki.wikidot.com/on-guard-43-hub
rev.395

タグ: en ハブ on-guard-43

画像出典。


ページコンソール

批評ステータス

カテゴリ

SCP-JP

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

GoIF-JP

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

Tale-JP

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

翻訳

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

その他

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

言語

EnglishРусский한국어中文FrançaisPolskiEspañolภาษาไทยDeutschItalianoУкраїнськаPortuguêsČesky繁體中文Việtその他日→外国語翻訳

日本支部の記事を他言語版サイトに翻訳投稿する場合の下書きが該当します。

コンテンツマーカー

ジョーク

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

アダルト

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

既存記事改稿

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

イベント

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

フィーチャー

短編

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

中編

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

長編

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

事前知識不要

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

フォーマットスクリュー

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


シリーズ-JP所属

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

シリーズ-Other所属

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

世界観用語-JP登場

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

世界観用語-Other登場

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

ジャンル

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

任意

任意A任意B任意C
    • _


    コメント投稿フォームへ

    新たなコメントを追加

    批評コメントTopへ

ERROR

The Dr_Kasugai's portal does not exist.


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


利用ガイド

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