SCP-8000 - 渇望(原題: Desiderium)

このページの批評は終了しました。

SCP-8000 — Desiderium by YossipossiYossipossi rev.5


/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */
 
#top-bar .open-menu a {
        position: fixed;
        bottom: 0.5em;
        left: 0.5em;
        z-index: 15;
        font-family: san-serif;
        font-size: 30px;
        font-weight: 700;
        width: 30px;
        height: 30px;
        line-height: 0.9em;
        text-align: center;
        border: 0.2em solid #888 !important;
        background-color: #fff !important;
        border-radius: 3em;
        color: #888 !important;
        text-decoration: none!important;
}
 
@media (min-width: 768px) {
 
    .mobile-top-bar {
        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;
        position: fixed;
        top: 0;
        left: -25em;
        width: 17em;
        height: 100%;
        background-color: rgb(184, 134, 134);
        overflow-y: auto;
        z-index: 10;
        padding: 1em 1em 0 1em;
        -webkit-transition: left 0.5s ease-in-out 0.1s;
        -moz-transition: left 0.5s ease-in-out 0.1s;
        -ms-transition: left 0.5s ease-in-out 0.1s;
        -o-transition: left 0.5s ease-in-out 0.1s;
        transition: left 0.5s ease-in-out 0.1s;
    }
 
    #side-bar:after {
        content: "";
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
 
    }
 
    #side-bar:target {
        display: block;
        left: 0;
        width: 17em;
        margin: 0;
        border: 1px solid #dedede;
        z-index: 10;
    }
 
    #side-bar:target + #main-content {
        left: 0;
    }
 
    #side-bar:target .close-menu {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.3) 1px 1px repeat;
        z-index: -1;
    }
}
/*
    Penumbra Theme
    [2020 Wikidot Theme]
    By EstrellaYoshte
    Based on:
       Paperstack Theme by EstrellaYoshte
       Ad Astra Theme by NatVoltaic and stormbreath
       Inkblot Theme by Croquembouche
       Anderson Robotics Theme by Croquembouche
       BHL Style Collapsible by Monkatraz
 
    Edited for SCP-JP by ukwhatn
*/
 
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap);
 
#page-content { font-size: .9rem; }
 
body {
    font-family: 'Roboto', sans-serif;
    color: #EDEDED;
    background-color: #2F333C;
    background-image: linear-gradient(
        to bottom, 
        #21252E, #21252E 90px, 
        #21252E 90px, #2F333C 200px, 
        #2F333C 200px, #2F333C 100%);
    background-repeat: no-repeat;
}
 
#main-content {
    top: -1.2rem;
}
 
/* ---- SCROLLBAR ---- */
 
::-webkit-scrollbar {
  width: 9px;
  background: transparent;
}
 
::-webkit-scrollbar-track {
  background: #21252E;
}
 
::-webkit-scrollbar-thumb {
  background: #ededed;
  border: none;
}
 
::-webkit-scrollbar-thumb:hover {
  background: var(--accentColor);
}
 
/* ---- HEADER ---- */
 
div#container-wrap {
     background-image: none;
}
div#header {
    background-image: none;
}
 
div#extra-div-1 {
    height: 164px;
    width: 100%;
    top: 0;
    position: absolute;
    background: var(--lgurl);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1;
}
 
#header h1, #header h2 { margin-left: 0; float: none; text-align: center; }
/* Move the subtitle down a smidge */
#header h2 { margin-top: 0.45rem; }
/* Hide the existing text */
#header h1 span, #header h2 span { font-size: 0; display: none; }
/* Style the new text */
#header h1 a::before, #header h2::before {
  color: var(--accentColor);
  font-family: 'Josefin Sans', sans-serif;
  text-shadow: none;
}
/* Set the new text's content from variable */
#header h1 a::before {
  content: var(--header-title, "SCP FOUNDATION");
  font-weight: 300;
  font-size: 1.3em;
}
#header h2::before {
  content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT");
  font-weight: 600;
  font-size: 1.22em;
}
 
#login-status {
    color: #ededed;
}
#login-status a {
    color: var(--accentColor);
}
#login-status ul a {
    color: #ededed;
    background: #21252E;
}
#login-status ul a:hover {
    color: var(--accentColor);
}
 
#account-topbutton{
    border: solid 1px var(--accentColor);
}
 
#footer, #footer a {
    background: transparent;
    color: #ededed;
}
#license-area {
     color: #ededed;
}
 
#search-top-box {
    top: 2.2rem!important;
    right: 8px;
}
#search-top-box-form > input[type=submit] {
    border: solid 1px #ededed;
    background: #21252E!important;
    box-shadow: none;
    border-radius: 0;
    color: #ededed;
    transition: color 0.15s linear;
}
#search-top-box-form input[type=submit]:hover {
    border: solid 1px var(--accentColor);
    box-shadow: none;
    color: var(--accentColor);
}
#search-top-box-form > input[type=text] { display: none; }
 
/* ---- TOP BAR ---- */
 
#top-bar { 
     top: 8.4rem;
     display: flex;
     justify-content: center;
     right: 0;
}
#top-bar, #top-bar a {
     color: #ededed;
     transition: color 0s;
}
#top-bar ul li ul {
    border-color: var(--accentColor);
    overflow: hidden;
}
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
   border-top-color: #2F333C;
}
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background: #21252E;
    color: #ededed;
}
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: #21252E; /* top bar hover background color */
    color: var(--accentColor);
    transition: color 0.1s linear;
}
 
/* ---- SIDE BAR ---- */
 
div#side-bar{
    background: #21252E;
    clear: both;
    padding: .8em;
    border-radius: 0;
    box-shadow: none;
    overflow-x: hidden;
}
 
#side-bar .heading{
    color: #ededed;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.94rem;
    border-bottom: solid 1px #ededed;
}
#side-bar .side-block {
    border: transparent;
    border-radius: 0;
    box-shadow: none;
    background-color: #21252E!important;
}
#side-bar .side-block.media {
    background-color:#21252E;
}
#side-bar .side-block.media > * {
    display: flex;
    justify-content: space-evenly;
}
#side-bar .side-block.resources {
    background-color:#21252E;
}
.side-block .menu-item > .image {
    display: none;
}
 
#top-bar div.open-menu a {
    border-radius: 0;
    box-shadow: none;
    color: var(--accentColor)!important;
    background-color: #21252E!important;
    border: solid 1px #21252E!important;
}
 
@media (max-width: 767px) {
    #main-content {
        padding: 0;
        margin: 0 5%;
        border-left: none;
    }
    #page-title {
        margin-top: 0.7em;
    }
    #side-bar {
        background-color: #21252E;
        left: -21em;
    }
    #side-bar:target {
        border: none;
        box-shadow: none;
    }
    #side-bar .close-menu {
        transition: width 0.5s ease-in-out 0.1s,
                    opacity 1s ease-in-out 0s;
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: rgba(0,0,0,0.3);
        background-position: 18.6em 50%;
        z-index: -1;
        opacity: 0;
        pointer-events: none;
    }
    #side-bar:target .close-menu {
        width: calc(100% - 18.6em);
        right: 0;
        left: auto;
        opacity: 1;
        pointer-events: auto;
    }
    #side-bar:target .close-menu:hover {
        background: unset;
    }
    #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr {
        margin: 3em -5.5%;
    }
    #side-bar {
        top: 0;
    }
    #side-bar .heading {
        padding-left: 1em;
        margin-left: -1em;
    }
    #search-top-box {
        top: 107px;
    }
}
 
/* ---- TABS ---- */
 
/* ---- YUI TAB BASE ---- */
.yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit}
 
/* ---- YUI TAB CUSTOMIZATION ----*/
 
 .yui-navset .yui-nav,
 .yui-navset .yui-navset-top .yui-nav{
     display: flex;
     flex-wrap: wrap;
     width: calc(100% - .125rem);
     margin: 0 auto;
     border-color: var(--accentColor);
     box-shadow: none;
}
 .yui-navset .yui-nav a, /* ---- Link Modifier ---- */
 .yui-navset .yui-navset-top .yui-nav a{
     color: #ededed;
     font-weight: bold;
    /* ---- Tab Background Colour | [UNSELECTED] ---- */
     background-color: #21252E;
     border: unset;
     box-shadow: none;
     box-shadow: none;
     transition: background-color 0.15s linear;
}
 .yui-navset .yui-nav a:hover,
 .yui-navset .yui-nav a:focus{
     color: #ededed;
    /* ---- Tab Background Colour | [HOVER] ---- */
     background-color: var(--accentColor);
}
 .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */
 .yui-navset .yui-navset-top .yui-nav li{
     position: relative;
     display: flex;
     flex-grow: 2;
     max-width: 100%;
     margin: 0;
     padding: 0;
     color: #ededed;
     background-color: #21252E;
     border-color: transparent;
     box-shadow: none;
}
 .yui-navset .yui-nav li a,
 .yui-navset-top .yui-nav li a,
 .yui-navset-bottom .yui-nav li a{
     display: flex;
     align-items: center;
     justify-content: center;
     width: 100%;
}
 .yui-navset .yui-nav li em{
     border: unset;
}
 .yui-navset .yui-nav a em,
 .yui-navset .yui-navset-top .yui-nav a em{
     padding: .35em .75em;
 
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
}
 .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */
 .yui-navset .yui-navset-top .yui-nav .selected{
     flex-grow: 2;
     margin: 0;
     padding: 0;
    /* ---- Tab Background Colour | [SELECTED] ---- */
     background-color: var(--accentColor);
}
 .yui-navset .yui-nav .selected a,
 .yui-navset .yui-nav .selected a em{
     border: none;
}
 .yui-navset .yui-nav .selected a{
     width: 100%;
     color: #21252E;
     font-weight: bold;
}
 .yui-navset .yui-nav .selected a:focus,
 .yui-navset .yui-nav .selected a:active{
     color: #21252E;
     background-color: var(--accentColor);
}
 .yui-navset .yui-content {
    background-color: #21252E;
    box-shadow: none;
}
 .yui-navset .yui-content,
 .yui-navset .yui-navset-top .yui-content{
     padding: .5em;
     border: none;
}
 
/*---- TAB ANIMATION by Croquembouche ---- */
 
.yui-navset .yui-content > div {
    display: block;
    top: 0;
    overflow: hidden;
    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;
    /* The following transition affects the one that DISAPPEARS */
    transition: padding 0s linear 0.5s,
          border-width 0s linear 0.5s,
          flex 0.5s cubic-bezier(.18,.51,.54,.9) 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;
    /* The following transition affects the one that APPEARS */
    transition: padding 0s linear 0.5s,
          border-width 0s linear 0.5s,
          flex 0.5s cubic-bezier(.18,.51,.54,.9) 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; }
}
 
/* ---- INFO BAR ---- */
 body{
     --barColour: #21252E;
     --linkColour: #ededed;
}
 
 .info-container .collapsible-block-content{
     padding: 0 .5em 30px;
}
 .info-container .collapsible-block-content .wiki-content-table{
     width: 100%;
}
 
/* Ayer's info-bar patch by Monkatraz */
#page-content .info-container .collapsible-block-folded, #page-content .info-container .collapsible-block-unfolded-link  {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-shadow: none;
}
#page-content .info-container .collapsible-block-link::before, #page-content .info-container .collapsible-block-unfolded-link::before  {
    content: " ";
    display: none;
}
#page-content .info-container .collapsible-block-content::after {
    display: none;
}
 
/* ---- INFO PANE ---- */
 
#page-content .creditRate{
     margin: unset;
     margin-top: 4px;
     margin-bottom: 4px;
     margin-right: 3px;
}
#page-content .rate-box-with-credit-button {
    background-color: #21252E;
    border: solid 2px #21252E;
    border-radius: 0;
    box-shadow: 3px 0px 0px 0px var(--accentColor);
}
#page-content .rate-box-with-credit-button .creditButton p a {
    border-left-color: transparent;
}
 
#page-content .rate-box-with-credit-button .page-rate-widget-box .cancel {
    border-radius: 0;
}
#page-content .rate-box-with-credit-button div.page-rate-widget-box .rate-points {
    border-left: 0;
}
 
.rate-box-with-credit-button .page-rate-widget-box .cancel a:hover {
    border-radius: 0;
}
 
#page-content .rate-box-with-credit-button .fa-info {
     color: #ededed;
}
#page-content .rate-box-with-credit-button .fa-info:hover {
     color: var(--accentColor);
}
 
#page-content .creditButtonStandalone p a {
    background-color: #21252E;
    border: solid 2px #21252E;
    border-radius: 0;
    box-shadow: 3px 0px 0px 0px var(--accentColor);
    color: #ededed;
}
#page-content .creditButtonStandalone p a:hover {
    color: var(--accentColor);
}
 
#page-content .modalbox {
     background: #2F333C !important;
     color: #ededed;
     box-shadow: none;
}
.close-credits,
.credit-back {
    filter: grayscale(100%) invert(100%) contrast(275%);
}
 
/* ---- Credit Module for JP ---- */
 
#page-content .creditRate.creditModule .rate-box-with-credit-button {
    background-color: #21252E!important;
}
 
#page-content .creditRate.creditModule .rate-box-with-credit-button .creditButton {
    background-color: unset;
    border: unset;
    box-shadow: unset;
}
 
#page-content .creditRate.creditModule ~ #u-credit-view .modalbox .modalbox-title {
    background: #21252e;
}
 
/* ---- PAGE RATING ---- */
 
.page-rate-widget-box {
     margin: unset;
     border-radius: 0;
     border: solid 2px #21252E;
     box-shadow: 3px 0px 0px 0px var(--accentColor);
     background-color: #21252E;
     margin-top: 4px;
     margin-bottom:4px;
     margin-right: 3px;
}
 
div.page-rate-widget-box .rate-points {
    background-color: #21252E;
    border: none;
    color: #ededed !important;
    text-transform: capitalize;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: #21252E;
    border-top: none;
    border-bottom: none;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: transparent;
    color: #ededed;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: #21252E;
    color: var(--accentColor);
}
.page-rate-widget-box .cancel {
    background: transparent;
    background-color: #21252E;
    border: none;
}
.page-rate-widget-box .cancel a {
    color: #ededed;
}
.page-rate-widget-box .cancel a:hover {
    background: #21252E;
    color: var(--accentColor);
}
 
/* ---- PAGE ELEMENTS ---- */
 
.page-source, tt{ 
    font-family: "Fira Code", monospace;
    font-size: 0.87rem;
}
 .code pre, .code p, .code {
    font-family: "Fira Code", monospace;
    font-size: 0.87rem;
    color: #21252E;
}
 
h1 {
    color: var(--accentColor);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}
h2,
h3,
h4,
h5,
h6 {
    color: #EDEDED;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}
 
#page-title {
    color: #ededed;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.65rem;
    text-align: center;
    border-color: #ededed;
}
 
/* Clicky links */
a,
a.newpage,
a:visited,
#side-bar a:visited {
    color: var(--accentColor);
    transition: color 0.15s linear;
}
a:hover, a.newpage:hover, a:visited:hover, #side-bar a:visited:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: var(--accentColor);
}
a.newpage { filter: hue-rotate(180deg); }
 
/* patch for sidebar media, collapsibles, ACS, info button and ayers module so link doesn't override */
#page-content .collapsible-block-folded a:hover, #page-content .collapsible-block-unfolded-link a:hover, #page-content .rate-box-with-credit-button .fa-info:hover, #side-bar .side-block.media a:hover, .danger-diamond a:hover {
    background: transparent;
}
.info-container .collapsible-block-folded .collapsible-block-link, .info-container .collapsible-block-link {
    background: var(--linkColour) !important;
}
 
hr{
    background-color: var(--accentColor);
}
 
blockquote,
div.blockquote,
#toc {
    background-color: #21252E;
    border: solid 2px #2F333C;
    box-shadow: -3px 0px 0px -0.1px var(--accentColor);
}
 
.code {
    background-color: #F8F8F8;
    border: solid 3px #2F333C;
    box-shadow: none;
}
.scp-image-block {
    border: solid 8px #21252E;
    border-bottom: solid 0px #21252E;
    box-shadow: 0px 0.26rem 0px 0px var(--accentColor);
    box-sizing: border-box;
}
.scp-image-block .scp-image-caption {
    background-color: #21252E;
    border: solid 4px #21252E;
    color: #ededed;
    font-size: 0.84rem;
}
.scp-image-block.block-left { margin-left: 0; }
.scp-image-block.block-right { margin-right: 0; }
@media (max-width: 540px) {
  .scp-image-block.block-left, .scp-image-block.block-right {
    float: none; clear: both; margin-left: auto; margin-right: auto;
  }
}
 
#page-content .wiki-content-table tr th {
    border: solid 1px var(--accentColor);
    color: var(--accentColor);
    background-color: #21252E;
    /* set border for table title */
}
#page-content .wiki-content-table tr td {
    border: solid 1px var(--accentColor);
    /* set border for table content */
}
 
/* fancy collapsible */
#page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link {
    background: #21252E;
    transition: background 0.25s linear;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: min-content;
    white-space: nowrap;
    overflow: hidden;
    margin: auto;
}
#page-content .collapsible-block-folded .collapsible-block-link::before {
    content: "▷ ";
}
#page-content .collapsible-block-unfolded .collapsible-block-link::before {
    content: "▽ ";
}
#page-content .collapsible-block-link {
    text-decoration: none;
    color: #ededed;
    font-weight: bold;
}
#page-content .collapsible-block-folded:hover, #page-content .collapsible-block-unfolded-link:hover {
    background: var(--accentColor);
}
#page-content .collapsible-block-unfolded-link {
    box-shadow: 0px -0.26rem 0px 0px var(--accentColor);
}
#page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link {
    margin-top: 10px;
    margin-bottom: 10px;
}
 
/* Selection */
::selection {
    background: var(--accentColor);
    color: #ffffff;
}
 
/* Footnotes */
.hovertip {
    font-size: .9rem;
    background-color: #21252E !important;
    border: solid 1px var(--accentColor) !important;
}
.footnotes-footer {
    background-color: #21252E;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    padding-bottom: 1.5rem;
    box-shadow: -0.24rem 0px 0px 0px var(--accentColor);
}
.footnotes-footer .title {
    color: #ededed;
}
.footnote .f-footer, .equation .e-footer, .reference .r-footer {
    display: none;
}
 
/* Tags */
#main-content .page-tags a {
    margin-top: .18rem;
}
.page-tags span {
    border-top: 1px solid #ededed;
}
 
/* Pop-Up Windows */
.owindow {
    background-color: #21252E;
    border-color: var(--accentColor);
}
 
.owindow .modal-header {
    background-color: #21252E;
}
 
.owindow .modal-body img {
    background-color: transparent !important;
}
 
.owindow .title {
    background-color: #21252E;
    color: #var(--accentColor);
    border-bottom: 1px solid #2F333C;
}
 
.owindow .button-bar a {
    background-color: #21252E;
    border-color: var(--accentColor);
    color: #ededed;
}
.owindow .button-bar a:hover {
    background-color: var(--accentColor);
}
 
/* Edit Buttons */
.buttons .btn {
    background-color: #21252E;
    border-color: var(--accentColor);
    color: var(--accentColor);
    padding: 3px 5px;
}
.buttons .btn:hover {
    background-color: var(--accentColor);
    color: #21252E;
}
 
/* Edit Lock Info*/
#lock-info {
    background-color: #21252E;
    border-color: #ededed;
}
 
/* Close Button for Page Source, Rating, Etc */
a.action-area-close:hover {
    background-color: #21252E;
}
 
/* Page-History Current */
.pager .current {
    background-color: var(--accentColor);
    border-color: #ededed;
}
 
/* History Compare */
.inline-diff ins, .inline-diff del {
    color: #21252E;
}
 
/* ---- INTERWIKI ---- */
 
.scpnet-interwiki-frame{
    filter: invert(100%) grayscale(100%) contrast(75%);
}
 
/* ---- CUSTOM SYNTAX ---- */
 
.darkbox {
    background-color: #21252E;
    border-left: solid 0.26rem var(--accentColor);
    border-right: solid 0.26rem var(--accentColor);
    padding: .4rem;
    margin-top: 12px;
    margin-bottom:12px;
}
 
.lightbox {
    background-color: #ededed;
    color: #21252E;
    border-left: solid 0.26rem var(--accentColor);
    border-right: solid 0.26rem var(--accentColor);
    padding: .4rem;
    margin-top: 12px;
    margin-bottom:12px;
}
.lightbox h2, .lightbox h3, .lightbox h4, .lightbox h5, .lightbox h6 {
    color: #21252E;
}
 
.limit {
    margin-bottom: -1rem;
    z-index: 5;
 
}
.anchor {
    position: sticky;
    height:0;
    top: 0;
    z-index: 5;
}
.sidebox {
    background-color: #21252E;
    border-top: solid 2px var(--accentColor);
    padding: .14rem;
    margin-top: 0;
    margin-bottom: 8px;
    width: calc((100vw - 870px)/2);
    max-height: calc(100vh - 18rem);
    position: absolute;
    top: 0;
    left: 103.5%;
    z-index: 5;
    overflow: auto;
    box-sizing: border-box;
}
/* Sidebox mobile optimization, courtesy of Woed */
@media (max-width: 1290px) {
   .sidebox {
        width: auto;
        max-width: 65vw!important;
        border: none;
        padding-left: 0.4rem; padding-right: 0.4rem;
        top: 0.75rem;
        right: calc(((100vw - 45.8rem)/2) * -1);
        left: initial;
        -webkit-clip-path: inset(-0.125rem -0.25rem 0 calc(100% - 0.85rem));
        clip-path: inset(-0.125rem -0.25rem 0 calc(100% - 0.85rem));
        -webkit-transition: color 0.2s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s;
        transition: color 0.2s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s;
        -o-transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s;
        transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s;
        transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s;
        overflow: visible;
    }
 
    .sidebox::before, .sidebox::after {
        content: " ";
        position: absolute;
        right: 0;
    }
 
    .sidebox::before {
        top: calc(50% - 0.75rem);
        width: 0;
        height: 0;
        border-top: 0.75rem solid transparent;
        border-bottom: 0.75rem solid transparent;
        border-right: 0.75rem solid var(--accentColor);
        transition: border 0.1s ease-in-out 0.1s;
        z-index: 10;
    }
 
    .sidebox::after {
        top: 0;
        max-width: 0.75rem;
        width: 100%;
        height: 100%;
        box-shadow: 0.15rem 0 0 0 var(--accentColor);
        max-height: calc(100vh - 18rem);
        background-color: #21252E;
        z-index: -1;
        transition: box-shadow 0.5s ease-in-out 0.1s, max-width 0.5s ease-in-out 0.1s;
    }
 
    .sidebox > * {
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in-out 0.2s;
        -o-transition: opacity 0.2s ease-in-out 0.2s;
        transition: opacity 0.2s ease-in-out 0.2s;
    }
 
    .sidebox:hover {
        overflow: visible;
        -webkit-clip-path: inset(-0.125rem -0.25rem 0 0);
        clip-path: inset(-0.125rem -0.25rem 0 0);
        -webkit-transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s;
        transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s;
        -o-transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s;
        transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s;
        transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s;
    }
 
    .sidebox:hover::before {
        border-top: 0 solid transparent;
        border-bottom: 0 solid transparent;
    }
    .sidebox:hover::after {
        box-shadow: 0 -0.125rem 0 0 var(--accentColor);
        right: 0;
        max-width: 100%;
    }
    .sidebox:hover > * {
        opacity: 1;
    }
}
 
@media (max-width:768px) {
    .sidebox, .sidebox:hover {
        right: calc(((100vw - (100% - 3rem))/2) * -1 + 1.9rem);
    }
}
 
:root {
  --accentColor: #1EB5E8;
  --lgurl: url("http://scp-jp-storage.wdfiles.com/local--files/file%3A3396310-43-tbvr/logo.png");
}
評価: 0+x
blank.png
foundationspellcaster.png

Master Thaumaturge Matthias Walters, demonstrating SCP-8000's effects. 大奇跡術師マティアス・ウォルターズ、SCP-8000効果を実演中。

Special Containment Procedures: Development of a unified Standard Model of physics is to be delayed by Foundation efforts for as long as possible. The discovery of any biological, neurological, chemical, or mathematical foundations for thaumaturgy by mainstream science is to be suppressed indefinitely, until a proper explanation or cover story can be given for SCP-8000's existence.
特別収容プロトコル: 物理学統一標準模型の発展は財団の取り組みによって可能な限り長く延期されます。主流科学における奇跡術の生物学的、神経学的、化学的、数学的基礎の発見は、SCP-8000の存在を適切に説明できるかカバーストーリーができるまで無期限に抑制されます。

Research Task Force Delta-4 has been formed solely to investigate the SCP-8000 phenomenon. Artifacts uncovered by RTF Delta-4 that are believed to be connected to SCP-8000 are to be treated as anomalous objects, even if displaying no blatant anomalies properties; see Relevant Materials below.
SCP-8000現象の調査のみを目的として研究任務部隊(RTF)デルタ-4が結成されました。RTF デルタ-4が発見したSCP-8000と関連すると考えられる遺物は、明白な異常性質を示していなくとも異常オブジェクトとして扱われます。以下の関連資料を参照してください。

Should SCP-8000 prove to be reversible, no attempts are to be made to neutralize the phenomenon until full risk assessment can be concluded by the Department of Thaumaturgy, Department of Archeology, and Ethics Committee.
SCP-8000が可逆だと判明した場合、奇跡術部門、考古学部門、倫理委員会が完全なリスク評価を下すまでこの現象を無力化する試みは行われません。


Description: SCP-8000 is humanity's inability to properly engage with thaumaturgy.
説明: SCP-8000は、人類種の奇跡術を適切に用いることができない性質です。

The field of thaumaturgy — as described, practiced, and used by sub-Veil communities — was formally classified as a non-anomalous phenomenon in 2014. Foundation advancement within various scientific fields has been capable of deriving all known extent forms of thaumaturgy through non-anomalous means, implying it is a wholly natural phenomenon. It is estimated that mainstream academia will discover the physics, chemistry, and biology underlying thaumaturgy in approximately twenty years (if left unimpeded).
ヴェール下コミュニティーにて記述、実践、使用されている奇跡術の分野は、2014年に公式に非異常現象に分類されました。さまざまな科学分野における財団の進歩によって既知全ての奇跡術が非異常手段から導くことが可能になり、奇跡術が完全に自然現象であることが示唆されました。主流学問機関は(妨害されない場合)およそ20年で奇跡術に内在する物理学、化学、生物学を発見すると推定されています。

SCP-8000 refers to the only known inconsistency between practiced thaumaturgy and the Foundation Standard Model. According to FSM, Mana (also known as Elan-Vital Energy) employed by sentient beings in thaumaturgy should be biologically processed at ~96% efficiency; however, in practice no human has been able to use Mana with more than 9% efficiency, with a vast majority of the Mana's energy being radiated from the spell itself. This conversion is poorly understood, and cannot be explained by the Foundation's current understanding of science.
SCP-8000は、実践における奇跡術と財団標準模型(FSM)の間の唯一既知の不一致を指します。FSMに基づけば、有自我存在が奇跡術で用いるマナ生体発躍エネルギーイーラン・ヴィータル・エナジーとも知られる)はおよそ96%の効率で生物学的に処理されるはずです。しかし、実践においては人間が9%以上の効率でマナを使用することはできず、マナエネルギーの大半はスペル自体から放出されています。この差異はほとんど理解されておらず、また現在の財団の科学理解で説明することはできません。

Thus far, over fifteen alternative models to the FSM have been proposed to account for SCP-8000, though each has been discredited for various reasons. Similarly, no biological factors that would theoretically limit the use of thaumaturgy have been found by Foundation biologists or chemists thus far. Nonetheless, it is hypothesized that — similar to thaumaturgy itself — SCP-8000 is non-anomalous, though this has not yet been proven. Research has been ongoing.
現在までに、SCP-8000を説明するためにFSMに代わる15以上の代替模型が提案されているものの、理由はさまざまながらどれも信頼性に欠けています。同様に、現在まで財団生物学者、化学者は奇跡術の使用を理論的に制限するような生物学的因子を発見できていません。しかし、証明はされていないものの──奇跡術自体と同様に──SCP-8000は非異常であると仮説立てられています。研究は進行中です。


Relevant Materials

関連資料


Various anomalous artifacts have been uncovered that are believed to be related to SCP-8000. The exact relation to the phenomenon are unclear; they are detailed below for referential purposes. For access to an individual anomaly, please consult RTF Delta-4.
SCP-8000と関連すると考えられているさまざまな異常遺物が発見されています。この現象との正確な関連性は不明確であるものの、参照用に以下に詳述されています。個々のアノマリーにアクセスする場合はRTF デルタ-4に尋ねてください。

magicstone.jpg

SCP-8000-A

SCP-8000-A is a beryllium bronze.Beryllium Bronze was often used in ancient anomalous constructs due to its unique interactions with anomalous phenomenon, versatility, and easy mass-production via thaumaturgy. amulet that was uncovered in an Eastern Mongolian dig site. SCP-8000-A, although partially damaged, is inscribed with a multitude of thaumaturgic spells alongside other unidentified carvings, the latter of which are believed to be thaumaturgic in nature. Residual Mana in the surrounding area of the dig site suggests that the amulet's spells were in the process of being cast, before the caster died unexpectedly. Remains of the caster could not be found.
SCP-8000-Aはモンゴル東部の発掘現場で発見されたベリリウム青銅製.その異常現象とのユニークな相互作用、多用途性、奇跡術による大量生産の容易性により、ベリリウム青銅は古代の異常構造物にてしばしば使用されています。アミュレットです。SCP-8000-Aは、部分的に損傷しているものの多数の奇跡術的スペルとともに未確認の彫刻──こちらも奇跡術的であると考えられている──が彫られています。発掘現場周辺領域の残留マナからは、アミュレットのスペルは使用者が不意に死亡するまで使用中であったことが示唆されています。使用者の遺骸は発見できていません。

Of the engravings present on SCP-8000-A, the following spells have been concretely identified:
SCP-8000-Aに存在する彫刻では、以下のスペルがはっきりと確認されています。

  • Juu Moto, a modifier-spell combination that heats the area above the surface it is engraved on, paired with various other unidentified bindings.
  • Gandisha, a spell that reduces the temperature of the material it is engraved on..The purpose of this is unclear, as beryllium bronze displays no unique thaumic properties until near absolute-zero temperatures.
  • Kuzuia, a spell located on the back of the amulet that produces a tangible surface projected from the surface of the spell itself.
  • Msingi, a fundamental spell that erases itself and all encompassed spells when cast..The engravings for this spell appear to have been broken, preventing this spell from possibly being cast by the amulet's wielder.
  • Various thaumic regulators/distributors, designed to automatically channel correct proportions of Mana without conscious thought..Of note: Msingi is not directly channeled through any existing bindings.
  • ジュー・モト、彫刻された表面上の領域を温める改良型スペルの組み合わせ。他多数の未確認の呪文と対になっている。
  • ガンディシャ、彫刻された物体の温度を下げるスペル。.ベリリウム青銅は絶対零度付近になるまでユニークな奇跡的性質を示さないため、このスペルの目的は不明確です。
  • クズイア、スペル自体の表面から実体ある表面を投影するスペル。アミュレットの裏側に位置する。
  • ンシンギ、使用時にそれ自体と周辺全てのスペルを消去する基礎的スペル。.このスペルの彫刻は崩れているようで、アミュレットの行使者によってこのスペルが使用されるのを妨げています。
  • 多数の奇跡的調整器/分配器。意識的思考なしで自動的に正確な割合のマナを誘導するよう設計されている。.注意すべき点として、ンシンギは既存の呪文では直接誘導されません。

Thaumic dating suggests that SCP-8000-A is roughly 6000±1500 years old. Attempts to recreate or achieve the intended function of SCP-8000-A have been unsuccessful, as its bindings require extremely large quantities of Mana as input.
奇跡的年代測定からはSCP-8000-Aが大まかに6000±1500年前のものだと示唆されています。SCP-8000-Aの意図された機能を再現、達成する試みは、その呪文には非常に大量のマナが入力として必要であるため成功していません。


SCP-8000-B is a nearly-complete human skeleton, roughly 4500±1000 years old, discovered over six kilometers into the Dark Star cave system in eastern Uzbekistan. Although not displaying anomalous properties — save for an abnormal excess of latent Mana, similar to SCP-8000-A — there are several irregularities present in the skeleton that are currently inexplicable.
SCP-8000-Bは、ウズベキスタン東部のダークスター洞窟内部6キロメートル以上の地点から発見された、大まかに4500±1000年前のほぼ完全なヒトの骨格です。異常性質は示していないものの──SCP-8000-Aと同様に残留マナの過剰を除く──この骨格には現在説明のつかない変則性がいくつか存在します。

The most notable irregularity is the severe discoloration present along numerous fractures across the skeleton, concentrated on the skull and left arm. The source of the fractures and the discoloration are still debated, though analysis has shown that the discoloration tends to be more prominent inside the bone (or cavity) than outside it, possibly suggesting a biological origin.
最も顕著な変則は、骨格全体にあり頭蓋骨と左腕に集中する無数のひび割れとその周りの深刻な変色です。ひび割れと変色の原因はいまだに議論中ですが、分析からは変色は骨の外側よりも内側(または空洞部)に顕著である傾向が示されており、生物学的起源である可能性が示唆されています。

thaumaturgeskull.png

SCP-8000-B's skull. SCP-8000-Bの頭蓋骨。

SCP-8000-B's skull and feet both contain abnormal bone structures. SCP-8000-B's skull contains an additional, fused bone that covers the entirety of the nasal canal, while SCP-8000-B's feet appear to possess fused metatarsal bones, amalgamating part of both feet into a solid block. Whether this fusion was due to an unknown genetic mutation, anomalous effect, or different process entirely is unknown.
SCP-8000-Bの頭蓋骨と足は両方とも異常な骨組織を有しています。SCP-8000-Bの頭蓋骨には鼻腔全体を覆う追加の合体した骨があり、一方でSCP-8000-Bの足には合体した中足骨があるようで、両足の一部が固体のブロックに融合しています。この合体が不明な遺伝子変異のためであるか、異常効果のためであるか、全く別のプロセスのためであるかは不明です。

In addition, various areas of SCP-8000-B appear to have artificial holes running through them. These holes are present across various bones, including parts of the ribcage, spinal cord, humerus, illium, fused metatarsal bones, and (in a single case) the base of the skull. Each of these holes has contained at least a small trace of beryllium bronze.
加えて、SCP-8000-Bのさまざまな領域には通り抜ける人工の孔が存在するようです。これらの孔は、胸郭、脊髄、上腕骨、腸骨、合体した中足骨、(1例のみ)頭蓋骨の基部を含むさまざまな骨に存在しています。それぞれの孔は少なくとも微小量のベリリウム青銅を有しています。

Above the occipital bone of the skull, an early alchemical symbol for blood was found carved into the bone. Whether this was performed premortem or postmortem is the subject of ongoing debate, although the symbol appears to be heavily affected by the aforementioned discoloration.
頭蓋骨の後頭骨上部には、錬金術初期における血のシンボルが骨に彫られています。これが生前と死後のどちらに彫られたかは現在の議論対象であるものの、このシンボルは前述の変色に重度に影響を受けているようです。

Due to the inaccessibility of the Dark Star cave system, as well as how deep SCP-8000-B is present within it, the Foundation has thus far elected to not extract the skeleton. Future expeditions by non-Foundation groups are to be monitored closely for other possible artifacts that could exist in the cave system.
ダークスター洞窟へのアクセスが難しいことや、SCP-8000-Bが存在する深度のため、財団は現在この骨格を摘出しないことを選択しています。財団以外の団体による将来的な探検は、この洞窟に他の遺物がないか探すため緊密に監視されます。


SCP-8000-C is an anomalously preserved Chinese red pine tree, located near the Jishi Gorge in Haidong, Qinghai, China. Several unidentified thaumaturgical spells were used in its preservation; the spellbindings present are infused with enough latent Mana to continue functioning for an estimated 37,000 years, a feat unachievable by the entire human population's Mana output combined for over ten years.
SCP-8000-Cは中国青海省海東市の積石峡付近に位置する異常に保存されたアブラマツです。保存のためにいくつか未確認の奇跡術的スペルが使用されています。存在する呪文は推定37,000年間機能し続けるのに十分な残留マナが込められており、これは全人類の10年間のマナ出力を組み合わせても達成できない所業です。

Engraved on SCP-8000-C's bark are three unknown scripts, one resembling the Oracle Bone Script from ancient China. While linguistically exact definitions are difficult or impossible to ascertain, SCP-8000-C possesses the anomalous property of conveying the meaning of its inscribed words to witnesses regardless of their linguistic capabilities. After discussion among Foundation historians, linguistics, and thaumaturgists, the following is a reproduction of the presumed intended message of SCP-8000-C:
SCP-8000-Cの樹皮には3種の不明な文字が彫られており、1つは古代中国の甲骨文字です。言語学的に正確な意味は難しいか解明不能であるものの、SCP-8000-Cは視認者にその言語能力にかかわらず彫られた言葉の意味を伝達する異常性質を有しています。財団歴史学者、言語学者、奇跡術者の間の議論を経て推定されたSCP-8000-Cの意図されたメッセージが以下に再現されています。

THE LAST EULOGY

終りの哀戚

From the river came life, to the sea it will flow,

河由り命生まれ 海に行きて果てり

Swirling floods of water to ripples of blood,

水溢れ波うずまき 血流れ漣を成す

Even the strongest tree will have its roots come undone,

固き木も其れ猶ほ 根を朽ち竟に敗せん

By our own hand, we will all return to the sea.

吾等自ら征き 皆同じく海に帰せん

SCP-8000-C is estimated to be approximately 3700 years old. The context for this poem remains unknown.
SCP-8000-Cはおよそ3700年前のものと推定されています。この詩の文脈はいまだに不明です。


記事ここまで

tag: 8000 _image _licensebox biological blood cadaver concept esoteric-class jewelry language plant scp skeletal tree
タグ: en 8000 生物学 (血液) 死体 概念 esoteric-class 装飾品 言語 植物 scp 骨格 樹木

以下はフォーラム投稿用


ソース: SCP-8000 — Desiderium rev.5
著者: YossipossiYossipossi
作成日(EN): 2024/02/12

原文に付与されている blood タグは現在JPに実装されていないため、これに相当するタグの付与は見合わせています。
本翻訳の翻訳記事の著作者一覧への追加は、SCP-8000コンテストが終了し本作品の番号が正式決定した後に行います。ご了承ください。

以下はYossipossi氏による著者ポストです。


desiderium (名)
切実な願いや切望
特に: 喪失感や失ったものへの悲哀

とりわけ幻想は得意じゃなかったので、この作品は自分にとって普段より実験的です。いつもはコンテストのアイデアを思いつくのに1週間かかるのですが、今回は丸2週間かけてピンとくるまで大量のアイデア改訂をすることになりました。まあともかく、この記事を楽しんでくれると幸いです。

1番目の画像の赤外線カメラバージョン作成を手伝ってくれたことでIronShearsIronShearsに感謝を。本当に命の恩人です。SCP-8000-Bを解剖学から手伝ってくれたことでRex AtlasRex AtlasAgent WhitneyAgent Whitneyに、SCP-8000-Cの歴史的正確性のフィードバックをしてくれたことでtetsusquaredtetsusquaredNaepicNaepicに、タグを手伝ってくれたことでDeadly BreadDeadly Breadに感謝を。そしてもちろん、計り知れないフィードバックをしてくれたことで批評者のAftokratorAftokratorAriadnesThreadAriadnesThreadAstersQuillAstersQuillBhomas Tourget does not match any existing user nameRab333Rab333Poultryguest does not match any existing user nameCaliboldCaliboldに感謝を。


ページコンソール

批評ステータス

カテゴリ

SCP-JP

本投稿の際にscpタグを付与するJPでのオリジナル作品の下書きが該当します。

GoIF-JP

本投稿の際にgoi-formatタグを付与するJPでのオリジナル作品の下書きが該当します。

Tale-JP

本投稿の際にtaleタグを付与するJPでのオリジナル作品の下書きが該当します。

翻訳

翻訳作品の下書きが該当します。

その他

他のカテゴリタグのいずれにも当て嵌まらない下書きが該当します。

言語

EnglishРусский한국어中文FrançaisPolskiEspañolภาษาไทยDeutschItalianoУкраїнськаPortuguêsČesky繁體中文Việtその他日→外国語翻訳

日本支部の記事を他言語版サイトに翻訳投稿する場合の下書きが該当します。

コンテンツマーカー

ジョーク

本投稿の際にジョークタグを付与する下書きが該当します。

アダルト

本投稿の際にアダルトタグを付与する下書きが該当します。

既存記事改稿

本投稿済みの下書きが該当します。

イベント

イベント参加予定の下書きが該当します。

フィーチャー

短編

構文を除いた本文の文字数が5,000字前後か、それよりも短い下書きが該当します。

中編

構文を除いた本文の文字数が短編と長編の中間程度の下書きが該当します。

長編

構文を除いた本文の文字数が20,000字前後か、それよりも長い下書きが該当します。

事前知識不要

特定の事前知識を求めない下書きが該当します。

フォーマットスクリュー

SCPやGoIFなどのフォーマットが一定の記事種でフォーマットを崩している下書きが該当します。


シリーズ-JP所属

JPのカノンや連作に所属しているか、JPの特定記事の続編の下書きが該当します。

シリーズ-Other所属

JPではないカノンや連作に所属しているか、JPではない特定記事の続編の下書きが該当します。

世界観用語-JP登場

JPのGoIやLoIなどの世界観用語が登場する下書きが該当します。

世界観用語-Other登場

JPではないGoIやLoIなどの世界観用語が登場する下書きが該当します。

ジャンル

アクションSFオカルト/都市伝説感動系ギャグ/コミカルシリアスシュールダーク人間ドラマ/恋愛ホラー/サスペンスメタフィクション歴史

任意

任意A任意B任意C

ERROR

The Witherite's portal does not exist.


エラー: Witheriteのportalページが存在しません。利用ガイドを参照し、portalページを作成してください。


利用ガイド

  1. portal:6370408 (02 May 2020 04:11)
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License