책꺼풀 시그마-9 테마

평가 모듈:

평가: 0+x

정보 모듈:

평가: 0+x

용법

방랑자의 도서관의 현행 CSS 테마를 기반으로 한 시그마-9 테마입니다. BHL 버전은 여기 있습니다. 예전에 사용되던 방랑자 테마는 여기 있습니다.

뱀의 손 GoIF를 비롯한 방랑자의 도서관 관련 항목에서 사용될 것을 상정하고 설계되었습니다.

사용하기 위해서는 다음 코드를 복사해 당신의 항목에 붙여넣으십시오.

[[include :scpko:theme:dustjacket-sigma]]

하단의 "+ 옵션" » "역링크"를 눌러 이 테마가 사용되는 곳들을 확인할 수 있습니다.

용례

wandererslibary_logobg.png

방랑자의 도서관 로고

하이픈 네 개 "----"를 통해 수평 구분선을 그을 수 있으며, 인용문 같은 내부 블록에 들어있지 않은 한 본문 전체를 가로지릅니다.


"----" 를 "fancyhr" 속성 div로 감싸면 대안적 가로구분줄이 나옵니다.

[[div_ class="fancyhr"]]
----
[[/div]]

결과는 다음과 같습니다:


또한 "fancyborder" div 속성을 사용하면 이렇게 특별한 테두리를 사용할 수 있습니다. 코드는 다음과 같습니다.
[[div_ class="fancyborder"]]
내용
[[/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);
}
🈲: SCP 재단의 모든 컨텐츠는 15세 미만의 어린이 혹은 청소년이 시청하기에 부적절합니다.
따로 명시하지 않는 한 이 사이트의 모든 콘텐츠는 크리에이티브 커먼즈 저작자표시-동일조건변경허락 3.0 라이선스를 따릅니다.