SCP-5990 翻訳(新フォーマット)

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

SCP-5990 翻訳(新フォーマット)
By: Flips_0122Flips_0122
Published on 17 Jan 2021 15:10

評価: 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; }

Published on 9 Mar 2020


Included page "flops-info" does not exist (create it now)

評価: 0+x
ITEM:SCP-5990 LEVEL4/5990
CLASS:keter secret

DISRUPTION CLASS: keneq


Special Containment Procedures: The containment of SCP-5990 involves securing the location of an SCP-5990 event when it is reported and assisting in the clean-up of any damages, normative or anomalous.

There is currently no known means of ensuring total containment of SCP-5990 without the use of worldwide amnestic treatment or memetic reengineering. Efforts are instead directed toward improving environmental, ecological, social, and economic parameters by any means available to the Foundation.


Description: SCP-5990 is an occurrence wherein the human mind and its corresponding physical housing (the brain) undergo a rapid, anomalous expansion.

SCP-5990 occurs when prolonged stress and other triggers1 create a critical emotional mass within an individual's mind. This can lead to an intense mental fallout that most commonly causes migraines in the affected person. On the extreme end, this leads to brain aneurysm, the rapid swelling of nervous tissue to many times its baseline size, and cascading psychic surges among other unaccounted for anomalies. SCP-5990 is extremely rare, currently affecting ~71 000 persons per year,2 with one in 500 incidents being fatalities.


ADDENDA MATERIALS


The following is an abridged list of major SCP-5990 events in chronological order.

Background

In the 1976 draft of the DSM-III,3 the American Psychiatric Association first declares “rapid subconscious expansion” a rare psychological phenomenon. The World Parahealth Organization (WPO) undergoes an extensive investigation into the phenomenon and observes significant mental flareups in clinical trials over four years.

By 1980, they conclude that the phenomenon is anomalous, with a variable probability of damaging the shared human psychosphere after each occurrence.

What follows is a series of corporate medical payoffs; the mass expungement, revision, and outright destruction of research and clinical data related to the phenomenon; and the amnestic treatment of in-the-know medical professionals. These factors lead to its mass cover-up in the mainstream sciences, including its removal from the DSM.

Q3, 2008

Amid the 2008 Recession, the United States' paranormal market suffers a significant hit. The Global Occult Coalition slashes their funding of several organizations, including the WPO. A record-high number of persons in the paranormal community experience the phenomenon out of stress.

7 March 2009

The WPO leaks several uncensored documents to the Foundation in secret. After verifying the source, the Foundation designates the phenomenon as “SCP-5990.”

All future SCP-5990 incidents under the purview of the Foundation Medical Department are covered up as non-anomalous mental illness causing a variety of physical symptoms.

1 January 2010

Portland resident Fabian Keanes (POI-5990-01), a GOI-004-C “Church of Maxwellism” adherent, celebrates New Years while under the influence of a black market Maxwellist drug. The drug — known by its street name “overcloxia” — stimulates cranial augmentations to temporarily improve mental performance and reaction time and create euphoria. The drug has side-effects that may cause overheating of both the body and brain, and in its comedown, it throttles brain processing speeds.

Keanes overdoses on overcloxia, causing their brain to undergo SCP-5990, which short-circuits their augmentations. Electrical impulses arc from their cerebellum and raze the building around them, setting their cranium ablaze and injuring 12 people in the surrounding townhouse complex. Keanes is declared clinically dead at 01:47 AM PST.

Keanes is the first person under Foundation purview to experience SCP-5990. The phenomenon continues in individuals at a similar rate as observed by the WPO.

12 April 2013

The anomalous Veil of secrecy falls; the Masquerade breaks. The Global Occult Coalition and SCP Foundation are revealed to the public, among other normalcy preservation agencies.

23 October 2013

The Foundation Department of Public Relations sustains high pressure at the administrative level because of overwhelmingly negative publicity over the last six months.

Public Relations Co-Director Tatiana Embla barricades herself in her office at Site-89 and attempts suicide by hanging. Embla displays SCP-5990 before her death. Because of her unshielded exposure to ontokinetic entities over ten years of her career, Embla displays a rare and spontaneous emergence of Class-IV Reality Manipulation capabilities brought on by trauma. Multiple low-level ontokinetic disturbances strike the site.

  • Site Director Cristian Darshan (Embla's former superior, who she filed several undisclosed workplace reports against in the past) loses all bladder control. The door to his private quarters simultaneously disappears, transforming into a solid wall. Several hundred litres of urine flood the room. Site security recovers him nine hours later in soiled clothing.
  • Embla's staff of 90 employees each discover a full year of added earnings in their bank accounts and a single Hershey's Kiss on each desk in the PR Office.

At first, the Foundation Department of Economics seizes the income with the claim that it constitutes external anomalous interference. Thereafter, a watchdog group for anomalous containment organizations (known as the Free Initiative for Respecting Mutual Anomalies or FIRMA) publishes scathing reports on Foundation worker mistreatment to several key news organizations. Facing overwhelming media pressure, an emergency sitting of the Ethics Committee votes 30–13 in favour of expanding the PR Office and increasing its funding. Each employee is awarded abundant cash bonuses.

  • Embla's brain inflates in volume by 5 000% and explodes with a ~25 kg of TNT-equivalent blast, causing significant structural damage.

16 April 2014

An independent journalist releases an anonymous report to CNN about corruption by Russian officials in the city of Kursk. The report accuses up to 160 Military Police members of attending private weekly banquets funded by laundered monies intended for the construction of a children's hospital. These banquets involved ritualistic psychic procedures for an as-yet unknown purpose.

At the last banquet, nine officials — six men and three women — are reported to have engaged in an intensive hivemind-based sexual ritual and experienced SCP-5990 at collective climax. All nine officials then disappeared. Officials later reported the scent of sulphur, scorch marks on the walls and ceiling, and deep, disembodied guttural laughter. Their current location is unknown.

10 May 2015

SCP-5990 trends upward in frequency after the consumer expansion of “Mindscaping” in the post-Veil world. Mindscaping is a burgeoning New Age industry involving psycho–oneiric mechanisms that can create a shared imagined space, referred to as a “mindscape.” Mindscapes are mass inter-connected communes that can be inhabited on a mental level, differing from Oneiric Collectives in that they can be accessed both in waking and in sleep.

A mindscape can inhabit a space as small as a single human brain, which itself can undergo a one-time SCP-5990 explosion fuelled by up to 150 external psychic connections.

The emergence of Mindscaping, alongside increased social upheaval in low-income non-anomalous communities, leads to a dramatic increase of SCP-5990 such that it recurs in global communities over the next five years.




評価: 0+x

ページコンソール

カテゴリ

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


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


利用ガイド

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