방랑자 테마

Rating:

평가: +3+x

Rating w/ Info Pane:

This is a theme based on the original Wanderer's Library CSS Theme. For a theme based on the current Wanderer's Library CSS theme, see here.

To use this theme, put the following syntax at the very top of your article.

[[include component:sh-theme]]

Heading

Level 2 Heading

A link

Footnotes gain a "(" or "," in front of them.12

First tab.

/*
    Serpent's Hand Theme
    [2014 Wikidot Theme]
    Created for the SCP Foundation by Aelanna
    Edited for SCP Foundation by Dr Devan
    Edited for Wanderers' Library by ZeroStrider
    Returned to the SCP Foundation by salamander724
    Edited for the SCP Foundation by stormbreath
*/
 
h1, #page-title {
    color: #044d00;
}
 
#page-title {
    border-color: #bbb;
}
 
/* LINK RECOLORS */
 
a {
    color: #059400;
}
a.newpage {
    color: #00a862;
}
 
#side-bar a:visited{ 
    color: #059400;
}
 
a:visited {
    color: #059400;
}
 
/* HEADER IMAGES */
div#container-wrap {
    background-image: url(https://scp-wiki.wdfiles.com/local--files/theme%3Awanderers/sh_body.png);
}
 
#header {
     background-image: url(https://scp-wiki.wdfiles.com/local--files/theme%3Awanderers/sh_logo.png);
}
 
/* SEARCH BAR RECOLOR */
#search-top-box-input {
    background-color: #1a3300;
}
 
#search-top-box-input:hover,
#search-top-box-input:focus {
    background-color: #3e6633;
}
 
#search-top-box-form input[type=submit] {
    background-color: #396633;
    background: linear-gradient(to bottom, #739966, #396633, #0b3300);
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    background-color: #739966;
    background: linear-gradient(to bottom, #0b3300, #739966, #396633);
}
 
/* LOGIN STATUS */
#login-status ul a {
    color: #059400;
}
 
/* HEADER TEXT */
#header h1 a {
    color: transparent;
    text-shadow: none;
}
 
#header h1 a::before {
    content: "방랑자의 도서관";
    color: #eee;
}
 
#header h2 span {
    color: transparent;
    text-shadow: none;
}
 
#header h2 span::before {
    content: "동산은 뱀의 곳이고, 우리는 뱀의 손이다.";
    color: #f0f0c0;
}
 
/* SIDE BAR */
#side-bar {
    padding: 10px;
    border: 2px dotted black;
    background-color: white !important;
    box-shadow: 0 2px 6px rgba(0,30,0,.5);
    border-radius: 10px;
    margin-bottom: 15px;
}
 
#side-bar .side-block{
    border: none;
    box-shadow: none; 
    background-color: white !important;
    margin-bottom: 0px;
    padding: 3px;
}
 
#side-bar .heading {
    color: #1a3300;
    border-bottom: solid 1px #1a3300;
    width: 80%;
    margin: auto;
    margin-top: 1em;
}
 
#side-bar .collapsible-block-unfolded-link {
    border-bottom: solid 1px #1a3300;
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link {
    color: #116600;
}
#side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {
    color: #059400;
}
 
.side-block .menu-item > .image {
    filter: hue-rotate(140deg) brightness(150%);
    -webkit-filter: hue-rotate(140deg) brightness(150%);
}
 
/* TOP-BAR */
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    color: #059400;
}
#top-bar ul li ul a, #top-bar a:hover {
    color: #059400;
}
 
/* Page Rating Module Customizations */
.page-rate-widget-box .rate-points {
  background-color: #006c00 !important;
  border: solid 1px #006c00;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
  background-color: #F0FFEC;
  border-top: solid 1px #006c00;
  border-bottom: solid 1px #006c00;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
  color: #006c00;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
  background: #006c00;
  color: #EFFFEC;
}
.page-rate-widget-box .cancel {
  background-color: #006c00;
  border: solid 1px #006c00;
}
.page-rate-widget-box .cancel a {
  color: #EFFFEC;
}
.page-rate-widget-box .cancel a:hover {
  background: #DBFFCE;
  color: #EFFFEC;
}
 
/* INFO MODULE COMPATIBILITY */
.rate-box-with-credit-button {
    background-color: #006c00 !important;
    border-color: #006c00 !important;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
.creditButton p a {
    border-left-color: #EFFFEC !important;
}
 
/* AYER'S INFO MODULE */
:root {
--barColour: #006c00;
}
 
/* Standard Image Block */
.scp-image-block {
    border: solid 1px #666;
    box-shadow: 0 1px 6px rgba(0,0,0,.25);
}
.scp-image-block .scp-image-caption {
    background-color: #eee;
    border-top: solid 1px #666;
}
 
/* YUI-TABS */
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-image: url(https://scp-wiki.wdfiles.com/local--files/theme%3Awanderers/tabs.png);
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    background:#077000 url(https://scp-wiki.wdfiles.com/local--files/theme%3Awanderers/tabs.png) repeat-x left -1400px; /* selected tab background */
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background:#8d8 url(https://scp-wiki.wdfiles.com/local--files/theme%3Awanderers/tabs.png) repeat-x left -1300px;
}
 
/* MOBILE SIDEBAR */
 
@media (max-width: 767px) {   
#side-bar {
    background-color: white;
}
 
#side-bar:target {
    border: 2px dotted black;
}
 
#side-bar:target .close-menu { background: none; }
}
 
/* footnote by 7happy7 */
span:not([class]):not([style]) > sup.footnoteref:first-child > a.footnoteref:before,
sup.footnoteref > a.footnoteref:before {
content: "(";
}
span:not([class]):not([style]) > sup.footnoteref > a.footnoteref:before {
content: ",";
}
 
/* TRANSLATION BLOCK */
iframe.scpnet-interwiki-frame {
  filter: hue-rotate(140deg) brightness(150%);
  -webkit-filter: hue-rotate(140deg) brightness(150%);
}
🈲: SCP 재단의 모든 컨텐츠는 15세 미만의 어린이 혹은 청소년이 시청하기에 부적절합니다.
따로 명시하지 않는 한 이 사이트의 모든 콘텐츠는 크리에이티브 커먼즈 저작자표시-동일조건변경허락 3.0 라이선스를 따릅니다.