殴鲨专员Solstice的殴打荣誉录(LORDXVNV的作者页)
殴鲨专员Solstice的殴打荣誉录(LORDXVNV的作者页)
By: Esperanza_CaiEsperanza_Cai
Published on 19 Jan 2022 16:14

评分: +2+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; }

殴鲨专员Solstice的殴打荣誉录(LORDXVNV的作者页)
作者:LORDXVNVLORDXVNV
发表于2021年8月27日

请在下方访问我的殴打项目荣誉录。根据我自己的计算,我的工作已经导致了超过803,420,609条自然出现的软骨鱼实体的被殴打。

不幸的是,中心似乎受到了某种超宇宙污染。

就个人而言,我觉得要怪我堂弟偷了我的认证信息,然后把他的一堆同人小说传到了我的工作电脑上。

若有需要,我自愿为他申请软骨鱼化和殴打。

最能代表LORDXVNV的故事


- SCP-6987 - 您的SCP基金会员工法定保险(由金贝格-莱兹有限公司提供) - [+316]

在异常性、秘传性、以及极端罕见的惊世“黑天鹅”事件中,他们是唯一有可信记录的保险人。他们拥有一种几乎异常的模型,能预测出此类事件的概率和影响,而这当然是独家专利。但请务必放心—我们最优秀、最智慧的人员已经彻研通读过与他们的每一份合约以及每年的每一笔支出,我们可以信任他们逐字逐句遵守合约。

以及当然了,金贝格-莱兹也同样会协助你的寻常保险需求。

我们非常高兴你决定加入我们的基金会大家庭,我们也希望你的职业生涯长长久久,硕果累累。


- SCP-7997 - 企业登神 - [+174]

SCP-7997,或称“公司”,是捷线鞋油公司,它是一家上市鞋油生产商,在2021年7月23日实现了登神。


- 最适合学习黑暗力量的 5 所大学!第 1 名竟然是它! - [+207]

我们搜寻了整个互联网(甚至是那神奇的暗网)并整理了这 5 所最适合学习人类不该知道的事情的大学的评论。

尝试探索“曝光营销号”文风。


- CCK级——抱歉,原创角色互动故事 - [+120]

“[数据删除]!”全身覆着黑色盔甲、有着明显法律特征的赛博格武士一边喊着一边扑向尼贝龙根指环,同时躲开了基金会疯狂科学家(资格证明:基金会太空星舰SCP-2063的船长,疯狂科学家,外祖父)用振动的英国科学魔杖向他发射的本质促动追溯性存在抹消火球。

很可能是唯一一篇管理员命令下架的故事。


- Deus Volt! - [+25]

麦克·彭斯,电子术士。


- SPC-105 - WORLD IRIS - [+59]

The Centre realized that one day soon, the future would look like selachians being punched in the face forever, and it knew it had to dream bigger. And I was there, leading the transformation.

It's been longer than that, and I'm not leaving any time soon. This is the best job a girl could ask for.

对鲨鱼殴打中心格式的格式破坏。主角是大家的老婆,Iris Thompson。

除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License