SCP-924
/*
    Sigma-9 SCP Offices Theme
    [2020 Wikidot Theme]
    By Dr Lekter and DrMacro
    Adapted from BHL SCP Offices Theme by Woedenaz
    Based on SCP Sigma 9 Theme created by Aelanna and Dr Devan
*/
 
@import url('https://fonts.googleapis.com/css?family=Basic|IBM+Plex+Mono:400,700');
 
:root {
    --body-font: 'IBM Plex Mono', monospace;
    --header-font: 'IBM Plex Mono', sans-serif;
    --title-font: 'IBM Plex Mono', monospace;
    --mono-font: "IBM Plex Mono", monospace;
    --white-monochrome: 238, 238, 216;
    --pale-gray-monochrome: 233, 231, 204;
    --light-gray-monochrome: 147, 147, 147;
    --gray-monochrome: 127, 127, 127;
    --dark-gray-monochrome: 101, 101, 101;
    --black-monochrome: 25, 20, 16;
    --bright-accent: 145, 179, 153;
    --medium-accent: 145, 179, 153;
    --dark-accent: 105, 133, 111;
 
    --gradient-header: linear-gradient(0deg,rgb(var(--medium-accent)) 0%,rgb(var(--black-monochrome)) 90%,rgb(var(--black-monochrome)));
    --gradient-sidemenu-header: linear-gradient(10deg, rgba(var(--medium-accent), 0.45), rgba(var(--medium-accent), 0.55));
 
    scrollbar-color: rgba(var(--white-monochrome), 1) rgba(var(--bright-accent), 0.50);
 
    /* COMMON THEME */
    --ct_col_link-newpage: rgb(var(--dark-accent));
 
    /* 4 Rating module */
    --ct_col_rate-primary: rgb(var(--dark-accent));
    --ct_col_rate-secondary: rgb(var(--pale-gray-monochrome));
    --ct_col_rate-cancel: rgb(var(--bright-accent));
    --ct_col_rate-link-hover: rgb(var(--pale-gray-monochrome));
}
 
/* HEADER */
div#container-wrap {
    background-image:
        repeating-linear-gradient(45deg,hsla(0, 0%, 100%, 0),
        hsla(0, 0%, 100%, 0) 0.25vh,
        rgba(88, 88, 88, 0.1) 0.35vh,
        rgba(88, 88, 88, 0.2) 0.5vh),
 
        repeating-linear-gradient(180deg,
        hsla(0, 0%, 100%, 0),
        hsla(0, 0%, 100%, 0) 0.25vh,
        rgba(88, 88, 88, 0.1) 0.35vh,
        rgba(88, 88, 88, 0.2) 0.5vh),
 
        linear-gradient(to bottom,
        rgba(var(--black-monochrome), 1) 8.75rem,
        rgba(var(--light-gray-monochrome), 1) 7.625rem,
        rgba(var(--gray-monochrome), 1) calc(91% - 0.125rem),
        rgba(var(--dark-gray-monochrome), 1) calc(99% - 0.125rem));
 
    background-size: 100% 8.7rem, 100% 8.7rem, 100% 10.08rem;
    background-repeat: no-repeat;
}
 
#header {
    background: url(http://fondationscp.wdfiles.com/local--files/theme%3Ascp-offices-sigma/scpoffices_logo.svg) 13px 41px no-repeat;
    background-size: 94px 94px;
}
 
#header h1 a {
    font-size: 150%;
    color: rgb(var(--white-monochrome));
    font-family: var(--title-font);
    font-weight: 900;
    text-shadow: .063rem .063rem .063rem #0c0c0c;
    letter-spacing: -.02em;
    line-height: 0;
}
 
#header h2 span {
    color: rgb(var(--bright-accent));
    font-family: var(--title-font);
    text-shadow: .063rem .063rem .063rem #0c0c0c;
    font-weight: 400;
    line-height: 0;
    font-size: .945rem;
}
 
@media (max-width: 767px) {
    #header {
        background: url(http://fondationscp.wdfiles.com/local--files/theme%3Ascp-offices-sigma/scpoffices_logo.svg) 2px 72px no-repeat;
        background-size: 50px 50px;
    }
    #header h1 a {
        font-size: 80%;
    }
    #header h2 span {
        font-size: .700rem;
    }
}
 
/* LOG-IN INFO */
#login-status {
    color: rgb(var(--white-monochrome));
}
#login-status a {
    color: rgb(var(--white-monochrome));
}
 
#login-status ul a {
    color: rgb(var(--bright-accent));
    background: rgb(var(--white-monochrome));
}
 
#login-status ul a:hover {
   color: rgb(var(--dark-accent));
   font-weight: bold;
}
 
/* SEARCH BAR */
#search-top-box-input {
    background-color: rgb(var(--gray-monochrome));
}
#search-top-box-input:hover, #search-top-box-input:focus {
    border: solid 1px rgb(var(--white-monochrome));
    color: rgb(var(--white-monochrome));
    background-color: rgb(var(--light-gray-monochrome));
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.8);
}
#search-top-box-form input[type=submit] {
    background: rgb(var(--bright-accent));
    color: rgb(var(--white-monochrome));
    transition: background 0.25s;
}
#search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus {
    background: rgb(var(--dark-accent));
    color: rgb(var(--white-monochrome));
}
 
/* TITLE */ 
#page-title {
    font-size: 210%;
    font-family: 'IMB Plex Mono';
    font-weight: 600;
}
 
h1, h2, h3, h4, h5, h6, #page-title {
    font-family: var(--title-font);
    color: rgb(var(--black-monochrome));
}
h1 {
    margin: .7em 0 .6em;
    padding: 0 0 .25em;
    font-weight: 700;
}
h2, h3, h4, h5, h6 {
    margin: .5em 0 .4em;
    padding: 0;
    font-weight: 900;
    letter-spacing: .063rem;
}
 
@media (max-width: 767px) {
    #page-title {
        font-size: 180%
    }
}
 
/* TOP-BAR SETTINGS */
#top-bar ul li ul {
    border: 0px;
}
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
    border-top: 1px solid transparent;
    padding: 0.3em;
    padding-left: 0.5em;
    color: rgb(var(--white-monochrome));
}
#top-bar ul li a {
    color: rgb(var(--white-monochrome));
}
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: rgb(var(--dark-gray-monochrome));
    color: rgb(var(--white-monochrome));
}
#top-bar ul li ul a, #top-bar a:hover {
    color: rgb(var(--pale-grey-monochrome));
}
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: rgb(var(--dark-gray-monochrome));
}
#top-bar ul li ul.sfhover a:hover,
#top-bar ul li ul:hover a:hover {
    background: rgb(var(--gray-monochrome));
    color: rgb(var(--white-monochrome));
    font-weight: bold;
}
.c_topbar_arrow {
    color: rgb(var(--white-monochrome));
}
 
/* SIDE-BAR SETTINGS */
#side-bar .side-block {
    border-color: rgb(var(--dark-accent));
    background-color: rgb(var(--white-monochrome));
    box-shadow: 0 2px 6px rgba(var(--dark-accent),.5);
}
 
#side-bar .side-block.media {
    background-color: rgb(var(--pale-gray-monochrome)) !important;
}
 
#side-bar .side-block.resources {
    background-color: rgb(232, 229, 197) !important;
}
 
div.scpnet-interwiki-wrapper {
    filter: hue-rotate(90deg);
}
 
#side-bar .heading {
    color: rgb(var(--dark-accent));
    border-bottom-color: rgb(var(--dark-accent));
}
 
/* SIDE-BAR IMAGES */
#side-bar .menu-item p::before,
#side-bar .collapsible-block-link::before, #side-bar .colmod-link-top a::before {
    filter: hue-rotate(-171deg);
}
 
/* Patch pour hover imbriqué */
#top-bar ul li ul li ul {
    left: 159px;
}
 
/* MOBILE SIDE-BAR */
@media (max-width: 767px) {
#side-bar {
    background-color: rgb(var(--white-monochrome))
}
.open-menu a {
    border: 0.2em solid rgb(var(--bright-accent)) !important;
    background-color: rgb(var(--white-monochrome)) !important;
    color: rgb(var(--bright-accent)) !important;
    }
}
 
/* BODY */
body {
    background-color: rgb(var(--white-monochrome));
    font-family: var( --body-font);
}
 
/* FOOTER */
#footer {
    background: rgb(var(--dark-accent));
}
 
/* OTHER STRUCTURAL ELEMENTS */
 
/* LINKS */
a {
    color: rgb(var(--bright-accent));
    font-weight: bold;
}
a:visited {
    color: rgb(var(--dark-accent));
}
#side-bar a,
#side-bar a:visited,
#side-bar a.newpage {
    color: rgb(var(--dark-accent));
}
 
/* POP-UP WINDOWS */
.owindow {
    background-color: rgb(var(--white-monochrome));
}
 
.owindow .modal-header {
    background-color: rgb(var(--white-monochrome));
}
 
.owindow .modal-body img {
    background-color: transparent !important;
}
 
.owindow .title {
    background-color: rgb(var(--pale-gray-monochrome));
}
 
.owindow .button-bar a {
    background-color: rgb(var(--pale-gray-monochrome));
}
 
/* CODE */
.code {
    background-color: rgb(var(--pale-gray-monochrome));
}
 
/* RATING MODULE */
.page-rate-widget-box .rate-points {
    background-color: rgb(var(--dark-accent)) !important;
    border-color: rgb(var(--dark-accent));
    color: rgb(var(--pale-gray-monochrome));
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: rgb(var(--pale-gray-monochrome));
    border-top-color: rgb(var(--dark-accent));
    border-bottom-color: rgb(var(--dark-accent));
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: transparent;
    color: rgb(var(--dark-accent));
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: rgb(var(--dark-accent));
    color: rgb(var(--pale-gray-monochrome));
}
.page-rate-widget-box .cancel {
    background: transparent;
    background-color: rgb(var(--dark-accent)) !important;
    border-color: rgb(var(--dark-accent))  !important;
}
.page-rate-widget-box .cancel a {
    color: rgb(var(--bright-accent)) !important;
}
.page-rate-widget-box .cancel a:hover {
    background-color: rgb(var(--dark-accent)) !important;
    color: rgb(var(--pale-gray-monochrome)) !important;
}
 
/* Module de crédit FR */
.rate-box-with-credit-button .creditButton {
    color: rgb(var(--pale-gray-monochrome)) !important;
    background-color: rgb(var(--dark-accent)) !important;
    border-color: rgb(var(--dark-accent)) !important;
}
.creditButton a {
    color: rgb(var(--white-monochrome)) !important;
}
.creditButton a:hover {
    color: rgb(var(--bright-accent)) !important;
}
 
/* PAGE ELEMENTS */
 
/* BLOCKQUOTES */
blockquote,
div.blockquote {
    background-color: rgb(var(--pale-gray-monochrome));
}
 
/* TABLES */
table.wiki-content-table th {
    color: rgb(var(--white-monochrome));
    background-color: rgb(var(--light-gray-monochrome));
}
 
/* TABVIEW */
.yui-navset .yui-content {
    background-color: rgb(237, 236, 213);
    font-weight: normal;
}
.yui-navset .yui-nav a, 
.yui-navset .yui-navset-top .yui-nav a {
    background-image: none;
    background-color: rgb(var(--pale-gray-monochrome));
    font-weight: normal;
}
.yui-navset .yui-nav a:hover, 
.yui-navset .yui-nav a:focus {
    background: rgb(var(--dark-accent));
    color: rgb(var(--white-monochrome));
}
.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: rgb(var(--bright-accent));
    border-color: rgb(var(--dark-accent));
    color: rgb(var(--white-monochrome));
}
.yui-navset li {
    line-height: normal;
}
 
/* IMAGE BLOCK */
.scp-image-block .scp-image-caption {
    background-color: rgb(var(--pale-gray-monochrome));
}
 
/* ANIMATIONS */
 
#header h1 *,
#page-title * {
    will-change: opacity;
    transition: opacity 0.2s ease-in-out;
}
 
#header h1 a:hover,
#page-title:hover {
    -webkit-animation: flicker 20s linear infinite;
    -moz-animation: flicker 20s linear infinite;
    animation: flicker 20s linear infinite;
}
 
@-webkit-keyframes flicker {
    0% {
        opacity: .2;
    }
 
    5% {
        opacity: .9;
    }
 
    6% {
        opacity: 1;
    }
 
    11% {
        opacity: .4;
    }
 
    11.25% {
        opacity: .6;
    }
 
    11.5% {
        opacity: .4;
    }
 
    18% {
        opacity: 1;
    }
 
    18.5% {
        opacity: .9;
    }
 
    22% {
        opacity: 1;
    }
 
    38.5% {
        opacity: 1;
    }
 
    39% {
        opacity: .8;
    }
 
    42% {
        opacity: 1;
    }
 
    60% {
        opacity: 1;
    }
 
    60.5% {
        opacity: 0;
    }
 
    62% {
        opacity: 0;
    }
 
    63% {
        opacity: .2;
    }
 
    63.25% {
        opacity: 0;
    }
 
    65% {
        opacity: 1;
    }
 
    73% {
        opacity: 1;
    }
 
    75% {
        opacity: .8;
    }
 
    79% {
        opacity: 1;
    }
 
    100% {
        opacity: 1;
    }
}
}

NOTE DE L'ADMINISTRATION DE LA SÉCURITÉ DES INFORMATIONS ET DES ARCHIVES DE LA FONDATION

Le document suivant a été récupéré dans un dépôt de matériel secret, récemment découvert, ayant appartenu à une cellule opérationnelle du Commandement Alpha active à Terre-Neuve entre 1973 et 1975. Ce dernier est présenté ci-après déchiffré, sans aucune modification.

Le corps de l'entité n'a pas été retrouvé.

DÉSIGNATION GLACIER GALOPANT SANGLANT CASTEL PSALMODIQUE
ALPHA MU EPSILON 9-3-5-1-1-1-3-4-9-2-4

DÉBUT

Humanoïde macrocéphale émacié. Coloration bleu-noir causée par des gelures sur l'ensemble de son corps. Crâne trépané en plusieurs points dans un motif en spirale centré sur son éminence pariétale gauche. Dégage une fumée lumineuse (couleur or-orange à rouge-orange) par les trous forés dans son crâne et par sa bouche. Yeux retirés ; incertitude quant au caractère volontaire ou non de cette mutilation.

Aucune trace antérieure du sujet relevée dans l'histoire de la population inuit locale au cours des interrogatoires. Correspondant des forces aériennes de la Base de Thulé convaincu de l'implication des Soviétiques (peu probable), a fourni des transmissions radio d'un individu à la voix fortement déformée, reçues trois heures avant la disparition du Spécialiste Lewis.

Contact établi le 04.JANV à 35 km au nord-est de Qaanaaq. Victimes dépecées et éviscérées à l'aide d'un couteau en pierre ; crânes fracassés suite à des traumatismes contondants. Victimes couchées sur le dos, face vers le ciel. Totalité des corps dépourvus d'yeux. Pas de victime mangées, piste du comportement de prédation exclue.

Corps disposés en triangle sur site de contact, éventuelle intention rituelle. Vocalisations répétées au cours de la rencontre, potentielle volonté d'imiter la parole humaine. Degré de sapience incertain : présomption des intentions idéologiques non confirmée.

Sujet éliminé sur site de contact par GAUVAIN et PERCEVAL. GALAAD blessé par le sujet, rétabli sur place.

Corps des victimes éliminés sur place. Scénario de couverture de l'ours atteint d'une maladie transmis au personnel de la Base de Thulé. Couteau, bandes magnétiques et corps du sujet récupérés pour traitement et stockage.

FIN

Mémo du Comité de Révision 10.JUIN.1992 924-AD-029G


Dr Eli Langstrom, examinateur

SUJET : Examen de l'Objet d'Intérêt Non-Anormal 13429 en vue d'une éventuelle reclassification.

APERÇU : Le contenu du rapport repose sur les éléments suivants :

Objet-d-Intérêt Non-Anormal 12877

L'entité GLACIER GALOPANT peut être décrite avec les mêmes caractéristiques utilisées pour décrire les corps rachitiques des trois humains retrouvés au Svalbard en juillet 19891 : tous sont atteints de macrocéphalie et ont subi plusieurs trépanations. Aucun objet funéraire n'était présent sur le site, hormis :

  • Un couteau en pierre sur lequel est gravée une étoile à sept branches.
  • Une tablette en ardoise sur laquelle est gravée une étoile à sept branches, entourée d'un motif de spirale en pointillé.

Dans les deux étoiles, cinq des sept branches sont remplies. La signification de ces éléments est inconnue.

Objet-d-Intérêt Non-Anormal 12005

Bien que le rédacteur du document estime qu'il est peu probable qu'un lien existe entre GLACIER GALOPANT et le GRU-P, un dossier incomplet saisi au cours de l'opération CIELROUGE fait mention d'expériences menées sur des membres sensibles à la thaumaturgie du peuple tchouktche au cours desquelles ces derniers ont été contraints de participer à un rituel thaumaturgique spécifique. Le rituel est décrit comme induisant un état de transe, permettant d'établir une communication avec des entités non-corporelles de nature inconnue, au cours duquel le souffle des participants est transformé en un brouillard orange lumineux, et ce, jusqu'à la fin du channeling.

Les archives du GRU-P ne contiennent aucun compte-rendu ou conclusion concernant ces expériences. De fait, il est impossible de savoir dans quelle mesure le personnel du GRU-P a compris le fonctionnement de ce phénomène ou s'il a pris conscience de ses éventuels liens avec d'autres anomalies. De même, il est impossible de savoir si une communication a pu être établie avec les entités visées par le rituel, si tant est qu'elles existent.

Objet-d-Intérêt Non-Anormal 13430

Enfin, la bande magnétique retrouvée à côté du document de GLACIER GALOPANT, probablement l'enregistrement des transmissions mentionnées dans le rapport. Étant donné ses mauvaises conditions de stockage, la bande s'est détériorée, rendant inexploitable la totalité de son contenu à l'exception d'un passage de 1 minute et 36 secondes. Ce passage est majoritairement composé d'enregistrements d'une voix répétant des mots et des bribes de phrases sans aucun sens particulier. Ces derniers ont été rassemblées pour former la déclaration suivante, traduite du danois :

<Il faut te libérer de cette chair, mon frère. Tu ne peux pas toucher les étoiles si tu n'oses pas voler au plus près du soleil.>

CONCLUSION : Examinés dans leur ensemble, ces éléments laissent entrevoir suffisamment de raisons de supposer qu'ils sont liés d'une manière ou d'une autre. Par conséquent, le Comité de Révision autorise l'utilisation de la désignation SCP-924 pour regrouper l'entité décrite dans le rapport, les autres entités lui ressemblant, les éléments qui lui font référence ainsi que toute future découverte la concernant.

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