단형 테마

단형 테마

평가 모듈:

평가: +7+x

정보형 평가 모듈:

  • 평가: +7+x

WoedenazWoedenaz의 도움을 받아 EstrellaYoshteEstrellaYoshte가 만든 심미용 테마입니다. 사용하려면 아래 코드를 복붙하세요.

[[include :scpko:theme:monotypical]]


mono.png

이미지.

수평줄은 하이픈 4개 "----"1를 치면 만들어지며, 따로 들어있는 곳(인용 블록 등)이 없다면 페이지 전체를 가로지릅니다. 이 글에서 섹션을 나누는 줄은 모두 이 수평줄입니다.

제목은 문장 처음에 "+"를 1개부터 6개까지 입력해서 적용할 수 있습니다.

이것은 탭뷰입니다.2

이건 인용문입니다. 각 줄 시작에 "> "을 넣어서 적용할 수 있습니다.

더 많은 글자


저건 가로선입니다

인용문 안의 인용문

이것은 표입니다
어떻게 만드는지는 분명 이미
잘 알고 있을 겁니다
1 2
3 4
그 중 누가 최고일까?
#16진법 #지상주의

헤더와 UI 폰트는 나눔고딕입니다.

본문 폰트는 에스코어드림입니다.

고정폭 활자는 나눔고딕코딩입니다.

세부 사항

[[div class="monoboxical"]]

Hello world!

[[div class="meta-title"]]

여기에 제목 입력


단형 테마는 기존 제목을 기본으로 숨기기 때문에, 대신 meta-title을 사용합니다.

[[div class="header-center"]]

중앙 H1

중앙 H2

중앙 H5

본 테마에서 헤더가 작용하는 방식으로 인해, 제대로 중앙에 헤더를 놓기 위해서는 header-center div 내에 넣어야 합니다.

일반 텍스트도 중앙 정렬을 합니다.

CSS 변수
단형 테마의 외견은 아래 변수들로 조절합니다.

:root {
    --linkColor: #FC8391;
    --linkColor-newpage: #FC9958;
 
    --primaryBackgroundColor: #F9F9F9;
    --secondaryBackgroundColor: #EFEFEF;
    --tertiaryBackgroundColor: #E2E2E2;
    --borderColor: #C6C6C6;
 
    --shadow: rgba(0,0,0,0.225);
 
    --selectionColor: #FFE419;
    --textColor: #0E0E0E;
    --textColor-alt: #8E8E8E;
 
    /*----- 기술적 변수 -----*/
 
    --body-font: 'S-CoreDream-3Light', system-ui, sans-serif;
    --header-font: Nanum Gothic, sans-serif;
    --UI-font: var(--header-font);
    --mono-font: 'NanumGothicCoding', Courier, monospace;
    --header-title: 'SCP 재단';
 
    --sidebar-width: 17rem;
    --sidebar-timing: 0.275s ease-out;
    --page-content-width: 60rem;
 
    --radius-adjust: 1.125rem;
    --link-timing: .125s ease-out;
}

해당 변수들은 모두 조절하여 단형 테마의 기본 외형을 바꿀 수 있습니다. 아래는 [[include]] 다음에 입력할 수 있는 프리셋들입니다.


mono-nord.png
:root {
    --linkColor: #88C0D0;
 
    --primaryBackgroundColor: #ECEFF4;
    --secondaryBackgroundColor: #E5E9F0;
    --tertiaryBackgroundColor: #D8DEE9;
    --borderColor: #4C566A;
 
    --shadow: rgba(46,52,64,0.25);
 
    --selectionColor: #EBCB8B;
    --textColor: #2E3440;
    --textColor-alt: #434C5E;
}
#side-bar, #license-area {
    --secondaryBackgroundColor: #2E3440;
    --tertiaryBackgroundColor: #434C5E;
    --textColor: #D8DEE9;
}

mono-solarized.png
:root {
    --linkColor: #2aa198;
 
    --primaryBackgroundColor: #fdf6e3;
    --secondaryBackgroundColor: #eee8d5;
    --tertiaryBackgroundColor: #002b36;
    --borderColor: #93a1a1;
 
    --shadow: rgba(0,0,0,0.2);
 
    --selectionColor: #268bd2;
    --textColor: #586e75;
    --textColor-alt: #C39006;
}
#side-bar .heading, #license-area {
    --textColor: #fdf6e3;
}

mono-dracula.png
:root {
    --linkColor: #FF799A;
 
    --primaryBackgroundColor: #282A36;
    --secondaryBackgroundColor: #2F3142;
    --tertiaryBackgroundColor: #BD93F9;
    --borderColor: #6272A4;
 
    --shadow: rgba(96,213,248,0.3);
 
    --selectionColor: #50FA7B;
    --textColor: #F8F8F2;
    --textColor-alt: #6272A4;
}

자유롭게 자신만의 배색을 실험해보세요!

소스 코드

⚠️: SCP 재단의 모든 콘텐츠는 15세 미만의 어린이 혹은 청소년이 시청하기에 부적절합니다.
따로 명시하지 않는 한 이 사이트의 모든 콘텐츠는 크리에이티브 커먼즈 저작자표시-동일조건변경허락 3.0 라이선스를 따릅니다.