평가 모듈:
정보 모듈:
EstrellaYoshte가 서류더미 테마에서 포킹해서 만든 심미용 테마입니다.
테마를 사용하기 위해서는 다음 코드를 복붙하세요.
[[include :scpko:theme:penumbra]]
또한 테카 작동을 위한 [[include]] 아랫줄에 CSS 모듈을 넣어 헤더와 로고를 변경할 수 있습니다.
:root {
--header-title: "사이트 제목";
--header-subtitle: "사이트 부제목";
--lgurl: url("로고 파일 경로");
--accentColor: 색상;
}
색상 기본값은 #1EB5E8 입니다.

화상.
수평줄은 하이픈 5개 "------"를 치면 만들어지며, 따로 들어 있는 곳 (인용 블록 등) 이 없다면 페이지 전체를 가로지릅니다. 이 글에서 섹션을 나누는 줄은 모두 이 수평줄입니다.
제목은 문장 처음에 "+"을 1개부터 6개까지 입력해서 적용할 수 있습니다.
이것은 인용구로 각 줄의 시작에 ">"를 넣으면 작동합니다.
글자
구분선
이중 인용문
이것은 | 표 |
---|---|
만드는 법은 | 이미 아실 거라 |
생각합니다 |
[[div class="darkbox"]]
[[div class="lightbox"]]
sidebox div 속성은 다음과 같습니다.
[[div class="limit"]] <— 앵커의 시작 한계를 설정
[[div class="anchor"]] <— 사이드박스가 고정될 위치를 설정
[[div class="sidebox"]]
사이드박스에 들어갈 내용
[[/div]]
[[/div]]
사이드박스가 스크롤해 지나갈 내용
[[/div]] <— 앵커의 종료 한계를 설정
limit 를 설정하지 않으면 anchor는 페이지 전체를 기준으로 고정되어 버릴 겁니다.
sidebox div는 모바일 또는 가로화소 1290px 이하의 환경에서는 작동하지 않습니다.
The header font is Josefin Sans.
The body font is Roboto.
The monospace font is Fira Code.
소스코드:
/* Penumbra Theme [2020 Wikidot Theme] By EstrellaYoshte Based on: Paperstack Theme by EstrellaYoshte Ad Astra Theme by NatVoltaic and stormbreath Inkblot Theme by Croquembouche Anderson Robotics Theme by Croquembouche BHL Style Collapsible by Monkatraz */ @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); @import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap); @font-face { font-family: 'MapoDPPA'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/MapoDPPA.woff') format('woff'); font-weight: normal; font-style: normal; } /* Set the new text's content from variable */ #header h1 a::before { content: var(--header-title, "SCP 재단"); } #header h2::before { content: var(--header-subtitle, "확보 - 격리 - 보호"); } #header h1 a::before, #header h2::before { font-family: 'Josefin Sans', 'MapoDPPA', sans-serif; } #side-bar .heading{ font-family: 'Josefin Sans', 'MapoDPPA', sans-serif; } /* ---- PAGE ELEMENTS ---- */ h1 { color: var(--accentColor); font-family: 'Josefin Sans', 'MapoDPPA', sans-serif; } h2, h3, h4, h5, h6 { font-family: 'Josefin Sans', 'MapoDPPA', sans-serif; } #page-title { font-family: 'Josefin Sans', 'MapoDPPA', sans-serif; } #top-bar .open-menu a { top: unset; bottom: 0.5em; }