사이트 테마
/* Copy styling from SCP-KO Sigma-9 */
@import url("https://scpko.wdfiles.com/local--code/component%3Atheme/1");
 
/* Adjust header and background image */
#header {
    background-image: url("https://scpkosb.wdfiles.com/local--files/component%3Atheme/logo.png");
}
 
div#container-wrap {
    background-image: url("http://scpkosb3.wdfiles.com/local--files/component%3Atheme/body_bg.png");
}
 
/* Color adjustment */
/*
#search-top-box-form input[type=submit] {
    background-color: #32a18e;
    background: linear-gradient(to bottom, #226e61, #32a18e, #030);
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    background-color: #226e61;
    background: linear-gradient(to bottom, #42d4bb, #226e61, #32a18e);
}
 
#side-bar a {
    color: #0E3C75;
}
 
#side-bar .content-panel.standalone a {
    color: #333;
}
 
@media (max-width: 767px) {
    #side-bar {
        background-color: rgb(50, 161, 142);
    }
    .mobile-top-bar ul li:last-of-type ul {
      right: unset;
    }
}
*/
 
/* == 사용자 허브 버튼 == */
 
.user-hub a {
  word-break: keep-all !important;
}
#side-bar .content-panel.standalone.user-hub {
  box-shadow: none;
}
 
#side-bar blockquote,
#side-bar div.blockquote {
    display: none;
}
 
/* ==== 비평 버튼 ==== */
 
#page-content div.tagbtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
}
 
.tagbtn a {
  display: block;
  box-sizing: border-box;
  flex-grow: 1;
  height: fit-content;
  margin: 5px;
  padding: 5px;
 
  color: #FFF;
  background: #999;
 
  border-radius: 5px;
 
  text-align: center;
  word-break: keep-all;
}
 
.tagbtn a:hover {
  text-decoration: none;
 
  background: #888;
  box-shadow: 0 0 3px #111;
}
 
.tagstate a {
  flex-grow: unset;
  width: 180px;
}
.tagstate a:first-child {
  background: #3D3;
}
.tagstate a:first-child:hover {
  background: #2C2;
  box-shadow: 0 0 3px #191;
}
.tagstate.tagonair a:first-child {
  background: #F33;
}
.tagstate.tagonair a:first-child:hover {
  background: #D22;
  box-shadow: 0 0 3px #911;
}
 
.tagbtn.tagctg a:nth-of-type(1) {
  background: var(--tagscp, #999);
}
.tagbtn.tagctg a:nth-of-type(2) {
  background: var(--tagtale, #999);
}
.tagbtn.tagctg a:nth-of-type(3) {
  background: var(--taggoif, #999);
}
.tagbtn.tagctg a:nth-of-type(4) {
  background: var(--tagoth, #999);
}
 
.tagbtn.taglang a:nth-of-type(1) {
  background: var(--tagko, #999);
}
.tagbtn.taglang a:nth-of-type(2) {
  background: var(--tagen, #999);
}
.tagbtn.taglang a:nth-of-type(3) {
  background: var(--tagjp, #999);
}
.tagbtn.taglang a:nth-of-type(4) {
  background: var(--tagfr, #999);
}
.tagbtn.taglang a:nth-of-type(5) {
  background: var(--tagint, #999);
}