제미니 & 테슬라 박사들의 제안
/*
      Allègrement repompé sur : SCP Sigma 9
    [2014 Wikidot Theme]
    Created for the SCP Foundation by Aelanna (bidouillé par DrGemini)
*/
 
:root {
    /* 4 Rating-module */
    --ct_col_rate-primary: #380d0d;
    --ct_col_rate-secondary: #380d0d;
    --ct_col_rate-cancel: #ffb961;
    --ct_col_rate-link-hover: #d28f11;
    --ct_brd_rate-primary: solid 1px #f6d058;
    --ct_dim_rate-border-radius: 0.3em;
 
/* 4 Tabview (YUI-Tabs) */
    --ct_col_tab-bg: #F5F1EE;
}
 
/* RECOLOR THE TITLE */
h1, #page-title {
    color: #9B0400; /* COULEUR GROS TEXTE BLANC (il est rouge maintenant hihi) */
    padding: 0 0 0.25em;
    margin: 0 0 0.6em;
    font-weight: normal;
    z-index: -10;
}
#page-title {
    color: white;
    border-color: #f6d058;
}
 
/* Links */
#side-bar a, #side-bar a:visited {
    color: #EDB44F;
}
a:hover {
    color: #e7d30e
    text-decoration: underline;
    background-color: transparent;
}
a.newpage {
    color: #f6d058;
}
 
/*HEADER IMAGES*/
div#container-wrap {
    background: url(http://fondationscp.wdfiles.com/local--files/theme%3Asai-napoleon-i/Th%C3%A8meSAINapoI.jpg) top left repeat-x;
}
 
#header {
    height: 200px;
    padding-bottom: 0px; /* FOR MENU */
    background: url(http://fondationscp.wdfiles.com/local--files/theme%3Asai-napoleon-i/1506450654-saii.png) 20px 0px no-repeat;
}
 
/* POUR AVOIR UN FOND NOIR (DUH) */
body {
    background-color: black; 
    font-family: Verdana, sans-serif; 
    font-size: 12.8px;
}
 
/* Adjust Mobile Image Size */
@media (max-width: 479px) { 
#header {
    background-size: 415px 145px;
    background-position: -5.1em 1.3em;
}
}
@media (min-width: 480px) and (max-width: 580px) { 
#header {
    background-size: 415px 145px;
    background-position: 0em -1em;
}
}
@media (min-width: 581px) and (max-width: 767px) { 
#header {
background-size: 500px 135px;
    background-position: -1em -1em;
}
}
@media (min-width: 768px) and (max-width: 979px) {
#header {
    background-size: 500px 135px;
    background-position: 0em -1em;
}
}
 
/* HIDE THE HEADER TEXT */
#header h1 a {
    display: block;
    margin: 0;
    padding: 80px 0 25px;
    line-height: 0px;
    max-height: 0px;
    color: #00003D;
    background: transparent;
    font-family: Akashi, Arial, sans-serif;
    font-size:0%;
    text-decoration: none;
    text-shadow: 3px 3px 5px #000;
    letter-spacing: 0.9px;
}
 
#header h2 span {
    display: block;
    margin: 0;
    padding: 19px 0;
    line-height: 0px;
    max-height: 0px;
    font-weight: bold;
    color: #f0f0c0;
    font-family: Helvetica, sans-serif;
    font-size: 0%;
    text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}
 
/* TOP BARRE */
#top-bar {
    position: absolute;
    z-index: 50;
    top: 140px;
    height: 21px;
    line-height: 18px;
    padding: 0;
    z-index: 20;
    font-size: 90%;
}
#top-bar ul {
    float: right;
}
#top-bar a {
    color: #fff;
    background: transparent;
}
#top-bar ul li {
    border: 0;
}
#top-bar ul li ul {
    border: solid 1px #666;
    box-shadow: 0 2px 6px rgba(0,0,0,.5);
    border-top: 0;
}
#top-bar ul li a {
    border-left: solid 1px rgba(64,64,64,.1);
    border-right: solid 1px rgba(64,64,64,.1);
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1px;
    max-height: 1px;
    overflow: hidden;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: #00003D;
    color: #e7d30e;
    border-left: solid 1px rgba(64,64,64,1);
    border-right: solid 1px rgba(64,64,64,1);
}
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
    border-width: 0;
    width: 150px;
    border-top: 1px solid #ddd;
    line-height: 160%;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
}
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: #fff;
    text-decoration: none;
}
#top-bar ul li ul {
    border-width: 0 1px 1px 1px;
    width: auto;
}
#top-bar ul li ul li, #top-bar ul li ul li.sfhover,
#top-bar ul li ul li, #top-bar ul li ul li:hover {
    border-width: 0;
}
#top-bar ul li ul li a {
    border-width: 0;
}
#top-bar ul li ul a, #top-bar a:hover {
    color: #a01;
}
 
/* SEARCH BAR */
#search-top-box-input, #search-top-box-input:hover, #search-top-box-input:focus {
    background-color: #11131f;
    border-radius: 0;
}
#search-top-box-form input[type=submit] {
    background-image: linear-gradient(#b57416, #edb15a);
    color: #800909;
    border-radius: 0;
    transition: color 0.25s;
}
 
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    background-image: linear-gradient(#b57416, #edb15a);
    color: #a65252;
}
 
/* LOGIN STUFF */
#login-status {
    color: #1f1f1f;
    font-size: 90%;
    z-index: 30;
}
#login-status a {
    background: transparent;
    color: #1f1f1f;
}
#login-status ul a {
    color: #1f1f1f;
    background: transparent;
}
#account-topbutton {
    background: #ddd;
    color: #1f1f1f;
    border: none;
}
#account-topbutton:hover {
    color: #ff5638;
}
 
/* COULEUR BLOC DIMAGE (PEUT TRIPATOUILLER)*/
.scp-image-block {
  border: inset 3px #9E6E54;
  position: relative;
  z-index: 10;
}
.scp-image-block .scp-image-caption {
  background-color: #F5F1CE;
  border-top: inset 3px #9E6E54;
  position: relative;
  z-index: 10;
}
 
/*-------------------*\
 *  LES ENCADRES  *
\*-------------------*/
 
blockquote,
.yui-content blockquote {
    border: 1px solid rgba(0,0,0,0.12);
    background-color: #F5EDCE;
}
 
/* MODULE DE NOTATION */
.page-rate-widget-box {
    padding: .1em;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    color: var(--ct_col_rate-cancel);
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background-color: #c70000;
}
.page-rate-widget-box .cancel:hover {
    background: none !important;
    background-color: var(--ct_col_rate-cancel) !important;
}
.page-rate-widget-box .cancel a {
    background: none !important;
    color: var(--ct_col_rate-cancel) !important;
}
 
/* TAB RECOLORING (A TRIPATOUILLER) */
/* TABVIEW LOOKS
===========================*/
 
.yui-navset .yui-content {
    border-color: #fbc951;
    border-top-color: #fbc951;
    background-color: #F5F1EE;
    font-weight: normal;
}
.yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav {
    border-bottom: 0.3em solid #784c34;
}
.yui-navset .yui-nav a, 
.yui-navset .yui-navset-top .yui-nav a {
    background-image: none;
    background-color: #fbc951;
    font-weight: normal;
}
.yui-navset .yui-nav a:hover, 
.yui-navset .yui-nav a:focus {
    background-image: none !important;
    background: #e1b448;
    border-color: #e1b448;
    color: white;
}
.yui-navset .yui-nav .selected a, 
.yui-navset .yui-nav .selected a:focus, /* Pas d'effet focus/hover pour tab sélectionné */
.yui-navset .yui-nav .selected a:hover {
    background-image: none !important;
    background: #784c34;
    border-color: #784c34;
    color: white;
}
.yui-navset li {
    line-height: normal;
}
/* Bordures onglets */
.yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a {
    border: 1.2px solid #fbc951;
    padding: 0.15em;
}
.yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em {
    border: none !important;
}
/* Smooth */
.yui-navset .yui-nav a, 
.yui-navset .yui-navset-top .yui-nav a {
    transition: background-colo 0.4s, border-color 0.4s;
}
 
/* BAS DE PAGE */
#footer {
    clear: both;
    font-size: 77%;
    background: #540400;
    color: #d89900;
    margin-top: 15px;
    padding: 3px 10px;
}
#footer a {
    color: #fff;
    background: transparent;
}
 
/* SIDE BAR RECOLOR AND STUFF */
#side-bar .side-block {
    border: 1px solid #f2e281;
    background: #380d0d;
    color: #ddac13;
}
#side-bar .side-block.media, #side-bar .side-block.resources {
    background-color: #380d0d !important;
    color: #ddac13;
}
 
#side-bar .heading1 {
    color: #e7d30e;
    border-bottom: solid 1px #080808;
    padding-left: 24px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 15pt;
    font-weight: bold;
}
#side-bar .heading {
    color: #e7d30e;
    border-bottom: solid 1px #fafafa;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 8pt;
    font-weight: bold;
}
#side-bar div.menu-item img {
    width: 13px;
    height: 13px;
    border: 0;
    margin-right: 2px;
    position: relative;
    bottom: -2px;
}
#side-bar div.menu-item.inactive a {
    color: #fddd21;
}
#side-bar div.menu-item .sub-text {
    font-size: 80%;
    color: #fddd21;
}
 
/* MOBILE SIDEBAR */
@media (max-width: 767px) {
#side-bar{background-color: transparent}
 
.open-menu a {
    border: 0.2em solid #EDB44F !important;
    background-color: #380d0d !important;
    color: #EDB44F !important;
}
}
 
/* Patchs de lisibilité */
.page-info, #action-area, .history-form-1, .page-source {
    color: navajowhite;
}
#action-area a, .history-form-1 a, .page-source a {
    color: #EDB44F;
}
.page-info .lock-info, .change-textarea-size a { color: black }
 
/* Custom page content classes */
#page-content {
    min-height: 720px;
}
 
.unmargined > p {
    margin: 0;
    line-height: 100%;
}
.content-panel {
    border: solid 1px #e7d30e;
    border-radius: 10px;
    background-color: #e7d30e;
    margin: 10px 0 15px;
    box-shadow: 3px 3px 6px #bbb;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.1);
}
 
.content-panel .panel-heading {
    padding: 2px 10px;
    color: #00003D;
    font-size: 90%;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,.35);
}
.content-panel .panel-body {
    padding: 5px 10px;
    background: #fff9f0 url(/local--files/component:theme/panel-bg-gradient-reverse.png) bottom repeat-x;
}
.content-panel .panel-footer {
    padding: 1px 10px;
    color: #e7d30e;
    font-size: 80%;
    font-weight: bold;
    text-align: right;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
.content-panel .panel-footer a {
    color: #e7d30e;
}
.content-panel .content-toc {
    float: right;
    padding: 0 20px;
    background-color: #fff;
    border: solid 1px #fff;
    border-radius: 10px;
    margin: 20px 0 5px 5px;
    white-space: nowrap;
    box-shadow: inset 1px 2px 6px rgba(0,0,0,.15)
}
.alternate:nth-child(even) {
    background-color: rgba(255,255,255,.9);
}
 
div.prompt {
    border-radius: 5px;
    border: 1px solid #F22424;
    background: linear-gradient(#171717, #242424);
    color: transparent;
    padding: 10px;
    margin: 5px;
}
 
div.prompt pre, div.prompt blockquote {
    color: #e7d30e;
}
 
div.side-block pre, div.side-block blockquote {
color:e7d30e;
text-shadow: none;
}
 
div.box-brown {
border-radius: 5px;
border: 1px solid #5c1515;
background: linear-gradient(#5c1515,#F0F0F0);
color:e7d30e;
padding:10px;
margin:5px;
}
 
/* TRANSLATION BLOCK */
iframe.scpnet-interwiki-frame {
    filter: brightness(85%) hue-rotate(90deg);
    -webkit-filter: brightness(85%) hue-rotate(90deg);
}
/*
      Allègrement repompé sur : SCP Sigma 9
    [2014 Wikidot Theme]
    Created for the SCP Foundation by Aelanna (bidouillé par DrGemini)
    Modified for SCP Korean Branch by XCninety
*/
 
#header {
    height: 200px;
    padding-bottom: 0px; /* FOR MENU */
    background: url(http://scpko.wdfiles.com/local--files/theme%3Asai-napoleon-i/1506450654-saii.png) 20px 0px no-repeat;
}
 
body {
    font-family: verdana, "Nanum Gothic", arial, helvetica, sans-serif;
}
 
/* Adjust Mobile Image Size */
@media (max-width: 479px) { 
#header {
    background-size: 415px 145px;
    background-position: -5.1em 1.3em;
}
}
@media (min-width: 480px) and (max-width: 580px) { 
#header {
    background-size: 415px 145px;
    background-position: 0em -1em;
}
}
@media (min-width: 581px) and (max-width: 767px) { 
#header {
background-size: 500px 135px;
    background-position: -1em -1em;
}
}
@media (min-width: 768px) and (max-width: 979px) {
#header {
    background-size: 500px 135px;
    background-position: 0em -1em;
}
}
평가: +6+x
blank.png
Attention_완성2.png


- 서설 -

여기서 우리는, 특이한림원의 탁월한 지성들의 말을 귀담아 들으사 영국의 적도들을 트라팔가에서 맞아 싸워 신비한 "와류"와 그 너머 바로 펼쳐진 기이한 미답의 땅 누벨올랑드를 얻으신 프랑스인의 황제 폐하께서 품으신 뜻을 밝혀적는다.


- 은자물지 -


여기서는 용맹한 프랑스군이 전능한 무지개뱀을 찾아 누벨올랑드 땅을 나아가며, 진기하며 치명적인 동물과 불경한 토인들, 그리고 간악한 영국 족속들이 가져다온 끊임없이 닥쳐오는 위협에 맞서 싸운 내용을 밝혀적는다.


- 초월사형 -

여기서는 나폴레옹 1세 황제 폐하와 제국 특이한림원이 고통스럽게 결정을 내려, 무지개뱀의 가늠조차 어려운 힘이 조지 3세의 사악한 손아귀에 떨어진다면 문명세계의 자유와 행복이 위협받을 것을 우려해 뱀을 처단하기로 결심한 일을 밝혀적는다.


- 맺음 -

여기서는 무지개뱀 전투 이후의 문서들을 거두어적어 어떤 이익과 어떤 결과가 발생했는지 후세에 알린다.





























옛날 옛적에, 적의에 찬 두 형제가 살았다.

혹자는 첫째를 리루Liru, 둘째를 쿠니야Kuniya라 일컬었다.
둘은 미지를 굴종시키고자 힘을 합쳐 다투었다.
하나는 눈이 멀고 하나는 앞을 볼 줄 몰랐으니
둘이 어떻게 무지개를 이해할 수 있으리라 생각하랴?
둘은 몰매를 집요하게 퍼부어 마침내 하늘에서
모든 신비의 뿌리를 뽑아냈으니, 바로 위대한 뱀이었다.

리루가 비프로스트를 움켜쥐고 그 꼬리를 으깨니
뱀의 머리가 떨어져나가고
울루루가 붉은 피로 뒤덮였다.

슬프도다!

무지개가 부서지고 여과지가 멍들며
모든 균열 사이로 색깔이 방울져 떨어지니
모든 도제가, 무당이, 부두 사제가,
이 모두를 알고 깨달은 모든 이가 저 파열을 마음속에 느꼈다.

수채화 가운데서 수많은 이가 들고 일어섰다.
무지개에게 다시금 대전체를 다스릴 힘을 돌려주고자.

뱀은 머리를 잃었고, 아무도 꼬리를 되찾지 못했다.
그러니 우리가 뱀을 위해 장님 나라의 애꾸가 되어 일어나리라.
그리고 우리는 앞으로 움켜잡을 무기를 따라,
즉 원래 뱀의 것이었던 무기로 말미암아
뱀의 손이라는 이름을 얻으리라.

























🈲: SCP 재단의 모든 컨텐츠는 15세 미만의 어린이 혹은 청소년이 시청하기에 부적절합니다.
따로 명시하지 않는 한 이 사이트의 모든 콘텐츠는 크리에이티브 커먼즈 저작자표시-동일조건변경허락 3.0 라이선스를 따릅니다.