flowing-night-sky-theme-translation

이 샌드박스는 더이상 사용하실 수 없습니다.

후속 샌드박스로 이전해주시기 바랍니다.

샌드박스 2호기

샌드박스 3호기

새로운 샌드박스에 초안 페이지를 생성한 뒤, 이 페이지의 설정 → 페이지 소스에서 내용을 복사해 옮겨붙이시면 됩니다.
이전에 어려움이 있다면 포럼이나 대화방에서 운영진에게 문의하세요.


평가: 0+x

The Flowing Night Sky CSS Theme

This theme can be used by anyone.

[[include :scpko:theme:the-flowing-night-sky]]

To use this theme, place the code above on top of your article.

/*
    Powered on 2021/01/19 18:35:49
    [2021 Wikidot Theme]
    Created by wallowing
    Media Query edited by thd-glasses
    Logo Image: https://pixabay.com/illustrations/stars-universe-sky-scorpio-space-4258634/
    Header Image: https://pixabay.com/illustrations/banner-header-sky-night-stars-1557834/
    CC BY-SA 3.0
*/
 
/* Header */
 
div#container-wrap {
    background: url(http://scpko.wdfiles.com/local--files/theme:the-flowing-night-sky/header) center top no-repeat;
}
 
#header h1 a span {
    font-size: 0px;
}
 
#header h1 a:before {
    content: "SCP Foundation";
    color: #faf9f0;
    text-shadow: 3px 3px 5px #000;
}
 
#header h2 span {
    font-size:0px;
    padding: 4px;
}
 
#header h2:after {
    content: "Drifting through the Milky way flowing across the Night Sky";
    font-weight: bold;
    color: rgb(255, 242, 204);
    padding: 19px 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
    white-space: pre;
}
 
#page-content {
  font-size: 0.9em;
}
 
#header {
    background: url(http://scpko.wdfiles.com/local--files/theme:the-flowing-night-sky/logo) 10px 40px no-repeat;
    background-position: 1em 3em;
    background-size: 97px 97px;
}
 
/* Color */
 
#page-title {
    font-size: 2.1em;
    color: #000000;
}
 
h1 {
    color: rgb(16, 60, 128);
    font-weight: bold;
}
 
h2 {
    color: rgb(41, 93, 174);
    font-weight: bold;
}
 
h3 {
    color: rgb(82, 128, 202);
    font-weight: bold;
}
 
h4 {
    color: rgb(143, 177, 231);
    font-weight: bold;
}
 
h5 {
    color: rgb(183, 204, 238);
    font-weight: bold;
}
 
h6 {
    color: rgb(216, 230, 253);
    font-weight: bold;
}
 
a:link {
    color: rgb(66, 90, 129);
}
 
a:visited {
    color: rgb(171, 171, 240);
}
 
/* Rate Module */
 
div.page-rate-widget-box,
div.page-rate-widget-box span.rate-points,
div.page-rate-widget-box span.cancel {
    background-color: rgb(7, 55, 99)!important;
    border: solid rgb(7, 55, 99) 1px!important;
}
 
div.page-rate-widget-box span.rateup,
div.page-rate-widget-box span.ratedown {
    border: solid rgb(7, 55, 99)!important;
    border-width: 1px 0!important;
}
 
div.page-rate-widget-box span.rate-points,
div.page-rate-widget-box span.cancel a,
div.page-rate-widget-box span.cancel a:hover {
    color: #ffffff;
}
 
div.page-rate-widget-box span.rateup,
div.page-rate-widget-box span.ratedown {
    background-color: #ffffff!important;
}
 
div.page-rate-widget-box span.rateup a,
div.page-rate-widget-box span.ratedown a {
    color: #000000!important;
}
 
div.page-rate-widget-box span.cancel a:hover,
div.page-rate-widget-box span.rateup a:hover,
div.page-rate-widget-box span.ratedown a:hover {
    background: transparent!important;
    color: transparent!important;
}
 
/* Tab */
 
div.yui-navset div.yui-content {
    background: rgb(250, 250, 250);
}
 
div.yui-navset ul.yui-nav a,
div.yui-navset div.yui-navset-top ul.yui-nav a {
    background: #fefefe;
    color: #000000;
}
 
div.yui-navset ul.yui-nav a:hover,
div.yui-navset ul.yui-nav a:focus {
    background: rgb(232, 244, 255);
}
 
div.yui-navset ul.yui-nav .selected a,
div.yui-navset ul.yui-nav .selected a:focus,
div.yui-navset ul.yui-nav .selected a:hover {
    background: rgb(32, 18, 77);
    color: #ffffff;
}
 
/* blockquote */
 
blockquote {
    margin: 1;
    background: #ffffff;
}
 
blockquote p {
    padding: 1px;
    background: #ffffff;
    border-radius: 5px;
}
 
/* Mobile Media Query */
 @media (max-width: 479px) {
     #header {
         background-position: 0 5.5em;
         background-size: 57px 57px;
    }
     #header h1 a {
         font-size: 100%;
    }
     #header h1, #header h2 {
         margin-left: 66px;
    }
}
/* Small Mobile Media Query */
 @media (max-width: 385px) {
     #header {
         background-position: 5% 5.5em;
    }
     #header h1, #header h2 {
         margin-left: -webkit-calc(66px + 5%);
         margin-left: -moz-calc(66px + 5%);
         margin-left: calc(66px + 5%);
    }
}
/* Note Media Query */
 @media (min-width: 480px) and (max-width: 580px) {
     #header {
         background-position: 0.5em 4.5em;
         background-size: 66px 66px;
    }
     #header h1 a {
         font-size: 120%;
    }
     #header h1, #header h2 {
         margin-left: 80px;
    }
}
/* Mini Tablet Media Query */
 @media (min-width: 581px) and (max-width: 767px) {
     #header {
         background-position: 1em 4em;
         background-size: 77px 77px;
    }
     #header h1 a {
         font-size: 140%;
    }
     #header h1, #header h2 {
         margin-left: 93px;
    }
}
/* Tablet Media Query */
 @media (min-width: 768px) and (max-width: 979px) {
     #header {
         background-position: 1em 4em;
         background-size: 88px 88px;
    }
     #header h1 a {
         font-size: 160%;
    }
     #header h1, #header h2 {
         margin-left: 106px;
    }
}

이 샌드박스는 더이상 사용하실 수 없습니다.

후속 샌드박스로 이전해주시기 바랍니다.

샌드박스 2호기

샌드박스 3호기

새로운 샌드박스에 초안 페이지를 생성한 뒤, 이 페이지의 설정 → 페이지 소스에서 내용을 복사해 옮겨붙이시면 됩니다.
이전에 어려움이 있다면 포럼이나 대화방에서 운영진에게 문의하세요.