이건 한국어 학부, 존재학부를 위한 전용 테마입니다.
Cresendo님의 존재학부 테마로부터 영감을 받아 제작했습니다.
사용법
이 테마를 사용하려면 작품에 아래의 코드를 붙여넣으세요.
[[include :scpko:theme:black-highlighter-theme]]
[[include :scpkrsandbox:theme:existence-department]]
사용례
수평줄은 하이픈 5개 "------"를 치면 만들어지며, 따로 들어 있는 곳 (인용 블록 등) 이 없다면 페이지 전체를 가로지릅니다. 이 글에서 섹션을 나누는 줄은 모두 이 수평줄입니다.
제목은 문장 처음에 "+"을 1개부터 6개까지 입력해서 적용할 수 있습니다.
이것은 인용구로 각 줄의 시작에 ">"를 넣으면 작동합니다.
글자
구분선
이중 인용문
삼중 인용문1
이것은 | 표 |
---|---|
만드는 법은 | 이미 아실 거라 |
생각합니다 |
소스 코드
/* Existence Department Highlighter Theme [2021 Wikidot Theme] Created by Denevola. Based on Black Highlighter Theme created by Woedenaz and Croquembouche. The Existence Department logo was created by Didic and vectorized by Denevola. Licensed under CC BY-SA 3.0. */ @font-face { font-family: "GmarketSansBold"; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'); font-weight: normal; font-style: normal; } :root { --theme-base: "black-highlighter"; --theme-id: "existence-department"; --theme-name: "Existence Department Highlighter Theme"; /* Header */ --logo-image: url('https://scpkrsandbox.wdfiles.com/local--files/theme%3Aexistence-department/department-logo.svg'); --header-title: "존재학부"; --header-subtitle: "인과, 개념, 물질"; /* Typefaces */ --body-font: proxima-nova,Verdana,Geneva,NanumBarunCatsi,sans-serif; --header-font: "GmarketSansBold","Poppins",Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,NanumBarunCatsi,sans-serif; --title-font: "GmarketSansBold","Poppins",Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,NanumBarunCatsi,Arial,sans-serif; --mono-font: "Space Mono",Consolas,monaco,"Nanum Gothic Coding",monospace; /* Standard Colors */ --white-monochrome: 247, 250, 252; /* 변경함 white */ --pale-gray-monochrome: 250, 250, 250; /* 변경함 v light gray for blockquotes and stuff */ --light-pale-gray-monochrome: 250, 250, 250; /* 변경함 very light pale gray for misc. use */ --very-light-gray-monochrome: 215, 215, 215; /* very light accent gray for misc. use */ --light-gray-monochrome: 160, 160, 160; /* light accent gray for login status */ --gray-monochrome: 66, 66, 72; /* gray */ --dark-gray-monochrome: 48, 48, 52; /* dark accent gray for sidebar background */ --black-monochrome: 12, 12, 12; /* black */ --pale-accent: 157, 157, 212; /* 변경함 light red, for visited links */ --bright-accent: 100, 100, 135; /* 변경함 bright red */ --medium-accent: 34, 46, 89; /* 변경함 medium red - the "default" accent color */ --dark-accent: 100, 100, 135; /* 변경함 dark red */ --alt-accent: 221, 102, 17; /* pale orange, for newpage links */ /* Header Gradients */ --gradient-header: linear-gradient( 180deg, rgb(var(--header-gradient-color-bottom)) 0%, rgb(var(--header-gradient-color-middle)) 90%, rgb(var(--header-gradient-color-top)) 100% ); --diagonal-stripes: repeating-linear-gradient( to top, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh ); } #header h1 a { margin-top: calc(var(--header-height-on-desktop)/2 - .75em); } #header h2 { font-family: "Poppins", Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, NanumBarunCatsi, sans-serif; } #header h2 span { margin-top: calc(var(--header-height-on-desktop)/2 + var(--header-h1-font-size)/2 - var(--header-h2-font-size) + .75rem); } @media only screen and (max-width: 768px) { #header h1 a { margin-top: calc(var(--header-height-on-mobile)/2 - 1.345rem); } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .5rem); } } #page-title, .meta-title { border-bottom: none; text-align: center; } #page-title::after, .meta-title::after { display: block; width: 100%; height: .5rem; border-radius: 50%; background-color: rgba(var(--swatch-menubg-medium-dark-color,66,66,72),.2); content: ""; }