イレギュラー報告データベース
/* Localized by AF_XLI, Einoshima, Ryu JP */
 
/* 追加ボタン */
#u-create-button {
  display: flex;
  justify-content: center;
}
 
#u-create-button p{
  display: block;
  width: fit-content;
  margin: auto;
  font-weight: bold;
}
 
#u-create-button a{
  margin: 2em;
  padding: 10px;
  text-decoration: none;
  background: #d5d5d5;
  border-radius: .5em;
  border: 1px solid #aaa;
  color: #000;
  transition: .25s;
  transform: scale(1);
}
 
#u-create-button a:hover {
  background: #fdfdfd;
  color: #3c3c3c;
  box-shadow: 0 2px 4px rgb(var(--light-gray-monochrome));
  transform: scale(1.05);
}
 
#u-create-button .collapsible-block-unfolded-link {
  display: none;
}
 
/* クレジットボタン(7happy7 氏 作成) */
.fa-info[id*="u-c-"] {
  height: var(--rating-module-height);
  font-size: 9px;
  font-weight: bold;
  padding: 0 .125rem;
}
 
.fa-info[id*="u-c-"],
.fa-info[id*="u-c-"] + .credit-cancel {
  align-items: center;
  background-color: transparent !important;
  cursor: pointer !important;
  display: inline-flex;
  --box-shadow: rgba(var(--swatch-menubg-black-color), .15);
  margin-bottom: .75rem;
  box-shadow: .0625rem .0625rem 0 var(--box-shadow);
  border: .0625rem solid rgba(var(--swatch-menubg-black-color), .25);
  background: linear-gradient(to top, rgba(var(--swatch-tertiary-color), .25) 0, rgba(var(--swatch-tertiary-color), .15) 100%);
  overflow: hidden;
}
 
.fa-info[id*="u-c-"]:before {
  width: 10px;
  height: 10px;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  padding: .1em;
  background: rgb(var(--black-monochrome));
  color: rgb(var(--white-monochrome));
  margin-right: .2em;
  font-weight: normal;
}
 
.fa-info[id*="u-c-"] + .credit-cancel {
  display: none !important;
}
 
.fa-info[id*="u-c-"]:hover+ .credit-cancel {
  display: inline-flex !important;
  cursor: pointer;
}
 
.credit-cancel {
  margin-left: 0.2em;
  width: var(--rating-module-height);
  height: var(--rating-module-height);
  font-weight: 300;
  border-radius: 50%;
}
 
.credit-cancelsign {
  background-color: rgb(var(--black-monochrome));
  width: calc(var(--base-font-size)*.93333*1.5);
  height: var(--rating-module-height);
  -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 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%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 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  -webkit-mask-size: calc(var(--rating-module-height)*.8);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  mask-size: calc(var(--rating-module-height)*.8);
  mask-repeat: no-repeat;
}
 
.wrap > p {
  display: flex;
  margin: 0;
  vertical-align: top;
}
 
.wrap > br {
  display: none;
}
 
.wrap > p {
  display: flex;
  margin: 0;
  vertical-align: top;
}
 
.a-content > p {
  margin-top: 0;
}
 
.error-inline {
  border: none;
  color: #333;
  font-size: 0;
  user-select: none;
}
 
.error-inline em {
  font-size: .8rem;
  font-style: normal;
  font-weight: bold;
  user-select: text;
}
 
.error-inline em:after {
  content: " (アカウント削除済み)";
  font-weight: normal;
}
 
/* リスト崩れを防ぐために、画像ブロックを強制的に中央揃えにする */
#page-content .scp-image-block.block-right {
    float: initial;
    clear: initial;
    margin: initial;
    margin-right: auto;
    margin-left: auto;
}
評価: 0+x
blank.png

注意事項

このページでは、既知の階層についてのイレギュラーな報告を一時的に掲載しています。これらの情報は査読がまだ行われていないため、閲覧の際は虚偽の報告が混ざっている可能性に留意してください。また、今後の審議によっては当項目の内容が階層ページにも追記される可能性があります。

バックルーム・ウィキ 管理者

ここに未知の現象を報告する場合は:

  • 常体に統一してください。
  • なるべく簡潔で、わかりやすい文章で報告してください。
  • 決められたフォーマットに沿った報告をしてください。




「ページがロックされています」と表示された場合、他のユーザーが報告を作成中である可能性があります。
しばらく待ってから再度試してください。

ソート方法: 高評価順, 低評価順, 古い順, 新しい順, ランダム


このWikiのコンテンツは基本的にCC BY-SA 3.0に指定されています。例外の場合も項目内に必ず注記されています。