Centre de l'IJIEPA
/*
  IJAMEA Theme Revised
    Powered 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');
 
:root {
    /* 1 Common */
    --ct_bg_body: #fff5c3;
    --ct_col_body-txt: black;
    --ct_col_h1-txt: black;
    --ct_col_link: #5b5846;
    --ct_col_link-visited: #3d3a2e;
    --ct_col_link-newpage: #a39d82;
 
    /* 4 Rating module */
    --ct_col_rate-primary: black;
    --ct_col_rate-secondary: white;
}
 
/* Header */
 
div#container-wrap {
    background: url(http://fondationscp.wdfiles.com/local--files/theme%3Arevised-ijamea-theme/Header.png) top left repeat-x;
}
 
div#header {
    background: url(http://fondationscp.wdfiles.com/local--files/theme%3Arevised-ijamea-theme/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: "IJIEPA";
    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: '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', sans-serif;
}
 
#page-content a {
    text-decoration: underline;
    text-decoration-color: #000000;
}
 
#page-content a:hover {
    text-decoration-thickness: 2px;
}
 
#page-content a:visited {
    text-decoration-color: #708090;
}
 
#page-content .h0, h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: 'Sawarabi Mincho', 'Noto Serif JP', 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: #d2d1c4;
    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: #abbabe;
    color: #000000;
    background-image: none;
}
 
#page-content .yui-nav a {
  text-decoration: none;
}
 
/* Module Rate */
 
#container .page-rate-widget-box .cancel {
    background-color: white;
}
 
#container .page-rate-widget-box .rateup a:hover {
    background: #9acd32;
}
 
#container .page-rate-widget-box .ratedown a:hover {
    background: #e9967a;
}
 
#container .page-rate-widget-box .cancel a:hover {
    background: #cccccc;
}
 
/* Credit Box for JP */
 
#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: #FFF5C3;
}
 
#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: #ffffff;
}
 
#side-bar .heading {
    border-bottom: 1px solid #000000;
}
 
#side-bar .side-block.media,
#side-bar .side-block.resources {
    background: #ffffff;
}
 
#side-bar a:visited {
    color: #000000;
}
 
#side-bar .heading, #side-bar .collapsible-block-unfolded-link .collapsible-block-link {
    color: #333333;
}
 
#side-bar .heading:hover, #side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover {
    color: #000000;
}
 
/* Recolors in the side-bar */
.side-block .menu-item > .image {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
 
div.scpnet-interwiki-wrapper {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
 
#side-bar .collapsible-block-folded {
    filter: grayscale(1);
}
 
@media
 (max-width: 767px) {
    #side-bar{
        background-color: #dbcb82;
    }
}
 
/* 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: #ccc;
    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);
}
 
/* General's Note */
 
.generals-note{
  margin: -7.5px 0 1.5em 1em;
}
 
/*
  For J-style
    It was edited by Nanigashi Sato
    Original is http://scp-jp.wikidot.com/component:jstyles
    Original was created by Nanimono Demonai
*/
 
tt {
    font-family:  'Sawarabi Mincho', 'Noto Serif JP', sans-serif;
}

Le Japon doit complètement se défaire de sa primitivité. La paranormal doit être soumis aux objectifs de l'empire à travers le prisme de la science.

Général Okakura, 1888

Mais l'IJIEPA a sa place dans l'ordre du Japon. Nous sommes les seuls à nous tenir à l'avant-garde face aux Européens qui empiètent sur notre héritage collectif, celui de l'empire et du reste de l'Asie.

Général Kurata, 1921

Avec tous les respects qui vous sont dus, ce n'est plus une guerre entre humains. C'est une guerre contre le Japon lui-même. Nos ennemis cherchent à détruire tout ce qui est japonais, et nous vous demandons urgemment de vous opposer à eux. Pas nécessairement pour nous, mais pour les vôtres et pour cette terre sacrée.

Lt. Colonel Sakamoto, 1945

Nous n'avons pas perdu. Je suis vivant. Je peux me battre.

Soldat Tanaka, 1968

Même si l'Histoire les traite de monstres, ils resteront toujours nos pères et nos grands-pères. En tant que leur descendant, je ne peux qu'approuver leurs méthodes.

Général Ito, 2008

Sauf mention contraire, le contenu de cette page est protégé par la licence Creative Commons Attribution-ShareAlike 3.0 License