SCP-6222-1 Extended Documentation Log / SCP-6222追加文書ログ
SCP-6222-1 Extended Documentation Log / SCP-6222追加文書ログ
By: Dr_KasugaiDr_Kasugai
Published on 08 Feb 2022 19:46
評価: 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; }

SCP-6222-1 Extended Documentation Log

評価: 0+x

This is an extended log of entities found within SCP-6222. New entries are to be added using the template below.




発見者: ウォン博士
発券日: 21/09/20

Discovered by: Dr. Wong
Date: 20/09/21

種族: Pygocentrus nattereri (ピラニア・ナッテリー) 163匹
罪状: 脱税
注記: セル付近にいた職員の財布から領収書が消失する事例が複数件記録されています。

Species: 163 Pygocentrus nattereri (Red piranha)
Crime: Tax evasion
Notes: Multiple documented cases of receipts disappearing from the wallets of personnel within the vicinity of the cell.

種族: 不明 Ornithorhynchus anatinus (カモノハシ) 1匹
罪状: なりすまし
注記: 第一発見時、SCP-6222-1個体は確認されませんでした。これは認識災害効果により、観察者が前述の個体を哺乳類やカモノハシとして認識できなくなっていたためです。個体は後に、写真から適切な同定が下されました。

Species: Unknown 1 Ornithorhynchus anatinus (Platypus)
Crime: Impersonation
Notes: SCP-6222-1 instance was unidentifiable during initial discovery due to a cognitohazardous effect that rendered observers incapable of perceiving said instance as a mammal nor a platypus. Instance was later properly identified via photograph.

種族: 不明、クジラ目の実体 3匹
罪状: 暴行、家庭内暴力
注記: SCP-6222-1個体群には知性があり、テレパシーによるコミュニケーションが可能でした。個体群は観察者を認識しておらず、コミュニケーションをとることはありませんが、ギリシア語イオニア方言で様々な雑談を行います。

Species: Unknown, 3 cetacean entities
Crime: Assault, domestic violence
Notes: SCP-6222-1 instances were sapient and capable of telepathic communication. Instances could not perceive nor communicate with observers, instead discussing about various mundane topics in Ionic Greek.

発見者: ラリソン博士
発券日: 21/09/20

Discovered by: Dr. Rallison
Date: 20/09/21

種族: Odontodactylus scyllarus (モンハナシャコ)
罪状: 加重暴行、違法な火器の所持
注記: SCP-6222-1個体は、両前足をダクトテープと思しき物体でテープ止めされています。

Species: Odontodactylus scyllarus (Peacock Mantis Shrimp)
Crime: Aggrevated assault, posession of an illegal firearm
Notes: SCP-6222-1 instance has their front limbs taped together via what appears to be duct tape.

種族: Neoclinus blanchardi (サーカスティックフリンジヘッド) 2匹
罪状: 加重暴行、ハラスメント
注記: SCP-6222-1個体群は2つの別の容器に収監されています。個体群が互いに構わず吠えあう様子が聞こえてきます。

Species: 2 Neoclinus blanchardi (Sarcastic Fringehead)
Crime: Aggrevated assault, harassment
Notes: SCP-6222-1 instances are held in two separate containers. Instances are heard barking at one another regardless.

発見者: ケルプ博士
発見日: 21/09/20

Discovered by: Dr. Kelp
Date: 20/09/21

種族: Carassius auratus (クロデメキン) 20匹
罪状: 恐喝 (Blackmail)
注記: タンク内にメスの個体は存在しませんでした。

Species: 20 Carassius auratus (Black Moor Goldfish)
Crime: Blackmail
Notes: No female instances were found inside the tank.

発見者: オーマエ・サッカーナ (Yura Fisch)博士
発見日: 21/09/20

Discovered by: Dr. Yura Fisch
Date: 20/09/21

種族: Makaira nigricans (ニシクロカジキ) 1匹
罪状: なりすまし
注記: SCP-6222-1は重篤な変形を受けているようです。個体は胸びれ・尾びれが著しく伸びており、見るからに回転楕円体の頭部を有し、また頭頂部には毛皮に似た奇妙な物質が付いています。

Species: 1 Makaira nigricans (Atlantic Blue Marlin)
Crime: Impersonation
Notes: SCP-6222-1 appears severely deformed. Specimen has extremely elongated pectoral and caudal fins and a distinct, spheroid head with a strange substance resembling fur atop it.

発見者: リー・ロイ・カールソン博士
発見日: 21/09/20

Discovered by: Dr. Lee Roy Carlson
Date: 20/09/21

種族: N/A、注記参照
罪状: 不法侵入
注記: セルには、改造されたロッキード L-10 エレクトラの部分的な残骸が置かれています。

Species: N/A, see notes
Crime: Trespassing
Notes: Cell is occupied by the partial wreckage of a modified Lockheed Model 10 Electra.

種族: Pagurus bernhardus (ヨーロッパホンヤドカリ) 5匹
罪状: 公然猥褻
注記: 個体群は貝殻を背負っていません。

Species: 5 Pagurus bernhardus (Common Hermit Crab)
Crime: Public nudity
Notes: Instances are not carrying shells.

種族s: N/A、注記参照
罪状: 不法投棄
注記: セルは非常に大きく、およそ150メートルの高さ、幅、深さがあります。室内の大部分は「受刑者」──ある面に色あせた赤い塗料である面が塗りつぶされた、ごつごつした大きな氷塊──によって占められています。

Species: N/A, see notes
Crime: Littering
Notes: Cell is very large, roughly 150 meters tall, wide, and deep. Most of this volume is occupied by the "prisoner," a large chunk of irregularly-shaped ice with a smear of faded red paint along one side.


種族: 不明、注記参照
罪状: 車両による魚類虐殺、放火、暴行、動物虐待、器物損壊、住居侵犯、窃盗、不法侵入、ストーカー、ハラスメント、なりすまし、公然猥褻、治安妨害、衛生規法違反、不法投棄、無免許運転
注記: data-x-sponged.png (DATA X-SPONGED) 認識災害および/または情報災害的な異常性が疑われています。

Species: Unknown, see notes
Crime: Vehicular fishslaughter, arson, assault, animal cruelty, destruction of property, breaking and entering, theft, trespassing, stalking, harassment, impersonation, public nudity, disturbing the peace, health code violations, littering, driving without a license
Notes: [DATA X-SPONGED] Cognitohazardous and/or infohazardous properties suspected.

種族: Homo sapiens (ヒト) 1体
罪状: なりすまし未遂
注記: 個体は1966年頃にデビューしたミュージシャン、ポール・マッカートニーに似ています。頭部にはいくつか包帯が巻かれており、昏睡状態のようです。

Species: 1 Homo sapiens (Human)
Crime: Attempted impersonation
Notes: Instance resembles musician Paul McCartney, as he appeared circa 1966. It has several bandages wrapped around its head and seems to be comatose.

発見者: レヴァイン上席研究員
Date: 21/9/21

Discovered by: Senior Researcher Levine
Date: 21/9/21

種族: Pygoscelis antarctica (ヒゲペンギン) 4匹
罪状: 武装強盗、違法な銃火器の所持、テロリズム、窃盗、ヴァンダリズム、殺人未遂、第三級殺人、納税詐欺、脱税、暴行
注記: 対象は自我を有し、複数の言語を話す1模様であり、未知の異常な手段で以て様々な物品を取り寄せることができます2。対象は頻繁に収容違反を試みるものの、今日まで成功した試しはありません。

Species: 4 Pygoscelis antarctica (Chinstrap Penguins)
Crime: Armed robbery, Possession of Illegal Firearms, Terrorism, Theft, Vandalism, Attempted Murder, Third Degree Murder, Tax Fraud, Tax Evasion, Battery
Notes: Subjects appear to be sentient, speak multiple languages3 and are capable of summoning various objects via unknown anomalous means4. Subjects frequently attempt to breach containment, although no such attempt had been successful to date.

Species: Unknown, see notes
Crime: First Degree Murder, Identity Theft, Terrorism, Treason, Attempted Genocide, Battery
Notes: Subject appears to be an automaton resembling a Carcharodon carcharias (Great White Shark). On both sides of the object are slats that open up to release a pair of crude arms with fists. The phrase "UNDERCOVER SELACHIAN PUGILIST MACHINE" is printed onto the back of the object.

Species: Pyschrolutes marcidus (Blobfish)
Crime: Defamation
Notes: Personnel around SCP-6222-1's cell often erupt into shouting fits directed at the anomaly. When questioned about this behaviour, personnel claim that SCP-6222-1 insulted or lied about their character or actions in some way or another, despite any and all evidence that SCP-6222-1 could not have or has not performed such actions.

Species: Unknown, see notes
Crime: Impersonation, Identity Theft, Disruption of Public Order
Notes: SCP-6222-1 instance appears to a be a piece of driftwood, similar in appearance to that photographed in The Surgeons Photograph.

Species: One Homo sapiens (Human), twenty Pygocentrus nattereri (Red-bellied Piranhas)
Crime: Infidelity
Notes: Human instance appears to be deceased and partially eaten, likely due to the piranhas often feeding on it. A Post-It note was found by crime placard, reading "Now he's really sleeping with the fishes".

Species: One Amphiprioninae (Clownfish)
Crime: Tomfoolery
Notes: Personnel have reported experiencing extreme fits of hysterical laughter upon making visual contact with the subject or coming within 5 meters of the cell.

Species: Unknown, see notes
Crime: Manslaughter
Notes: Subject appears to be a sentient and autonomous rubber duck. The cell's water appears to be contaminated with a high concentrations of soap.

Species: Unknown, see notes
Crime: 1st degree murder, theft, assassination, attempted genocide
Notes: Subject appears to be an unknown aquatic humanoid with turquoise skin and scales, gills, and fins located on the subjects forearms, calves, and back. SCP-6222-1 wears medieval plate armor and wields a longsword, both made from an unknown dark grey metal and emit a purple glow. The back of the chestplate bears an insignia resembling a purple gauntlet surrounded by flames.

Discovered by: Junior Researcher Maxine K
Date: 20/09/21

Species: Eunice aphroditois (Bobbit Worm)
Crime: Kidnapping
Notes: N/A

Species: Architeuthis dux (Giant Squid)
Crime: Aggravated Assault, Murder
Notes: A makeshift knife made out of a shard of glass was found near the cell of the instance covered in blood, analysis shows it to belong to a male instance of Physeter macrocephalus (Sperm Whale).

Species: 3 Tursiops (Bottlenose Dolphin)
Crime: Possession of narcotics
Notes: A single ziplock bag containing the toxins of Arothron meleagris (guineafowl puffer) was found near the cell, along with another bag containing seaweed. It’s worth noting that the words “No tank can fucking hold me” are scrawled near this cell, context is currently unknown.

Species: Unknown, see notes
Crime: Unlicensed tutoring, Attempted genocide
Notes: The glass of this cell appears to have been broken at some point, the inside of this cell appears to have crude images of what appears to be multiple crows and octopuses engaging in a battle scrawled onto it. One octopus is depicted larger than the rest.

Discovered by: Dr. Akabi Hayk
Date: 21/09/21

Species: Unknown, see notes
Crime: IRREELABLE
Notes: The cell has been walled off by at least 1.5m of concrete. All attempts to view the interior of the tank, via mundane or anomalous means, have failed due to probabilistic anomalies. Personnel stationed at SCP-6222 have reported feeling unusual levels of hatred and disgust when in proximity of this cell.

Species: >500 Aphredoderus sayanus (Pirate Perch)
Crimes: Piracy
Notes: Damaged movie discs litter the bottom of the cell. Underneath the cell's placard is a paper note, which reads: "Piracy is no joke kids! Make sure you buy your movies legally, unless you wanna be packed in here like sardines!" The logo of Frankfort Animation is drawn on the back of the note.

Discovered by: Dr. Lee Roy Carlson
Date: 24/09/21

Species: 3 Eptatretus stoutii (Pacific hagfish)
Crime: Witchcraft
Notes: A small cauldron sits in the center of the cell. It has been completely filled with mucus from the instances.

Species: 1 Vampyroteuthis infernalis (vampire squid)
Crime: Vampirism
Notes: The skeleton of a juvenile Mola mola (Ocean sunfish) has been affixed to the inside of the cell's bars with zip ties. Instance will not approach the front of the cell, remaining curled in a defensive posture in one of the back corners at all times.

Species: 1 Anguilla rostrata (American eel) unknown, see notes
Crime: Lycanthropy
Notes: The bars of the cell are coated in a thin layer of silver. Instance exhibited no anomalous properties until the night of October 23rd, when it transformed into an Anarrhichthys ocellatus (wolf eel) for several hours before reverting to its previous appearance.

Discovered by: Junior Researcher Zhang
Date: 26/09/21

Species: Amphiprioninae (Clownfish)
Crime: Disruption of public order, Criminal Conspiracy
Notes: When subject is in direct view, individuals experience auditory hallucinations. These hallucinations resemble laughter, standard circus music, and loud applause. The phrase "Property of Herman Fuller" is synthetically imprinted on the specimen's tail.

Discovered by: Junior Researcher Mellow
Date: 08/10/21

Species: Unknown
Crime: Jailbreak
Notes: Cell is empty apart from a thaumaturgical glyph on the ground. Identification proofed impossible as black tape covers large parts of the glyph.

Discovered by: Dr. Lee Roy Carlson
Date: 20/08/22

Species: Unknown (see notes)
Crime: Treason
Notes: Instance resembles reconstructions of Tiktaalik roseae

種族: 不明 (注記参照)
罪状: 不明 (注記参照)
注記: このセルは通常の鉄格子がついた扉ではなく、錆びた鉄製の扉で封じられています。目の高さにスライドパネルが存在していますが、パネルは扉もろとも溶接によって封鎖され、扉の取手は除去されています。スライドパネルの下には真鍮製の銘板が取り付けられており、「貝奇部門」 (Department of Abalones) と記されています。

Species: Unknown (see notes)
Crime: Unknown (see notes)
Notes: Instead of the typical barred door, this cell is sealed by a rusted iron door. There is a sliding panel at eye level, but it and the door have both been welded shut, and the door handle has been removed. Affixed to the door below the sliding panel is a brass plaque that reads "Department of Abalones".

Species: Uncertain, but resembles members of the Latimeria genus (coelacanths)
Crime: Reckless time traveling
Notes: N/A

Species: Unknown; possibly Otodus megalodon (Megalodon)
Crime: Murder
Notes: Instance appears to be the animate, disembodied jawbones and teeth of a Megalodon or other large shark.

Species: Crocodylus porosus (saltwater crocodile)
Crime: Solicitation, public indecency
Notes: Instance appears to have bright red lipstick smeared haphazardly along the edges of its mouth, and dark eyeliner applied around its eyes.

Discovered by: Dr. Jerald Dino
Date: 10/09/21

Species: Elasmosaurus platyurus (Elasmosaurus)
Crime: Terrorism
Notes: Subjects front flippers, parts of its neck, and right eye are replaced with cybernetic enhancements resembling those commonly used by Anderson Robotics.

Species: Unknown, see notes
Crime: Destruction of property
Notes: Subject appears to be a large, red automaton, resembling a Mosasaurus hoffmannii, (Mosasaurus). Every day, the subject will open its mouth and repeat the phrase "Preo warriors, form Preotron" for 3-4 hours before ceasing activity. Context unknown.

Species: Octopus vulgaris (Common octopus)
Crime: Copyright Infringement
Notes: A clarinet can be seen in the corner of the cell.

Species: Kiwa hirsuta (Yeti crab)
Crime: Murder, Poaching, Torture, Kidnapping, Slavery
Notes: Subject holds a piece of paper that reads "we forgive you; given choice for now, not forever; let us Crab in".

Species: Pliosaurus funkei (Pliosaurus)
Crime: Illegal bounty hunting
Notes: Subject has a X-shaped scar on its left eye.

Species: Unknown, see notes
Crime: Murder, Theft
Notes: Subject resembles an Alligator mississippiensis (American alligator) with several avian features. There is an unknown object located in the corner of its cell, which appears to be heavily damaged.

Discovered by: Guest Junior Researcher Ericson
Date: 12/23/21

Species: Etmopterus perryi (Dwarf lanternshark)
Crime: Criminally negligent fishslaughter
Notes: The words "please let me out", "i didnt mean to", "im sorry", "i never meant for her to die" and "i wanna go home" are scrawled on the back wall of its cell.

Species: Unknown, see notes
Crime: Assault and battery, attempted murder
Notes: Subject appears to be a semi-aquatic reptile of unknown order with yellow-green scales which appeared spongy in some areas, sharp bony plates instead of teeth, and flippers in the place of back legs.

Species: Unknown, see notes
Crime: Terrorism, attempted mass murder, disrupting the peace
Notes: Cell is very large, roughly 300 meters tall, wide, and deep. Subject appears to be a fully aquatic reptile of unknown order with a prominent beard of fur and two large horns, one of which is noticeably overgrown and covers the subject's left eye. Subject occasionally grinds or rams its horns against the walls of its cell, possibly in an attempt to breach containment.

特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License