Central do Programa de Integração
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */
 
#top-bar .open-menu a {
        position: fixed;
        top: 0.5em;
        left: 0.5em;
        z-index: 5;
        font-family: 'Nanum Gothic', san-serif;
        font-size: 35px;
        font-weight: 700;
        width: 30px;
        height: 30px;
        line-height: 0.9em;
        text-align: center;
        border: 0.2em solid #888;
        background-color: #fff;
        border-radius: 3em;
        color: #888;
}
 
@media (min-width: 768px) {
 
    .mobile-top-bar, #top-bar .open-menu {
        display: block;
    }
 
    .mobile-top-bar li {
        display: none;
    }
 
    #main-content {
        max-width: 708px;
        margin: 0 auto;
        padding: 0;
        transition: max-width 0.2s ease-in-out;
    }
 
    #side-bar {
        display: block!important;
        position: fixed;
        top: 0;
        left: -20em;
        width: 17.75em;
        height: 100%;
        margin: 0;
        overflow-y: auto;
        z-index: 10;
        padding: 1em 1em 0 1em;
        background-color: rgba(0,0,0,0.1);
        transition: left 0.4s ease-in-out;
 
        scrollbar-width: thin;
    }
 
    #side-bar:target {
        display: block;
        left: 0;
        width: 17em;
        margin: 0;
        z-index: 10;
    }
 
    #side-bar:target .close-menu {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
 
    #top-bar .open-menu a:hover {
        text-decoration: none;
    }
 
    .close-menu {
        margin-left: 19.75em;
        opacity: 0;
    }
}
:root {
    --timeScale: 1;
    --timeDelay: 0s;
}
 
/* Converting middle divider from box-shadow to ::before pseudo-element */
.anom-bar > .bottom-box { box-shadow: none!important; }
.anom-bar > .bottom-box::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0.5rem;
    background-color: rgb(var(--black-monochrome, 12, 12, 12));
    transform: translateY(-0.74rem);
}
 
/* DIVIDER */
.anom-bar > .bottom-box::before {
    animation-name: divider;
    animation-duration: calc(0.74s * var(--timeScale));
    animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
}
 
/* CLASSIFIED LEVEL BARS */
div.top-center-box  > * {
    animation-name: bar;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); }
 
/* TOP TEXT */
div.top-left-box, div.top-right-box {
    clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%);
}
 
div.top-left-box > *, div.top-right-box > * {
    position: relative;
    animation-name: bottomup;
    animation-duration: calc(0.65s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/*-----------------------------------*/
/*-----------------------------------*/
 
/* CONTAINMENT, DISRUPTION, RISK CLASSES */
div.text-part > * {
    clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation-name: expand2;
    animation-duration: calc(0.5s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.text-part > :nth-child(1) {
    animation-name: expand1;
}
div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); }
 
div.main-class::before, div.main-class::after {
    animation-name: iconslide;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 /* BOTTOM TEXT */
div.main-class > *,  div.disrupt-class > *, div.risk-class > * {
    white-space: nowrap;
    animation-name: flowIn;
    animation-duration: calc(0.42s * var(--timeScale));
    animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/*-----------------------------------*/
/*-----------------------------------*/
 
/* DIAMOND */
div.arrows {
    animation-name: arrowspin;
    animation-duration: calc(0.7s * var(--timeScale));
    animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.quadrants > * {
    animation-name: fade;
    animation-duration: calc(0.3s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.top-icon, div.right-icon, div.left-icon, div.bottom-icon {
    animation-name: nodegrow;
    animation-duration: calc(0.4s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.diamond-part {
    clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%);
    animation-name: diamondBorder;
    animation-duration: calc(0.8s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
    will-change: box-shadow;
}
 
/* MOBILE QUERY */
@media (max-width: 480px ) {
    .anom-bar > .bottom-box::before {
        display:none;
    }
    .anom-bar > .bottom-box {
        box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important;
    }
    div.top-center-box  > * {
        animation-name: bar-mobile;
        animation-duration: calc(0.9s * var(--timeScale));
    }
    div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
 
}
 
/*--- Motion Accessibility ---*/
@media (prefers-reduced-motion) {
    div.anom-bar-container { --timeScale: 0!important; }
}
 
/*-------------------------*/
 
@keyframes divider {
    from { max-width: 0%;  }
    to { max-width: 100%; }
}
 
@keyframes bar {
    from { max-width: 0%; }
    to { max-width: 100%; }
}
@keyframes bar-mobile {
    from { max-height: 0%; }
    to { max-height: 100%; }
}
 
@keyframes bottomup {
    from { top: 100px; }
    to { top: 0; }
}
 
@keyframes expand1 {
    from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0); }
    to { opacity: 1; clip-path: inset(0); }
}
@keyframes iconslide {
    from { opacity: 0; transform: translateX(-5rem); }
    to { opacity: 1; transform: translateX(0); }
}
 
@keyframes expand2 {
    from { opacity: 0; width: 1%; }
    to { opacity: 1; width: calc(100% - 0.25rem); }
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1; }
}
 
@keyframes flowIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
 
@keyframes arrowspin {
    from { clip-path: circle(0%); transform: rotate(135deg); }
    to { clip-path: circle(75%); transform: rotate(0deg); }
}
@keyframes nodegrow {
    from { transform: scale(0);}
    to {  transform: scale(1);}
}
@keyframes diamondBorder {
    from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
    to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
}
:root {
    --posX: calc(50% - 358px - 12rem);
}
 
/*--- Footnote Auto-counter --*/
#page-content {
    counter-reset: megacount;
}
 
/*--- Footnote Superscript Number --*/
.fnnum {
    display: inline-block;
    text-indent: calc(-1% - 0.1em);
    overflow: hidden;
    line-height: 83%;
    text-decoration: none;
    font-weight: bold;
    font-style: initial;
    color: transparent;
    position: relative; top: -0.25em; font-size: 82%;
    padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px);
    margin-left: -0.06em;
    margin-right: -0.25em;
    counter-increment: megacount;
    user-select: none;
}
.fnnum::after {
    content: "" counter(megacount);
    color: var(--fnColor, #E6283C);
}
.fnnum:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: var(--fnColor, #E6283C);
}
.fnnum:hover::after { color: white; }
 
/*--- Footnote Content Wrapper --*/
.fncon {
    position: absolute;
    right: calc(var(--posX) + 80px);
    line-height: 1.2;
    padding: 0.82rem;
    width: 10.3rem;
    background: white;
    border: 2px solid black;
    font-weight: initial;
    font-style: initial;
    text-align: initial;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94);
    z-index: 9;
}
.fnnum:hover + .fncon {
    opacity: 1;
    right: var(--posX);
}
.fncon::before {
    position: absolute;
    top: 0; left: 0;
    transform: translateX(-52%) translateY(-55%) scale(1.15);
    background-color: var(--fnColor, #E6283C);
    color: white;
    content: counter(megacount);
    font-size: initial;
    font-weight: bold;
    font-style: initial;
    padding-left: 0.32em; padding-right: 0.32em;
    padding-top: 0.18rem; padding-bottom: 0.08rem;
}
 
/*--- Mobile Query --*/
@media only screen and (max-width: 1279px) {
    .fncon {
        position: fixed;
        bottom: 1.3rem;
        left: calc(11% - 50px);
        width: 70%;
        transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94);
    }
    .fnnum:hover + .fncon {
        left: 11%;
     }
}

avaliação: +1+x

por PlaguePJP & J Dune
Traduzido por Sr Editor

K4IqXke.png

ANOMALIAS INTEGRADAS

SCP-5595
Geoffrey Quincy Harrison o Terceiro: Diretor de Sítio, Maquina de Chiclete
SR. LAGUE ME CONVIDOU FORMALMENTE PARA OCUPAR A POSISÃO DE DIRETOR DE SÍTIO ENQUANTO ELE ESTIVER EM SUAS FERIAS.
Por PlaguePJPPlaguePJP

SCP-5104
Massagem Urgente
O tratamento 'liberou toda a dor' e '[ele] dá 5 formas vermelhas"'.
Por J DuneJ Dune

SCP-5175
FACA DA MORTE
E então esse cara esqueleto de metal foda vestindo armadura Shinobi saiu. Se você já viu JoJo, ele é como um stand.
Por J DuneJ Dune

SCP-3837
Cavalheiro do Milho
Parece que a malícia das criaturas não se infiltra em sua pele. Uma pura diversão!
Por PlaguePJPPlaguePJP & TstafforTstaffor

SCP-6483
O Expresso Polar
Ho ho ho! Meu trenó espera!
Por RallistonRalliston & LORDXVNVLORDXVNV
Traduzido por JazonRMJazonRM

SCP-6984
Isso é um Spın̈al Tap
Não está quebrado. Não quebre isso.
Por GremlinGroupGremlinGroup

SCP-6453
Merda Yeti
Essa coisa de cocô estava na minha boca. Eu comi essa fezes.
Por J DuneJ Dune

SCP-6833
O Mundo do Mijo
…o mais reconhecível deles é um enorme oceano composto de urina.
Por Starch TuberStarch Tuber

SCP-6593
Apenas Latas
Porra, você me fez querer dispensar algo tão ruim.
Por PlaguePJPPlaguePJP

SCP-7999
Me Conheça nas Estrelas
Arte é quando você cria algo bonito para outras pessoas verem.
Por OriTieflingOriTiefling

Proposta de Plague
Os Que Fugiram
Mas não, eu sou o idiota que se afastou novamente por causa da minha própria incapacidade de enfrentar o fato de que eu não sou bom o suficiente.
Por PlaguePJPPlaguePJP

SCP-6458
Pinguins Garçons
Não é sempre que se consegue ver pinguins dançando, haha!
Por Prime GirlPrime Girl

HISTÓRIAS DO PROGRAMA

SCP-6599
HOGSLICE
FILHO DA PUTA VOCÊ ESTÁ ME FAZENDO QUEBRAR MINHAS MERDAS
Por PlaguePJPPlaguePJP & J DuneJ Dune

SCP-6597
Baleia, Eu sou Desossada
POR FAVOR, DEIXE-ME MAIS UM POUCO DE CAFÉ E ROSQUINHA. ESTAREI DORMINDO NA MINHA MESA.
Por PlaguePJPPlaguePJP

SCP-6121
TRUPE DO CAPSLOCK
HOOT HOOT.
Por HarryBlankHarryBlank

Muitas Últimas Palavras
"Você," disse Lague, bem lentamente, "nunca foi Diretor de Sítio."
Por HarryBlankHarryBlank
Traduzido por L200L200

HOGSLICE vs bones
HOGSLICE entrou no chat..
Por Uncle NicoliniUncle Nicolini
Traduzido por Sr EditorSr Editor

SCP-6592
A Experiencia Biz Wiz
Eu estou morto e Ninguém. Eu perdi (Sua mandíbula cai no chão. Continua falando inabalável.) minha chance.
Por Anonymous & RallistonRalliston

HOGSLICE Faz uma Amiga
VAI SER DIFICIL DE ""RIR ALTO"" COM MINHA MÃO EM SUA GARGANTA. PUTA.
Por PlaguePJPPlaguePJP
Traduzido por Sr EditorSr Editor

SCP-7595
Rãs Telepatas
Vá encontrar rãs. Volte depois de encontrar sapos.
Por PlaguePJPPlaguePJP

A Turma de Formandos do Sítio-58
Essas pessoas foram a prova dessa mudança. Prova de que a Fundação estava disposta a ver o valor nas pessoas anômalas que tinham sob sua custódia.
Por OriTieflingOriTiefling

O Especial de Natal
"Quem diabos ouve Wonderful Christmastime? A última coisa que eu preciso esta noite é que Paul maldito MacCartney me assediando no privado."
Por RallistonRalliston

SCP-7596
O Incidente
"EU NÃO CONSIGO AQUENTAR ISSO MAIS. EU NÃO CONSIGO"
Por PlaguePJPPlaguePJP, RounderhouseRounderhouse, & J DuneJ Dune

SCP-7597
Mariposa de todos os Negócios, Mestre do Nada
"Estava claro que a UNGOC quer usar SCP-7597 para dar inúmeros golpes."
Por PlaguePJPPlaguePJP & cocacolafiendcocacolafiend

SCP-5620
Murmuro do Badalisc
"Você ouviu? O Diretor Lague é amaldiçoado."
Por PlaguePJPPlaguePJP

COMO ESCREVER

ipbanner22.png

O Programa de Integração é um cânone solto centrado no Sítio-322 de PlaguePJPPlaguePJP e na Área-179 de J DuneJ Dune, ambos localizados na Filadélfia, Pensilvânia. Por solto, queremos dizer solto. Além dos personagens estabelecidos, tudo e qualquer coisa pode caber dentro do Sítio-322 e da Área-179.

O Programa de Integração é o foco central de ambos os Sítios. Conforme declarado no Memorando da Equipe, o Programa de Integração foi inspirado em SCP-5031. Este programa é um método de contenção que permite à Fundação fornecer acomodações benéficas para anomalias e pessoal. Dito isto, o Programa de Integração também pode ser usado em benefício exclusivo da Fundação. Embora a maioria das anomalias integradas seja bem-humorada ou alegre, qualquer tom ou gênero funcionará.


Salvo indicação em contrário, o conteúdo desta página é licenciado sob Creative Commons Attribution-ShareAlike 3.0 License