联合体的印记 版式
这是一个基于Dr Hormress制作的新阈限版式的版式,由
BANTTX制作。
在你的作品开头添加如下语法以应用此版式:
[[include :pin-wiki:theme:nuliminal]]
主题颜色
--gray-monochrome(72, 69, 60)
--bright-accent(140, 136, 126)
{$color3-name}{$color3-variable}{$color3-info}
{$color4-name}{$color4-variable}{$color4-info}
{$color5-name}{$color5-variable}{$color5-info}
{$color6-name}{$color6-variable}{$color6-info}
--very-light-gray-monochrome(215, 215, 215)
--pale-gray-monochrome(255, 251, 240)
--dark-gray-monochrome(48, 48, 52)
--medium-accent(72, 69, 60)
--dark-accent(140, 136, 126)
--newpage-color(221, 102, 17)
{$subcolor7-name}{$subcolor7-variable}{$subcolor7-info}
{$subcolor8-name}{$subcolor8-variable}{$subcolor8-info}
{$subcolor9-name}{$subcolor9-variable}{$subcolor9-info}
{$subcolor10-name}{$subcolor10-variable}{$subcolor10-info}
{$subcolor11-name}{$subcolor11-variable}{$subcolor11-info}
{$subcolor12-name}{$subcolor12-variable}{$subcolor12-info}
示例
PIN标志
可通过五个连字符“-----”创建水平分割线。若它未被放在其他部件(诸如引用块)中,则会左右延伸贯穿页面。这种将文件分割为多个部分的线就是分割线。
标题可通过在一行字起始处输入 1 至 6 个加号“+”来创建。
此为分页(tab view)。
看,这有更多文字。
多么精巧绝伦。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个长的 tab,它有很多文字。
这是一个引用块,在一行字的起始处加上“> ”来创建。
更多文字
一条分割线
嵌套引用块
自定义引用块
样式化引用块
暗色样式化引用块
亮色块
暗色块
[[div class="classic-blockquote"]]
[[div class="hard-blockquote"]]
[[div class="rhard-blockquote"]]
[[div class="blockquote-warning"]]
更窄,并带有世界机构联合体的图标。
| 这是 | 表格 |
|---|---|
| 你应该老早 | 就知道怎么 |
| 做这个了吧 | |
正文、标题和页眉字体为 Inter / IBM Plex Mono / Fira Code。
等宽字为 Fira Code / Noto Serif SC。
@import url("https://ah-sandbox.wikidot.com/local--files/theme:neo-liminal/normalize.min.css"); @import url("https://ah-sandbox.wikidot.com/local--files/theme:neo-liminal/black-highlighter.min.css"); @import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext'); @import url('https://fonts.googleapis.com/css?family=Basic|IBM+Plex+Mono:400,700'); @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@600&display=swap'); @import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:wght@600&display=swap'); @import url('https://cdn.jsdelivr.net/gh/scp-cn-tech/sigma9@cn/modules/colstyle.min.css'); @import url("https://zeronine.wikidot.com/local--files/pin-wiki/Icon.css"); /* Mask Icons */ @import url("https://pin-wiki.wikidot.com/component:mask-icons/code/1"); :root, :root:lang(cn) { --theme-base: "black-highlighter"; --theme-id: "liminal"; --theme-name: "Liminal Theme"; --logo-image: var(--icon) ; --header-title: "世界机构联合体"; --header-subtitle: "万千世界 一个体系"; --white-monochrome: 253, 253, 253; --pale-gray-monochrome: 253, 253, 253; --light-gray-monochrome: 160, 160, 160; --gray-monochrome: 0, 93, 129; /* 很深 */ --black-monochrome: 25, 20, 16; --bright-accent: 0, 129, 179; /* 深 */ --medium-accent: 0, 129, 179; /* 深 */ --dark-accent: 0, 93, 129; /* 很深 */ --pale-accent: 74, 199, 255; /* 浅 */ --swatch-topmenu-border-color: var(--medium-accent); --link-color: 230, 23, 68; --hover-link-color: 230, 23, 68; --background-gradient-distance: 0rem; --gradient-header: linear-gradient(to top, rgba(var(--medium-accent)) 0%, rgba(var(--medium-accent), 0.90) 100% ); --diagonal-stripes: linear-gradient(transparent 0); } /* CENTERED HEADER */ @supports(display: grid) { :root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center center; background-size: 20% auto; opacity: 0.4; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-tertiary-color)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-tertiary-color)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); box-shadow: calc(var(--search-height) / 2 * -1) 0 calc(var(--search-height) / 2) rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; } } #skrollr-body { background-image: radial-gradient(circle, rgb(var(--medium-accent)) 50%, transparent 0); background-repeat: repeat; background-size: 0.25em 0.25em; width: 100%; height: 7.5rem; } #container { background-image: radial-gradient(circle, rgb(var(--medium-accent), 0.05) 50%, transparent 0); background-size: 0.25em 0.25em; background-repeat: repeat; background-attachment: fixed; } #side-bar div[style*="center"] { display: flex; } #side-bar:lang(cn) div.side-block.media { grid-column: 1 / span 2; } #side-bar:lang(cn) div.side-block.media a[href*=tieba] { --social-logo-mask: url(https://7bye.com/hoah/i/2022/11/10/36rq.svg); --social-color: 41, 50, 226; } #side-bar:lang(cn) div.side-block.media a[href*=fandom] { --social-logo-mask: url(https://7bye.com/hoah/i/2022/11/10/2nr8.svg); --social-color: 250, 0, 90; } /* Divs */ .blockquote, [class*="blockquote"], blockquote, div.blockquote, div.styled-quote, div.dark-styled-quote, div.lightblock, div.darkblock { display: block; position: relative; margin: .5em 1.25rem; padding: .825em 1.25em; clear: both; border: none; background-color: rgba(var(--blockquote-bg-color)); box-shadow: inset 0 0 0 .0625rem rgba(var(--blockquote-border-color),.5),inset .0625rem 0 0 0 rgba(var(--blockquote-border-color),.5),inset 0 -.0625rem 0 0 rgba(var(--blockquote-border-color),.75); } .blockquote > :last-child, [class*="blockquote"] > :last-child, blockquote > :last-child, div.blockquote > :last-child, div.styled-quote > :last-child, div.dark-styled-quote > :last-child, div.lightblock > :last-child, div.darkblock > :last-child { margin-bottom: 0; } .blockquote > :first-child, [class*="blockquote"] > :first-child, blockquote > :first-child, div.blockquote > :first-child, div.styled-quote > :first-child, div.dark-styled-quote > :first-child, div.lightblock > :first-child, div.darkblock > :first-child { margin-top: 0; } @media only screen and (max-width: 56.25rem) { .blockquote, [class*="blockquote"], blockquote, div.blockquote, div.styled-quote, div.dark-styled-quote, div.lightblock, div.darkblock { margin-right: 0; margin-left: 0; } } div.styled-quote { background-color: rgb(var(--pale-gray-monochrome)); border-left: 0.5rem solid rgb(var(--gray-monochrome)); box-shadow: inset -.0625rem 0 0 0 rgba(var(--blockquote-border-color),.5),inset 0 .0625rem 0 0 rgba(var(--blockquote-border-color),.5),inset 0 -.0625rem 0 0 rgba(var(--blockquote-border-color),.75); } div.dark-styled-quote { color: rgb(var(--pale-gray-monochrome)); background-color: rgb(var(--gray-monochrome)); border-left: 0.5rem solid rgb(var(--pale-gray-monochrome)); box-shadow: inset -.0625rem 0 0 0 rgba(var(--blockquote-border-color),.5),inset 0 .0625rem 0 0 rgba(var(--blockquote-border-color),.5),inset 0 -.0625rem 0 0 rgba(var(--blockquote-border-color),.75); } div.lightblock { background-color: rgb(var(--pale-gray-monochrome)); } div.darkblock { color: rgb(var(--pale-gray-monochrome)); background-color: rgb(var(--gray-monochrome)); } div.classic-blockquote { border: dashed 0.0625rem rgba(var(--blockquote-border-color), 0.75); box-shadow: none; } div.hard-blockquote { border: solid 0.125rem rgb(var(--gray-monochrome)); box-shadow: none; } div.rhard-blockquote { border-radius: 0.75rem; border: solid 0.125rem rgb(var(--gray-monochrome)); box-shadow: none; } div.blockquote-warning { width: 60%; min-width: 250px; margin-left: auto; margin-right: auto; border-radius: 0.75rem; border: solid 0.125rem rgb(var(--gray-monochrome)); box-shadow: none; background-image: url("http://odilpin.wikidot.com/local--files/system:start/pin-LOGO"); background-repeat: no-repeat; background-position: center; background-size: 60% auto; }


