News for April, 2022
rating: +18+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; }

DISCLAIMER: This is the Site News for the English Branch of the SCP Wiki. The opinions of the individual members of the Site News team that are presented in each edition of the Site News are their own thoughts and are not meant to be representative of the Site News team as a whole nor are they representative of the staff body as a whole. If you take issue with any of the contents, then feel free to reach out to the editor(s) and they will review the contents to see if there are any edits that need to be made. We intend to always deliver interesting content to you, and we understand that there may be times where controversial or unpopular opinions will be presented whether by our writers or our editor(s). Thank you for your understanding!

April 17th

Tale Curation Hub: A Chat with EstrellaYoshte

likeclock.png

Header by Estrella for January's pick of the month, the tale series ...Like Clockwork.

As you probably all know if your dive into the endless content of the site is a bit deep, Tales are an important part of what makes it so intriguing and full of things to discover and for multiple reasons. Because Tales don’t need to be tied to one exact format, because any genre and writing style can be touched upon, because it’s a chance to expand on already-existing characters/concepts/content or to create new things (to name one example, Are We Cool Yet?, one of our most famous GoI, have been first conceptualized in a Tale).

But paradoxically, while Tales are important to the site, published in quantity and while we can see the lines between it and SCP articles becoming more and more blurry as time goes by, they also suffer from a lack of promotion and it’s often hard to find something, except for the recommendations by other authors/lurkers!

The Curated Tale Series Hub, published in May 21th, 2021 and updated every month, is a hub dedicated, like it says on the tin, to curate and provide readers with great Tale recommendations, whether it’s series or standalone pieces. With currently 143 upvotes as of writing this, it’s safe to say that the initiative has been quite successful. In order to prematurely celebrate its full first year of existence, I’ve sat down with EstrellaYoshte, its creator, in order to talk about the creation and upkeep of the Hub, among all things.

Thank you for accepting this interview, Estrella! As we are talking now, the Curated Tale Series Hub existed for nearly one year, is close to 150 upvotes and has regular updates! If you had to do a summary of your experiences and what you learned from it, what would it be?

It's my pleasure, Pighead! And if I have to pick a word, it would be "difficult". Given that there are over 10000 pages on site, finding the one (or two) each month to shine a spotlight on becomes much more arduous than I expected at first.

That said, it has exposed me to many a great read from all over the wiki, from many sorts of genres. If there's anything I've learned, it's to take things at your own pace - The stories here won't go anywhere (this is not a challenge, Wikidot), and I'm free to discover and love them at my leisure. (I personally recommend Take It Away, My Darling!)

I can imagine it's something difficult, especially given that there are even more Tales than SCPs on the site! Also, I've read some parts of the series, they were quite good (as well as having a bit of success, there are some Branches who translated it… let's hope it continues)! How did you come up with the idea of the Hub in the first place? Was there something that « inspired » you?

Hmm, I suppose rather than a specific stroke of inspiration, the Hub is a crystallization of various thought trains I had at the time. In order, it would be something like:

  • There should be a Amazon/Netflix/App Store-like presentation of contents on the site.
  • What if Tales had title cards, wouldn't that be sick or what?
  • There's some CSS I want to test out.
  • Hey, there's a User-Curated List that mainly focus on SCPs, what about one for Tales?
  • Oops, never mind, Tales Hub sucks and is broken (Coincidentally, I made the functional fix for it recently.)
  • Hey, When Will You Die for the Last Time in My Dreams is really good, actually - when will it get a feature?

Bada bing, bada boom, the Hub is born a few days later (tangentially related to the first thought, I had half a mind to make it dark mode, but thought it wouldn't gel very well with the overall package :p).

Yeah, the CSS theme for the Hub (which is killer, BTW, haven't mentioned it too much but it's also worthy of praise) wouldn't really fit that well with a dark mode. I guess there are probably readers here who don’t really know about the process of maintaining and updating a hub like this, can you tell us more about it?

While there's not a rigid schedule I stick to other than 'monthly update', the general process is read, get suggestions, sort which one gets to be Pick of the Month and/or Underrated Choice, and which one can be reserved for future months, make the title art, and update the Hub and Archive.

As mentioned above, just sorting out the tales is often a daunting task if I don't already have a theme in mind, which is why I get help from others who have definitely read more than me (say hello, HarryBlank!) Special shoutout to the Collections Team, whose index I have referenced frequently, as well.

After having picked them, I begin to brainstorm about works to make the graphics, which takes anywhere from a day to a week (I also take the time to think about the stockpiled works for the future months, but recently IRL obligations have cut into this).

After the month's features go up, the PotM is also sorted into one of the displayed categories below, and the Archive is updated.

I generally leave the Community Curation section up to everyone else to put forward their own recommendations, and if I feel it exceptional enough, it gets to go in the Top Picks, as one of the site's major touchstones.

Oh yeah, shoutout to the Collections Team! Generally one of the most underrated subteams on all of Staff, in my opinion (and I don't say that because I'm a part of it, not at all!)! Anyway… is there any particular memory linked to the hub that you have in mind? And, if yes, can you share it with us?

I don't actually remember anything major in relation to the hub, mostly just positive feelings and reactions from featured authors.

Which is very good in itself! Another question slightly related: do you consider that there is a particular goal that you accomplished with the Hub?

Definitely, I do have a goal in mind, which is to bring Tales and Tale Series to the forefront, as wiki staples that deserve eyes on them.

Can't exactly say that it's been fully accomplished, given the sheer volume of them all and the ever-evolving nature of the Hub itself, but I like to think I've got the first step started towards truly good curation and presentation of Tales on the site.

I’m also convinced this is already a first good step! Finally, my last question would be: what do you imagine for the future of the hub?

As much as I want to continue updating the Hub 'til the end of time, I recognize that my tenure on the site won't be infinite, and the monthly title cards will eventually come to a close. When that time comes, the Hub will transition into a more static collection of series that serves as an accessible discovery point.

Ideally, it will always serve as a gateway point for new (and old, too!) readers to delve into awesome works of literature, and continually pruned and updated by the community itself. Hopefully, it will serve as a more focused companion to a better-designed Tales Hub when it finally comes.

Until then, I hope everyone can enjoy my monthly rotation of features and title cards!

This is everything we can hope but I'm sure it's already the case! Well, now, if you have some last words to say, people to shout out once again, anything, the mic is still on, say what you want!

I would like to thank Grigori Karpin, HarryBlank, Jacob Conwell and Ralliston for being an endless source of free labor support in my endeavors!

And everyone, please use the Random Tale button on the sidebar and see what you get. Who knows? You might just discover your new favorite article (if you do, leave a comment on it and submit a suggestion to the Hub, it'd be greatly appreciated :p)

Great! Thank you again, Estrella, for participating in this interview.

- By The Pighead

Editorial

Hello, anglers!

Welcome back to another edition of Site News! You might have noticed that things are a little different around here. Fish! A little wetter better, I'm sure you'll agree. Yes, we've had quite a lot of changes over the past month, haven't we?

I'm sure it must be difficult for you to believe, but not everyone was so hot on the idea of SCP Wiki Fishing Team at first. We were forced through a battery of baseless, ridiculous questions to justify our mere existence: "What the hell is a fishing team?" "What do you do for the site?" "Does dynamite-fishing count as being a dick, or harassment?". But the problem was that they didn't understand the joy of sitting out on that there water, rod in your hand, waiting for a bite. Lures, am I right?

All it took was one trip out on the water, some baited rods, a cooler full of cold ones, and a couple of cinder blocks to show the rest of staff what we're all about. Fishing! Is what we're all about. Obviously. Regular fishing, flyfishing… other kinds… of fishing… I guess.

Anyway, once we convinced the one remaining administrator of the value of the permanent Fishing Team, it was smooth sailing. Like a sailfish! Hah. Fish joke. We cast the line, and they took the bait. And we reeled them in. It didn't take long before the other staff teams began to reorganize: CO (Chum Outreach) is functioning better than ever under WhiteShark. Am-bass-ador Team is working with SCP-JP to bring an entire canon of sushi over. Anti-Herring (MerMann), Techle (Squidbreath and aismoray), Lurecensing (LilyFisher). MAST…. is pretty much the same, actually.

I'm sure all of you remember the unfortunate incident with the O5 Poleprosal banning live bait. Or the discussion on whether dolphins are under Fishing Team's purview or MAST's (the M stands for mammal).

Anyway, the point is that the great big ship we call the SCP Wiki is changing course. People aren't arguing over -Js, they're arguing over the best kind of… casting technique. That's a thing, right? Article hooks are better than ever, since we started using barbs. Some of us actually go outside now! And all of us are definitely experienced anglers, have caught suckers *this* big, who know fishing terminology like the back of our hands, and definitely weren't writing this as a cry for help with a monofilament wire wrapped around his throat. Afloat! Fish joke. Hah.

I think I can hear the distinctive sound of a dead seabass being slapped against my porthole, so I'll leave you all with a word of advice. Whenever you get an urge to write an SCP, just remember…

YOU'D RATHER BE FISHING.

Yours regretfully,
FLOUNDERHOUSE

(Seriously, has anyone here ever actually been fish-)

Features Last Month

Top Articles of the Month

Ratings of course do not mean everything, but they are representative of what people happened to like seeing at the time. With this in mind, the following are the top-rated works last month, so if by some chance you haven't encountered them yet, be sure to check them out!

Top-Rated SCP

SCP-6869 The sad man by pastarasta1

SCP-#### is always crying because it is a sad man. Voice sounds like if an actor didn't know what accent they were doing so they just did whatever they could come up with.

Top-Rated Non-SCP

⚠︎ ⬤⬤|⬤⬤⬤⬤⬤|⬤⬤|⬤? ⚠︎ by Dr Hormress

    


Front Page Features

Every month, an article is selected from each of the three common article types: SCP, Tale, and Group of Interest Format. These three articles are displayed on the front page for the month to bring further recognition to them.

If you would like to view the previous front page features, you can view the archive for the SCPs here, the archive for the Tales here, and the archive for the GoI Formats here!

SCP Article

SCP-6622 (by bigslothonmyface): Beaver Power

Power produced by SCP-6622-B is distributed into manmade electrical infrastructure via fairy rings, tree roots, and other naturally-occurring pathways…

Tale

Pizzicato by DrDromeus [Featured by Zyn and cacbbi]

"Lieutenant Dean reporting, D.C. al Fine," came a voice from the door.

GoI-Format

Critter Profile: Genghis! by JackalRelated [Featured by Zyn and cacbbi]

Genghis is able to "replicate" into two locusts! Once Genghis eats enough food, he splits right in two.


Reviewers' Spotlights

Works are featured on the site’s front page as part of the Reviewers’ Spotlight, which acknowledges the time and effort spent by forum reviewers helping other authors develop and edit and their works for the mainsite. Each month, community members are encouraged to nominate forum reviewers who have been both particularly helpful and active. Members of the Forum Criticism Team will then discuss the nominations, and select four prominent reviewers to choose the month’s Reviewers’ Spotlight front-page features.

If you would like to view previous spotlights, you can view the archive for them here!

1st of March

SCP-6345 Huesos Malos ("Bad Bones") by J Dune

SCP-6345 is a skeletal humanoid entity which performed as a professional wrestler in the state of Hidalgo, Mexico.

9th of March

SCP-4168 Decomposing Love by DianaBerry

SCP-4168-1 and SCP-4168-2 are to be sedated when the other is being interviewed for the duration of the interview period, but are to stay next to one another.

17th of March

SCP-6200 INSOMNIUM by JakdragonX

Initial tests will begin on July 9th, at around 10:00 P.M. (EST), so make sure you're prepared night-shift! You all have been invited to watch seven brave researchers dive headfirst for 12 hours into this dangerous and exciting new adventure.

25th of March

SCP-6303 A Reason To Live by DrDapper

SCP-6303: I fixed him though. I brought him back down. I didn't mean to make him upset, it was an accident.


Thank you so much for reading the SCP Wiki's Site News!


Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License