이자메아 테마 改
평가: +2+x

테마명: 이자메아 테마 改
작성자: Nanigashi SatoNanigashi Sato


이 CSS 테마는 7happy77happy7씨의 CSS 테마작성 툴로 출력한 것과 Dr SoloDr Solo씨의 이자메아 테마를 바탕으로 작성되었습니다. 헤더의 사이트 내부검색 버튼은 MisharyMishary씨가 설계했습니다(같은 것이 부상기 CSS 테마에서도 이용되고 있습니다).
그리고 매우 많은 점에서 ukwhatnukwhatn씨의 도움을 받았고, 그 외 동작확인 등에서 RTa_technologyRTa_technology씨도 협력해 주셨습니다. 이 자리 빌어 감사 말씀 드립니다.

이 테마를 사용하려면 아래와 같이 코드를 include 해 주십시오.

[[include theme:revised-ijamea-theme]]

이 테마는 본사 요주의 단체 「이자메아」의 GoI 양식 혹은 이자메아가 중요한 역할을 하는 이야기를 위해서 만들어졌습니다. 동일한 목적을 가진 CSS 테마로서 Dr SoloDr Solo씨가 작성한 이자메아 테마가 존재하는데, 저의 개인적 감상으로 이 테마는 별로 쿨하다고 생각되지 않았습니다. 특히 우상단에 로고가.
그런 전차로 Nanimono DemonaiNanimono Demonai씨가 작성한 쿨한 로고를 투과가공하여 사용하였으며, 또한 헤더의 디자인 및 배색 모델로 참고하였습니다.

기존 이자메아 테마와의 차이로서, 링크가 붙은 텍스트에는 밑줄이 그어지게 되었습니다. 또한 일본어 표현용 위키구문 확장스타일을 도입해서 루비 기능이나 세로쓰기 등을 사용해도 글꼴이 통일되게 되어 있습니다.

본 테마의 개선안이 있다면 언제든지 Nanigashi SatoNanigashi Sato에게 문의하시기 바랍니다.

/*
  IJAMEA ThemePowered on 2020/04/07 14:38:39
    [2020 Wikidot Theme]
    Created by Nanigashi Sato
    Fixed by ukwhatn
    CC BY-SA 3.0
 
    This theme is based on the IJAMEA Theme by Dr Solo.
    Source: http://www.scpwiki.com/component:ijamea-theme
 
  IJAMEA Logo
    Title: IJAMEA2.png
    Created by Nanimono Demonai
    Creation Year: 2019
    Source: http://scp-jp.wikidot.com/foundation-or-goi-logo
    Note: The background of this image was permeabilized by Nanigashi Sato.
    CC BY-SA 3.0
*/
 
/* Fonts */
 
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;900&family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://scpko.wdfiles.com/local--files/unfont/UnBatang.css');
 
/* Header */
 
div#container-wrap {
    background: url(https://scp-jp-storage.wdfiles.com/local--files/file%3A3282741-8-xthd/Header.png) top left repeat-x;
}
 
div#header {
    background: url(https://scp-jp-storage.wdfiles.com/local--files/file%3A3282741-9-p47y/IJAMEA2.png) 10px 40px no-repeat;
    background-position: 1em 1.5em;
    background-size: 70px;
}
 
div#header h1 a {
    padding: 60px 0 28px;
}
 
div#header h1 a span {
    font-size: 0px;
}
 
div#header h1 a:before {
    content: "IJAMEA";
    color: black;
    font-size: 115%;
    font-family: 'Abril Fatface', cursive;
    text-shadow: 1.75px 1.75px white;
}
 
div#header h2 span {
    font-size:0px;
    padding: 3.5px;
}
 
div#header h2:after {
    content: "국사조례사상이 국제본일대";
    font-family: 'UnBatang', 'Sawarabi Mincho', 'Noto Serif JP', sans-serif;
    font-weight: bold;
    color: black;
    padding: 15px 0;
    text-shadow: none;
    white-space: pre;
}
 
div#search-top-box {
    top: 58px;
}
 
/* Header for Smartphone */
 
@media (max-width: 580px) {
    div#header {
        background-position: 0.3em 1.5em;
    }
}
 
@media (max-width: 479px) {
    div#header {
        background-position: -0.3em 1.5em;
    }
 
    #search-top-box-input {
        display: none;
    }
 
    div#header h1 a {
        padding: 62.5px 0 21px 10px;
    }
 
    div#header h1 a:before {
        font-size: 40px;
        text-shadow: 1.75px 1.75px white;
    }
 
    div#header h2:after {
        padding-left: 10px;
    }
 
    div#search-top-box {
        top: 57px;
    }
 
}
 
/* Body */
 
#html-body a {
    color: #000000;
}
 
#html-body {
    background-color: #FFF5C3;
    color: #000000;
    font-family: 'Noto Serif JP', '바탕', 'UnBatang', sans-serif;
}
 
#page-content a {
    text-decoration: underline;
}
 
#page-content .h0, h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: 'Sawarabi Mincho', 'Noto Serif JP', '바탕', 'UnBatang', sans-serif;
}
 
#page-content .heading {
    color: #000000;
}
 
#container a.collapsible-block-link {
    color: #000000;
}
 
table.wiki-content-table th {
    color: #000;
}
 
/* Tab */
 
#container .yui-content {
    color: #000;
}
 
div.yui-navset div.yui-content {
    background: rgb(255, 255, 255);
    background-image: none;
}
 
div.yui-navset ul.yui-nav a,
div.yui-navset div.yui-navset-top ul.yui-nav a {
    background: rgb(255, 255, 255);
    color: #000000;
    background-image: none;
}
 
div.yui-navset ul.yui-nav a:hover,
div.yui-navset ul.yui-nav a:focus {
    background: rgb(217, 217, 217);
    color: #000000;
    background-image: none;
    text-decoration: none;
}
 
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(148, 148, 148);
    color: #000000;
    background-image: none;
}
 
#page-content .yui-nav a {
  text-decoration: none;
}
 
/* Module Rate */
 
#container .page-rate-widget-box .rate-points {
    background-color: #000000 !important;
}
 
#container .page-rate-widget-box .cancel {
    background-color: #ffffff;
}
 
#container .page-rate-widget-box .rateup a:hover,
#container .page-rate-widget-box .ratedown a:hover,
#container .page-rate-widget-box .cancel a:hover {
    background: #ffffff;
}
 
/* Credit Box */
 
#page-content .rate-box-with-credit-button .creditButton {
    background-color: #000000;
    border: 1px solid #000000;
}
 
#page-content .rate-box-with-credit-button .creditButton:hover {
    background-color: #3e3e3e;
    border: 1px solid #3e3e3e;
}
 
#page-content .creditButton a {
    color: white;
}
 
#page-content .creditButton a:hover {
    color: white;
}
 
#page-content div.creditRate a,
#page-content div.page-rate-widget-box a,
#u-credit-view a {
  text-decoration: none;
}
 
/* Side Bar */
 
#side-bar .side-block {
    border: 1px solid #000000;
    box-shadow: 0 2px 6px #000000;
    background-color: #ffffff !important;
}
 
#side-bar .heading {
    border-bottom: 1px solid #000000;
}
 
/* Search Box */
 
#search-top-box-input {
    border: solid 1px #999;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: none;
    color: #000;
}
 
#search-top-box-input:hover,
#search-top-box-input:focus {
    border: solid 1px #000;
    background-color: #fff;
    box-shadow: none;
    color: #000;
}
 
#search-top-box-form input[type=submit] {
    padding: 2px 5px;
    border: solid 1px #999;
    border-radius: 5px;
    background: none;
    background-color: #000;
    box-shadow: none;
    color: #ccc;
    font-size: 90%;
    font-weight: bold;
    cursor: pointer;
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px #000;
    background: none;
    background-color: #ccc;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
}
 
/* Inter Wiki */
 
.scpnet-interwiki-wrapper {
    filter: grayscale(100%) drop-shadow(0 1px 1px #000000);
}
 
/*
  For J-style
    It was edited by Nanigashi Sato
    Original is http://scp-jp.wikidot.com/component:jstyles
    Original was created by Nanimono Demonai
*/
 
.vpoem {
    font-family: 'Sawarabi Mincho', 'Noto Serif JP', '바탕', 'UnBatang', sans-serif;
}
 
.vpoem tt {
    font-family: 'Sawarabi Mincho', 'Noto Serif JP', '바탕', 'UnBatang', sans-serif;
}
 
.tategaki {
    font-family: 'Sawarabi Mincho', 'Noto Serif JP', '바탕', 'UnBatang', sans-serif;
}
 
.tategaki tt {
    font-family: 'Sawarabi Mincho', 'Noto Serif JP', '바탕', 'UnBatang', sans-serif;
}
 
tt {
    font-family: 'Sawarabi Mincho', 'Noto Serif JP', '바탕', 'UnBatang', sans-serif;
}
 
@-moz-document url-prefix() {
    tt>em {
        font-family: 'Sawarabi Mincho', 'Noto Serif JP', '바탕', 'UnBatang', sans-serif;
    }
}
 
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    tt>sub {
        font-family: 'Sawarabi Mincho', 'Noto Serif JP', '바탕', 'UnBatang', sans-serif;
    }
 
    tt>em {
        font-family: 'Sawarabi Mincho', 'Noto Serif JP', '바탕', 'UnBatang', sans-serif;
    }
}
🈲: SCP 재단의 모든 컨텐츠는 15세 미만의 어린이 혹은 청소년이 시청하기에 부적절합니다.
따로 명시하지 않는 한 이 사이트의 모든 콘텐츠는 크리에이티브 커먼즈 저작자표시-동일조건변경허락 3.0 라이선스를 따릅니다.