生き物プロフィール: バーソロミュー!
生き物プロフィール: バーソロミュー!
By: readmasterreadmaster
Published on 31 May 2023 13:38
評価: 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

Critter Profile: Bartholomew!


Wilson's Wildlife Solutions Hub » Critter Profile: Bartholomew!

概要!

Bartholomew, the beluga whale, in his enclosure.

Name: Bartholomew AKA Bart the Beyonder, Favor'd Song of the Library; the Cosmic Mouth; and the Merchant of Morphemes and Phonemes.
名前: バーソロミュー、別名バルト・ザ・ビヨンダー、図書館の特待曲、宇宙の口、そして形態素と音素の商人

Species: Beluga whale (Delphinapterus leucas)
種族: シロイルカ(Delphinapterus leucas)

Primary Caretaker: Jackie Norman (Aquatics Team)
主要世話役: 水生チーム、ジャッキー・ノーマン

Diet: Conversations and readings.
食事: 会話と読書

Housed: Outdoor Aquarium B, Wilson's Wildlife Observatory
居住区: ウィルソンズ・ワイルドライフ観測所、外水槽B

生物の特徴!

Hey y'all, I'm Peter, Bart's feeder!
やあみんな、僕はピーター、バルトの餌やり係さ!

Bartholomew (or Bart, for short) is one of the brightest, most well-read critters to have landed on our green pastures. Bart is potty-trained, low maintenance, and happy-go-lucky — he's sure to give your kids a whale of a time!
バーソロミュー(略してバルト)は私たちの牧草地にやってきた最も聡明で博識な生き物の一人だ。バルトは排泄訓練されていて、そこまで手が掛からず、そしてのんきだ — 彼は君の子供にとても楽しい時間を過ごさせてあげる1こと間違いなしだ!

We at the Hands-On Crew believe Bart is a "selective feeder"; that is to say, he doesn't eat the same way your everyday Beluga would — and it's not just because Bart ain't your everyday Beluga. Bart's one-of-a-kind because he feeds only on the spoken word. If you greet him with a joyous "hello, friendo," he'll open that big ole mouth of his and suck your words right in! When this happens, don't be shy — that's how he signals to you that he accepts you near his home.

Why, it goes both ways, too: Robbie(?) — who I can't for the life of me recall at the moment! — often takes part in nice long talks with our big-boned buddy. We're still not sure how Bart "speaks", per se. We somehow always know when he's said something, but the waterproof mics lining our outdoor aquarium have yet to pick up a sound. Now that's what I call charming! In any case, ever since we trucked Bart into the arms of our loving family here at the Observatory, he's been telling us how much he loves his new home!

History!

Bartholomew, the beluga whale, is happy.

Don't be fooled — the old boy isn't smiling, that's just the way Beluga jaws are formed. But he IS indeed happy in this picture!

Howdy, folks! This is Jackie, filling in for Pete, who out of the blue forgot what the word "truck" meant (I'd call this a rather lame way of saying he'll be late, but that's okay).

We suspect Bart isn't from planet Earth at all; Mr. Wilson wouldn't believe it until he saw the rescue footage, but eventually, even he came around. I'll set the scene: One of Mr. Wilson's long-time friends and out-of-county associates — Bud from northern Portland — had the scare of his life last year. At the time, Bud spotted a smooth, white dot descending slowly from the sky above the downtown district. He knew something was up when he saw a dark cloud form above the local library over the course of a couple of minutes. He panicked and called in Wilson's favor when the dot sped up and hurtled through the skyline just minutes later.

We later discovered that this would be our first encounter with the elusive Bart.

Before the nearest rescue team could get there, Bart slammed through the Multnomah County Central Library's historic brick facade and wound up stuck in a bookshelf. When the team and I arrived on the scene in the rescue van, we heard sobbing and moaning emitting from our dashboard display, dispatch radio, and even people's cellphones… Heck, anything that used electronics started howling at us right then. It was petrifying, even in the LiveLeak clips that found their way on the Internet.

Luckily, our Supervisor popped up just in time (wink, wink) to give us some help with an air crane. Their guys safely ducked a harness under Bart's underbelly. The rescue team and I helped to clear mangled metal, pipe, and pieces of glass from the poor thing's back before we gave the OK to the helicopter pilots.

I'll be honest now, I can't remember a lick of what happened after that. I must've been stressing from here to the moon and back. Luckily, Rob pointed me to the WWS registrar (where I had apparently already filed a complete report on Bart?), which let us get him settled into a proper habitat by the next day.

Special Needs and Accommodations!

Hey everyone, it's Peter again. Bart can get cranky at times, often leaping into the sky and floating every which way — hence the secluded enclosure. The big guy experiences weekly stomach aches and night terrors despite our best efforts to keep him comfortable. It wasn't long until we discovered he likes children, so we decided to start bringing in kids from Wilson's Daycare Center and lettin' them chat with their choice cetacean! It soothes him ever so. He treats their curious childish words like a special snack if you will.

While Bart favors old poetic talk like Middle English and the song-language "Balooga" (Jackie's sister from the Daycare Center — whose name escapes me at the moment — didn't even know what that was when we first told her!), he's partial to all mortal languages. Read, say, Crime and Punishment aloud and you'll trigger Bart's BLOWHOLE OF UNSPEAKABLE PLEASURES, which he'll use to blow the cutest non-Euclidean kisses this side of the Fourth World.

Oh, and lastly: Bart loves a short story before bedtime.

Notes about Bart!

Jackie here. As we suggested before, we believe Bart might've had a hard life.

While I was nursing him back to health, I discovered the words "Property of Oneiroi, Inc." branded into his tail flipper. It scared the heck out of me, so I got my sister to hold my arm while I inspected his tummy, where we found sickening blue cuts and old green scarring. There was no way the refuse cut him up like that! Oh dear, no — someone hurt our poor old baby. They nicked him up badly and left him to die!


UPDATE — NOVEMBER 6, 2012: I don't remember advocating for the open rooftop — much to the chagrin of our Supervisors. But Pete believed it would help Bart. We used to find him slamming into concrete in the indoor habitats during the bi-monthly aquarium maintenance. Ever since we've made this new change, though, he's been playing like his old self again.


UPDATE — NOVEMBER 9, 2012: I sang to him last night. In the past, I've sung to him for hours on end, and in exchange, he'd warble back: A familiar warm buzz in my head.


UPDATE — NOVEMBER 18, 2012: Robbie, Pete, the kids from the Daycare, and even Tim — they were all surrounding the tank, waving at Bart. They didn't even know how they got there. I felt the low warble in my head again; this time, I couldn't get it out, but I'm not sure I wanted to. And neither did anyone else.


UPDATE — NOVEMBER 25, 2012: Robbie and I fashioned together a large net of synthetic ropes attached to a soft harness. The Daycare kids gathered books from the Central Library: Pop-up books and children's fantasy, especially. We let the kids gather as many books as they wanted and put them all in the net before wrapping it up. Bart knew he would need our stories for the long journey ahead.


UPDATE — NOVEMBER 26, 2012: Bart weighed the fate of his world. All those years out in the astral planes, he fought, so that one day he could find a place to call home. Wilson's Wildlife Solutions; everyone here, we are his home. But he knows his old owners will eventually find him again. The skies above twist and flow as the stars blink, searching for Bart on the pale blue dot.


UPDATE — NOVEMBER 27, 2012: His owners are almost here. Bart, hurry!


UPDATE — DECEMBER 7, 2012: Hey, it's, Jackie again. I'm currently writing this down after having found all the old entries. I don't think I recall much of what happened these past few weeks. I don't even remember us having… A flying whale? But I do remember a kiss goodbye. I remember there were tears. There was a message that read: "Wandering stars for whom is reserved the blackness of darkness forever," written all over our copy paper. I remember feeling too numb to speak. We were all quiet.

Most of all, I remember a familiar feeling of love that I know will never return.


ページコンソール

カテゴリ

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


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


利用ガイド

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