Link to article: Integration Program Hub.
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
:root {
--timeScale: 6;
--timeDelay: 6s;
--white-monochrome: 252, 252, 252;
--pale-gray-monochrome: 244, 244, 244;
--light-pale-gray-monochrome: 244, 244, 244;
--very-light-gray-monochrome: 215, 215, 215;
--light-gray-monochrome: 160, 160, 160;
--gray-monochrome: 147, 178, 197;
--dark-gray-monochrome: 118, 142, 157;
--black-monochrome: 12, 12, 12;
--pale-accent: 176, 216, 247;
--bright-accent: 103, 143, 172;
--medium-accent: 41, 84, 110;
--dark-accent: 0, 46, 69;
--alt-accent: 156, 173, 188;
--mono-font: 'IBM Plex Mono', monospace;
}
#page-title{
display:none
}
#content-wrap {
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23CFE8FA' fill-opacity='0.54' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E");
}
#main-content {
--tabs-content-bg-color: rgba(255, 0, 0, 0);
--tabs-bg: rgba(255, 0, 0, 0);
--tabs-hover-bg: rgba(255, 0, 0, 0);
--tabs-selected-bg: rgba(255, 0, 0, 0);
--tabs-selected-outline: rgba(255, 0, 0, 0);
--tabs-bottom-border-color: rgba(255, 0, 0, 0);
--tabs-hover-txt: var(--red);
}
.top {
width: 90%;
backdrop-filter: blur(2px);
padding: 10px 20px;
margin: 15px auto;
box-shadow: 2px 2px 10px rgba(0,46,69,0.4);
font-family: "Lexend", sans-serif;
font-weight: 300;
font-size: 110%;
border-radius: 10px;
}
.head {
font-weight: 600;
font-size: 150%;
}
.head2 {
font-weight: 600;
font-size: 200%;
}
.sub {
text-align: center;
margin-top:-2.6em;
padding-bottom: 1.3em;
font-size: 105%;
font-weight: 200;
}
.title {
font-weight: 500;
font-size: 115%;
color: #26568c;
}
.article {
--art: none;
--art-width: 33.333%;
position: relative;
overflow: hidden;
display: block;
width: 85%;
margin: 15px auto;
padding: 20px;
padding-right: var(--art-width);
border-radius: 10px;
color: black !important;
text-decoration: none !important;
transition: transform 0.25s ease, box-shadow 0.25s ease;
box-sizing: border-box;
font-weight: 300;
font-size: 95%;
}
.article:hover {
transform: scale(1.015);
box-shadow: 2px 2px 10px rgba(0,46,69,0.4);
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.article::after {
content: "";
position: absolute;
top: 0; right: 0; bottom: 0;
width: var(--art-width);
background-image: var(--art);
background-size: cover;
background-position: center;
opacity: 0;
transform: translateX(100%);
transition: transform .35s ease, opacity .35s ease;
pointer-events: none;
}
.article:hover::after {
transform: translateX(0%);
opacity: 1;
}
.header-pair {
display: flex;
align-items: center;
justify-content: center;
gap: .6rem;
margin: 0 auto;
font-family: "Lexend", sans-serif;
max-width: 1100px;
}
.header-pair--right {
flex-direction: row-reverse;
}
.badge {
width: 100px;
height: auto;
flex-shrink: 0;
}
.text {
display: flex;
flex-direction: column;
gap: .05rem;
line-height: 1;
}
.text > span {
white-space: nowrap;
}
.site322-line1 {
font-weight: 600;
font-size: 1.05rem;
letter-spacing: .06em;
}
.site322-line2 {
font-weight: 600;
font-size: 2.3rem;
color: #26568c;
}
.site322-line3 {
font-weight: 200;
font-size: 0.72rem;
color: black;
}
.area179-line1 {
font-weight: 600;
font-size: 1.03rem;
letter-spacing: .06em;
}
.area179-line2 {
font-weight: 600;
font-size: 2.3rem;
color: #076a21;
}
.area179-line3 {
font-weight: 200;
font-size: 0.71rem;
color: black;
}
.yui-navset,
.yui-navset .yui-nav {
overflow: visible;
}
.yui-navset .yui-nav {
position: relative;
z-index: 0;
border: none;
display: flex;
flex-wrap: nowrap;
justify-content: center;
width: 80%;
margin: 0 auto;
padding: 0.2em 0.8em;
gap: 0.6em;
}
.yui-navset .yui-nav li {
flex: 1 1 0;
margin: 0;
padding: 0;
}
.yui-navset .yui-nav li a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
box-sizing: border-box;
padding: 5px 20px;
border: none;
border-radius: 10px;
font-family: "Lexend", sans-serif;
font-weight: 600;
font-size: 1.7em;
letter-spacing: -1px;
color: black;
box-shadow: none;
text-shadow: none;
transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}
.yui-navset .yui-nav li a:hover {
color: #26568c;
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:link,
.yui-navset .yui-nav .selected a:visited,
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:hover {
font-weight: 900;
color: #26568c !important;
box-shadow: 2px 2px 10px rgba(0,46,69,0.4);
text-shadow: none;
}
.yui-navset .yui-nav li a em,
.yui-navset .yui-nav .selected em {
display: inline;
padding: 0;
margin: 0;
background: none !important;
border: 0 !important;
box-shadow: none !important;
color: inherit !important;
}
.yui-navset .yui-content {
display: flex;
flex-direction: column;
border: none;
padding: 0;
position: relative;
margin-top: 0.2em;
margin: 15px auto;
width: 90%;
transform-origin: 0 0;
}
.yui-navset .yui-content > div {
border: none;
border-left: none;
padding: 0.25em 0.5em;
display: block;
top: 0;
overflow: hidden;
transform-origin: 0 0;
}
#page-content .yui-navset .yui-content > div > * {
transform-origin: 0 0;
}
#page-content .yui-navset .yui-content > div[style*="none"] {
display: block !important;
flex: 0;
max-height: 0;
padding: 0 0.5em;
border-width: 0;
transition: padding 0s linear 0.5s,
border-width 0s linear 0.5s,
flex 0.5s cubic-bezier(.0,1.27,.0,.89) 0s;
animation: tab-disappear 0.5s ease-in-out 0s 1 both;
}
#page-content .yui-navset .yui-content > div[style*="block"] {
display: block !important;
flex: 1;
max-height: 9999rem;
transition: padding 0s linear 0.5s,
border-width 0s linear 0.5s,
flex 0.5s cubic-bezier(.99,.0,.99,.0) 0.5s;
animation: tab-appear 0.5s ease-in-out 0.5s 1 both;
}
@keyframes tab-disappear {
0% {
max-height: 9999rem;
}
1% {
max-height: 100vh;
}
100% {
max-height: 0;
}
}
@keyframes tab-appear {
0% {
max-height: 0;
}
99% {
max-height: 100vh;
}
100% {
max-height: 9999rem;
}
}
@media (max-width: 600px) {
.head2 {
font-weight: 600;
font-size: 110%;
}
.sub {
text-align: center;
margin-top: -3.5em;
padding-bottom: 1.3em;
font-size: 75%;
}
.badge {
width: 60px;
}
.yui-navset {
overflow: visible !important;
}
.yui-navset .yui-nav {
flex-wrap: wrap;
width: 100% !important;
padding: 0.4em 0.5em;
}
.yui-navset .yui-nav li {
flex: 1 1 auto;
}
.yui-navset .yui-nav li a {
font-size: 1.4em;
}
.header-pair{
gap:.4rem;
padding:0 12px;
max-width:100%;
}
.header-pair--right{
flex-direction:row-reverse;
}
.badge{ width:56px; height:auto; flex-shrink:0; }
.text{ flex:1 1 auto; min-width:0; }
.site322-line1, .area179-line1{
font-size:clamp(.50rem,3.2vw,.01rem);
}
.site322-line2, .area179-line2{
font-size:clamp(1.1rem,8.8vw,.82rem);
}
.site322-line3, .area179-line3{
font-size:clamp(.33rem,3.2vw,.32rem);
}
.text > span{
white-space:nowrap; overflow:hidden; text-overflow:clip;
}
.article {
font-size: 80%;
}
}
display: flex; align-items: center; justify-content: center; gap: 8px; padding: 5px; text-align:center; margin-top: 1.2em;
height: 5em;
height: 5em;
--art: url(https://scp-wiki.wdfiles.com/local--files/scp-5595/fittyfininnyni.png);
--art: url(https://scp-wiki.wdfiles.com/local--files/scp-5104/Kite.jpg);
--art: url(https://scp-wiki.wdfiles.com/local--files/scp-7597/moff.png);
--art: url(https://scp-wiki.wdfiles.com/local--files/scp-5175/damien.jpg);
--art: url(https://scp-wiki.wdfiles.com/local--files/scp-5591/snook45.png);
--art: url(https://scp-wiki.wdfiles.com/local--files/scp-6597/scrimshaw.jpg);
--art: url(https://scp-wiki.wdfiles.com/local--files/scp-6599/SLICE.png);
--art: url(http://scp-sandbox-3.wikidot.com/local--files/integration-program-art/6599_maddie.JPG);
--art: url(https://scp-wiki.wdfiles.com/local--files/scp-3837/corn_man.png);
--art: url(https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Lovenbreen_Ice_cave_8.JPG/640px-Lovenbreen_Ice_cave_8.JPG);
--art: url(https://scp-wiki.wdfiles.com/local--files/scp-6593/vendingmachine.jpg);
--art: url(https://scp-wiki.wdfiles.com/local--files/scp-7595/frog.png);
--art: url(https://scp-wiki.wdfiles.com/local--files/scp-7596/killme.png);
--art: url(https://scp-wiki.wdfiles.com/local--files/scp-8596/church2.png);
--art: url(https://scp-wiki.wdfiles.com/local--files/plague-s-proposal/322.png);
--art: url(https://scp-wiki.wdfiles.com/local--files/scp-8000/seal.jpg);
--art: url(https://scp-wiki.wdfiles.com/local--files/protected:scp-2721/scpbest.png);
--art: url(http://scp-sandbox-3.wdfiles.com/local--files/harry-blank-7/Instances.jpg);
--art: url(https://scp-wiki.wdfiles.com/local--files/fragment:scp-6483-1/site.png);
--art: url(https://scp-wiki.wdfiles.com/local--files/scp-6912/cmaclaurin.jpg);
--art: url(https://scp-wiki.wdfiles.com/local--files/scp-6984/restroom18.jpg);
--art: url(https://scp-wiki.wdfiles.com/local--files/scp-7999/WallPainting.png);
--art: url(https://scp-wiki.wdfiles.com/local--files/scp-6458/localized%20penguin%20image.jpg);
--art: url(http://scp-wiki.wikidot.com/local--files/scp-7522/space%20gumball.jpg);
--art: url(http://scp-wiki.wikidot.com/local--files/scp-6459/dreamscape1.jpg);
--art: url(https://scp-wiki.wikidot.com/local--files/scp-8350/staff);
--art: url(https://scp-wiki.wdfiles.com/local--files/scp-1046/tweet3.png);
--art: url(https://live.staticflickr.com/3402/3210909387_32af4e8c91_b.jpg);
:scp-wiki:theme:black-highlighter-theme
[info]
:scp-wiki:component:toggle-sidebar-bhl
[info]
:scp-wiki:component:centered-header-bhl
[info]
top
head2
top
head2
sub
header-pair
badge
text
site322-line1
site322-line2
site322-line3
header-pair
header-pair--right
badge
text
area179-line1
area179-line2
area179-line3
top
head2
article
title
article
title
article
title
article
title
article
title
article
title
article
title
article
title
article
title
article
title
article
title
article
title
article
title
article
title
article
title
article
title
top
head2
article
title
article
title
article
title
article
title
article
title
article
title
article
title
article
title
article
title
article
title
article
title
article
title
top
head2
head
head
head