가장 위대한 골목 CSS 테마

가장 위대한 골목 CSS 테마

평가 모듈:

평가: +11+x

정보 모듈이 있는 평가 모듈:

가장 위대한 골목 CSS 테마는 c_bonefish does not match any existing user nameNavlaNavla골목길 GoIF 혹은 이와 같은 작품들을 위해 제작하였습니다.

테마를 적용하기 위해서 다음과 같은 구문을 페이지 상단에 삽입하세요:

[[include :scpko:theme:the-greatest-alley]]


페이지 요소

logo.png

헤더 이미지

제목1

제목2

제목3

제목4

제목5
제목6



ㅁㄴㅇㄹ

Link

방문하지 않은 링크 | 방문한 링크


텍스트1



CSS 테마 코드

/*
    The Greatest Alley CSS Theme
    [2022 Wikidot Theme]
 
    Created by c_bonefish and NAVLA
    Base Code by Denevola
    CC BY-SA 3.0
*/
 
@import url('https://fonts.googleapis.com/css?family=Gugi');
 
/* Header */
div#container-wrap {
    background: url('https://scpko.wikidot.com/local--files/theme:the-greatest-alley/background.png') center top repeat-x;
    background-size: 150px;
}
 
#header {
    height: 230px;
    background-image: url('https://scpko.wikidot.com/local--files/theme:the-greatest-alley/logo.png');
    background-position: 50% 15%;
    background-repeat: no-repeat;
    background-size: 200px auto;
}
 
#header h1 a span,
#header h2 span {
    display: none;
}
 
#header h1 {
    max-height: 125px;
}
 
#header h1 a {
    padding-top: 105px;
    color: #3E3E4F;
    font-family: 'Gugi', sans-serif;
    font-size: 60px;
    font-weight: normal;
    letter-spacing: -5px;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 2px 2px #fff, -2px 2px #fff, 2px -2px #fff, -2px -2px #fff;
}
 
#header h1 a::before {
    display: inline-block;
    position: absolute;
    left: 45%;
    top: 45%;
    content: "골목길";
}
 
#header h2::after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 45%;
    padding-top: 150px;
    color: #3E3E4F;
    font-family: 'Gugi', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 2px 2px #fff, -2px 2px #fff, 2px -2px #fff, -2px -2px #fff;
    letter-spacing: 0px;
    content: "국내 최고 변칙 커뮤니티";
}
 
/* Login & Search & Top Bar */
#login-status {
    position: absolute;
    top: 3px;
    color: #FCFBF9;
    z-index: 2;
}
 
#login-status a {
    color: #FCFBF9;
    font-weight: bolder;
}
 
#account-topbutton {
    border-color: #FCFBF9;
}
 
#login-status ul a {
    color: #000000 !important;
}
 
#search-top-box {
    position: absolute;
    top: 29px;
    right: 0;
    width: 250px;
    text-align: right;
    z-index: 1;
}
 
#search-top-box-form {
    display: inline-flex;
}
 
#search-top-box-form > input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 5px;
}
 
#search-top-box-input {
    background-color: #FAF5FF;
    border: solid 1px #000;
    color: #000;
}
 
#search-top-box-input:hover,
#search-top-box-input:focus {
    box-shadow: inset 1px 1px 5px rgb(0 0 0 / 50%);
    color: #000000 !important;
}
 
#search-top-box-form input[type=submit] {
    padding: 2px 5px;
    background: #3E3E4F;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    border: solid 1px #FAF5FF;
    color: #FAF5FF;
    font-size: 90%;
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    background: #3E3E4F;
}
 
#top-bar {
    display: flex;
    justify-content: center;
    top: 216px;
    width: 100%;
    z-index: 20;
}
 
#top-bar a {
    color: #FEFAFF;
    background: none;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: #505066;
    border-color: transparent;
    color: #FCFBF9;
}
 
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: #505066CC;
}
 
#top-bar ul li ul,
#top-bar ul li ul li ul {
    border-color: rgba(0, 0, 0, .4);
}
 
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
    border-color: rgba(0, 0, 0, .1);
}
 
#top-bar ul li.sfhover ul li ul a,
#top-bar ul li:hover ul li ul a {
    border-top: none;
}
 
.top-bar {
    position: relative;
    margin: 0 auto;
}
.c_topbar_arrow {
    color: #D5D5D5;
}
 
/* Page Elements */
#page-title,
.meta-title {
    color: #3E3E4F;
    font-size: 2.1em;
    font-weight: bold;
}
 
#content-wrap {
    margin: 30px auto 0;
}
 
h1, h2, h3, h4, h5, h6 {
    color: #3E3E4F;
    font-weight: bold;
}
 
body {
    background-color: #FAF9FF;
    color: #000000;
}
 
a:link {
    color: #4E4D80;
}
 
a:visited {
    color: #7574A6;
}
 
.hovertip {
    background-color: #FAF9FF !important;
    border: 2px solid #2E2E5C !important;
    color: #000000 !important;
}
 
.scp-image-block {
    background: #FDFCFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}
 
.scp-image-block .scp-image-caption {
    background: #EFEDFA;
    border-top: none;
    font-size: 85%;
}
 
.scp-image-block img {
    box-shadow: 0 0 1px black;
}
 
/* ---- SCROLLBAR ---- */
::-webkit-scrollbar {
    width: unset;
    height: unset;
}
 
::-webkit-scrollbar-track {
    background: #FAF9FF;
}
 
::-webkit-scrollbar-thumb {
    background: #282833;
    border: none;
}
 
::-webkit-scrollbar-thumb:hover {
    background: #505066;
}
 
textarea::-webkit-scrollbar-track {
    background: #F6F5FC;
}
 
/* Side Bar */
#side-bar {
    background: none;
}
 
#side-bar .side-block {
    border: 4px solid #686680;
    border-radius: 10px 0;
}
 
#side-bar .side-block.media,
#side-bar .side-block.resources {
    background-color: #FAF9FF;
    border: 2px solid #B2ADFF;
    border-radius: 10px 0;
}
 
#side-bar .heading,
#side-bar .collapsible-block-unfolded-link {
    border-bottom: solid 1px #B2ADFF;
    color: #00005B;
}
 
#side-bar .collapsible-block-folded-link .collapsible-block-link:hover,
#side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {
    color: #867036;
}
 
#side-bar .collapsible-block-folded-link .collapsible-block-link,
#side-bar .collapsible-block-unfolded-link .collapsible-block-link {
    color: #00005B;
}
 
#side-bar .menu-item .image,
#side-bar .collapsible-block-folded,
#side-bar .collapsible-block-unfolded-link .collapsible-block-content .image {
    filter: grayscale(80%);
}
 
#side-bar .collapsible-block-folded a:link {
    filter: grayscale(80%);
}
 
#side-bar a:link {
    color: #4E4D80;
}
 
#side-bar a:visited {
    color: #7574A6;
}
 
#side-bar a:link:hover,
#side-bar a:visited:hover {
    color: #7E7DB3;
}
 
.scpnet-interwiki-frame {
    filter: invert(1) grayscale(80%) saturate(.8);
}
 
#top-bar .open-menu a {
    border-color: #686680;
    color: #000000;
}
 
/* Tab */
div.yui-navset ul.yui-nav a,
div.yui-navset ul.yui-nav a:hover,
div.yui-navset ul.yui-nav .selected a,
div.yui-navset ul.yui-nav .selected a:hover,
div.yui-navset ul.yui-nav .selected a:focus {
    background: none;
    border: none;
}
 
.yui-navset {
    clear: both;
    margin-bottom: 1em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}
 
.yui-navset .yui-nav {
    border: 1px solid gainsboro;
    border-bottom: none;
}
 
.yui-navset .yui-nav li {
    margin-right: 10px !important;
}
 
.yui-navset .yui-nav li:first-child {
    margin-left: 1.5em;
}
 
.yui-navset .yui-nav li a em {
    padding: 10px .75em .25em;
    margin-bottom: -1px;
    background: none;
    border: none;
    border-bottom: 4px solid transparent;
    color: gray;
    transition: .2s;
}
 
.yui-navset .yui-nav li a em:hover {
    background: none;
}
 
.yui-navset .yui-nav .selected a em,
.yui-navset .yui-nav .selected a em:hover {
    padding: 10px .75em .25em;
    background: none;
    border: none;
    border-bottom: 4px solid #676680;
    color: #000;
    font-weight: bold;
}
 
div.yui-navset div.yui-content {
    background: #FBF7FF;
    border: 1px solid gainsboro;
}
 
/* Rate Module */
.page-rate-widget-box {
    margin-right: 0;
    border: 2px solid #C4C1D9;
    background: #323240;
    box-shadow: none;
}
 
.page-rate-widget-box > span {
    border: none !important;
}
 
.page-rate-widget-box .rate-points {
    background: #323240 !important;
    color: #fff !important;
}
 
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background: #323240;
}
 
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    color: #fff;
}
 
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background-color: #C4C1D9;
    color: #323240;
}
 
.page-rate-widget-box .cancel {
    background: #323240;
}
 
.page-rate-widget-box .cancel a {
    color: #fff;
    font-weight: bold;
}
 
.page-rate-widget-box .cancel a:hover {
    background: #C4C1D9;
    border-radius: 0;
    color: #323240;
}
 
.creditRate {
    margin-right: 0 !important;
}
 
.rate-box-with-credit-button {
    background: #323240 !important;
    border: 2px solid #C4C1D9 !important;
    box-shadow: none !important;
}
 
.rate-box-with-credit-button .page-rate-widget-box {
    border: none;
}
 
.creditButton p a {
    border-left: none !important;
    color: #fff !important;
}
 
#page-content .rate-box-with-credit-button .fa-info {
    padding: 3px 0 1px;
}
 
#page-content .rate-box-with-credit-button .fa-info:hover {
    background: #C4C1D9;
    border-radius: 0 3px 3px 0;
    color: #323240 !important;
}
 
/* ---- EDITING WINDOWS ---- */
.owindow {
    background-color: #ffffff;
    border-color: #3D3D4D;
}
 
.owindow .modal-header {
    background-color: #ffffff;
}
 
.owindow .modal-body img {
    background-color: #ffffff !important;
    color: #000000;
}
 
.owindow .title {
    background-color: #ffffff;
}
 
.owindow a,
.owindow a:visited {
    color: #D0CED9;
}
 
.owindow .active {
    color: #000000;
}
 
.owindow .content.modal-body img {
    background-color: #49495C !important;
}
 
.owindow .button-bar a {
    background-color: #ffffff;
    color: #000000;
}
 
.owindow .button-bar a:hover,
.owindow .button-bar a:focus {
    background-color: #ffffff !important;
    border-color: #999999;
    color: #000000;
}
 
table.page-files .highlight {
    background-color: #FFFCFC;
}
 
input.text,
input.text:focus,
input.text:hover {
    background-color: #ffffff !important;
    border-color: #999999;
    color: #000000;
}
 
textarea {
    background-color: #FBFAFC;
    color: #000000;
}
 
.change-textarea-size a {
    background-color: #FBFAFC;
    color: #000000;
}
 
#lock-info {
    background-color: #ffffff;
}
 
/* Blockquote */
blockquote,
div.blockquote {
    background-color: #FDFCFF;
    border-style: dotted;
}
 
/* etc. */
@media (min-width: 581px) and (max-width: 767px) {
  #header {
      background-size: 190px auto;
      background-position: 47% 15%;
  }
  #header h1 a {
      font-size: 53px;
  }
  #header h1 a::before {
      left: 40%;
  }
  #header h2 {
      font-size: 15px;
  }
  #header h2::after {
      left: 38%;
  }
}
 
@media (min-width: 480px) and (max-width: 580px) {
  #header {
      background-size: 180px auto;
      background-position: 45% 15%;
  }
  #header h1 a {
      font-size: 53px;
  }
  #header h1 a::before {
      left: 37%;
  }
  #header h2 {
      font-size: 15px;
  }
  #header h2::after {
      left: 34%;
  }
}
 
@media (min-width: 321px) and (max-width: 479px) {
  #header {
      background-size: 170px auto;
      background-position: 42% 15%;
  }
  #header h1 a {
      font-size: 53px;
  }
  #header h1 a::before {
      left: 34%;
  }
  #header h2 {
      font-size: 15px;
  }
  #header h2::after {
      left: 32%;
  }
}
 
@media (max-width: 320px) {
  #header {
      background-size: 170px auto;
      background-position: 40% 15%;
  }
  #header h1 a {
      font-size: 53px;
  }
  #header h1 a::before {
      left: 31%;
  }
  #header h2 {
      font-size: 15px;
  }
  #header h2::after {
      left: 30%;
  }
}
🈲: SCP 재단의 모든 컨텐츠는 15세 미만의 어린이 혹은 청소년이 시청하기에 부적절합니다.
따로 명시하지 않는 한 이 사이트의 모든 콘텐츠는 크리에이티브 커먼즈 저작자표시-동일조건변경허락 3.0 라이선스를 따릅니다.