이게 뭡니까?
이 테마는 요주의 단체 "사단법인 발라븐" 관련 작품에 사용하기 위해 Kilerpoyo가 제작한 테마입니다.
이 테마는 JackalRelated의 임박한 악의 테마의 개조확장 버전입니다.
테마 색상
사단법인 발라븐 룬
비고: 이것은 블랙 하이라이터 기반 테마입니다. 이 테마를 사용하기 위해서는 기본형 블랙 하이라이터를 먼저 적용시켜야 합니다. 상세한 정보는 여기를 참조하세요.
사용법:
[[include :scp-wiki:theme:black-highlighter-theme]]
[[include :scpko:component:toggle-sidebar-bhl]]
[[include :scpko:theme:present-malice]]
[[include :scpko:theme:valravn]]
이 테마는 Woedenaz의 전환 가능한 사이드바 BHL와 함께 사용하기를 권장합니다. 쓰기 싫다면 단순히 해당 줄만 지우면 됩니다.
용례
구분선은 하이픈(-) 5개 "-----"로 만들 수 있고 어떤 것 안에(예: 인용구) 들어있지 않다면 페이지 전체를 가로지릅니다. 이 줄은 이 문서의 구획을 나누는 구분선입니다.
제목은 한 줄의 앞에 1-6개의 "+" 를 넣어서 표시할 수 있습니다.
여기에 로렘 입숨이 있다고 상상해 주세요.
봐요, 글자 더 있음.
대단하죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
"I have this!"
caw caw caw!
Will you use the INK RIBBON? [YES/NO]
이것은 인용구로 각 줄의 시작에 ">"를 넣으면 작동합니다.
글자
구분선
이중 인용문
삼중 인용문1
이것은 | 표 |
---|---|
만드는 법은 | 이미 아실 거라 |
생각합니다 |
로고 글꼴은 Anton과 양진체.
제목 글꼴은 Courier Prime과 은자모바탕.
본문 글꼴은 Jost와 싸락눈체.
고정폭 글꼴은 Anonymous Pro.
[[iftags +구성요소]]
이게 뭘 하냐면
사이드바를 기본으로 숨기고, 모바일과 비슷하게 모서리의 버튼으로 전환할 수 있도록 만들어 줍니다.
- 시그마-9에선 작동하지 않습니다. 이 구성요소는 오직 블랙 하이라이터에서만 기능합니다.
- 시그마-9에서 사용하려면 EstrellaYoshte가 만든 이 구성요소를 대신 사용하세요.
- BHL과 시그마-9 양쪽에서 모두 기능하는 접히는 사이드바도 있습니다.
접히는 사이드바는 클릭 대신 마우스 호버로 작동하고, 전환 가능한 사이드바보다 약간 더 눈에 띕니다.
사용법
1. 아래의 코드를 복사하세요.
2. 문서에 블랙 하이라이터나 기타 테마를 모두 include한 다음에 붙여넣으세요.
[[include :scpko:component:toggle-sidebar-bhl]]
3. (선택) 테마를 사용하고 있다면 전환 버튼을 스타일링하세요.
필요에 따라 버튼을 스타일링할 수 있는 5개의 CSS 변수도 있습니다.
색상은 여기에서 살펴볼 수 있는 BHL의 색상 변수에서 선택할 것을 매우 권장합니다.
:root {
--toggle-button-bg: hex/rgb/hsl color;
--toggle-border-color: hex/rgb/hsl color;
--toggle-border-width: px/rem/em;
--toggle-icon-color: hex/rgb/hsl color;
--toggle-roundness: percentage;
}
[[/iftags]]
[[iftags +component]]
What this does
Makes the sidebar hidden by default and toggled via a corner button, similar to the mobile version of the site.
- Does NOT work on Sigma-9. This ONLY functions with Black Highlighter.
- Use this component by EstrellaYoshte instead if you intend to use Sigma-9.
- If you prefer, there is also a Collapsible Sidebar that functions on both BHL and Sigma-9.
The collapsible sidebar functions via hovering rather than clicking and is slightly more visible than the Toggle Sidebar.
How to use
1. Copy code below.
2. Paste in article after Black Highlighter and any other Theme include.
[[include :scp-wiki:component:toggle-sidebar-bhl]]
3. (Optional) Style toggle button if using a theme.
There are also 5 CSS Vars available to style the button if needed.
For the colors, it is heavily suggested that you use the available BHL Color Vars which can be found here.
:root {
--toggle-button-bg: hex/rgb/hsl color;
--toggle-border-color: hex/rgb/hsl color;
--toggle-border-width: px/rem/em;
--toggle-icon-color: hex/rgb/hsl color;
--toggle-roundness: percentage;
}
:root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 48.0625rem) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; background: unset; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } }
[[/iftags]]
[[iftags +테마]]
이게 뭡니까?
임박한 악의 테마는 1996년 생존공포게임 《바이오하자드》의 느낌을 의도한 미학적 BHL 테마입니다. 아무 작품에나 자유롭게 사용해도 됩니다…만 “차가운 과학연구 — 연구결과의 착취 — 상상도 못한 참사” 바이브에서 사용되면 좋을 것 같습니다. 아니면 그냥 님이 바이오하자드 팬이라서 써도 되고요.
테마 색상

시그니처케어 제약Signature Care Pharmaceuticals 로고
비고: 이것은 블랙 하이라이터 기반 테마입니다. 이 테마를 사용하기 위해서는 기본형 블랙 하이라이터를 먼저 적용시켜야 합니다. 상세한 정보는 여기를 참조하세요.
사용법:
[[include :scpko:theme:black-highlighter-theme]]
[[include :scpko:component:toggle-sidebar-bhl]]
[[include :scpko:theme:present-malice]]
위 코드에는 Woedenaz의 전환 가능한 사이드바 BHL가 포함되어 있습니다. 사용하기 싫다면 그 줄만 지우면 됩니다.
가운데 로고 대안
Woedenaz의 가운데 정렬 헤더 BHL를 안배한 코드가 있습니다. 사용하기 위해서는 그냥 다음 코드를 위 코드들 끝에 추가해 주면 됩니다.
[[include :scpko:component:centered-header-bhl |malice=--]]]
용례
구분선은 하이픈(-) 5개 "-----"로 만들 수 있고 어떤 것 안에(예: 인용구) 들어있지 않다면 페이지 전체를 가로지릅니다. 이 줄은 이 문서의 구획을 나누는 구분선입니다.
제목은 한 줄의 앞에 1-6개의 "+" 를 넣어서 표시할 수 있습니다.
여기에 로렘 입숨이 있다고 상상해 주세요.
봐요, 글자 더 있음.
대단하죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
긴 탭입니다. 많은 글자가 들어가죠.
"I have this!"
something something Jill Sandwich
잉크 리본을 사용하시겠습니까? [예/아니오]
이것은 인용구로 각 줄의 시작에 ">"를 넣으면 작동합니다.
글자
구분선
이중 인용문
삼중 인용문2
이것은 | 표 |
---|---|
만드는 법은 | 이미 아실 거라 |
생각합니다 |
로고 글꼴은 Anton과 양진체.
제목 글꼴은 Courier Prime과 은자모바탕.
본문 글꼴은 Jost와 싸락눈체.
고정폭 글꼴은 Anonymous Pro.
[[iftags +구성요소]]
이게 뭘 하냐면
사이드바를 기본으로 숨기고, 모바일과 비슷하게 모서리의 버튼으로 전환할 수 있도록 만들어 줍니다.
- 시그마-9에선 작동하지 않습니다. 이 구성요소는 오직 블랙 하이라이터에서만 기능합니다.
- 시그마-9에서 사용하려면 EstrellaYoshte가 만든 이 구성요소를 대신 사용하세요.
- BHL과 시그마-9 양쪽에서 모두 기능하는 접히는 사이드바도 있습니다.
접히는 사이드바는 클릭 대신 마우스 호버로 작동하고, 전환 가능한 사이드바보다 약간 더 눈에 띕니다.
사용법
1. 아래의 코드를 복사하세요.
2. 문서에 블랙 하이라이터나 기타 테마를 모두 include한 다음에 붙여넣으세요.
[[include :scpko:component:toggle-sidebar-bhl]]
3. (선택) 테마를 사용하고 있다면 전환 버튼을 스타일링하세요.
필요에 따라 버튼을 스타일링할 수 있는 5개의 CSS 변수도 있습니다.
색상은 여기에서 살펴볼 수 있는 BHL의 색상 변수에서 선택할 것을 매우 권장합니다.
:root {
--toggle-button-bg: hex/rgb/hsl color;
--toggle-border-color: hex/rgb/hsl color;
--toggle-border-width: px/rem/em;
--toggle-icon-color: hex/rgb/hsl color;
--toggle-roundness: percentage;
}
[[/iftags]]
[[iftags +component]]
What this does
Makes the sidebar hidden by default and toggled via a corner button, similar to the mobile version of the site.
- Does NOT work on Sigma-9. This ONLY functions with Black Highlighter.
- Use this component by EstrellaYoshte instead if you intend to use Sigma-9.
- If you prefer, there is also a Collapsible Sidebar that functions on both BHL and Sigma-9.
The collapsible sidebar functions via hovering rather than clicking and is slightly more visible than the Toggle Sidebar.
How to use
1. Copy code below.
2. Paste in article after Black Highlighter and any other Theme include.
[[include :scp-wiki:component:toggle-sidebar-bhl]]
3. (Optional) Style toggle button if using a theme.
There are also 5 CSS Vars available to style the button if needed.
For the colors, it is heavily suggested that you use the available BHL Color Vars which can be found here.
[[div class="code"]]
:root {
--toggle-button-bg: hex/rgb/hsl color;
--toggle-border-color: hex/rgb/hsl color;
--toggle-border-width: px/rem/em;
--toggle-icon-color: hex/rgb/hsl color;
--toggle-roundness: percentage;
}
:root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 48.0625rem) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; background: unset; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } }
[[/iftags]]
@import url('https://scp-wiki.wdfiles.com/theme:present-malice/code/1'); /* Present Malice Theme [2021 Wikidot Theme] by JackalRelated greatly inspired by Resident Evil (1996) */ @import url('https://fonts.googleapis.com/css2?family=Courier+Prime&family=Anton&family=Jost&family=Anonymous+Pro&display=swap'); @import url('https://scpko.wdfiles.com/local--files/unfont/UnJamoBatang.css'); @font-face { font-family: '양진체'; src: url('https://cdn.jsdelivr.net/gh/supernovice-lab/font@0.9/yangjin.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: '싸락눈체'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/SF_HailSnow.woff') format('woff'); font-weight: normal; font-style: normal; } :root:lang(ko) { --header-title: "SCP 재단"; --header-subtitle: "확보. 격리. 보호."; --body-font: 'Jost', '싸락눈체', sans-serif; --header-font: 'Anton', '양진체', sans-serif; --title-font: 'Courier Prime', 'UnJamoBatang', sans-serif; --mono-font: 'Anonymous Pro', '돋움체', monospace; --UI-font: var(--body-font); } #header h2 span{ margin-top: calc(var(--header-height-on-desktop)/2 + var(--header-h1-font-size)/2 - var(--header-h2-font-size) + 1.2em); } textarea { font-family: var(--mono-font); } input#edit-page-title.text { font-family: var(--title-font); }
[[/iftags]]
@import url('https://scp-wiki.wikidot.com/theme:valravn/code/1'); /* Valravn's Theme [2022 Wikidot Theme] by Kilerpoyo an extension of the Present Malice Theme by JackalRelated */ :root:lang(ko) { --theme-id: "valravn"; --theme-name: "사단법인 발라븐 테마"; --header-title: "사단법인 발라븐"; --header-subtitle: "Óðinn á yðr alla / 전장에서 우리는 배불린다."; }