CSSプレビューアー
当ツールはSCPwikiにおけるCSSテーマの全体的な効果をプレビューし、あなたのコード弄りをサポートします
初心者の方は 7happy7 のCSSテーマ作成ツールを覗いてみることをオススメします
コンソール:
<html> <head> <title>CSSプレビューアー - SCP財団</title> <meta http-equiv="content-type" content="text/html;charset=UTF-8"/> <meta http-equiv="content-language" content="ja,jp-ja"/> <link rel="shortcut icon" href="http://scp-jp.wikidot.com/local--favicon/favicon.gif"/> <link rel="icon" type="image/gif" href="http://scp-jp.wikidot.com/local--favicon/favicon.gif"/> <link rel="apple-touch-icon" href="http://scp-jp.wikidot.com/local--iosicon/iosicon_57.png"/> <link rel="apple-touch-icon" sizes="72x72" href="http://scp-jp.wikidot.com/local--iosicon/iosicon_72.png"/> <link rel="apple-touch-icon" sizes="114x114" href="http://scp-jp.wikidot.com/local--iosicon/iosicon.png"/> <style type="text/css"> @import url('http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'); body { font-family: verdana, arial, helvetica, sans-serif; font-size: 0.9em; } a { color: #b01; text-decoration: none; } a:hover { text-decoration: underline; } a[href*="javascript:;"] { color: inherit; } a[href*="javascript:;"]:hover { color: #3498db; text-decoration: none; } #toolBody { margin: 0 auto; box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.29); } #cssAreaWrap, #interWikiWrap { -webkit-transition: height .75s cubic-bezier(0.4, 0, 0.2, 1); -moz-transition: height .75s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: height .75s cubic-bezier(0.4, 0, 0.2, 1); transition: height .75s cubic-bezier(0.4, 0, 0.2, 1); overflow: hidden; } #interWikiWrap { background-color: rgba(0, 135, 189, .15); } textarea { width: 95%; } .previewBtn { width: 80%; font-size: 1.75em; } .code { border: 0.0625rem dashed #DDD; background-color: #F7F7F7; font-family: 'Andale Mono', 'Courier New', Courier, monospace; padding: 0 1em; margin: 0.4em 0; white-space: pre-wrap; } #popupWrap { position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; -webkit-transition: opacity .2s ease-in-out; -moz-transition: opacity .2s ease-in-out; -o-transition: opacity .2s ease-in-out; transition: opacity .2s ease-in-out; } #popupWrap.folded { pointer-events: none; opacity: 0; } .fader { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(34, 34, 34, .5); cursor: default; } #popup { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 90vw; max-width: 31.25rem; height: 21.875rem; margin: auto; padding: 0.55em 1em; background-color: #fefefe; box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.5); } #popupContent { height: 100%; overflow-y: auto; } #interwikiCode { word-break: break-all; } </style> </head> <body> <div id="toolBody"> <div style="padding: 0.5em 1em 0;"> <p>基本テーマ: <select id="baseTheme" value="1"><option value="0">ブランク</option><option selected="selected" value="1">SCP Sigma-9</option><option value="2">黒蛍光ペン</option></select> <button type="button" onclick="setBaseTheme()">反映</button></p> <p>ページ幅を設定する: <input type="number" id="toolWidth" value="" maxlength="4" min="0" step="1" style="width: 5em; text-align: center;" onkeyup="if(event.keyCode==13){setToolWidth()}" /> px <button type="button" onclick="setToolWidth()">反映</button> <button type="button" onclick="resetWidth()">リセット</button> | クイックスイッチ: <button type="button" onclick="setWidth('375px')">375px</button> <button type="button" onclick="setWidth('767px')">767px</button> <button type="button" onclick="setWidth('1040px')">1040px</button></p> <div id="cssAreaWrap"> <p>ここにあなたのCSSコードを貼り付けてください:</p> <p style="text-align: center;"><textarea name="cssArea" rows="10" placeholder="[[module css]] や [[/module]] は追加しないでください。"></textarea></p> <p style="text-align: center;"><button type="button" class="previewBtn" onclick="preview(0)">プレビュー</button></p> <p>ここにはデバックしたい部分を入力してください:</p> <p style="text-align: center;"><textarea name="cssArea" rows="10" placeholder="こちらにある内容は優先度が高いです。"></textarea></p> <p style="text-align: center;"><button type="button" class="previewBtn" onclick="preview(1)">プレビュー</button></p> </div> <p style="text-align: center;"><a href="javascript:;" class="fa fa-chevron-circle-up" onclick="foldElem(0)"> 隠す</a></p> <br /> <p style="text-align: right;"><button type="button" onclick="reloadFrame()">サンプルエリアを再読み込みする</button></p> <div id="loadTip"><p style="text-align: center; font-size: 1.5em;">ロード中です。しばらくお待ちください。</p></div> </div> <iframe src="/local--code_/css-previewer/2" allowtransparency="true" frameborder="0" style="height: 1000px; overflow: hidden;" id="toolFrame" name="toolFrame" onload="loadFrame(this)"></iframe> <div id="popupWrap" class="folded"> <a href="javascript:;" class="fader" onclick="foldPopup(0)"></a> <div id="popup"><div id="popupContent"></div></div> </div> </div> <script type="text/javascript"> var postedData = new Array(); var elem = [document.getElementById("cssAreaWrap"), document.getElementById("interWikiWrap")]; var elemFolded = [false, true]; var foldElemTimer = new Array(); var popupWrap = document.getElementById("popupWrap"); var popupContent = document.getElementById("popupContent"); postedData[0] = "1"; function packCSS(str){str=str.replace(/\/\*(.|\n)*?\*\//g,"").replace(/\s*([\{\}\;\,])\s*/g,"$1").replace(/\,[\s\.\#\d]*\{/g,"{").replace(/;\s*;/g,";").match(/^\s*(\S+(\s+\S+)*)\s*$/);return(str==null)?"":str[1]} function recordData(mode, value) { postedData[mode] = value; } function postData(mode, value) { if (postedData[mode] != value) { window.toolFrame.receiveData(mode, value); } } function setBaseTheme() { postData(0, document.getElementById("baseTheme").value); } function setWidth(w) { document.getElementById("toolBody").style.width = w; document.getElementById("toolFrame").style.width = w; postData(1, w); } function setToolWidth() { setWidth(Math.max(200, document.getElementById("toolWidth").value) + "px"); } function resetWidth() { setWidth("100%"); } resetWidth(); function preview(i) { var cssArea = document.getElementsByName("cssArea"); postData(i + 2, packCSS(cssArea[i].value)); } function setHeight(i, h) { if (h >= 0) { if (elem[i].style.height != h + "px") elem[i].style.height = h + "px"; } else { elem[i].style.height = "auto"; } } function foldElemLoop(i, t) { if (t == foldElemTimer[i]) { if (elemFolded[i]) { setHeight(i, 0); } else { if (Math.abs(elem[i].scrollHeight - elem[i].clientHeight) <= 4) { setHeight(i, -1); } else { setHeight(i, elem[i].scrollHeight); setTimeout(foldElemLoop, 200, i, t); } } } } function foldElem(i) { var elemTarget = event.currentTarget; if (elemFolded[i]) { elemFolded[i] = false; if (elemTarget.tagName == "A") { elemTarget.classList.remove("fa-chevron-circle-down"); elemTarget.classList.add("fa-chevron-circle-up"); elemTarget.innerText = " 隠す"; } } else { elemFolded[i] = true; if (elemTarget.tagName == "A") { elemTarget.classList.remove("fa-chevron-circle-up"); elemTarget.classList.add("fa-chevron-circle-down"); elemTarget.innerText = " 開く"; } } setHeight(i, elem[i].scrollHeight); foldElemTimer[i] = new Date().valueOf(); setTimeout(foldElemLoop, 20, i, foldElemTimer[i]); } function foldPopup(mode) { var elemTarget = event.currentTarget; if (mode == 0) { popupWrap.classList.add("folded"); } else { popupWrap.classList.remove("folded"); switch (mode) { } } } function loadFrame(obj) { document.getElementById("loadTip").style.display = "none"; postData(1, document.getElementById("toolFrame").style.width); } function reloadFrame() { postedData[0] = "1"; for (var i = 1; i < postedData.length; i++) { postedData[i] = ""; } document.getElementById("loadTip").style.display = "block"; window.toolFrame.location.reload(true); } </script> </body> </html>
サンプルエリア:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> <head> <title>CSSプレビューアー - SCP財団</title> <meta http-equiv="content-type" content="text/html;charset=UTF-8"/> <meta http-equiv="content-language" content="ja,jp-ja"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <link rel="shortcut icon" href="http://scp-jp.wikidot.com/local--favicon/favicon.gif"/> <link rel="icon" type="image/gif" href="http://scp-jp.wikidot.com/local--favicon/favicon.gif"/> <link rel="apple-touch-icon" href="http://scp-jp.wikidot.com/local--iosicon/iosicon_57.png"/> <link rel="apple-touch-icon" sizes="72x72" href="http://scp-jp.wikidot.com/local--iosicon/iosicon_72.png"/> <link rel="apple-touch-icon" sizes="114x114" href="http://scp-jp.wikidot.com/local--iosicon/iosicon.png"/> <script type="text/javascript" src="http://d3g0gp89917ko0.cloudfront.net/v--3e3a6f7dbcc9/common--javascript/init.combined.js"></script> <script type="text/javascript" src="http://d3g0gp89917ko0.cloudfront.net/v--3e3a6f7dbcc9/common--javascript/WIKIDOT.combined.js"></script> <style type="text/css"> @import url(http://d3g0gp89917ko0.cloudfront.net/v--3e3a6f7dbcc9/common--theme/base/css/style.css); @import url(http://d3g0gp89917ko0.cloudfront.net/v--3e3a6f7dbcc9/common--modules/css/pagerate/PageRateWidgetModule.css); </style> <style type="text/css" id="internal-style"> @import url(http://scp-jp.wdfiles.com/local--code/component%3Atheme/2); </style> <style name="cssArea"></style> <style name="cssArea"></style> <style> @import url(http://scp-jp.wdfiles.com/local--code/credit%3Astyle/1); #side-bar .scpnet-interwiki-wrapper iframe.scpnet-interwiki-frame{ padding: 10px; border: 1px solid #660000; border-radius: 10px; box-shadow: 0 2px 6px rgba(102,0,0,.5); background-color: #FFFFFF !important; margin-bottom: 15px; box-sizing: border-box; } #side-bar .scpnet-interwiki-wrapper iframe.scpnet-interwiki-frame[style="height: 0px;"]{ background-color:transparent !important; border:none !important; box-shadow:none !important; padding:0px !important; } @media (max-width: 768px) { #side-bar .scpnet-interwiki-wrapper iframe.scpnet-interwiki-frame{ margin-bottom: 2em !important; } } </style> <base target="_blank"> </head> <body id="html-body"> <div id="skrollr-body"> <a name="page-top"></a> <div id="container-wrap-wrap"> <div id="container-wrap"> <div id="container"> <div id="header"> <h1><a href="/"><span>SCP財団</span></a></h1> <h2><span>確保、収容、保護</span></h2> <div id="search-top-box" class="form-search"> <form id="search-top-box-form" action="dummy" class="input-append"> <input id="search-top-box-input" class="text empty search-query" type="text" size="15" name="query" value="このサイトを検索" onfocus="if(YAHOO.util.Dom.hasClass(this, 'empty')){YAHOO.util.Dom.removeClass(this,'empty'); this.value='';}"/><input class="button btn" type="submit" name="search" value="検索"/> </form> </div> <div id="top-bar" style="display:none"> [[div class="top-bar"]] * [# SCPシリーズ] * [[[scp-series | シリーズI(001-999)]]] * [[[scp-series-2 | シリーズII(1000-1999)]]] * [[[scp-series-3 | シリーズIII(2000-2999)]]] * [[[scp-series-4 | シリーズIV(3000-3999)]]] * [[[scp-series-5 | シリーズV(4000-4999)]]] * [[[scp-series-6 | シリーズVI(5000-5999)]]] * [[[scp-series-7 | シリーズVII(6000-6999)]]] * [[[scp-series-8 | シリーズVIII(7000-7999)]]] * [[[scp-series-9 | シリーズIX(8000-8999)]]] * [[[joke-scps | Joke SCP]]] * [[[archived-scps | Archived SCP]]] * [[[scp-ex|Explained SCP]]] * [[[log-of-anomalous-items | Anomalousアイテム記録]]] * [[[log-of-extranormal-events | 超常現象記録]]] * [[[log-of-unexplained-locations | 未解明領域記録]]] * [[[Foundation Tales|財団Tales]]] * [[[Canon Hub|カノンハブ]]] * [[[goi-formats|GoIフォーマット]]] * [[[incident-reports-eye-witness-interviews-and-personal-logs | 事件ファイル]]] * [[[audio-adaptations | 音声記録]]] * [[[creepy-pasta | Creepy Pasta保管]]] * [[[contest-archive|コンテストアーカイブ国際版]]] * [# SCP-JPシリーズ] * [[[scp-series-jp | JPシリーズI(001-999)]]] * [[[scp-series-jp-2 | JPシリーズII(1000-1999)]]] * [[[scp-series-jp-3 |JPシリーズIII(2000-2999)]]] * [[[scp-series-jp-4 |JPシリーズIV(3000-3999)]]] * [[[heritage-collection-jp|殿堂入りコレクション-JP]]] * [[[joke-scps-jp |ジョーク-JP]]] * [[[archived-scps-jp | Archived SCP-JP]]] * [[[scp-jp-ex|Explained SCP-JP]]] * [[[log-of-anomalous-items-jp | Anomalousアイテム記録-JP]]] * [[[log-of-extranormal-events-jp |超常現象記録-JP]]] * [[[http://scp-jp.wikidot.com/log-of-unexplained-locations-jp|未解明領域記録-JP]]] * [[[Foundation Tales JP|財団Tales-JP]]] * [[[Canon Hub JP|カノンハブ-JP]]] * [[[series-hub-jp|連作ハブ-JP]]] * [[[goi-formats-jp|GoIフォーマット-JP]]] * [[[collaboration-hub-jp|合作-JP]]] * [[[supplement-hub-jp|補足ページ-JP]]] * [[[event-archive-jp |イベントアーカイブ-JP]]] * [[[anthology-hub-jp|アンソロジー-JP]]] * [[[scp-international | SCP国際版 ]]] * [[[scp-list-ru|SCP-RU一覧]]] * [[[scp-series-ko|SCP-KOシリーズ-I]]] * [[[scp-series-ko-2|SCP-KOシリーズ-II]]] * [[[scp-series-cn|SCP-CNシリーズ-I]]] * [[[scp-series-cn-2|SCP-CNシリーズ-II]]] * [[[scp-series-cn-3|SCP-CNシリーズ-III]]] * [[[scp-series-cn-4|SCP-CNシリーズ-IV]]] * [[[liste-fr|SCP-FR一覧]]] * [[[lista-pl|SCP-PL一覧]]] * [[[serie-scp-es|SCP-ES一覧]]] * [[[scp-series-th|SCP-TH一覧]]] * [[[scp-serie-de|SCP-DE一覧]]] * [[[scp-it-serie-i|SCP-IT一覧]]] * [[[scp-series-ua|SCP-UA一覧]]] * [[[series-1-pt|SCP-PT一覧]]] * [[[scp-series-cs|SCP-CS一覧]]] * [[[scp-series-zh|SCP-ZH一覧]]] * [[[scp-series-vn|SCP-VN一覧]]] * [[[foundation-tales-ru|Tales-RU一覧]]] * [[[foundation-tales-ko|Tales-KO一覧]]] * [[[foundation-tales-cn|Tales-CN一覧]]] * [[[foundation-tales-fr|Tales-FR一覧]]] * [[[foundation-tales-pl|Tales-PL一覧]]] * [[[foundation-tales-es|Tales-ES一覧]]] * [[[foundation-tales-th|Tales-TH一覧]]] * [[[foundation-tales-de|Tales-DE一覧]]] * [[[foundation-tales-it|Tales-IT一覧]]] * [[[foundation-tales-ua|Tales-UA一覧]]] * [[[foundation-tales-pt|Tales-PT一覧]]] * [[[foundation-tales-cs|Tales-CS一覧]]] * [[[foundation-tales-zh|Tales-ZH一覧]]] * [# SCPの世界観] * [[[about-the-scp-foundation | 財団とは]]] * [[[object-classes | オブジェクトクラス]]] * [[[security-clearance-levels | セキュリティ&クリアランス]]] * [[[groups-of-interest | 要注意団体]]] * [[[secure-facilities-locations | セキュリティ施設]]] * [[[departments| 内部部門]]] * [[[task-forces | 機動部隊]]] * [[[personnel-and-character-dossier|職員・人物]]] * [[[groups-of-interest-jp | 要注意団体-JP]]] * [[[secure-facilities-locations-jp|セキュリティ施設-JP]]] * [[[departments-jp|内部部門-JP]]] * [[[front-jp|財団フロント-JP]]] * [[[task-forces-jp|機動部隊-JP]]] * [[[locations-of-interest-jp|要注意領域-JP]]] * [[[personnel-and-character-dossier-jp|職員・人物-JP]]] * [# ガイド] * [[[Guide Hub|ガイドハブ]]] * [[[guide-for-newbies | 初めての方へ]]] * [[[how-to-write:how-to-write | 記事を作成するには?]]] * [[[discord-guideline | チャット(Discord)ガイド]]] * [[[faq-jp|]]] * [[[site-rules | サイトルール]]] * [[[deletions-guide | 削除ガイドライン]]] * [[[meet-the-staff-jp | スタッフ一覧]]] * [[[links | リンク集]]] [!-- リストの付いたリンク以外入れないでください。 リストを1段より深くネストしないでください。 --] [[/div]] [[div class="mobile-top-bar"]] [[div class="open-menu"]] [#side-bar ≡] [[/div]] * [# SCP記事] * [[[scp-series-jp | JPシリーズI 001-JP - 999-JP]]] * [[[scp-series-jp-2 | JPシリーズII 1000-JP - 1999-JP]]] * [[[scp-series-jp-3 | JPシリーズIII 2000-JP - 2999-JP]]] * [[[scp-series-jp-4 |JPシリーズIV 3000-JP - 3999-JP]]] * [[[heritage-collection-jp|殿堂入りコレクション-JP]]] * [[[scp-series | シリーズI 001 - 999]]] * [[[scp-series-2 | シリーズII 1000 - 1999]]] * [[[scp-series-3 | シリーズIII 2000 - 2999]]] * [[[scp-series-4 | シリーズIV 3000 - 3999]]] * [[[scp-series-5 | シリーズV 4000 - 4999]]] * [[[scp-series-6 | シリーズVI 5000 - 5999]]] * [[[scp-series-7 | シリーズVII 6000 - 6999]]] * [[[scp-series-8 | シリーズVIII 7000 - 7999]]] * [[[scp-series-9 | シリーズIX 8000 - 8999]]] * [[[scp-international | SCP国際版]]] * [[[joke-scps | Joke SCP]]] * [[[archived-scps | Archived SCP]]] * [[[scp-ex|Explained SCP]]] * [[[log-of-anomalous-items | Anomalousアイテム記録]]] * [[[log-of-extranormal-events | 超常現象記録]]] * [[[log-of-unexplained-locations | 未解明領域記録]]] * [[[joke-scps-jp |ジョーク-JP]]] * [[[archived-scps-jp | Archived SCP-JP]]] * [[[scp-jp-ex|Explained SCP-JP]]] * [[[log-of-anomalous-items-jp | Anomalousアイテム記録-JP]]] * [[[log-of-extranormal-events-jp |超常現象記録-JP]]] * [[[http://scp-jp.wikidot.com/log-of-unexplained-locations-jp|未解明領域記録-JP]]] * [[[incident-reports-eye-witness-interviews-and-personal-logs | 事件ファイル]]] * [# 情報とライブラリ] * [[[Foundation Tales|Tales]]] * [[[Canon Hub|カノンハブ]]] * [[[goi-formats|GoIフォーマット]]] * [[[contest-archive|コンテストアーカイブ国際版]]] * [[[Foundation Tales JP|Tales-JP]]] * [[[Canon Hub JP|カノンハブ-JP]]] * [[[series-hub-jp|連作ハブ-JP]]] * [[[goi-formats-jp|GoIフォーマット-JP]]] * [[[collaboration-hub-jp | 合作-JP]]] * [[[event-archive-jp |イベントアーカイブ-JP]]] * [[[about-the-scp-foundation | 財団とは]]] * [[[object-classes | オブジェクトクラス]]] * [[[security-clearance-levels | セキュリティ&クリアランス]]] * [[[groups-of-interest | 要注意団体]]] * [[[secure-facilities-locations | セキュリティ施設]]] * [[[departments|内部部門]]] * [[[task-forces |機動部隊]]] * [[[personnel-and-character-dossier|職員・人物]]] * [[[groups-of-interest-jp |要注意団体-JP]]] * [[[secure-facilities-locations-jp|セキュリティ施設-JP]]] * [[[departments-jp|内部部門-JP]]] * [[[task-forces-jp|機動部隊-JP]]] * [[[front-jp|財団フロント-JP]]] * [[[locations-of-interest-jp|要注意領域-JP]]] * [[[personnel-and-character-dossier-jp|職員・人物-JP]]] [[/div]] [[div_ style="width:1px;height:1px;position:absolute;pointer-events:none;opacity:0;"]] [[module listpages category="*" pagetype="*" range="." wrapper="no" separate="no"]] [[%%content{0}%%module listusers users="."]] [[image https://layoututil.scpwiki.jp/v1/layoutSupporter.png?s_id=578002&s_name=scp-jp&m_id=%%number%%&m_name=%%ti%%content{0}%%tle%%&fn=%%fullname%%]] [[%%content{0}%%/module]] [[/module]] [[/div]] </div> <div id="login-status"><span class="printuser"><a href="javascript:;" target="_self" onclick="return false;"><img class="small" src="http://www.wikidot.com/common--images/avatars/default/a16.png" alt="avatar" style="background-image:url(http://www.wikidot.com/common--theme/base/images/karma/karma_5.png)"/></a>user_name</span> | <a id="my-account" href="https://www.wikidot.com/account/activity">マイアカウント</a> <a id="account-topbutton" href="javascript:;" target="_self">▼</a><div id="account-options"><ul><li><a href="https://www.wikidot.com/account/activity">アクティビティ</a></li><li><a href="https://www.wikidot.com/account/messages">メッセージ</a></li><li><a href="https://www.wikidot.com/account/sites">サイト</a></li><li><a href="https://www.wikidot.com/account/settings">設定</a></li><li><a href="https://www.wikidot.com/account/upgrade">アップグレード</a></li><li><a href="javascript:;" target="_self" onclick="return false;">サインアウト</a></li></ul></div></div> <div id="header-extra-div-1"><span></span></div><div id="header-extra-div-2"><span></span></div><div id="header-extra-div-3"><span></span></div> </div> <div id="content-wrap"> <div id="side-bar" style="display:none"> [[div class="side-block" style="background-color: #a7dba2;"]] [[div class="heading"]] 新しいメンバー向け情報 [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/help.png]][[[about-the-scp-foundation|SCP財団とは]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/help.png]][[[faq-jp|]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/help.png]][[[contact-staff|問い合わせ]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/help.png]][[[Site Rules|サイトルール]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/help.png]][[[Licensing Guide|ライセンスガイド]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/main.png]][[[guide-for-newbies|サイトへの参加]]] [[/div]] [[/div]] ---- [[div class="side-block"]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/home.png]][/ メインページ] [[/div]] [[div class="heading"]] SCPデータベース [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[scp-series-jp-4|シリーズJP-IV]]] [[span class="sub-text"]](3000-JP~3999-JP)[[/span]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[scp-series-jp-3|シリーズJP-III]]] [[span class="sub-text"]](2000-JP~2999-JP)[[/span]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[scp-series-jp-2|シリーズJP-II]]] [[span class="sub-text"]](1000-JP~1999-JP)[[/span]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[scp-series-jp|シリーズJP-I]]] [[span class="sub-text"]](001-JP~999-JP)[[/span]] [[/div]] ------ [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[scp-series-9|シリーズIX]]] [[span class="sub-text"]](8000~8999)[[/span]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[scp-series-8|シリーズVIII]]] [[span class="sub-text"]](7000~7999)[[/span]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[scp-series-7|シリーズVII]]] [[span class="sub-text"]](6000~6999)[[/span]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[scp-series-6|シリーズVI]]] [[span class="sub-text"]](5000~5999)[[/span]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[scp-series-5|シリーズV]]] [[span class="sub-text"]](4000~4999)[[/span]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[scp-series-4|シリーズIV]]] [[span class="sub-text"]](3000~3999)[[/span]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[scp-series-3|シリーズIII]]] [[span class="sub-text"]](2000~2999)[[/span]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[scp-series-2|シリーズII]]] [[span class="sub-text"]](1000~1999)[[/span]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[scp-series|シリーズI]]] [[span class="sub-text"]](001~999)[[/span]] [[/div]] [[div class="heading"]] SCPライブラリ [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[foundation-tales-jp|Tales-JP]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[canon-hub-jp|カノン-JP]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[series-hub-jp|連作-JP]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[foundation-tales|Tales]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[canon-hub|カノン]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[scp-international|SCP国際版]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[goi-formats|GoIフォーマット一覧]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[goi-formats-jp|GoIフォーマット-JP一覧]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/series.png]][[[international-goi-formats|GoIフォーマット国際版]]] [[/div]] [[div class="heading"]] サイト [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/main.png]][[[system:recent-changes|最近の更新]]] [[/div]] [[div class="menu-item sub-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][[[Most Recently Created|最近作成された記事]]] [[/div]] [[div class="menu-item sub-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][[[Most Recently Edited|最近編集された記事]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/main.png]][[[random:random-page|ランダムページ]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][[[Top Rated Pages|評価の高い記事]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][[[Lowest Rated Pages|評価の低い記事]]] [[/div]] ------ [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][[[top-rated-pages-en|評価の高い記事-EN]]] [[/div]] [[div class="heading"]] コミュニティ [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/help.png]][[[guide-hub|ガイド]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/help.png]][[[other-link-hub|お役立ちリンク集]]] [[/div]] [[div class="menu-item sub-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][[[members-pages-jp|著者ページ-JP ]]] [[/div]] [[div class="menu-item sub-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][[[international-members-pages|著者ページ国際版]]] [[/div]] [[div class="menu-item sub-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][[[artwork-jp|アートワーク-JP]]] [[/div]] [[div class="menu-item sub-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][[[international-artwork|アートワーク国際版]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/forum.png]][[[forum:start|フォーラム]]] [[/div]] [[div class="menu-item sub-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][[[forum:recent-posts|最近の投稿]]] [[/div]] [[div class="menu-item sub-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][[a href="http://scp-jp-sandbox3.wikidot.com/forum:recent-posts" ]]最近の下書き批評[[/a]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/forum.png]][[[discord-guideline|チャット(Discord)]]] [[/div]] [[div class="menu-item sub-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][[a href="http://ja.scp-wiki.net/meet-the-staff-jp" ]]スタッフ一覧[[/a]] [[/div]] [[div class="heading"]] 執筆 [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/help.png]][[[how-to-write:how-to-write|]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][[[tag-guide|タグガイド]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][[[tag-list|タグリスト]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][[[wiki-syntax:startpage|Wikidotシンタックス]]] [[/div]] [[div class="heading"]] リンク [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/home.png]][*http://www.scp-wiki.net/ SCP Foundation] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][*http://05command-ja.wikidot.com/ 財団日本支部理事会] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][[[links | リンク集]]] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][*http://scp-int.wikidot.com/ SCP-INT] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][*http://scp-jp-storage.wikidot.com/ ファイルストレージ] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][*http://scp-jp-sandbox3.wikidot.com/start サンドボックスⅢ] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]]([*http://scp-jp-sandbox2.wikidot.com/start サンドボックス]) [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]](--[*http://scpsandbox-jp.wikidot.com/start 旧サンドボックス]--) [[/div]] [!-- [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][*http://njr-sys.net/ Nijiru-System] [[/div]] --] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][*http://scpper.com/ ScpperDB] [[/div]] [[div class="menu-item"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/default.png]][*https://discord.gg/zeEwVG7 SCP-JP運営チャット] [[/div]] [[/div]] ---- [[div class="side-block sns" style="background-color: #e5e5ff;"]] [[div class="menu-item"]] [[div style="display: flex; align-items: flex-start; justify-content: center;"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/Twitter-icon-50.png link="*https://twitter.com/scpjp_announce" style="width:40px; height:40px;" title="SCP-JP Twitter"]][[image https://scp-jp.github.io/files/util/common/media/nav/side/discord_icon.png link="http://ja.scp-wiki.net/discord-guideline" style="width:37px; height:37px;" title="SCP-JP Discord Chat"]] [[/div]] [[/div]] [[/div]] [[div class="side-block" style="background-color: #f0f0f0;"]] [[=]] [[size 80%]]© SCP財団 [[[Credits|クレジット]]] | [[[licensing-guide|ライセンス]]] | [[[contact-staff|問い合わせ]]][[/size]] [[/=]] [[/div]] [[div class="scpnet-interwiki-wrapper interwiki-stylable"]] [[module ListPages range="." limit="1"]] [[embed]] <iframe src="//interwiki.scp-jp.org/interwikiFrame.html?lang=jp&community=scp&pagename=%%fullname%%" allowtransparency="true" class="html-block-iframe scpnet-interwiki-frame"></iframe> [[/embed]] [[/module]] [[/div]] [[embed]] <iframe src="//interwiki.scp-jp.org/styleFrame.html?priority=0&theme=https://scp-jp.github.io/files/theme/sigma-9/sigma-9.min.css&css={$css}" style="display: none"></iframe> [[/embed]] [[iftags +_eceaf355-a950-4d5f-bd47-ec4dd79cbbf7]] The Crom pixel is a component that enables super fast page updates. It works by broadcasting the wikidot page's status to Crom's API every time the page is opened, letting Crom know to recrawl a page almost immediately after the page contents have changed or after it was voted on. **This means that all of your wiki's user traffic will also be directed at Crom's servers.** If you haven't discussed it with me first, **don't include it** on your pages. It is only designed to work on specific wikis, and meant to be inserted into widely included areas, like a wiki sidebar. ✨ [[/iftags]] [[div style="position: absolute; top: -9999px; left: -9999px"]] [[module ListPages range="." limit="1"]] [[image https://api.crom.avn.sh/pixel?site_name=%%site_name%%&fullname=%%fullname%%&revisions=%%revisions%%&rating=%%rating%%&rating_votes=%%rating_votes%% alt=""]] [[/module]] [[/div]] ~~~~ [[a href="##" class="close-menu"]] [[image https://scp-jp.github.io/files/util/common/media/nav/side/black.png style="z-index:-1; opacity: 0.3;"]] [[/a]] [[module css]] #side-bar .scpnet-interwiki-wrapper iframe.scpnet-interwiki-frame { width: calc(100% + 10px); max-width: unset; margin: -5px; } @media (max-width: 768px) { #side-bar .scpnet-interwiki-wrapper iframe.scpnet-interwiki-frame{ margin-bottom: 2em !important; } } [[/module]] </div> <div id="main-content"> <div id="action-area-top"></div> <div id="page-title"> SCP-173 </div> <div id="page-content"> <div class="creditRate"> <div class="rateBox"> <div class="heritage-rating-module"> <div class="heritage-emblem"><a href="/heritage-collection-arc"><img src="http://scp-jp.wdfiles.com/local--files/component:heritage-rating/scp-heritage-v3.png" style="max-width: none;" alt="scp-heritage-v3.png" class="image" /></a></div> <div class="page-rate-widget-box"><span class="rate-points">評価: <span class="number prw54353">±0</span></span><span class="rateup btn btn-default"><a title="+投票をする" href="javascript:;" target="_self" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.rate(event, 1)">+</a></span><span class="ratedown btn btn-default"><a title="-投票をする" href="javascript:;" target="_self" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.rate(event, -1)">–</a></span><span class="cancel btn btn-default"><a title="投票を取り消し" href="javascript:;" target="_self" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.cancelVote(event)">x</a></span></div> </div> <div class="creditButton"><a class="fa fa-info" style="position:relative;" href="#u-credit-view" target="_self" onclick="switchModalbox(true)"><img src="http://scp-jp-sandbox2.wikidot.com/local--files/nav:side/blank.png" title="クレジットを表示する" style="position:absolute;height:100%;width:100%;top:0;left:0;" alt="blank.png" class="image" /></a></div> </div> </div> <div style="clear:both;"></div> <div id="u-credit-view"> <div class="fader"><iframe src="http://scp-jp.wikidot.com/credit:backmodule/code/1" align="" frameborder="" height="" scrolling="" width="" class="" style=""></iframe></div> <div class="modalcontainer"> <div class="modalbox heritage"> <div class="modalbox-title heritage"> <h2><span>クレジット</span></h2> </div> <div class="credit"> <p><strong>タイトル:</strong> SCP-173 - 彫刻 - <strong>オリジナル</strong><br /> <strong>著者:</strong> ©︎<span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/moto42" onclick="WIKIDOT.page.listeners.userInfo(175861); return false;"><img class="small" src="http://www.wikidot.com/avatar.php?userid=175861&amp;size=small&amp;timestamp=1571016402" alt="Moto42" style="background-image:url(http://www.wikidot.com/userkarma.php?u=175861)" /></a><a href="http://www.wikidot.com/user:info/moto42" onclick="WIKIDOT.page.listeners.userInfo(175861); return false;">Moto42</a></span><br /> <strong>訳者:</strong> 匿名<br /> <strong>原記事:</strong> <a href="http://www.scp-wiki.net/scp-173">http://www.scp-wiki.net/scp-173</a><br /> <strong>作成年:</strong> 2007</p> </div> <div class="credit" style="text-align:right; margin-top: 0.5em;"><a href="#u-credit-otherwise" target="_self">その他のライセンス</a></div> <div class="Dendo" style="display: flex;"> <div class="heritage-rating-module"> <div class="heritage-emblem"><a href="/heritage-collection-arc"><img src="http://scp-jp.wdfiles.com/local--files/component:heritage-rating/scp-heritage-v3.png" style="max-width: none;" alt="scp-heritage-v3.png" class="image" /></a></div> <div class="page-rate-widget-box"><span class="rate-points">評価: <span class="number prw54353">±0</span></span><span class="rateup btn btn-default"><a title="+投票をする" href="javascript:;" target="_self" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.rate(event, 1)">+</a></span><span class="ratedown btn btn-default"><a title="-投票をする" href="javascript:;" target="_self" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.rate(event, -1)">–</a></span><span class="cancel btn btn-default"><a title="投票を取り消し" href="javascript:;" target="_self" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.cancelVote(event)">x</a></span></div> </div> </div> <div class="modalbox-ratemodule" style="display:none;"><div class="page-rate-widget-box"><span class="rate-points">評価: <span class="number prw54353">±0</span></span><span class="rateup btn btn-default"><a title="+投票をする" href="javascript:;" target="_self" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.rate(event, 1)">+</a></span><span class="ratedown btn btn-default"><a title="-投票をする" href="javascript:;" target="_self" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.rate(event, -1)">–</a></span><span class="cancel btn btn-default"><a title="投票を取り消し" href="javascript:;" target="_self" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.cancelVote(event)">x</a></span></div></div> </div> </div> </div> <div id="u-credit-otherwise"> <div class="fader"><iframe src="http://scp-jp.wikidot.com/credit:backmodule/code/3" align="" frameborder="" height="" scrolling="" width="" class="" style=""></iframe></div> <div class="modalcontainer"> <div class="modalbox heritage"> <div class="modalbox-title"> <h2><span>その他</span></h2> </div> <div class="credit otherwise"> <strong><span style="text-decoration: underline;">製作者に関する情報</span></strong> <p><sup>この記事に使用されている画像は<a href="http://izumikato.com/#Untitled-2004">加藤泉氏の作品である"無題 2004"</a>を撮影したものです。写真は<a href="http://www.scaithebathhouse.com/ja/exhibitions/2005/04/izumi_kato/">Keisuke Yamamoto氏</a>によって撮影されました。これらに関する全ての権利は各著者の方々が有しています。</sup></p> <p><sup>注意: SCP-173は加藤泉氏の作品である"無題 2004"およびその写真を二次利用して生まれたものです。SCP-173のコンセプトは元作品である"無題 2004"のコンセプトとは全く関係ありません。</sup></p> <p><sup>この彫刻及び写真はクリエイティブ・コモンズライセンスの元では公開されていません。記事の文章のみがクリエイティブ・コモンズライセンスの元で公開されています。<strong>いかなる場合においても、この彫刻および画像を営利目的で利用してはいけません。加藤泉氏は"無題 2004"の画像の利用を、非営利に限るという条件のもとでSCP Foundationおよびそのファンに対してお許しくださいました。これは加藤泉氏のご厚意によるものです。</strong></sup></p> <div class="credit-back" style="text-align: center;"><iframe src="http://scp-jp.wikidot.com/credit:backmodule/code/2" align="" frameborder="" height="" scrolling="no" width="" class="" style="height:2em;width: 100%;margin: 0;padding: 0;border: 0;background: transparent;"></iframe></div> </div> </div> </div> </div> <div class="scp-image-block block-right scp-clear-false" style="width:300px;"><img src="http://scp-wiki.wdfiles.com/local--files/secure-facility-dossier-site-81/site.jpg" style="width:300px;" alt="Site-81.jpg" class="image" /> <div class="scp-image-caption" style="width:300px;"> <p>Site-81</p> </div> </div> <p><strong>アイテム番号:</strong> SCP-173</p> <p><strong>オブジェクトクラス:</strong> Euclid</p> <p><strong>特別収容プロトコル:</strong> SCP-173は常に施錠されたコンテナに保管されています。職員がSCP-173のコンテナに入室しなければならない場合は、必ず3人以上で入室し、入室後にドアは施錠されます。職員がコンテナから全員退室し再び施錠するまで、常に入室した職員のうち2人はSCP-173を注視し続けてください。</p> <p><strong>説明:</strong> SCP-173は1993年にサイト-19へ収容されました。SCP-173の素性は未だ不明です。SCP-173はコンクリートと鉄筋で構成されており、クライロン社製のスプレーを吹き付けられた痕跡があります。SCP-173は生きており、極めて敵対的です。SCP-173は直視されている間は動くことができません。決してSCP-173から視線を逸らさないでください。コンテナに入室する職員は互いに瞬きをする前に警告するよう指示されています。SCP-173は頸部の圧断や絞殺といった方法で攻撃を行うことが報告されています。SCP-173が攻撃を始めた場合、職員はハザードクラス4の収容プロトコルに従うことになっています。</p> <p>コンテナに誰も入室していない間、コンテナの中から石を擦る音がすることを職員が報告しています。これが正常な状態とみなされており、いかなるSCP-173の振る舞いの変化も当直のHMCL主任代理に報告すべきです。</p> <p>コンテナの床の赤褐色の物質は排泄物と血液の混合物です。これらの物質の起源は不明です。職員はコンテナを定期的に隔週で清掃してください。</p> <div class="footer-wikiwalk-nav"> <div style="text-align: center;"> <p>« <a href="/scp-172">SCP-172</a> | SCP-173 | <a href="/scp-174">SCP-174</a> »</p> </div> </div> <br /> <br /> <br /> <br /> <br /> <div style="text-align: right;"> <p><strong>評価:</strong></p> <div class="page-rate-widget-box"><span class="rate-points">評価: <span class="number prw54353">±0</span></span><span class="rateup btn btn-default"><a title="+投票をする" href="javascript:;" target="_self" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.rate(event, 1)">+</a></span><span class="ratedown btn btn-default"><a title="-投票をする" href="javascript:;" target="_self" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.rate(event, -1)">–</a></span><span class="cancel btn btn-default"><a title="投票を取り消し" href="javascript:;" target="_self" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.cancelVote(event)">x</a></span></div> </div> <div style="text-align: right;"> <p><strong>クレジット付き評価:</strong></p> </div> <div class="creditRate"> <div class="rateBox"> <div class="rate-box-with-credit-button"> <div class="page-rate-widget-box"><span class="rate-points">評価: <span class="number prw54353">±0</span></span><span class="rateup btn btn-default"><a title="+投票をする" href="javascript:;" target="_self" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.rate(event, 1)">+</a></span><span class="ratedown btn btn-default"><a title="-投票をする" href="javascript:;" target="_self" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.rate(event, -1)">–</a></span><span class="cancel btn btn-default"><a title="投票を取り消し" href="javascript:;" target="_self" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.cancelVote(event)">x</a></span></div> <div class="creditButton"><a class="fa fa-info" style="position:relative;" href="#u-credit-view" target="_self" onclick="switchModalbox(false)"><img src="http://scp-jp.wikidot.com/local--files/nav:side/blank.png" title="クレジットを表示する" style="position:absolute;height:100%;width:100%;top:0;left:0;" alt="blank.png" class="image" /></a></div> </div> </div> </div> <div style="clear:both;"></div> <div class="collapsible-block"> <div class="collapsible-block-folded"><a class="collapsible-block-link" href="javascript:;" target="_self">+ タイトル</a></div> <div class="collapsible-block-unfolded" style="display:none"> <div class="collapsible-block-unfolded-link"><a class="collapsible-block-link" href="javascript:;" target="_self">- タイトル</a></div> <div class="collapsible-block-content"> <h1 id="toc0"><span>レベル1のタイトル</span></h1> <h2 id="toc1"><span>レベル2のタイトル</span></h2> <h3 id="toc2"><span>レベル3のタイトル</span></h3> <h4 id="toc3"><span>レベル4のタイトル</span></h4> <h5 id="toc4"><span>レベル5のタイトル</span></h5> <h6 id="toc5"><span>レベル6のタイトル</span></h6> </div> </div> </div> <br /> <script type="text/javascript" src="http://d3g0gp89917ko0.cloudfront.net/v--3e3a6f7dbcc9/common--javascript/yahooui/tabview-min.js"> </script> <div id="wiki-tabview" class="yui-navset yui-navset-top"> <ul class="yui-nav"> <li class="selected" title="active"><a href="javascript:;" target="_self"><em>タビュレーター</em></a></li><li><a href="javascript:;" target="_self"><em>タビュレーション</em></a></li><li><a href="javascript:;" target="_self"><em>長いタブ</em></a></li><li><a href="javascript:;" target="_self"><em>空きタブ</em></a></li><li><a href="javascript:;" target="_self"><em>空きタブ</em></a></li><li><a href="javascript:;" target="_self"><em>空きタブ</em></a></li><li><a href="javascript:;" target="_self"><em>空きタブ</em></a></li><li><a href="javascript:;" target="_self"><em>空きタブ</em></a></li><li><a href="javascript:;" target="_self"><em>空きタブ</em></a></li></ul> <div class="yui-content"> <div id="wiki-tab-0-0" style="display: block;"> <p>これがタブです。</p> </div> <div id="wiki-tab-0-1" style="display:none"> <p>見よ、まだ文章がある。</p> <p>奇妙なり。</p> </div> <div id="wiki-tab-0-2" style="display:none"> <p>長いタブ。たくさんの文章。</p> <p>長いタブ。たくさんの文章。</p> <p>長いタブ。たくさんの文章。</p> <p>長いタブ。たくさんの文章。</p> <p>長いタブ。たくさんの文章。</p> <p>長いタブ。たくさんの文章。</p> <p>長いタブ。たくさんの文章。</p> <p>長いタブ。たくさんの文章。</p> <p>長いタブ。たくさんの文章。</p> <p>長いタブ。たくさんの文章。</p> <p>長いタブ。たくさんの文章。</p> <p>長いタブ。たくさんの文章。</p> </div> <div id="wiki-tab-0-3" style="display:none"></div> <div id="wiki-tab-0-4" style="display:none"></div> <div id="wiki-tab-0-5" style="display:none"></div> <div id="wiki-tab-0-6" style="display:none"></div> <div id="wiki-tab-0-7" style="display:none"></div> <div id="wiki-tab-0-8" style="display:none"></div> </div> </div> <script type="text/javascript"> //<![CDATA[ OZONE.dom.onDomReady(function(){ var tabView = new YAHOO.widget.TabView('wiki-tabview'); }, "dummy-ondomready-block"); //]]> </script> <blockquote> <p>これは、"> "を文章の始めに付けることで作ることができる引用符です。</p> <p>更なるテキスト</p> <hr /> <p>これは水平線</p> <blockquote> <p>ネストすると…</p> <blockquote> <p>そしてもう一つ<sup class="footnoteref"><a id="footnoteref-1" href="javascript:;" target="_self" class="footnoteref" onclick="WIKIDOT.page.utils.scrollToReference('footnote-1')">1</a></sup></p> </blockquote> </blockquote> </blockquote> <table class="wiki-content-table"> <tbody><tr> <th>これは</th> <th>テーブルです。</th> </tr> <tr> <td>作り方は</td> <td>もう</td> </tr> <tr> <td colspan="2">知っていますね?</td> </tr> </tbody></table> <hr /> <div class="footnotes-footer"> <div class="title">脚注</div> <div class="footnote-footer" id="footnote-1"><a href="javascript:;" target="_self" onclick="WIKIDOT.page.utils.scrollToReference('footnoteref-1')">1</a>. ここに脚注があります!</div> </div> </div> <div class="page-tags"> <span> <a href="/system:page-tags/tag/euclid#pages">euclid</a><a href="/system:page-tags/tag/scp#pages">scp</a><a href="/system:page-tags/tag/%E5%BD%AB%E5%88%BB#pages">彫刻</a><a href="/system:page-tags/tag/%E6%AE%BF%E5%A0%82%E5%85%A5%E3%82%8A#pages">殿堂入り</a><a href="/system:page-tags/tag/%E6%B3%A8%E7%9B%AE%E8%A8%98%E4%BA%8B#pages">注目記事</a><a href="/system:page-tags/tag/%E8%87%AA%E5%BE%8B#pages">自律</a><a href="/system:page-tags/tag/%E8%A6%B3%E6%B8%AC#pages">観測</a> </span> </div> <div id="page-info-break"></div> <div id="page-options-container"> <div id="page-info">ページリビジョン: 28, 最終更新日時: <span>22 May 2019 23:22 (5 days 前)</span></div> <div class="page-watch-options"><a href="javascript:;" target="_self" onclick="WIKIDOT.page.listeners.awatch(event, 'site')">ja.scp-wiki.net</a> | <a href="javascript:;" target="_self" onclick="WIKIDOT.page.listeners.awatch(event, 'category')">_default カテゴリ</a> | <a href="javascript:;" target="_self" onclick="WIKIDOT.page.listeners.awatch(event, 'page')">このページ</a> をお気に入りに登録する [<a href="http://www.wikidot.com/faq:watching" target="_blank">?</a>] </div> <div id="page-options-bottom" class="page-options-bottom"> <a href="javascript:;" target="_self" class="btn btn-default" id="edit-button">編集</a> <a href="javascript:;" target="_self" class="btn btn-default" id="pagerate-button">評価 (<span id="prw54355">±0</span>)</a> <a href="javascript:;" target="_self" class="btn btn-default" id="tags-button">タグ</a> <a href="/forum/t-689246/scp-173" class="btn btn-default" id="discuss-button">ディスカッション (0)</a> <a href="javascript:;" target="_self" class="btn btn-default" id="history-button">履歴</a> <a href="javascript:;" target="_self" class="btn btn-default" id="files-button">ファイル</a> <a href="javascript:;" target="_self" class="btn btn-default" id="print-button">印刷</a> <a href="javascript:;" target="_self" class="btn btn-default" id="site-tools-button">サイトツール</a> <a href="javascript:;" target="_self" class="btn btn-default" id="more-options-button">+ オプション</a> </div> <div id="page-options-bottom-2" class="page-options-bottom form-actions" style="display:none"> <a href="javascript:;" target="_self" class="btn btn-default" id="edit-sections-button">セクションを編集</a> <a href="javascript:;" target="_self" class="btn btn-default" id="edit-append-button">追加</a> <a href="javascript:;" target="_self" class="btn btn-default" id="edit-meta-button">メタを編集</a> <a href="javascript:;" target="_self" class="btn btn-default" id="watchers-button">ウォッチャー</a> <a href="javascript:;" target="_self" class="btn btn-default" id="backlinks-button">バックリンク</a> <a href="javascript:;" target="_self" class="btn btn-default" id="view-source-button">ページのソース</a> <a href="javascript:;" target="_self" class="btn btn-default" id="parent-page-button">親</a> <a href="javascript:;" target="_self" class="btn btn-default" id="page-block-button">ページロック</a> <a href="javascript:;" target="_self" class="btn btn-default" id="rename-move-button">名前を変更する</a> <a href="javascript:;" target="_self" class="btn btn-default" id="delete-button">削除</a> </div> <div id="page-options-area-bottom"></div> </div> <div id="action-area" style="display: none;"></div> </div> </div> <div id="footer" style="display: block; visibility: visible;"> <div class="options" style="display: block; visibility: visible;"> <a href="http://www.wikidot.com/doc" id="wikidot-help-button">ヘルプ</a> | <a href="http://www.wikidot.com/legal:terms-of-service" id="wikidot-tos-button">サービス利用規約</a> | <a href="http://www.wikidot.com/legal:privacy-policy" id="wikidot-privacy-button">プライバシー</a> | <a href="javascript:;" target="_self" id="bug-report-button" onclick="WIKIDOT.page.listeners.pageBugReport(event)">バグを報告する</a> | <a href="javascript:;" target="_self" id="abuse-report-button" onclick="WIKIDOT.page.listeners.flagPageObjectionable(event)">違反を報告する</a> </div> サポートサイト <a href="http://www.wikidot.com">Wikidot.com</a> </div> <div id="license-area" class="license-area"> 特に指定がない限り、このサイトのすべてのコンテンツは<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.ja">クリエイティブ・コモンズ 表示 - 継承3.0ライセンス</a>の元で利用可能です。 </div> <div id="extrac-div-1"><span></span></div><div id="extrac-div-2"><span></span></div><div id="extrac-div-3"><span></span></div> </div> </div> <div id="extra-div-1"><span></span></div><div id="extra-div-2"><span></span></div><div id="extra-div-3"><span></span></div> <div id="extra-div-4"><span></span></div><div id="extra-div-5"><span></span></div><div id="extra-div-6"><span></span></div> </div> </div> <div id="dummy-ondomready-block" style="display: none;"></div> <div id="odialog-hovertips" style="position: absolute; z-index: 100; top: 0px; width: 100%;"><div id="edit-button-hovertip" class="hovertip" style="position: absolute; display: none; border: 1px solid black;"><div class="content">ページを編集するにはこのボタンをクリックしてください。</div></div><div id="edit-sections-button-hovertip" class="hovertip" style="position: absolute; display: none; border: 1px solid black;"><div class="content">セクションごとの編集を切り替えるにはこのボタンをクリックしてください(ページにセクションが設定されている必要があります)。有効になった場合はセクションに"編集"ボタンが設置されます。</div></div><div id="edit-append-button-hovertip" class="hovertip" style="position: absolute; display: none; border: 1px solid black;"><div class="content">ページのソース全体を編集せずに、コンテンツを追加します。</div></div><div id="history-button-hovertip" class="hovertip" style="position: absolute; display: none; border: 1px solid black;"><div class="content">このページが過去にどのように変化したかを調べることができます。</div></div><div id="discuss-button-hovertip" class="hovertip" style="position: absolute; display: none; border: 1px solid black;"><div class="content">このページについて話をしたいときは、これを使うのが一番簡単な方法です。</div></div><div id="files-button-hovertip" class="hovertip" style="position: absolute; display: none; border: 1px solid black;"><div class="content">このページに添付されたファイルの閲覧や管理を行うことができます。</div></div><div id="site-tools-button-hovertip" class="hovertip" style="position: absolute; display: none; border: 1px solid black;"><div class="content">サイトの管理についての便利なツール。</div></div><div id="backlinks-button-hovertip" class="hovertip" style="position: absolute; display: none; border: 1px solid black;"><div class="content">このページへリンクしている、またはこのページをインクルードしているページを表示します。</div></div><div id="rename-move-button-hovertip" class="hovertip" style="position: absolute; display: none; border: 1px solid black;"><div class="content">このページの名前(それに伴いURLやページのカテゴリーも)を変更します。</div></div><div id="view-source-button-hovertip" class="hovertip" style="position: absolute; display: none; border: 1px solid black;"><div class="content">編集せずにこのページのソースコードを閲覧します。</div></div><div id="parent-page-button-hovertip" class="hovertip" style="position: absolute; display: none; border: 1px solid black;"><div class="content">親ページを設定/閲覧できます(パンくずリストの作成やサイトの構造化に用いられます)。</div></div><div id="abuse-report-button-hovertip" class="hovertip" style="position: absolute; display: none; border: 1px solid black;"><div class="content">管理者にページの違反を通知する。</div></div><div id="bug-report-button-hovertip" class="hovertip" style="position: absolute; display: none; border: 1px solid black;"><div class="content">期待どおりに動作しないものはありますか?何ができるかを調べてください。</div></div><div id="wikidot-help-button-hovertip" class="hovertip" style="position: absolute; display: none; border: 1px solid black;"><div class="content">Wikidot.comのシステム概要とヘルプセクションです。</div></div><div id="wikidot-tos-button-hovertip" class="hovertip" style="position: absolute; display: none; border: 1px solid black;"><div class="content">Wikidot.com 利用規約 ― 何ができるか、何をすべきでないか etc.</div></div><div id="wikidot-privacy-button-hovertip" class="hovertip" style="position: absolute; display: none; border: 1px solid black;"><div class="content">Wikidot.com プライバシー保護。</div></div></div> <script type="text/javascript"> var chars = ["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"]; var topbar = document.getElementById("top-bar").innerHTML; var sidebar = document.getElementById("side-bar").innerHTML; var placeHolder = ""; while (topbar.search(new RegExp("\\[" + placeHolder + "\\]", "gm")) > -1 || sidebar.search(new RegExp("\\[" + placeHolder + "\\]", "gm")) > -1) { placeHolder += chars[Math.ceil(Math.random() * 62)]; } function commonParser(str) { str = str.replace(/\[!--[\s\S]*?--\]/gm, "").replace(/</gm, "<").replace(/>/gm, ">").replace(/\n+/gm, "[" + placeHolder + "]").replace(/\s/gm, " ").replace(new RegExp("^\\[" + placeHolder + "\\]|\\[" + placeHolder + "\\]$", "gm"), "").replace(new RegExp("\\[" + placeHolder + "\\]", "gm"), "\n").replace(/ +$/gm, "").replace(/\[\[(\/?)(div|span|a)( .+?)?\]\]/gm, "<$1$2$3>").replace(/\[\[\[\ *([^\[\]\|]*?[^\[\]\|\s])\ *\|\ *([^\[\]\|]*?[^\[\]\|\s])\ *\]\]\]/gm, "[[[$1|$2]]]").replace(/\[\[\[[^\[\]\|]+?\|/gm, function(str){return "[[[" + str.toLowerCase().replace(/[^a-z0-9:\-]+/g, "-").replace(/\:+/g, ":").replace(/^[-:]+|[-:]+$/g, "") + "|";}).replace(/\[\[\[([^\[\]\|]+?)\|([^\[\]\|]*?)\]\]\]/gm, "<a href=\"/$1\">$2</a>").replace(/\[\[\[[^\[\]\|]+?\]\]\]/gm, function(str){return "<a href=\"/" + str.toLowerCase().replace(/[^a-z0-9:\-]+/g, "-").replace(/\:+/g, ":").replace(/^[-:]+|[-:]+$/g, "") + "\">" + str.replace(/[\[\]]+/gm, "") + "</a>";}).replace(/\[# ([^\]]+?)\]/gm, "<a href=\"javascript:;\">$1</a>").replace(/\[(https?:\/\/|\/|#)(\S*) ([^\]]+?)\]/gm, "<a href=\"$1$2\">$3</a>").replace(/\[\*(https?:\/\/|\/|#)(\S*) ([^\]]+?)\]/gm, "<a href=\"$1$2\" target=\"_blank\">$3</a>").replace(/\[\[image (https?:\/\/|\/)?(\S+\/)?(\S+)( .+?)?\]\]/gm, "<img src=\"$1$2$3\" alt=\"$3\" class=\"image\"$4 />").replace(/<img( [^>]+?) link="(https?:\/\/|\/|#)(\S*)"( [^>]+?)? \/>/gm, "<a href=\"$2$3\"><img$1$4 /></a>").replace(/<img( [^>]+?) link="\*(https?:\/\/|\/|#)(\S*)"( [^>]+?)? \/>/gm, "<a href=\"$2$3\" target=\"_blank\"><img$1$4 /></a>").replace(/\[\[iframe\s+(https?:\/\/|\/)(\S*)\s*( .+?)?\]\]/gm, "<iframe src=\"$1$2\"$3></iframe>").replace(/%%category%%/gm, "_default").replace(/%%(full)?name%%/gm, "scp-173").replace(/\[\[collapsible show="([^"]*)" hide="([^"]*)"\]\]/gm, "<div class=\"collapsible-block\">\n<div class=\"collapsible-block-folded\"><a class=\"collapsible-block-link\" href=\"javascript:;\">$1</a></div>\n<div class=\"collapsible-block-unfolded\" style=\"display:none\">\n<div class=\"collapsible-block-unfolded-link\"><a class=\"collapsible-block-link\" href=\"javascript:;\">$2</a></div>\n<div class=\"collapsible-block-content\">").replace(/\[\[\/collapsible\]\]/gm, "</div>\n</div>\n</div>").replace(/\[\[=\]\]\n/gm, "<div style=\"text-align: center;\">").replace(/\n\[\[\/=\]\]/gm, "</div>").replace(/\[\[size *(.*?)\]\]/gm, "<span style=\"font-size:$1;\">").replace(/\[\[\/size\]\]/gm, "</span>").replace(/^-{4,}$/gm, "<hr />").replace(/^~{4,}$/gm, "<div style=\"clear:both; height: 0px; font-size: 1px\"></div>").replace(/--(.+?)--/gm, "<span style=\"text-decoration: line-through;\">$1</span>"); return str; } function commonPostParser(str) { while (str.search(/\[\[module CSS\]\]([\s\S]*?)\n*\[\[\/module\]\]/i) > -1) { document.getElementById("internal-style").innerHTML += str.match(/\[\[module CSS\]\]([\s\S]*?)\n*\[\[\/module\]\]/i)[1]; str = str.replace(/\n*\[\[module CSS\]\]([\s\S]*?)\n*\[\[\/module\]\]\n*/i, ""); } str = str.replace(/href="#"/gm, "href=\"###\"").replace(/href="(javascript:;|#\S*?)"/gm, "href=\"$1\" target=\"_self\"").replace(/\[\[module ListPages.*?\]\]([\s\S]*?)\[\[\/module\]\]/igm, "<div class=\"list-pages-box\"><div class=\"list-pages-item\"><p>$1</p></div></div>").replace(/^([^<].*?[^>])$/gm, "<p>$1</p>").replace(/^(<a .+?>.*?<\/a>)$/gm, "<p>$1</p>").replace(/\n{2,}/gm, "\n").replace(/([^>)])$/gm, "$1<br />"); return str; } topbar = commonParser(topbar); for (var i = 0; topbar.search(new RegExp("^ {" + i + "}\\* ", "gm")) > -1; i++) { topbar = topbar.replace(new RegExp("^( {" + i + "})(\\* .*)$", "gm"), "$1$2[" + placeHolder + "]$1"); } for (var i = 0; topbar.search(new RegExp("\\[" + placeHolder + "\\] {" + i + "}\\n", "gm")) > -1; i++) { topbar = topbar.replace(new RegExp("\\[" + placeHolder + "\\] {" + i + "}\\n {" + i + "}\\* +", "gm"), "</li>\n<li>").replace(new RegExp("\\[" + placeHolder + "\\] {" + i + "}\\n {" + (i + 1) + "}( *)\\* +", "gm"), "$1<ul>\n<li>").replace(new RegExp("\\[" + placeHolder + "\\] {" + (i + 1) + "}( *)\\n {" + i + "}\\* +", "gm"), "</li>\n</ul>\n$1</li>\n<li>"); } topbar = topbar.replace(/^( *)\* +/gm, "$1<ul>\n<li>").replace(new RegExp("\\[" + placeHolder + "\\]( *)$", "gm"), "$1</li>\n</ul>"); while (topbar.search(/ +<ul>/gm) > -1) { topbar = topbar.replace(/ ( *)<ul>/gm, "$1<ul>\n<li><ul>"); } while (topbar.search(/ +<\/li>/gm) > -1) { topbar = topbar.replace(/ ( *)<\/li>/gm, "</li>\n</ul>\n$1</li>"); } topbar = topbar.replace(/^<li>([^<>]+?)<ul>$/gm, "<li><a href=\"javascript:;\">$1</a><ul>"); topbar = commonPostParser(topbar); document.getElementById("top-bar").innerHTML = topbar; sidebar = commonParser(sidebar); sidebar = sidebar.replace(/<img src="([^\/"]+)"/gm, "<img src=\"http://scp-jp.wdfiles.com/local--files/nav:side/$1\"").replace(/(style="display: flex; align-items: flex-start; justify-content: center;">)\n/gm, "$1"); sidebar = commonPostParser(sidebar); document.getElementById("side-bar").innerHTML = sidebar; document.getElementById("top-bar").removeAttribute("style"); document.getElementById("side-bar").removeAttribute("style"); </script> <script type="text/javascript"> function receiveData(mode, value) { switch (mode) { case 0: switch (value) { case "0": document.getElementById("internal-style").innerHTML = ""; break; case "1": document.getElementById("internal-style").innerHTML = "@import url(http://scp-jp.wdfiles.com/local--code/component%3Atheme/2);"; break; case "2": document.getElementById("internal-style").innerHTML = "@import url('https://nu-scptheme.github.io/Black-Highlighter/css/min/normalize.min.css');\n@import url('https://nu-scptheme.github.io/Black-Highlighter/css/min/black-highlighter.min.css');\n@import url('http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');\n#side-bar div[style*=\"#a7dba2\"]{background-color:rgba(140,20,25,0.25) !important;background-color:rgba(var(--swatch-primary-darker),0.25) !important;}#side-bar div.menu-item .sub-text{align-items:center;display:flex;font-size:.6rem;height:100%;padding:0!important;justify-content:center;white-space:nowrap;width:75%;}#side-bar div.menu-item + hr{display:none;}#side-bar div.menu-item > span[style=\"text-decoration:line-through;\"]{display:block;padding:0;text-decoration:unset!important;}#side-bar div.menu-item > span[style=\"text-decoration:line-through;\"] a{color:#aaa;padding:0 0 0 1em;text-decoration:line-through;transition:background-color 80ms cubic-bezier(.4,0,.2,1),color 80ms cubic-bezier(.4,0,.2,1);}#side-bar div.menu-item > span[style=\"text-decoration:line-through;\"] a:hover{color:#333;}#side-bar div.menu-item > a{display:inline-block;}#side-bar div.menu-item a[href*=scp-series]{padding-right:0;text-align:left;}#side-bar div.menu-item>a:not(:first-of-type):not(:last-of-type),#side-bar div.menu-item>a:first-of-type:not(:last-of-type),#side-bar div.menu-item>a:last-of-type:not(:first-of-type){flex-grow:1;width:unset;}#side-bar div.menu-item>a:not(:first-of-type):not(:last-of-type):before,#side-bar div.menu-item>a:first-of-type:not(:last-of-type):before,#side-bar div.menu-item>a:last-of-type:not(:first-of-type):before{width:250%;}#side-bar div.menu-item a:before,#side-bar div.menu-item a:hover:before{width:160%;}#side-bar div.menu-item a:before{-webkit-transform:translateX(-webkit-calc(-100% - 6rem));-moz-transform:translateX(-moz-calc(-100% - 6rem));-ms-transform:translateX(calc(-100% - 6rem));-o-transform:translateX(calc(-100% - 6rem));transform:translateX(calc(-100% - 6rem));}#side-bar div.menu-item a:hover:before{-webkit-transform:translateX(-5rem);-moz-transform:translateX(-5rem);-ms-transform:translateX(-5rem);-o-transform:translateX(-5rem);transform:translateX(-5rem);}#side-bar div.scpnet-interwiki-wrapper{margin:0 0 var(--final-header-height-on-desktop);-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;}#side-bar .scpnet-interwiki-wrapper iframe.scpnet-interwiki-frame{background-color:transparent!important;border:none;border-radius:0;box-shadow:none;padding:10px 0;}#top-bar{margin:var(--header-height-on-desktop) 0 0 0;}@media only screen and (max-width:768px){#top-bar{margin:calc(var(--header-height-on-mobile)) 0 1.75rem 0;}}@media (max-width:767px){#side-bar div.menu-item .sub-text{font-size:.5rem;}}#page-content .rate-box-with-credit-button .creditButton{display:inline-flex;justify-content:center;align-items:center;width:24px;height:21px;background-color:unset;border:unset;border-radius:unset;box-shadow:unset;margin-left:5px;}#page-content .creditRate .creditButton a{width:24px;height:21px;line-height:24px;margin-left:0;color:black;border-left:none;text-align:center;text-decoration:none;font-size:15px;}#page-content .creditRate .rate-box-with-credit-button>.creditButton:hover{background:rgba(50,50,50,.1);}#page-content .creditRate .creditButton a:hover{color:black;}#page-content .creditRate .rate-box-with-credit-button>.creditButton:hover{background:rgba(50,50,50,.1);}#page-content .creditRate div.page-rate-widget-box .rate-points,#u-credit-view div.page-rate-widget-box .rate-points{font-family:var(--body-font);font-weight:700;font-size:calc(var(--base-font-size)*0.93333*0.8);}#page-content .creditRate .page-rate-widget-box .rateup a,#page-content .creditRate .page-rate-widget-box .ratedown a,#page-content .page-rate-widget-box .cancel a,#u-credit-view .page-rate-widget-box .rateup a,#u-credit-view .page-rate-widget-box .ratedown a,#u-credit-view .page-rate-widget-box .cancel a{display:block;font-size:0;font-family:var(--body-font);font-weight:700;padding:0;height:unset;line-height:var(--rating-module-height);box-sizing:unset;}#page-content .creditRate .page-rate-widget-box .cancel a:before,#page-content .creditRate .page-rate-widget-box .ratedown a:before,#page-content .creditRate .page-rate-widget-box .rateup a:before,#u-credit-view .page-rate-widget-box .cancel a:before,#u-credit-view .page-rate-widget-box .ratedown a:before,#u-credit-view .page-rate-widget-box .rateup a:before{-webkit-mask-size:-webkit-calc(var(--rating-module-height)*0.8);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;position:absolute;top:0;left:0;mask-position:center;mask-repeat:no-repeat;mask-size:-moz-calc(var(--rating-module-height)*0.8);mask-size:calc(var(--rating-module-height)*0.8);background-color:#0c0c0c;background-color:rgb(var(--rating-module-button-color));width:1.3125rem;width:-webkit-calc(var(--base-font-size)*0.93333*1.5);width:-moz-calc(var(--base-font-size)*0.93333*1.5);width:calc(var(--base-font-size)*0.93333*1.5);height:var(--rating-module-height);pointer-events:none;content:\" \";}#page-content .creditRate .page-rate-widget-box .rateup a:before,#u-credit-view .page-rate-widget-box .rateup a:before{-webkit-mask-image:url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E);}"; break; } break; case 1: if (value.search(/^([0-9]+)px$/g) != -1) { var metaWidth = value; } else { var metaWidth = "device-width"; } document.getElementsByTagName("meta")[2].content = "width=" + metaWidth + ", initial-scale=1.0"; break; case 2: case 3: var cssArea = document.getElementsByName("cssArea"); cssArea[mode - 2].innerHTML = value; break; } if (mode <= 1) { window.parent.recordData(mode, value); } } function switchModalbox(heritage) { var modalbox = document.getElementsByClassName("modalbox"); if (heritage) { for (var i = 0; i < modalbox.length; i++) { modalbox[i].classList.add("heritage"); } document.getElementsByClassName("modalbox-title")[0].classList.add("heritage"); document.getElementsByClassName("Dendo")[0].style.display = "flex"; document.getElementsByClassName("modalbox-ratemodule")[0].style.display = "none"; } else { for (var i = 0; i < modalbox.length; i++) { modalbox[i].classList.remove("heritage"); } document.getElementsByClassName("modalbox-title")[0].classList.remove("heritage"); document.getElementsByClassName("Dendo")[0].style.display = "none"; document.getElementsByClassName("modalbox-ratemodule")[0].style.display = "flex"; } } </script> </body> </html>