本体部门 主题版式
[[embed]]
<iframe src="//scp-wiki-cn.wdfiles.com/local—files/nav%3Aside/styleFrame.html?bhl" name="typeFrame"></iframe>
[[/embed]]

此为本体部门专用主题。标志由DidicDidic绘制。

使用方法

注意:这是一个基于黑色标记笔的主题版式。若你想使用此版式,你还需要导入黑色标记笔版式。点击这里了解更多

在你的作品开头添加如下语法以应用此版式:

[[include :scp-wiki-cn:theme:black-highlighter-theme]]
[[include :scp-wiki-cn:theme:ontology-department]]

示例

可通过五个连字符“-----”创建水平分割线。若它未被放在其他部件(诸如引用块)中,则会左右延伸贯穿页面。这种将文件分割为多个部分的线就是分割线。
标题可通过在一行字起始处输入 1 至 6 个加号“+”来创建。
+ 标题- 标题

1 级标题

2 级标题

3 级标题

4 级标题

5 级标题
6 级标题
分页分页长 Tab空 Tab空 Tab空 Tab空 Tab空 Tab空 Tab

此为分页(tab view)。

这是一个引用块,在一行字的起始处加上“> ”来创建。

更多文字


一条分割线

嵌套引用块

以及更多1

这是表格
你应该老早就知道怎么
做这个了吧

源代码

+ 展开- 收起
css
/*
    Ontology Department Highlighter Theme
    [2021 Wikidot Theme]
    Created by Denevola.
    Based on Black Highlighter Theme created by Woedenaz and Croquembouche.
    The Ontology Department logo was created by Didic and vectorized by Denevola. Licensed under CC BY-SA 3.0.
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@900&display=swap');

:root {
    --theme-base: "black-highlighter";
    --theme-id: "ontology-department";
    --theme-name: "Ontology Department Highlighter Theme";

    /* Header */
    --logo-image: url('https://scpko.wdfiles.com/local--files/theme%3Aontology-department/department-logo.svg');
    --header-title: "존재학부";
    --header-subtitle: "인과, 개념, 물질";

    /* Typefaces */
    --body-font: 'Noto Sans SC', sans-serif;
    --header-font:'Noto Sans SC',sans-serif;
    --title-font: 'Noto Sans SC',sans-serif;
    --mono-font: '仿宋','Noto Serif SC', "Space Mono",Consolas,monaco,"Nanum Gothic Coding",monospace;

    /* Standard Colors */
    --white-monochrome: 247, 250, 252;
    --pale-gray-monochrome: 250, 250, 250;
    --light-pale-gray-monochrome: 250, 250, 250;
    --pale-accent: 157, 157, 212;
    --bright-accent: 100, 100, 135;
    --medium-accent: 34, 46, 89;
    --dark-accent: 100, 100, 135;

    /* Header Gradients */
    --gradient-header: linear-gradient(
     180deg,
     rgb(var(--header-gradient-color-bottom)) 0%,
     rgb(var(--header-gradient-color-middle)) 90%,
     rgb(var(--header-gradient-color-top)) 100%
    );
    --diagonal-stripes: repeating-linear-gradient(
     to top,
     hsla(0, 0%, 100%, 0),
     hsla(0, 0%, 100%, 0) 0.25vh,
     rgba(88, 88, 88, 0.1) 0.35vh,
     rgba(88, 88, 88, 0.2) 0.5vh
  );
}

:root:lang(cn) {
    --header-title: "本体部门";
    --header-subtitle: "因果,概念,物质";
    --body-font: 'Noto Sans SC', sans-serif;
    --header-font:'Noto Sans SC',sans-serif;
    --title-font: 'Noto Sans SC',sans-serif;
    --mono-font: '仿宋','Noto Serif SC', "Space Mono",Consolas,monaco,"Nanum Gothic Coding",monospace;
}

#header h1 a {
    margin-top: calc(var(--header-height-on-desktop)/2 - .75em);
}

#header h2 {
    font-family: "Poppins", Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, NanumBarunCatsi, sans-serif;
}

#header h2 span {
    margin-top: calc(var(--header-height-on-desktop)/2 + var(--header-h1-font-size)/2 - var(--header-h2-font-size) + .75rem);
}

@media only screen and (max-width: 768px) {

    #header h1 a {
        margin-top: calc(var(--header-height-on-mobile)/2 - 1.345rem);
    }

    #header h2 span {
        margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .5rem);
    }
}

#page-title,
.meta-title {
    flex-direction: column;
    border-bottom: none;
    text-align: center;
}

#page-title::after,
.meta-title::after {
    display: block;
    width: 100%;
    height: .5rem;
    border-radius: 50%;
    background-color: rgba(var(--swatch-menubg-medium-dark-color,66,66,72),.2);
    content: "";
}
header-height-on-mobile)/2 - 1.345rem);
    }

    #header h2 span {
        margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .5rem);
    }
}

#page-title,
.meta-title {
    flex-direction: column;
    border-bottom: none;
    text-align: center;
}

#page-title::after,
.meta-title::after {
    display: block;
    width: 100%;
    height: .5rem;
    border-radius: 50%;
    background-color: rgba(var(--swatch-menubg-medium-dark-color,66,66,72),.2);
    content: "";
}
- 收起
[[embed]]
<iframe src="//scp-wiki-cn.wdfiles.com/local—files/nav%3Aside/styleFrame.html?%40import%20url('https%3A%2F%2Fscp-wiki-cn.wikidot.com%2Ftheme%3Aontology-department%2Fcode%2F1')%3B" name="styleFrame"></iframe>
[[/embed]]
Footnotes
  1. 1.这里是脚注!
页面版本:⁨0⁩, 最后编辑于: ⁨2021/11/30 15:18:42⁩ (⁨⁨1751⁩ 日前⁩), 现时评分: 4