Link to article: The Moon's Stellar Companion.
@import url('https://fonts.googleapis.com/css?family=ZCOOL+QingKe+HuangYou');
#page-content>p {
padding: 0 2em;
}
.poem {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
background: url(https://scp-wiki.wdfiles.com/local--files/the-moons-stellar-companion/galfed_circle.png);
background-size: contain;
flex-shrink: 2;
}
.poem::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
background: url(https://scptestwiki.wdfiles.com/local--files/sigma:kuang-qiu-2/galfed_circle.png);
background-size: contain;
-webkit-animation: rotation 300s infinite linear;
animation: rotation 300s infinite linear;
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
.poem:hover::before {
-webkit-animation-play-state: running;
animation-play-state: running;
}
.poem::after {
content: " ";
display: block;
padding-bottom: 100%;
}
.poem>.stanza {
--wght: 600;
width: 25%;
position: relative;
text-align: center;
font-family: 'ZCOOL QingKe HuangYou', var(--title-font);
font-size: calc(var(--base-font-size) * 1.2);
font-weight: 600;
padding: calc(var(--body-width-on-desktop) * 0.0125);
}
.stanza>div {
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.stanza>.chinese,
.stanza>.english {
transition: opacity 400ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-filter 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
transition: opacity 400ms cubic-bezier(0.4, 0.0, 0.2, 1), filter 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
transition: opacity 400ms cubic-bezier(0.4, 0.0, 0.2, 1), filter 400ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-filter 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.stanza>.chinese {
--wght: 500;
opacity: 1;
-webkit-filter: blur(0);
filter: blur(0);
font-weight: 500;
}
.stanza>.english {
opacity: 0;
-webkit-filter: blur(3em);
filter: blur(3em);
}
.poem:hover .chinese {
opacity: 0;
-webkit-filter: blur(3em);
filter: blur(3em);
}
.poem:hover .english {
opacity: 1;
-webkit-filter: blur(0);
filter: blur(0);
}
.poem:hover .chinese,
.poem:hover .english {
transition: opacity 200ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-filter 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
transition: opacity 200ms cubic-bezier(0.4, 0.0, 0.2, 1), filter 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
transition: opacity 200ms cubic-bezier(0.4, 0.0, 0.2, 1), filter 200ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-filter 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.poem>.stanza>.chi,
.poem-font .chi {
font-family: var(--title-font);
}
.chi {
height: 100%;
width: 0.5em;
display: inline-block;
position: relative;
}
.chi::before {
position: absolute;
left: 0;
width: 100%;
height: 100%;
}
.english>span:nth-child(3)::before {
content: "ˇ";
top: 0;
}
.english>span:nth-child(4)::before {
content: "`";
top: 0;
}
#page-content>p:nth-child(5) .chi::before {
content: "`";
top: 0;
left: 0.15em;
}
.poem-font .chi::before {
content: "-";
top: -0.5em;
}
.stanza.one {
margin-top: calc(var(--body-width-on-desktop) * -0.4);
}
.stanza.two {
margin-top: calc(var(--body-width-on-desktop) * -0.1375);
}
.stanza.three {
margin-top: calc(var(--body-width-on-desktop) * 0.1375);
}
.stanza.four {
margin-top: calc(var(--body-width-on-desktop) * 0.4);
}
.poem-font {
--wght: 600;
font-size: calc(var(--base-font-size) * 1.2);
font-family: var(--title-font);
font-weight: 600;
}
.glitch {
position: relative;
opacity: 0.9;
}
.glitch::before,
.glitch::after {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.glitch::before {
left: 0.125rem;
text-shadow: -0.0625rem 0 rgba(var(--bright-accent));
animation: glitch-anim-1 14s infinite linear alternate-reverse;
transform: scaleX(-1);
-webkit-filter: FlipH;
filter: FlipH;
opacity: 0.75;
}
.glitch::after {
left: -0.125rem;
text-shadow: -0.0625rem 0 rgba(var(--dark-accent));
animation: glitch-anim-2 10s infinite linear alternate-reverse;
opacity: 0.4;
}
.leftTriangle,
.rightTriangle {
width: 40%;
height: var(--body-width-on-desktop);
content: " ";
clear: unset !important;
}
.squish {
height: var(--body-width-on-desktop);
position: relative;
}
#page-content>div.squish>br {
display: none;
}
.sidd {
padding: 25em 2em 2em;
margin: 0 0 1em 0;
position: relative;
}
.sidd>p:nth-child(1) {
margin-top: 0;
padding-top: 1em;
}
.sidd::before,
.sidd::after {
content: " ";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.sidd::after {
background: rgba(var(--dark-accent));
z-index: -2;
border-radius: 0 0 2em 2em;
}
/* Supports */
@supports (mix-blend-mode: screen) {
.poem::before {
mix-blend-mode: screen;
}
.squish::after {
mix-blend-mode: soft-light;
}
.sidd:before {
mix-blend-mode: exclusion;
}
}
@supports ((-webkit-clip-path: url("")) or (clip-path: url(""))) {
.glitch::before {
background: rgba(var(--black-monochrome));
-webkit-clip-path: polygon(0 24%, 100% 24%, 100% 64%, 0 64%);
clip-path: polygon(0 24%, 100% 24%, 100% 64%, 0 64%);
}
.glitch::after {
background: rgba(var(--black-monochrome));
-webkit-clip-path: polygon(0 74%, 100% 74%, 100% 91%, 0 91%);
clip-path: polygon(0 74%, 100% 74%, 100% 91%, 0 91%);
}
}
@supports (((-webkit-mask-image: url("")) or (mask-image: url(""))) or (-webkit-mask-image: url(""))) {
.sidd:before {
background-image: url(https://scp-wiki.wdfiles.com/local--files/theme:galactic-theme/galfed_bg.png);
z-index: -1;
background-size: contain;
background-repeat: no-repeat;
background-position: top;
transform: rotate(180deg);
mask-image:
linear-gradient(to bottom,
rgba(0, 0, 0, 1) 0%,
rgba(0, 0, 0, 0) 10%);
-webkit-mask-image:
-webkit-linear-gradient(top,
rgba(0, 0, 0, 1) 0%,
rgba(0, 0, 0, 0) 10%);
border-radius: 2em 2em 0 0;
}
.sidd::after {
background: rgba(var(--dark-accent));
z-index: -2;
border-radius: 0 0 2em 2em;
mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
-webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
padding-top: 50rem;
margin-top: -50rem;
}
}
@media only screen and (max-width: 768px) {
.poem>.stanza {
--wght: 600;
font-size: calc(var(--base-font-size) * 0.9);
font-weight: 600;
padding: 0;
margin-left: calc(var(--body-width-on-desktop) * -0.01);
margin-right: calc(var(--body-width-on-desktop) * -0.01);
}
.stanza.one {
margin-top: calc(var(--body-width-on-desktop) * -0.2325);
}
.stanza.two {
margin-top: calc(var(--body-width-on-desktop) * -0.075);
}
.stanza.three {
margin-top: calc(var(--body-width-on-desktop) * 0.075);
}
.stanza.four {
margin-top: calc(var(--body-width-on-desktop) * 0.2325);
}
.glitch {
font-size: 78%;
}
}
/* Animations */
@-webkit-keyframes glitch-anim-1 {
0% {
-webkit-clip-path: polygon(0 8%, 100% 8%, 100% 67%, 0 67%);
clip-path: polygon(0 8%, 100% 8%, 100% 67%, 0 67%);
}
5% {
-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 94%, 0 94%);
clip-path: polygon(0 30%, 100% 30%, 100% 94%, 0 94%);
}
10% {
-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 94%, 0 94%);
clip-path: polygon(0 33%, 100% 33%, 100% 94%, 0 94%);
}
15% {
-webkit-clip-path: polygon(0 86%, 100% 86%, 100% 8%, 0 8%);
clip-path: polygon(0 86%, 100% 86%, 100% 8%, 0 8%);
}
20% {
-webkit-clip-path: polygon(0 54%, 100% 54%, 100% 18%, 0 18%);
clip-path: polygon(0 54%, 100% 54%, 100% 18%, 0 18%);
}
25% {
-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 47%, 0 47%);
clip-path: polygon(0 20%, 100% 20%, 100% 47%, 0 47%);
}
30% {
-webkit-clip-path: polygon(0 89%, 100% 89%, 100% 2%, 0 2%);
clip-path: polygon(0 89%, 100% 89%, 100% 2%, 0 2%);
}
35% {
-webkit-clip-path: polygon(0 79%, 100% 79%, 100% 77%, 0 77%);
clip-path: polygon(0 79%, 100% 79%, 100% 77%, 0 77%);
}
40% {
-webkit-clip-path: polygon(0 23%, 100% 23%, 100% 71%, 0 71%);
clip-path: polygon(0 23%, 100% 23%, 100% 71%, 0 71%);
}
45% {
-webkit-clip-path: polygon(0 4%, 100% 4%, 100% 91%, 0 91%);
clip-path: polygon(0 4%, 100% 4%, 100% 91%, 0 91%);
}
50% {
-webkit-clip-path: polygon(0 34%, 100% 34%, 100% 56%, 0 56%);
clip-path: polygon(0 34%, 100% 34%, 100% 56%, 0 56%);
}
55% {
-webkit-clip-path: polygon(0 37%, 100% 37%, 100% 23%, 0 23%);
clip-path: polygon(0 37%, 100% 37%, 100% 23%, 0 23%);
}
60% {
-webkit-clip-path: polygon(0 69%, 100% 69%, 100% 41%, 0 41%);
clip-path: polygon(0 69%, 100% 69%, 100% 41%, 0 41%);
}
65% {
-webkit-clip-path: polygon(0 21%, 100% 21%, 100% 62%, 0 62%);
clip-path: polygon(0 21%, 100% 21%, 100% 62%, 0 62%);
}
70% {
-webkit-clip-path: polygon(0 43%, 100% 43%, 100% 99%, 0 99%);
clip-path: polygon(0 43%, 100% 43%, 100% 99%, 0 99%);
}
75% {
-webkit-clip-path: polygon(0 29%, 100% 29%, 100% 31%, 0 31%);
clip-path: polygon(0 29%, 100% 29%, 100% 31%, 0 31%);
}
80% {
-webkit-clip-path: polygon(0 29%, 100% 29%, 100% 37%, 0 37%);
clip-path: polygon(0 29%, 100% 29%, 100% 37%, 0 37%);
}
85% {
-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 58%, 0 58%);
clip-path: polygon(0 44%, 100% 44%, 100% 58%, 0 58%);
}
90% {
-webkit-clip-path: polygon(0 37%, 100% 37%, 100% 28%, 0 28%);
clip-path: polygon(0 37%, 100% 37%, 100% 28%, 0 28%);
}
95% {
-webkit-clip-path: polygon(0 12%, 100% 12%, 100% 27%, 0 27%);
clip-path: polygon(0 12%, 100% 12%, 100% 27%, 0 27%);
}
100% {
-webkit-clip-path: polygon(0 23%, 100% 23%, 100% 70%, 0 70%);
clip-path: polygon(0 23%, 100% 23%, 100% 70%, 0 70%);
}
}
@keyframes glitch-anim-1 {
0% {
-webkit-clip-path: polygon(0 8%, 100% 8%, 100% 67%, 0 67%);
clip-path: polygon(0 8%, 100% 8%, 100% 67%, 0 67%);
}
5% {
-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 94%, 0 94%);
clip-path: polygon(0 30%, 100% 30%, 100% 94%, 0 94%);
}
10% {
-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 94%, 0 94%);
clip-path: polygon(0 33%, 100% 33%, 100% 94%, 0 94%);
}
15% {
-webkit-clip-path: polygon(0 86%, 100% 86%, 100% 8%, 0 8%);
clip-path: polygon(0 86%, 100% 86%, 100% 8%, 0 8%);
}
20% {
-webkit-clip-path: polygon(0 54%, 100% 54%, 100% 18%, 0 18%);
clip-path: polygon(0 54%, 100% 54%, 100% 18%, 0 18%);
}
25% {
-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 47%, 0 47%);
clip-path: polygon(0 20%, 100% 20%, 100% 47%, 0 47%);
}
30% {
-webkit-clip-path: polygon(0 89%, 100% 89%, 100% 2%, 0 2%);
clip-path: polygon(0 89%, 100% 89%, 100% 2%, 0 2%);
}
35% {
-webkit-clip-path: polygon(0 79%, 100% 79%, 100% 77%, 0 77%);
clip-path: polygon(0 79%, 100% 79%, 100% 77%, 0 77%);
}
40% {
-webkit-clip-path: polygon(0 23%, 100% 23%, 100% 71%, 0 71%);
clip-path: polygon(0 23%, 100% 23%, 100% 71%, 0 71%);
}
45% {
-webkit-clip-path: polygon(0 4%, 100% 4%, 100% 91%, 0 91%);
clip-path: polygon(0 4%, 100% 4%, 100% 91%, 0 91%);
}
50% {
-webkit-clip-path: polygon(0 34%, 100% 34%, 100% 56%, 0 56%);
clip-path: polygon(0 34%, 100% 34%, 100% 56%, 0 56%);
}
55% {
-webkit-clip-path: polygon(0 37%, 100% 37%, 100% 23%, 0 23%);
clip-path: polygon(0 37%, 100% 37%, 100% 23%, 0 23%);
}
60% {
-webkit-clip-path: polygon(0 69%, 100% 69%, 100% 41%, 0 41%);
clip-path: polygon(0 69%, 100% 69%, 100% 41%, 0 41%);
}
65% {
-webkit-clip-path: polygon(0 21%, 100% 21%, 100% 62%, 0 62%);
clip-path: polygon(0 21%, 100% 21%, 100% 62%, 0 62%);
}
70% {
-webkit-clip-path: polygon(0 43%, 100% 43%, 100% 99%, 0 99%);
clip-path: polygon(0 43%, 100% 43%, 100% 99%, 0 99%);
}
75% {
-webkit-clip-path: polygon(0 29%, 100% 29%, 100% 31%, 0 31%);
clip-path: polygon(0 29%, 100% 29%, 100% 31%, 0 31%);
}
80% {
-webkit-clip-path: polygon(0 29%, 100% 29%, 100% 37%, 0 37%);
clip-path: polygon(0 29%, 100% 29%, 100% 37%, 0 37%);
}
85% {
-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 58%, 0 58%);
clip-path: polygon(0 44%, 100% 44%, 100% 58%, 0 58%);
}
90% {
-webkit-clip-path: polygon(0 37%, 100% 37%, 100% 28%, 0 28%);
clip-path: polygon(0 37%, 100% 37%, 100% 28%, 0 28%);
}
95% {
-webkit-clip-path: polygon(0 12%, 100% 12%, 100% 27%, 0 27%);
clip-path: polygon(0 12%, 100% 12%, 100% 27%, 0 27%);
}
100% {
-webkit-clip-path: polygon(0 23%, 100% 23%, 100% 70%, 0 70%);
clip-path: polygon(0 23%, 100% 23%, 100% 70%, 0 70%);
}
}
@-webkit-keyframes glitch-anim-2 {
0% {
-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 55%, 0 55%);
clip-path: polygon(0 1%, 100% 1%, 100% 55%, 0 55%);
}
6.6666666667% {
-webkit-clip-path: polygon(0 6%, 100% 6%, 100% 38%, 0 38%);
clip-path: polygon(0 6%, 100% 6%, 100% 38%, 0 38%);
}
13.3333333333% {
-webkit-clip-path: polygon(0 76%, 100% 76%, 100% 88%, 0 88%);
clip-path: polygon(0 76%, 100% 76%, 100% 88%, 0 88%);
}
20% {
-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 72%, 0 72%);
clip-path: polygon(0 80%, 100% 80%, 100% 72%, 0 72%);
}
26.6666666667% {
-webkit-clip-path: polygon(0 31%, 100% 31%, 100% 45%, 0 45%);
clip-path: polygon(0 31%, 100% 31%, 100% 45%, 0 45%);
}
33.3333333333% {
-webkit-clip-path: polygon(0 2%, 100% 2%, 100% 84%, 0 84%);
clip-path: polygon(0 2%, 100% 2%, 100% 84%, 0 84%);
}
40% {
-webkit-clip-path: polygon(0 67%, 100% 67%, 100% 52%, 0 52%);
clip-path: polygon(0 67%, 100% 67%, 100% 52%, 0 52%);
}
46.6666666667% {
-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 89%, 0 89%);
clip-path: polygon(0 20%, 100% 20%, 100% 89%, 0 89%);
}
53.3333333333% {
-webkit-clip-path: polygon(0 6%, 100% 6%, 100% 58%, 0 58%);
clip-path: polygon(0 6%, 100% 6%, 100% 58%, 0 58%);
}
60% {
-webkit-clip-path: polygon(0 95%, 100% 95%, 100% 81%, 0 81%);
clip-path: polygon(0 95%, 100% 95%, 100% 81%, 0 81%);
}
66.6666666667% {
-webkit-clip-path: polygon(0 2%, 100% 2%, 100% 31%, 0 31%);
clip-path: polygon(0 2%, 100% 2%, 100% 31%, 0 31%);
}
73.3333333333% {
-webkit-clip-path: polygon(0 7%, 100% 7%, 100% 49%, 0 49%);
clip-path: polygon(0 7%, 100% 7%, 100% 49%, 0 49%);
}
80% {
-webkit-clip-path: polygon(0 27%, 100% 27%, 100% 27%, 0 27%);
clip-path: polygon(0 27%, 100% 27%, 100% 27%, 0 27%);
}
86.6666666667% {
-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 55%, 0 55%);
clip-path: polygon(0 1%, 100% 1%, 100% 55%, 0 55%);
}
93.3333333333% {
-webkit-clip-path: polygon(0 41%, 100% 41%, 100% 6%, 0 6%);
clip-path: polygon(0 41%, 100% 41%, 100% 6%, 0 6%);
}
100% {
-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 70%, 0 70%);
clip-path: polygon(0 5%, 100% 5%, 100% 70%, 0 70%);
}
}
@keyframes glitch-anim-2 {
0% {
-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 55%, 0 55%);
clip-path: polygon(0 1%, 100% 1%, 100% 55%, 0 55%);
}
6.6666666667% {
-webkit-clip-path: polygon(0 6%, 100% 6%, 100% 38%, 0 38%);
clip-path: polygon(0 6%, 100% 6%, 100% 38%, 0 38%);
}
13.3333333333% {
-webkit-clip-path: polygon(0 76%, 100% 76%, 100% 88%, 0 88%);
clip-path: polygon(0 76%, 100% 76%, 100% 88%, 0 88%);
}
20% {
-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 72%, 0 72%);
clip-path: polygon(0 80%, 100% 80%, 100% 72%, 0 72%);
}
26.6666666667% {
-webkit-clip-path: polygon(0 31%, 100% 31%, 100% 45%, 0 45%);
clip-path: polygon(0 31%, 100% 31%, 100% 45%, 0 45%);
}
33.3333333333% {
-webkit-clip-path: polygon(0 2%, 100% 2%, 100% 84%, 0 84%);
clip-path: polygon(0 2%, 100% 2%, 100% 84%, 0 84%);
}
40% {
-webkit-clip-path: polygon(0 67%, 100% 67%, 100% 52%, 0 52%);
clip-path: polygon(0 67%, 100% 67%, 100% 52%, 0 52%);
}
46.6666666667% {
-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 89%, 0 89%);
clip-path: polygon(0 20%, 100% 20%, 100% 89%, 0 89%);
}
53.3333333333% {
-webkit-clip-path: polygon(0 6%, 100% 6%, 100% 58%, 0 58%);
clip-path: polygon(0 6%, 100% 6%, 100% 58%, 0 58%);
}
60% {
-webkit-clip-path: polygon(0 95%, 100% 95%, 100% 81%, 0 81%);
clip-path: polygon(0 95%, 100% 95%, 100% 81%, 0 81%);
}
66.6666666667% {
-webkit-clip-path: polygon(0 2%, 100% 2%, 100% 31%, 0 31%);
clip-path: polygon(0 2%, 100% 2%, 100% 31%, 0 31%);
}
73.3333333333% {
-webkit-clip-path: polygon(0 7%, 100% 7%, 100% 49%, 0 49%);
clip-path: polygon(0 7%, 100% 7%, 100% 49%, 0 49%);
}
80% {
-webkit-clip-path: polygon(0 27%, 100% 27%, 100% 27%, 0 27%);
clip-path: polygon(0 27%, 100% 27%, 100% 27%, 0 27%);
}
86.6666666667% {
-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 55%, 0 55%);
clip-path: polygon(0 1%, 100% 1%, 100% 55%, 0 55%);
}
93.3333333333% {
-webkit-clip-path: polygon(0 41%, 100% 41%, 100% 6%, 0 6%);
clip-path: polygon(0 41%, 100% 41%, 100% 6%, 0 6%);
}
100% {
-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 70%, 0 70%);
clip-path: polygon(0 5%, 100% 5%, 100% 70%, 0 70%);
}
}
theme:black-highlighter-theme
theme:galactic-theme
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]
poem
stanza
one
chinese
english
stanza
two
chinese
english
chi
chi
stanza
three
chinese
english
stanza
four
chinese
english
poem-font
chi
poem-font
poem-font
poem-font
chi
chi
poem-font
poem-font
poem-font
glitch
poem-font
chi
chi
poem-font
chi
chi
poem-font
sidd
poem-font
poem-font
poem-font
poem-font
poem-font
poem-font
poem-font
poem-font
poem-font
poem-font
poem-font
poem-font
poem-font
skysermon-nav
footer-wikiwalk-nav
left
center
right