책꺼풀 시그마-9 테마
평가 모듈:
정보 모듈:
추가적인 정보
정보가 저쩌고
용법
방랑자의 도서관의 현행 CSS 테마를 기반으로 한 시그마-9 테마입니다. BHL 버전은 여기 있습니다. 예전에 사용되던 방랑자 테마는 여기 있습니다.
뱀의 손 GoIF를 비롯한 방랑자의 도서관 관련 항목에서 사용될 것을 상정하고 설계되었습니다.
사용하기 위해서는 다음 코드를 복사해 당신의 항목에 붙여넣으십시오.
[[include :scpko:theme:dustjacket-sigma]]
하단의 "+ 옵션" » "역링크"를 눌러 이 테마가 사용되는 곳들을 확인할 수 있습니다.
용례

방랑자의 도서관 로고
하이픈 네 개 "----"를 통해 수평 구분선을 그을 수 있으며, 인용문 같은 내부 블록에 들어있지 않은 한 본문 전체를 가로지릅니다.
"----" 를 "fancyhr" 속성 div로 감싸면 대안적 가로구분줄이 나옵니다.
[[div_ class="fancyhr"]]
----
[[/div]]
결과는 다음과 같습니다:
또한 "fancyborder" div 속성을 사용하면 이렇게 특별한 테두리를 사용할 수 있습니다. 코드는 다음과 같습니다.
[[div_ class="fancyborder"]]
내용
[[/div]]
내용
[[/div]]
Footnotes gain a "(" or "," in front of them.12
타이틀은 1~6개의 "+"를 각 줄의 시작에 넣는 것으로 추가할 수 있습니다.
이것은 인용구로 각 줄의 시작에 ">"를 넣으면 작동합니다.
글자
구분선
이중 인용구
이것은 | 표 |
---|---|
만드는 법은 | 아실거라 |
믿습니다. |
본문 글꼴은 IBM 플렉스 산세리프 텍스트와 Adelle Sans입니다.
제목 글꼴은 국립박물관문화재단체와 Zuijin입니다.
고정폭 글꼴은 Adaptive Mono와 D2Coding입니다.
소스코드
@import url('https://scp-wiki.wdfiles.com/local--code/theme%3Adustjacket-sigma/1'); /* Sigma-9 Wanderers' DustJacket Theme [2020 Wikidot Theme] By DrMacro Adapted from Wanderers' DustJacket Theme by Woedenaz Based on SCP Sigma 9 Theme created by Aelanna and Dr Devan */ @font-face { font-family: 'IBMPlexSansKR-Text'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Text.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: '국립박물관문화재단클래식M'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/국립박물관문화재단클래식M.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'D2Coding'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_three@1.0/D2Coding.woff') format('woff'); font-weight: normal; font-style: normal; } :root { --body-font: 'IBMPlexSansKR-Text', adelle-sans, 'Lato', sans-serif; --header-font: 'zuijinregular', '국립박물관문화재단클래식M', 'Poppins', sans-serif; --title-font: 'zuijinregular', '국립박물관문화재단클래식M', 'Poppins', sans-serif; --mono-font: 'adaptive-mono', 'D2Coding', "PT Mono", "Andale Mono", "Courier New", Courier, monospace; } /* HEADER */ #header h1 a::before { content: "방랑자의 도서관"; } #header h2 span { color: transparent; text-shadow: none; display: inline; } #header h2 span::before { content: "THE WANDERERS' LIBRARY"; } textarea { font-family: var(--mono-font); } input#edit-page-title.text { font-family: var(--title-font); }
페이지 내역: 14, 마지막 수정: 28 Aug 2022 10:09