SCP-6982 覚えているよ😊

現在このページの批評は中断しています。

SCP-6982 覚えているよ😊
By: Dr_rrrr_2919Dr_rrrr_2919
Published on 09 Nov 2021 13:26

評価: 0+x

What this is

A bunch of miscellaneous CSS 'improvements' that I, CroquemboucheCroquembouche, use on a bunch of pages because I think it makes them easier to deal with.

The changes this component makes are bunch of really trivial modifications to ease the writing experience and to make documenting components/themes a bit easier (which I do a lot). It doesn't change anything about the page visually for the reader — the changes are for the writer.

I wouldn't expect translations of articles that use this component to also use this component, unless the translator likes it and would want to use it anyway.

This component probably won't conflict with other components or themes, and even if it does, it probably won't matter too much.

Usage

On any wiki:

[[include :scp-wiki:component:croqstyle]]

This component is designed to be used on other components. When using on another component, be sure to add this inside the component's [[iftags]] block, so that users of your component are not forced into also using Croqstyle.

Related components

Other personal styling components (which change just a couple things):

Personal styling themes (which are visual overhauls):

CSS changes

Reasonably-sized footnotes

Stops footnotes from being a million miles wide, so that you can actually read them.

.hovertip { max-width: 400px; }

Monospace edit/code

Makes the edit textbox monospace, and also changes all monospace text to Fira Code, the obviously superior monospace font.

@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&display=swap');
 
:root { --mono-font: "Fira Code", Cousine, monospace; }
#edit-page-textarea, .code pre, .code p, .code, tt, .page-source { font-family: var(--mono-font); }
.code pre * { white-space: pre; }
.code *, .pre * { font-feature-settings: unset; }

Teletype backgrounds

Adds a light grey background to <tt> elements ({{text}}), so code snippets stand out more.

tt {
  background-color: var(--swatch-something-bhl-idk-will-fix-later, #f4f4f4);
  font-size: 85%;
  padding: 0.2em 0.4em;
  margin: 0;
  border-radius: 6px;
}

No more bigfaces

Stops big pictures from appearing when you hover over someone's avatar image, because they're stupid and really annoying and you can just click on them if you want to see the big version.

.avatar-hover { display: none !important; }

Breaky breaky

Any text inside a div with class nobreak has line-wrapping happen between every letter.

.nobreak { word-break: break-all; }

Code colours

Add my terminal's code colours as variables. Maybe I'll change this to a more common terminal theme like Monokai or something at some point, but for now it's just my personal theme, which is derived from Tomorrow Night Eighties.

Also, adding the .terminal class to a fake code block as [[div class="code terminal"]] gives it a sort of pseudo-terminal look with a dark background. Doesn't work with [[code]], because Wikidot inserts a bunch of syntax highlighting that you can't change yourself without a bunch of CSS. Use it for non-[[code]] code snippets only.

Quick tool to colourise a 'standard' Wikidot component usage example with the above vars: link

:root {
  --c-bg: #393939;
  --c-syntax: #e0e0e0;
  --c-comment: #999999;
  --c-error: #f2777a;
  --c-value: #f99157;
  --c-symbol: #ffcc66;
  --c-string: #99cc99;
  --c-operator: #66cccc;
  --c-builtin: #70a7df;
  --c-keyword: #cc99cc;
}
 
.terminal, .terminal > .code {
  color: var(--c-syntax);
  background: var(--c-bg);
  border: 0.4rem solid var(--c-comment);
  border-radius: 1rem;
}

Debug mode

Draw lines around anything inside .debug-mode. The colour of the lines is red but defers to CSS variable --debug-colour.

You can also add div.debug-info.over and div.debug-info.under inside an element to annotate the debug boxes — though you'll need to make sure to leave enough vertical space that the annotation doesn't overlap the thing above or below it.

…like this!

.debug-mode, .debug-mode *, .debug-mode *::before, .debug-mode *::after {
  outline: 1px solid var(--debug-colour, red);
  position: relative;
}
.debug-info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Fira Code', monospace;
  font-size: 1rem;
  white-space: nowrap;
}
.debug-info.over { top: -2.5rem; }
.debug-info.under { bottom: -2.5rem; }
.debug-info p { margin: 0; }

評価: 0+x

State your name for the record.

記録のため、あなたの名前をどうぞ。

A birthday party. Fifth, maybe? Seventh?

A kid sat alone. It was her birthday, yet no one cared. She listened to the laughter around her.

She knew they were just here for the cake.


誕生日パーティー。おそらく5歳。7歳か?

ある少女がたった1人で座っていた。その日は彼女の誕生日だったが、それでも誰も気にしていなかった。彼女は自身の周りの笑い声を聞いていた。

彼女は彼らがケーキを目当てにただここにいることを知っていた。



Jayden Carver.

ジェイデン・カーバー。


How did you find out about the Foundation?

財団について、どうして知りましたか?

I just … know.

私はただ……知っている。

The ball flew by. She turned her head, but she stayed where she was. She never really liked sports.

They screamed at her to go. It didn't matter.


ボールが飛んできた。彼女は振り向いたが、自分のいる場所から動くことはしなかった。彼女は運動をすることが本当に苦手だった。

彼らは彼女に取りに行けと叫んだ。その声は厄介ではなかった。


You just know?

ただ知っている?

I just know. What more is there to say?

ただ知っている。この他に何か言うことある?

Alright, moving on. What made you come here?

わかりました。次へ進みますね。あなたはなぜここに来たのですか?

"Nora?"

The kids around her snickered. She rubbed her eyes. "Huh?"


"ノラ?"

周りの子供らはにやりと笑った。彼女は眼をこすった。"何?"


I think… I was supposed to.

私は……そうしなければならなかったのだと思う。

Elaborate.

詳しく。

It has to do with the knowledge. I…

それは認識と関係があるわ。私は……

A loud bang.

She had dropped her textbook.


大きな音。

彼女は教科書を落としていた。

You what?

あなたは?

Screaming. Disappointment.

Bad grades.

A promise.


悲鳴。失望。

悪い成績。

約束。

I don't know.

わからない。

Can't go.

Frustration.


行けない。

欲求不満。

I don't… know what I was saying.

わからない……何を言っていたのか。

Lonely.


寂しい。


A friend.

Someone who wouldn't leave.


友達。

離れていかない人。

Okay, what's going on?

あれ、どうしました?

A job offer.

Stuck.


求人。

行き詰まり。

Your, uh, your memories…

あなたの、えぇ、あなたの記憶……

A secret.

A horrible secret.


秘密。

恐ろしき秘密。

My memories?

私の記憶?

A ritual.

A sickness.

A gun.


儀式。

病気。

銃。

It's not right, though. I've been seeing…

いや、違う。私は見た……

A gun.


拳銃。



You mentioned my memories yesterday. What'd you mean?

あなたは昨日私の記憶に言及しました。どういう意味ですか?

I don't… I don't remember what I said.

私は……何を言ったのか覚えていない。

Cheering. Congratulations.

She could barely hear them over the static. They were happy for her, but…

Is this a branch?


応援の言葉。賛美の言葉。

彼女はかろうじてそれらを情的に聴けていた。彼らは彼女に満足していたが……

これは分岐?

After I asked what was going on?

何が起こっているのか聞いた後ですよ?

Screaming.

An argument right as she tried to speak. She sat at the table, but it didn't mean anything.


悲鳴。

彼女が話そうとした時の議論。彼女は席に着いたが、何の意味もなかった。

Oh.

ああ。

She opened her mouth, but no words came out.

A secret left forever untold.


彼女は口を開いたが、言葉が出ることはなかった。

秘密が語られることは永遠になかった。

Are you always this… spacey?

あなたはいつもこう……朦朧としていますか?

Not before. My condition's been getting worse.

以前ほどではないわ。症状は悪化しているの。

Your condition?

あなたの症状は?

I see memories. Not voluntarily.

記憶が見えるわ。見たくなんかないのに。

The animal froze, eyes wide.

She slammed on the brakes.

Glass flying through the air.

A sharp pain.

It was too late to make amends.


目を大きく見開き、そのまま硬直した動物。

ブレーキを踏んだ。

宙を舞っているガラス。

鋭い痛み。

償いをするには遅すぎた。

Shit. How much did you see?

不快だ。どれくらい見ましたか?

You won't like the answer no matter what I say.

私が何を言っても、あなたはその答えを気に入らないでしょう。

Just- let's keep this between us.

ただ 私たちの間でこれを守りましょう。


How well do you remember the memories you see?

あなたが見た記憶はどれだけよく覚えていますか?

Depends. Some really stick with me, but others… I forget.

その時によるわ。本当に頭に残るのもあれば他は……忘れてしまう。

Alright, uh, do you know anything about this?

わかりました、なら、これについて何か知っていますか?

Item #: SCP-6982

Object Class: Uncontained

Special Containment Procedures: N/A

Description: SCP-6982 is a silver bowl. Human subjects observing SCP-6982 from above will perceive a series of images reflected inside of it.

Images are as follows:

  1. A bottle of beer.
  2. A black car.
  3. A small child, approximated to be 4-6 years of age.
  4. A forest.
  5. A shovel.

アイテム番号: SCP-6982

オブジェクトクラス: Uncontained

特別収容プロトコル: N/A

説明: SCP-6982は銀色のボウルです。SCP-6982を上から観察した被験者は、内部に映し出された一連の像を知覚します。

像は以下の通りです:

  1. ビール瓶。
  2. 黒い車。
  3. およそ4~6歳の小さな子供。
  4. 森。
  5. シャベル。

This is…


これは……

Your, uh… I don't… think so.

あなたの、あー……知らない……と思う。

Fair enough.

結構です。

More time.

As she disappeared under the surface, she wished for more time.


もっと時間を。

彼女は水面下に姿を消し、もっと時間を望んでいた。

Look, I've seen your timelines.

あの、あなたの生涯が見えたの。

What?

何?

I've seen your futures, and you never tell anyone. You always die wishing you could've said something.

あなたの未来を見てきたけど、あなたは誰かに秘密を打ち明けない。あなたはその秘密を言えたならと思いながら死ぬわ。

Said something…

そのことを言えたなら……

She grabbed her shovel.

It was time to dig up the past.


彼女はシャベルを手に取った。

過去を掘り起こす時だ。


ページコンソール

批評ステータス

カテゴリ

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


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


利用ガイド

  1. portal:7200455 (28 Feb 2021 12:38)
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License