DCD 테마

검열역정보부를 위한 테마입니다. 작품에서 사용하려면 아래 코드를 복사해서 맨 위에 붙여넣으세요.

[[include theme:dcd]]

본위키에 올리는 글은 모두 이 코드를 이용하면 되지만, 샌드박스에서는 작동하지 않습니다! 샌드박스의 초안에서는 아래 코드를 이용해 주세요.

[[include :scpko:theme:dcd]]


평가: 0+x
평가: 0+x

logo-scp.svg

예시 이미지

주석을 달 텍스트1

제목 1단계

제목 1단계

제목 2단계

제목 1단계

제목 2단계

제목 3단계

제목 1단계

제목 2단계

제목 3단계

제목 4단계

제목 1단계

제목 2단계

제목 3단계

제목 4단계

제목 5단계

제목 1단계

제목 2단계

제목 3단계

제목 4단계

제목 5단계
제목 6단계

탭뷰입니다.

인용 블록입니다. 문장 처음에 ">"를 붙여서 만들 수 있습니다.
다른 텍스트


요건 수평줄

블록 속의 블록

이건 표입니다
어떤 식으로 만드는진
다 아시죠

/* IMPORT */
 
@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');
@import url('https://fonts.googleapis.com/css?family=Special+Elite');
 
/* Masquer le titre */
#page-title {
  display: block;
}
 
/* LOGO */
 
#header {
    height: 200px;
    padding-bottom: 0px; /* FOR MENU */
    position: relative;
    background-image: url( )
}
 
/* BANNIÈRE */
 
div#container-wrap {
    background: url(http://fondationscp.wdfiles.com/local--files/theme%3Adcd/unknown.png) top left repeat-x;
}
body {
    background-position: top center;
    background-repeat: repeat;
    background-color: white;
    color: black;
}
 
/* FOND DE PAGE */
 
body {
    color:black;
    background-color: #f4f4f4;
}
 
/* TITRE DE LA PAGE */
 
#page-title {
  display: block;
  font-family: 'Special Elite', cursive;
  font-size: 200%;
  text-align: left;
  padding: -20px;
  position: relative;
  color:black;
}
 
/* HEADINGS */
h1 {
  position: relative;
  text-align: center;
  font-family: 'Special Elite', cursive;
  font-size: 20pt;
  color: #000;
  font-weight: bold;
  font-style: italic;
}
h2 {
  font-family: Merriweather;
  font-size: 16pt;
  color:black;
}
 
h3 {
  font-family: Merriweather;
  font-size: 14pt;
  color:black;
}
 
/* BARRE DE RECHERCHE */
#search-top-box-input, #search-top-box-input:hover, #search-top-box-input:focus {
    background-color: #000000;
}
#search-top-box-input:hover,
#search-top-box-input:focus {
    border: solid 1px black;
    color: white;
    background-color: #000000;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.8);
}
#search-top-box-form input[type=submit] {
    background: linear-gradient(to bottom, #000000, black);
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    background: linear-gradient(to bottom, #00000, black);
}
 
/* TOP BARRE */
#top-bar {
    position: absolute;
    z-index: 50;
    top: 140px;
    height: 21px;
    font-family: 'Special Elite', cursive;
    font-weight: normal;
    line-height: 18px;
    padding: 0;
    z-index: 20;
    font-size: 100%;
}
#top-bar ul {
    float: right;
}
#top-bar a {
    color: #000;
    background: transparent;
}
#top-bar ul li {
    border: 0;
}
#top-bar ul li ul {
    border: solid 1px transparent;
    box-shadow: 0 2px 6px rgba(0,0,0,.5);
    border-top: 0;
}
#top-bar ul li a {
    border-left: solid 1px rgba(64,64,64,.1);
    border-right: solid 1px rgba(64,64,64,.1);
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1px;
    max-height: 1px;
    overflow: hidden;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: #fff;
    color: #000;
    border-left: solid 1px rgba(64,64,64,1);
    border-right: solid 1px rgba(64,64,64,1);
}
 
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
    border-width: 0;
    width: 150px;
    border-top: 1px solid #ddd;
    line-height: 160%;
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
}
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: #fff;
    text-decoration: none;
}
#top-bar ul li ul {
    border-width: 0 1px 1px 1px;
    width: auto;
}
#top-bar ul li ul li, #top-bar ul li ul li.sfhover,
#top-bar ul li ul li, #top-bar ul li ul li:hover {
    border-width: 0;
}
#top-bar ul li ul li a {
    border-width: 0;
}
#top-bar ul li ul a, #top-bar a:hover {
    color: #a01;
}
 
/* SIDEBAR */
 
#side-bar {
    background: transparent;
}
 
#side-bar .side-block {
    border: 2px dashed #000;
    color: #000;
    background: transparent;
    font-family: 'Special Elite', cursive;
    box-shadow: 0 0px 0px rgba(21, 21, 21, 1);
    border-radius: 0px;
}
#side-bar .heading {
    color: #000;
    background-color: transparent;
    font-family: 'Special Elite', cursive;
    font-size: 120%;
    border-bottom: dashed 2px #000;
}
 
#side-bar img {
    filter: hue-rotate(70deg);
    -webkit-filter: hue-rotate(70deg);
}
 
#side-bar div.side-block:nth-child(7) > div:nth-child(1) > div:nth-child(1) img {
    filter: none;
    -webkit-filter: none;
}
 
#side-bar a {
    color: #000;
    background-color: black;
    font-family: 'Special Elite', cursive;
}
 
#side-bar a:hover {
    color: #000;
    background-color: transparent;
    font-family: 'Special Elite', cursive;
}
 
#side-bar a:visited{ color: #000; }
 
 a:visited { color: #000; }
 
/* MENU OUVERTURE SIDEBAR */
 
open-menu a {
    border: 0.2em solid #003333!important;
    background-color: lightgrey!important;
    color: #003333!important;
}
 
/* MOBILE SIDEBAR */
@media (max-width: 767px) {
 
#side-bar{
    background-color: transparent;
}
 
.open-menu a {
    border: 0.2em solid black!important;
    background-color: #fff!important;
    color: black!important;
}
}
 
/* NOM UTILISATEUR */
 
#login-status {
    color: #E8E1DB;
    font-family: 'Special Elite', cursive;
    font-size: 100%;
    z-index: 30;
 
}
 
#login-status a {
    background: transparent;
    color: #E8E1DB;
    font-family: 'Special Elite', cursive;
border: none;
}
 
#login-status ul a {
    color: black;
    background: transparent;
background-color: #E8E1DB;
    font-family: 'Special Elite', cursive;
 
}
 
#login-status ul a:hover{
color: black;
}
 
#account-topbutton {
    background: #22DE0E;
    font-family: 'Special Elite', cursive;
    color: #E8E1DB;
}
 
/* COLLAPSIBLE */
 
.collapsible-block-link {
     font-family: Merriweather;
     color: #000
}
 
/* LIENS */
 
a {
    color: ##D2352D;
}
 
a:visited {
    color: #414141;
    background-color: transparent;
}
 
.page-options-bottom a {
  color: black;
    font-family: 'Special Elite', cursive;
}
 
/* HIDE THE HEADER TEXT */
#header h1 a {
    display: block;
    margin: 0;
    padding: 80px 0 25px;
    line-height: 0px;
    max-height: 0px;
    color: #00003D;
    background: transparent;
    font-family: Akashi, Arial, sans-serif;
    font-size:0%;
    text-decoration: none;
    text-shadow: 3px 3px 5px #000;
    letter-spacing: 0.9px;
}
 
#header h2 span {
    display: block;
    margin: 0;
    padding: 19px 0;
    line-height: 0px;
    max-height: 0px;
    font-weight: bold;
    color: #f0f0c0;
    font-family: Helvetica, sans-serif;
    font-size: 0%;
    text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}
 
/* Effet de surlignage censuré */
::selection {
    background-color: rgba(0,0,0,0.99);
    color: black;
}
 
/* Adjust Mobile Image Size */
@media (max-width: 321px) { 
 
div#container-wrap {
    background: url(http://fondationscp.wdfiles.com/local--files/theme%3Adcd/unknown%20%281%29.png) top left repeat-x;
}
#top-bar {
    position: absolute;
    color: white;
    z-index: 50;
    top: 140px;
    height: 21px;
    line-height: 18px;
    padding: 0px;
    z-index: 20;
    font-size: 90%;
}
body {
    color:black;
    background-color: #F9F7F0;
}
 
#page-title {
  display: block;
  font-family: 'Special Elite', cursive;
  font-size: 200%;
  text-align: center;
  padding: 0px 0px 0px 0px;
  position: relative;
  color:black;
}
 
#side-bar {
    background: transparent;
    padding-top: 0px;
}
 
#login-status {
    color: #000;
    font-family: 'Special Elite', cursive;
    font-size: 90%;
    z-index: 30;
 
}
 
#login-status a {
    background: transparent;
    color: #000;
    font-family: 'Special Elite', cursive;
border: none;
}
 
#login-status ul a {
    color: black;
    background: transparent;
background-color: #000;
    font-family: 'Special Elite', cursive;
 
}
 
#login-status ul a:hover{
color: black;
}
 
#account-topbutton {
    background: #22DE0E;
    font-family: 'Special Elite', cursive;
    color: #000;
}
}
 
@media (min-width: 322px) and (max-width: 425px) { 
div#container-wrap {
    background: url(http://fondationscp.wdfiles.com/local--files/theme%3Adcd/unknown%20%282%29.png) top left repeat-x;
}
#top-bar {
    position: absolute;
    z-index: 50;
    top: 140px;
    height: 21px;
    line-height: 18px;
    padding: 0px;
    z-index: 20;
    font-size: 90%;
}
 
body {
    color:black;
    background-color: #F9F7F0;
}
 
#side-bar {
    background: transparent;
    padding-top: 0px;
}
 
#page-title {
  display: block;
  font-family: 'Special Elite', cursive;
  font-size: 200%;
  text-align: center;
  padding: 0px 0px 0px 0px;
  position: relative;
  color:black;
}
 
#login-status {
    color: #000;
    font-family: 'Special Elite', cursive;
    font-size: 90%;
    z-index: 30;
 
}
 
#login-status a {
    background: transparent;
    color: #000;
    font-family: 'Special Elite', cursive;
border: none;
}
 
#login-status ul a {
    color: black;
    background: transparent;
background-color: #000;
    font-family: 'Special Elite', cursive;
 
}
 
#login-status ul a:hover{
color: black;
}
 
#account-topbutton {
    background: #22DE0E;
    font-family: 'Special Elite', cursive;
    color: #000;
}
}
 
}
@media (min-width: 581px) and (max-width: 767px) { 
#header {
background-size: 500px 135px;
    background-position: -1em -1em;
}
}
@media (min-width: 768px) and (max-width: 979px) {
#header {
    background-size: 500px 135px;
    background-position: 0em -1em;
}
}
/* IMPORT */
 
@font-face {
    font-family: 'Jaemin';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/Jaemin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR&display=swap');
 
/* TITRE DE LA PAGE */
 
#page-title {
  font-family: 'Special Elite', 'Jaemin', cursive;
}
 
/* HEADINGS */
h1 {
  font-family: 'Special Elite', 'Jaemin', cursive;
}
 
h2,
h3 {
  font-family: Merriweather, 'Noto Serif KR';
}
 
/* TOP BARRE */
#top-bar {
    font-family: 'Special Elite', 'Jaemin', cursive;
}
 
/* SIDEBAR */
 
#side-bar .side-block,
#side-bar .heading,
#side-bar a,
#side-bar a:hover {
    font-family: 'Special Elite', 'Jaemin', cursive;
}
 
/* NOM UTILISATEUR */
 
#login-status,
#login-status a,
#login-status ul a,
#account-topbutton {
    font-family: 'Special Elite', 'Jaemin', cursive;
}
 
/* COLLAPSIBLE */
 
.collapsible-block-link {
     font-family: Merriweather, 'Noto Serif KR';
}
 
/* LIENS */
 
.page-options-bottom a {
    font-family: 'Special Elite', 'Jaemin', cursive;
    font-size: 120%;
}
 
/* Adjust Mobile Image Size */
@media (max-width: 321px) {
 
#page-title,
#login-status,
#login-status a,
#login-status ul a,
#account-topbutton {
  font-family: 'Special Elite', 'Jaemin', cursive;
}
}
 
@media (min-width: 322px) and (max-width: 425px) { 
#page-title,
#login-status,
#login-status a,
#login-status ul a,
#account-topbutton {
  font-family: 'Special Elite', 'Jaemin', cursive;
}
}
🈲: SCP 재단의 모든 컨텐츠는 15세 미만의 어린이 혹은 청소년이 시청하기에 부적절합니다.
따로 명시하지 않는 한 이 사이트의 모든 콘텐츠는 크리에이티브 커먼즈 저작자표시-동일조건변경허락 3.0 라이선스를 따릅니다.