5K 版式

源页面
2023年2月6日
修订 2

核心指标

更新于 2025年11月6日
评分
28
↑ 28
↓ 0
支持率
100%
总票数 28
Wilson 95% 下界
87.9%
在相同票数下更稳健的支持率估计
争议指数
0.000

评分趋势

按周聚合
加载图表中...

最近修订

1 / 1
编辑内容
2 年前
修改标签
2 年前
已新增标签:版式。
创建页面
2 年前
5K 版式 作者:Liryn 译者:hoah2333

最近投票

1 / 3
2025-09-06
2025-08-23
2025-08-09
2025-07-21
2025-07-16
2025-07-09
2025-01-30
2024-09-25
2024-09-04

页面源码

源码字符数 7211文字字数 5475
[[div style="display: none;"]]
[[include :scp-wiki-cn:theme:basalt darkmode=a|wide=a]]
[[/div]]

[[module CSS]]

/* SCP: 5K Theme              */
/* [2023 Wikidot Theme]       */
/*                            */
/* by Liryn, Placeholder McD  */
/*                            */
/* Basalt                     */
/* Built on Bedrock           */
/*                            */

/*-----------------*/
/*---- IMPORTS ----*/
/*-----------------*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@400;700&display=swap');

:root {

    /*----------------------*/
    /*---- BEDROCK VARS ----*/
    /*----------------------*/

    --logo: url(http://scptestwiki.wikidot.com/local--files/sigma:5k-theme/5k-logo.png);

    --title: "SCP:5K";

    --subtitle-size: 0rem;
    --title-size: 2rem;
    --base-header-height: calc((var(--title-size) + var(--subtitle-size))*1.5 + 0.5rem);
    --header-border-width: 0rem;

    --header-font-primary: var(--UI-font-primary);
    --UI-font-primary: 'Saira';

    --basalt-UI-dark-palette: 45, 45, 45;
    --basalt-bright-element-color: 228, 33, 33;
    --basalt-dark-element-color: 203, 77, 77;
    --basalt-primary-color: 3, 3, 3;
    --basalt-secondary-color: 8, 8, 8;
    --basalt-tertiary-color: 30, 30, 30;
    --general-border-color: 40, 40, 40;
    --basalt-main-text-color: 210, 210, 210;
    
    --basalt-focus-color: var(--basalt-bright-element-color);
    --selection-text-color: var(--basalt-main-text-color);
    --header-background-color: var(--basalt-primary-color);
    --header-title-color: 240, 240, 240;
    --top-bar-dropdown-link-color-hover: var(--basalt-main-text-color);
    --top-bar-link-background-hover: var(--top-bar-link-background-hover-alt);
    --side-bar-link-color-hover: var(--basalt-main-text-color);
    --side-bar-background-color: var(--basalt-primary-color);
    --bottom-area-background-color: var(--basalt-primary-color);

}

/*--------------------*/
/*---- 5K CLASSES ----*/
/*--------------------*/

#page-content .quint {
    font-family: var(--UI-font);
}

#page-content .metam {
    font-family: 'Barlow', 'Noto Sans SC', sans-serif !important;
    color: transparent !important;
    background-color: transparent !important;
    border: none !important;
}

#page-content .metam :is(th, td) {
    color: transparent !important;
}

.a12_memo {
    --memo-heading: "! 内部安保通知 !";
    --memo-logo: url(http://smlt.wdfiles.com/local--files/collab:dr-moist:theatre/O4);
    --memo-color: var(--basalt-bright-element-color);
    font-family: var(--UI-font);
    font-size: 1.1em;
    background-blend-mode: soft-light;
}

.series-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: baseline;

    margin: 1rem 0;
    padding: .02rem 1rem;
    background: rgb(var(--basalt-tertiary-color));

    border-top-right-radius: .67rem;
    border-top-left-radius: .67rem;

    font-size: 1.2em;
    font-family: var(--UI-font);
}

.series-nav>* {
    margin: 0 0.3em;
}

.end_card {
    background: linear-gradient(145deg, rgba(var(--basalt-dark-element-color), 0.5) 0%, rgb(var(--basalt-tertiary-color)) 80%);
    padding: 1.25rem 2rem;
    text-align: center;
}

/*--------------*/
/*---- MISC ----*/
/*--------------*/

#content-wrap {
    background-image: radial-gradient(rgb(30, 30, 30) 10%, transparent 10%);
    background-position: 1px 1px;
    background-size: 16px 16px;
}

/* MISC --> Header alterations */

#header h1 a span::before {
    margin-inline: 6px;
    letter-spacing: -2px;
}

/* MISC --> UI alterations */

#main-content>.page-tags>span a {
    color: rgb(var(--basalt-main-text-color));
    background: none !important;
}

#main-content>.page-tags>span a:is(:hover, :focus) {
    color: rgb(var(--basalt-bright-element-color));
    box-shadow: none;
}

/* MISC --> Content alterations */

#page-title, .meta-title {
    border-bottom: none;
    color: rgba(var(--basalt-main-text-color), 0.9);
}

.fncon::before {
    color: rgba(0, 0, 0, 0.75);
}

.fnnum:hover::after {
    color: black;
}

::selection {
    background-color: rgba(var(--selection-background-color), 0.4);
}

[[/module]]

>[[ift{$area-12}gs -liryn-was-here]]
>[[iftags]]
[[module CSS]]

:root {

    --logo: url(http://scptestwiki.wikidot.com/local--files/sigma:5k-theme/a12-logo.png);

    --header-title: "AREA-12";

    --title-size: 2.4rem;
    --base-header-height: calc((var(--title-size) + var(--subtitle-size))*1.15 + 0.5rem);

    --basalt-bright-element-color: 0, 175, 50;
    --basalt-dark-element-color: 88, 167, 102;

    --side-bar-link-color-hover: var(--basalt-light-text-color);
    --top-bar-dropdown-link-color-hover: var(--basalt-light-text-color);
    --login-status-text-color-hover: var(--basalt-light-text-color);
    --button-hover-text-color: var(--basalt-light-text-color);

    --one-color: var(--basalt-bright-element-color) !important;

}

#header h1 a span::after {
    display: none;
}

div#account-options>ul>li>a {
    transition: color 0.4s;
}

[[/module]]
>[[/iftags]]
>[[/ift{$area-12}gs]]

[[iftags +版式]]

[[=]]
[[module Rate]]
[[/=]]

@@ @@

[[div style="display: flex; flex-flow: columm wrap; justify-content: center; align-items: center; user-select: none;"]]
[[div style="max-width: 15rem;"]]
[[=image http://scptestwiki.wikidot.com/local--files/sigma:5k-theme/5k-logo.png]]
[[/div]]
[[div style="max-width: 30rem; filter: invert(0.9);"]]
[[=image http://scptestwiki.wikidot.com/local--files/sigma:basalt/basalt-theme-logo.svg]]
[[/div]]
[[/div]]

@@ @@

[[=]]
[[size 120%]]**在任意页面中:**[[/size]]
[[size 160%]]**{{@@[[include @@[[span style="opacity: 70%;"]]@@:scp-wiki-cn:@@[[/span]]@@theme:5k]]@@}}**[[/size]]
[[/=]]

@@ @@

+ 信息

这是一个为由 [https://affray.gg Affray 互娱]所著的与其独立战术射击游戏 //[https://scp5k.gg SCP:5K]//(前称 //SCP:疫病//)有关的文章所作的版式。

该版式建设于[[[theme:basalt|玄武岩]]]版式的框架之上。

@@ @@

@@ @@

+ Area-12 变体

**{{@@[[include @@[[span style="opacity: 70%;"]]@@:scp-wiki-cn:@@[[/span]]@@theme:5k @@##lime|area-12=a##@@]]@@}}**

@@ @@

[[div style="max-width: 60rem;"]]
[[image https://7bye.com/hoah/i/2023/02/06/7w156.png style="border-radius: 1rem; border: solid 0.2rem rgba(255, 255, 255, 0.1);"]]
[[/div]]

@@ @@

@@ @@

= [[span class="quint"]]@@[[span class="@@**quint**@@"]]@@[[/span]]

@@ @@

[[div class="a12_memo"]]
**{{@@[[div class="a12_memo"]]@@}}**
[[/div]]

@@ @@

[[div class="series-nav"]]
[[<]]
<< [[size 85%]][# 文章 A][[/size]]
[[/<]]
[[=]]
**| @@ @@ 系列导航 @@ @@|**
[[/=]]
[[>]]
[[size 85%]][# 文章 B][[/size]] >>
[[/>]]
[[/div]]

[[=]]
[[collapsible show="+ 展开格式" hide="- 收起"]]
[[<]]
[[code]]
[[div class="series-nav"]]
[[<]]
<< [[size 85%]]这里是你的链接[[/size]]
[[/<]]
[[=]]
**| @@ @@ 一些文本 @@ @@ |**
[[/=]]
[[>]]
[[size 85%]]这里是另一个链接[[/size]] >>
[[/>]]
[[/div]]
[[/code]]
[[/<]]
[[/collapsible]]
[[/=]]

@@ @@

[[div class="end_card"]]

**{{@@[[div class="end_card"]]@@}}**

[[div class="blockquote quint"]]
这里放点文本
作者:[[*user Liryn]]
[[/div]]

[[module Rate]]

[[/div]]

@@ @@

@@ @@

= [[span class="quint" style="font-size: 90%; opacity: 80%;"]]SCP:5K 与 Area-12 标志均由 Trey Bishop 制作,并授权于 CC BY-SA 3.0 协议之下。[[/span]]

[[/iftags]]