Glossary

This glossary is generated automatically.

To add an article to the glossary, tag the page with an underscore and the first letter of the article's title
e.g., for an article titled Example add the tag _e using "other tools"—"page tags"

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

B (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

C (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

D (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

E (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

F (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

G (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

H (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

I (Back to Top)

SCP-917 - Пан Місяць

від Class K manClass K man 06 Jan 2020 06:49

рейтинг: 0+x

SCP-918 - Млин дітей

від murzei_chaosmurzei_chaos 18 Jul 2018 21:04

рейтинг: 0+x

SCP-920 - Пан Загублений

від Class K manClass K man 22 Jan 2020 17:24

рейтинг: 0+x

SCP-924 - Крижаний водяний

від murzei_chaosmurzei_chaos 24 Oct 2018 17:54

рейтинг: 0+x

SCP-939 - З безліччю голосів

від murzei_chaosmurzei_chaos 31 Dec 2019 23:00

рейтинг: 0+x

SCP-960 - Натхнення

від FleurDeLisFleurDeLis 05 Sep 2017 18:40

рейтинг: 0+x

SCP-963 - Безсмертя

від Dr BushrootDr Bushroot 19 Jun 2017 10:38

рейтинг: 0+x
scp-heritage-v3.png

SCP-966 - Винищувачі снів

від DrDikkensDrDikkens 03 Jul 2020 11:24

рейтинг: 0+x

SCP-968 - Смоляне дитя

від Dr BushrootDr Bushroot 20 May 2018 12:29

рейтинг: 0+x

SCP-970 - Зациклена кімната

від murzei_chaosmurzei_chaos 01 Jul 2020 10:15

рейтинг: 0+x

SCP-990 - Чоловік зі снів

від Dr BushrootDr Bushroot 06 Oct 2017 11:47

рейтинг: 0+x

SCP-993 - Клоун Помпон

від Dr BushrootDr Bushroot 11 Feb 2018 17:30

рейтинг: 0+x

SCP-994 - Сріблясті блюдця

від murzei_chaosmurzei_chaos 05 May 2019 23:02

рейтинг: 0+x

SCP-999 - Монстр-лоскотун

від Dr BushrootDr Bushroot 24 Feb 2018 14:18

рейтинг: 0+x
page 16 of 16« previous12...141516

%%linked_title%% — %%first_paragraph%% [[/module]]

J (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

K (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

L (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

M (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

N (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

O (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

P (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

Q (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

R (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

S (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

T (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

U (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

V (Back to Top)

SCP-4015 - Хранителі

від Dr BushrootDr Bushroot 02 Dec 2018 09:49

рейтинг: 0+x

SCP-4018 - Око

від murzei_chaosmurzei_chaos 21 Oct 2019 14:20

рейтинг: 0+x

SCP-4031 - Амнестична спокута

від Comrade XanderComrade Xander 26 Feb 2021 09:47

The ListPages module does not work recursively.
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */
 
#top-bar .open-menu a {
        position: fixed;
        top: 0.5em;
        left: 0.5em;
        z-index: 5;
        font-family: 'Nanum Gothic', san-serif;
        font-size: 30px;
        font-weight: 700;
        width: 30px;
        height: 30px;
        line-height: 0.9em;
        text-align: center;
        border: 0.2em solid #888;
        background-color: #fff;
        border-radius: 3em;
        color: #888;
}
 
@media (min-width: 768px) {
 
    .mobile-top-bar {
        display: block;
    }
 
    .mobile-top-bar li {
        display: none;
    }
 
    #main-content {
        max-width: 708px;
        margin: 0 auto;
        padding: 0;
        transition: max-width 0.2s ease-in-out;
    }
 
    #side-bar {
        display: block!important;
        position: fixed;
        top: 0;
        left: -19em;
        width: 17em;
        height: 100%;
        margin: 0;
        overflow-y: auto;
        z-index: 10;
        padding: 0.3em 0.675em;
        background-color: rgba(0,0,0,0.1);
        transition: left 0.5s ease-in-out;
    }
 
    #side-bar:target {
        display: block;
        left: 0;
        width: 17em;
        margin: 0;
        z-index: 10;
    }
 
    #side-bar:target .close-menu {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
 
    #top-bar .open-menu a:hover {
        text-decoration: none;
    }
 
    .close-menu {
        margin-left: 19em;
        opacity: 0;
    }
}
рейтинг: 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-4100 - Небездоганне майбутнє

від murzei_chaosmurzei_chaos 30 Nov 2018 05:10

рейтинг: 0+x

SCP-4107 - Мертва

від Comrade XanderComrade Xander 16 Mar 2021 19:23

рейтинг: 0+x

SCP-4176 - Податки

від Class K manClass K man 25 Feb 2020 09:26

рейтинг: 0+x

SCP-4482 - Останній дзвінок

від murzei_chaosmurzei_chaos 31 Aug 2020 20:13

рейтинг: 0+x

SCP-4517 - Не дуже 𝒩ний

від sunkwordsunkword 23 Feb 2020 16:54

рейтинг: 0+x

SCP-4669 - Nuestra Señora de la Revolución Popular

від Wandering beastWandering beast 28 Feb 2021 11:23

@import url(/component:scp-pride/code/1);
[[/module]]

SCP-4716 - Кулінарна книга Плутоворе

від DasgotDasgot 16 Apr 2021 07:01

рейтинг: 0+x

SCP-4780 - Дрібний

від (user deleted) 31 Aug 2019 08:44

рейтинг: 0+x

SCP-4807 - Колмогоровська складність

від DrKhmelnytskyDrKhmelnytsky 10 Jun 2019 18:15

рейтинг: 0+x

№: 4807

SCP-4830 - Голова, як нора

від sunkwordsunkword 28 Jan 2020 19:46

рейтинг: 0+x

%%linked_title%% — %%first_paragraph%% [[/module]]

W (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

X (Back to Top)

Оповідання Російської філії

від DasgotDasgot 07 Apr 2020 19:53

.section {
background: linear-gradient(to bottom, #eee 0%, #eee 50%, #f7f7f7 50%, #f7f7f7 100%);
border: 1px solid #888;
border-radius: 10px;
overflow: hidden;
margin-bottom: 15px;}
.section > p {
display: none;}
.section h3 {
display: inline-block;
float: left;
padding-left: 0.7em;
margin-top: none;
margin-bottom: none;
font-size: 1.4em;
font-weight: bolder;
color: #901;}
.section > a {
float: left;
font-size: 1.4em;
font-weight: bolder;
padding-right: 0.7em;
margin-top: 0.5em;}
.section table {
width: 100%;}
.section table td, .section table th {
border: none;}
.section table *:first-child {
text-align: left;}
.section table *:last-child {
text-align: center;}
.section table td:first-child, .section table th:first-child {
font-weight: bold;}
.section table tr{
background: #fff;
border-bottom: 1px dashed #888;}
.section table tr:first-child {
border-bottom: 1px solid #888;}
.section table tr:last-child {
border-bottom: none;}
.section table tr:last-child{
background: linear-gradient(#fff, #f7f7f7);}
.section table td:last-child {
width:8.75em;
text-align: right;
background-color:#f7f7f7;}
[[/module]]

Оповідання української філії

від N_NivisN_Nivis 18 Aug 2019 00:08

.section {
background: linear-gradient(to bottom, #eee 0%, #eee 50%, #f7f7f7 50%, #f7f7f7 100%);
border: 1px solid #888;
border-radius: 10px;
overflow: hidden;
margin-bottom: 15px;}
.section > p {
display: none;}
.section h3 {
display: inline-block;
float: left;
padding-left: 0.7em;
margin-top: none;
margin-bottom: none;
font-size: 1.4em;
font-weight: bolder;
color: #901;}
.section > a {
float: left;
font-size: 1.4em;
font-weight: bolder;
padding-right: 0.7em;
margin-top: 0.5em;}
.section table {
width: 100%;}
.section table td, .section table th {
border: none;}
.section table *:first-child {
text-align: left;}
.section table *:last-child {
text-align: center;}
.section table td:first-child, .section table th:first-child {
font-weight: bold;}
.section table tr{
background: #fff;
border-bottom: 1px dashed #888;}
.section table tr:first-child {
border-bottom: 1px solid #888;}
.section table tr:last-child {
border-bottom: none;}
.section table tr:last-child{
background: linear-gradient(#fff, #f7f7f7);}
.section table td:last-child {
width:8.75em;
text-align: right;
background-color:#f7f7f7;}
[[/module]]

Оформлення та глосарій

від murzei_chaosmurzei_chaos 25 Dec 2016 19:58

На цієї сторінки розташовано перелік характерних для матеріалів Фонду фраз і виразів, і усталені варіанти перекладу.

Перелік ресурсів

від murzei_chaosmurzei_chaos 24 Nov 2016 19:41

[[tabview]]
[[tab Філії Фонду - скорочено]]

Свіжі виправлення

від murzei_chaosmurzei_chaos 25 Nov 2016 10:32

%%title_linked%% змінено %%updated_by%% в %%updated_at|%H:%M %d.%m.%Y %%
[[/module]]

тестувальна сторінка

від Uther_McClellanUther_McClellan 29 Jun 2020 11:25

Коли я казав, що можна видаляти, я думав, що хоч одну, але залишать :)

page 4 of 4« previous1234

%%linked_title%% — %%first_paragraph%% [[/module]]

Y (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

Z (Back to Top)

%%linked_title%% — %%first_paragraph%% [[/module]]

_x
Якщо не зазначено інше, вміст цієї сторінки доступний на умовах ліцензії Creative Commons Attribution-ShareAlike 3.0 License