Code5
[[div class="welcome"]]
[[div style="margin: 3rem"]]
[[span class="bigwelcome"]]下書きリストにようこそ![[/span]]

以下の情報は現在[機密]扱いとされています。
[[/div]]

[[iframe https://scp-jp.github.io/files/util/sandbox/draft-search/list-toolbar.html style="width:100%;height:160px"]]
[[/div]]

@@ @@

[[div style="text-align:center;"]]
++ 批評中の下書き
[[/div]]

[[module ListPages separate="no" category="draft" wrapper="no" tags="@URL|_criticism-in" created_at="@URL" updated_at="@URL" created_by="@URL" separate="no" limit="1"]]
[[=]]
下書き数:%%total%%
[[/=]]
[[/module]]

-----
[[div style="text-align:center; font-size: 95%"]]
ページの投稿やコメントが一覧に反映されるまで、しばらく時間がかかることがあります
また、デフォルトの並び順は「下書きページ作成日順」であり、批評に出した順ではありません
[[/div]]

[[module ListPages separate="no" category="draft sharedpage" wrapper="no" tags="@URL|-_category-b _criticism-in" created_at="@URL" updated_at="@URL" created_by="@URL" perPage="@URL|10" order="@URL|created_at desc" separate="no"]]

[[head]]
[[div class="container"]]
[[/head]]

[[body]]
[[div class="shell"]]
[[div class="BigCategory"]]
[[span class="section %%_tags%%" style=" position:relative"]][[a href="/%%fullname%%" target="_blank"]][[#if %%title%% | @@%%title%%@@ | @@%%name%%@@ ]][[/a]][[/span]]
[[/div]][[span_]][[/span]]
**作者:** %%created_by_linked%%

**コメント数:** %%comments%%
[[span class="recentlyPost"]][[span_]][[/span]]
**最新ポスト:** %%commented_at|%m/%d %H:%M|agohover%%(%%commented_by%%)
[[/span]]
[[div class="tagspace"]]
[[span class="%%_tags%%"]][[span_]][[/span]]
[[a_ href="/draft-list/tag/%2b_joke,%2b_criticism-in"]]ジョーク[[/a]]
[[a_ href="/draft-list/tag/%2b_adult,%2b_criticism-in"]]アダルト[[/a]]
[[a_ href="/draft-list/tag/%2b_reforming-g,%2b_criticism-in"]]既存記事改稿[[/a]]
[[a_ href="/draft-list/tag/%2b_event,%2b_criticism-in"]]イベント[[/a]]
[[a_ href="/draft-list/tag/%2b_translationjpto,%2b_criticism-in"]]日→外[[/a]]
[[a_ href="/draft-list/tag/%2b_short,%2b_criticism-in"]]短編[[/a]]
[[a_ href="/draft-list/tag/%2b_medium,%2b_criticism-in"]]中編[[/a]]
[[a_ href="/draft-list/tag/%2b_long,%2b_criticism-in"]]長編[[/a]]
[[a_ href="/draft-list/tag/%2b_no_prereqs,%2b_criticism-in"]]事前知識不要[[/a]]
[[a_ href="/draft-list/tag/%2b_formatscrew,%2b_criticism-in"]]フォーマットスクリュー[[/a]]
[[a_ href="/draft-list/tag/%2b_series-jp,%2b_criticism-in"]]シリーズ-JP[[/a]]
[[a_ href="/draft-list/tag/%2b_series-other,%2b_criticism-in"]]シリーズ-Other[[/a]]
[[a_ href="/draft-list/tag/%2b_worldview-jp,%2b_criticism-in"]]世界観用語-JP[[/a]]
[[a_ href="/draft-list/tag/%2b_worldview-other,%2b_criticism-in"]]世界観用語-Other[[/a]]
[[a_ href="/draft-list/tag/%2b_action,%2b_criticism-in"]]アクション[[/a]]
[[a_ href="/draft-list/tag/%2b_sf,%2b_criticism-in"]]SF[[/a]]
[[a_ href="/draft-list/tag/%2b_occult,%2b_criticism-in"]]オカルト/都市伝説[[/a]]
[[a_ href="/draft-list/tag/%2b_excitement,%2b_criticism-in"]]感動系[[/a]]
[[a_ href="/draft-list/tag/%2b_comical,%2b_criticism-in"]]ギャグ/コミカル[[/a]]
[[a_ href="/draft-list/tag/%2b_serious,%2b_criticism-in"]]シリアス[[/a]]
[[a_ href="/draft-list/tag/%2b_sur,%2b_criticism-in"]]シュール[[/a]]
[[a_ href="/draft-list/tag/%2b_dark,%2b_criticism-in"]]ダーク[[/a]]
[[a_ href="/draft-list/tag/%2b_drama,%2b_criticism-in"]]人間ドラマ/恋愛[[/a]]
[[a_ href="/draft-list/tag/%2b_horror,%2b_criticism-in"]]ホラー/サスペンス[[/a]]
[[a_ href="/draft-list/tag/%2b_metafiction,%2b_criticism-in"]]メタフィクション[[/a]]
[[a_ href="/draft-list/tag/%2b_history,%2b_criticism-in"]]歴史[[/a]]
[[a_ href="/draft-list/tag/%2b_option-a,%2b_criticism-in"]]任意A[[/a]]
[[a_ href="/draft-list/tag/%2b_option-b,%2b_criticism-in"]]任意B[[/a]]
[[a_ href="/draft-list/tag/%2b_option-c,%2b_criticism-in"]]任意C[[/a]]
[[span_]][[/span]]
[[/span]]
[[/div]]
[[div class="showtimes"]]
作成日: %%created_at|%Y/%m/%d%%
[[/div]]
[[/div]]
[[/body]]

[[foot]]
[[/div]]
[[/foot]]
[[/module]]

[[module CSS]]
/*デザインCSS*/

#page-title {
  display: none;
}

.welcome {
  text-align: center;
  font-size: 105%;
}

.welcome .bigwelcome {
  color: #901;
  font-weight: normal;
  font-size: 250% !important;
  font-weight: bold;
}

/*カード表示親*/
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/*カード*/
.shell {
  width: 300px;
  border-radius: 10px;
  margin-bottom: 8px;
  padding: 0.5em 1em 0.5em 1em;
  box-shadow: rgba(50, 141, 162, .5) 1px 1px 1px 0, inset rgba(50, 141, 162, .5) 1px 1px 1px 0px;
  border-radius: 0.8em;
  background: linear-gradient(#fff, #fafffe, #dcf6e9);
  border-top: 1em solid rgba(50, 141, 162, .5);
  border-bottom: 1em solid rgba(50, 141, 162, .5);
  border-left: 1px solid rgba(50, 141, 162, .5);
  border-right: 1px solid rgba(50, 141, 162, .5);
}

.shell>p {
  margin: 0 0 0.2em 0;
}

/*ジャンルタグ表示欄*/
.shell .tagspace {
  overflow-x: scroll;
  width: 100%;
  white-space: nowrap;
  min-height: 52px;
  padding: 0x;
  margin: 0px;
}

.shell .tagspace p {
  padding: 0px;
  margin: 1em 0 0 0;
}

/*下書きタイトル*/
.shell .BigCategory {
  font-size: 120%;
  font-weight: bold;
  padding: 0 0 0.5em 0;
  overflow-x: scroll;
  width: 100%;
  white-space: nowrap;
  -ms-overflow-style: none;
}

.shell .BigCategory .section>a>span {
  white-space: nowrap !important;
}

.shell .BigCategory::-webkit-scrollbar {
  display: none;
}

.shell .BigCategory p {
  margin: 0;
  padding: 0px;
}

/*最新ポスト表示*/
.shell .recentlyPost {
  display: block;
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
}

.shell .recentlyPost::-webkit-scrollbar {
  display: none;
}

/*作成日表示欄*/
.shell .showtimes {
  text-align: right;
  color: #555;
  padding: 0px;
  margin: 0px;
  font-size: 60%;
}

.shell .showtimes p {
  margin: 0px;
  padding: 0px;
}

/*システムCSS*/

/*ジャンル表示の基本CSS*/
.shell .tagspace span a {
  display: none;
  /*いじるな*/
  padding: 3px;
  border-radius: 7px;
  border: solid #333 1px;
  color: #777;
  margin-right: 4px;
  background-color: #FFF;
  text-align: center;
  min-width: 4em;
}

/*ジャンルタグに応じたリンク表示設定*/

.shell .tagspace ._joke a[href*="_joke"] {
  display: inline-block !important;
}

.shell .tagspace ._adult a[href*="_adult"] {
  display: inline-block !important;
}

.shell .tagspace ._reforming-g a[href*="_reforming-g"] {
  display: inline-block !important;
}

.shell .tagspace ._event a[href*="_event"] {
  display: inline-block !important;
}

.shell .tagspace ._translationjpto a[href*="_translationjpto"] {
  display: inline-block !important;
}

.shell .tagspace ._short a[href*="_short"] {
  display: inline-block !important;
}

.shell .tagspace ._medium a[href*="_medium"] {
  display: inline-block !important;
}

.shell .tagspace ._long a[href*="_long"] {
  display: inline-block !important;
}

.shell .tagspace ._no_prereqs a[href*="_no_prereqs"] {
  display: inline-block !important;
}

.shell .tagspace ._formatscrew a[href*="_formatscrew"] {
  display: inline-block !important;
}

.shell .tagspace ._series-jp a[href*="_series-jp"] {
  display: inline-block !important;
}

.shell .tagspace ._series-other a[href*="_series-other"] {
  display: inline-block !important;
}

.shell .tagspace ._worldview-jp a[href*="_worldview-jp"] {
  display: inline-block !important;
}

.shell .tagspace ._worldview-other a[href*="_worldview-othe"] {
  display: inline-block !important;
}

.shell .tagspace ._action a[href*="_action"] {
  display: inline-block !important;
}

.shell .tagspace ._sf a[href*="_sf"] {
  display: inline-block !important;
}

.shell .tagspace ._occult a[href*="_occult"] {
  display: inline-block !important;
}

.shell .tagspace ._excitement a[href*="_excitement"] {
  display: inline-block !important;
}

.shell .tagspace ._comical a[href*="_comical"] {
  display: inline-block !important;
}

.shell .tagspace ._serious a[href*="_serious"] {
  display: inline-block !important;
}

.shell .tagspace ._sur a[href*="_sur"] {
  display: inline-block !important;
}

.shell .tagspace ._dark a[href*="_dark"] {
  display: inline-block !important;
}

.shell .tagspace ._drama a[href*="_drama"] {
  display: inline-block !important;
}

.shell .tagspace ._horror a[href*="_horror"] {
  display: inline-block !important;
}

.shell .tagspace ._metafiction a[href*="_metafiction"] {
  display: inline-block !important;
}

.shell .tagspace ._history a[href*="_history"] {
  display: inline-block !important;
}

.shell .tagspace ._option-a a[href*="_option-a"] {
  display: inline-block !important;
}

.shell .tagspace ._option-b a[href*="_option-b"] {
  display: inline-block !important;
}

.shell .tagspace ._option-c a[href*="_option-c"] {
  display: inline-block !important;
}

/*下書きタイプを表示する*/
.shell .BigCategory .section::before {
  content: "未定義";
  padding: 2px 4px !important;
  line-height: 1.2 !important;
  border-radius: 6px !important;
  color: white !important;
  background-color: red !important;
  display: inline-block;
  margin-right: 0.3em;
}

.shell .BigCategory ._others::before {
  content: "その他";
  padding: 2px 4px !important;
  line-height: 1.2 !important;
  border-radius: 6px !important;
  color: white !important;
  background-color: gray !important;
  display: inline-block;

}

.shell .BigCategory ._scp-jp::before {
  content: "SCP";
  padding: 2px 4px !important;
  line-height: 1.2 !important;
  border-radius: 6px !important;
  color: white !important;
  background-color: blue !important;
  display: inline-block;
}

.shell .BigCategory ._tale-jp::before {
  content: "Tale";
  padding: 2px 4px !important;
  line-height: 1.2 !important;
  border-radius: 6px !important;
  color: white !important;
  background-color: green !important;
  display: inline-block;
}

.shell .BigCategory ._goi-format-jp::before {
  content: "GoIF";
  padding: 2px 4px !important;
  line-height: 1.2 !important;
  border-radius: 6px !important;
  color: white !important;
  background-color: orange !important;
  display: inline-block;
}

.shell .BigCategory ._translation::before {
  padding: 2px 4px !important;
  line-height: 1.2 !important;
  border-radius: 6px !important;
  color: white !important;
  background-color: white !important;
  display: inline-block;
}

/*言語別国旗表示*/
.shell .BigCategory ._en::before {
  content: url("https://scp-jp.wdfiles.com/local--files/main/us.png");
}

.shell .BigCategory ._ru::before {
  content: url("https://scp-jp.wdfiles.com/local--files/main/ru.png");
}

.shell .BigCategory ._ko::before {
  content: url("https://scp-jp.wdfiles.com/local--files/main/kr.png");
}

.shell .BigCategory ._cn::before {
  content: url("https://scp-jp.wdfiles.com/local--files/main/cn.png");
}

.shell .BigCategory ._fr::before {
  content: url("https://scp-jp.wdfiles.com/local--files/main/fr.png");
}

.shell .BigCategory ._pl::before {
  content: url("https://scp-jp.wdfiles.com/local--files/main/pl.png");
}

.shell .BigCategory ._es::before {
  content: url("https://scp-jp.wdfiles.com/local--files/main/es.png");
}

.shell .BigCategory ._th::before {
  content: url("https://scp-jp.wdfiles.com/local--files/main/th.png");
}

.shell .BigCategory ._de::before {
  content: url("https://scp-jp.wdfiles.com/local--files/main/de.png");
}

.shell .BigCategory ._it::before {
  content: url("https://scp-jp.wdfiles.com/local--files/main/it.png");
}

.shell .BigCategory ._ua::before {
  content: url("https://scp-jp.wdfiles.com/local--files/main/ua.png");
}

.shell .BigCategory ._pt-br::before {
  content: url("https://scp-jp.wdfiles.com/local--files/main/pt.png");
}

.shell .BigCategory ._cz::before {
  content: url("https://scp-jp.wdfiles.com/local--files/main/cz.png");
}

.shell .BigCategory ._zh-tr::before {
  content: url("https://scp-jp.wdfiles.com/local--files/main/zh-tr.png");
}

.shell .BigCategory ._vn::before {
  content: url("https://scp-jp.wdfiles.com/local--files/main/vn.png");
}

.shell .BigCategory ._otherlang::before {
  content: url("https://scp-jp.wdfiles.com/local--files/main/int.png");
}

iframe[src*="list-toolbar"] {
  border: 0;
  display: block;
}

@media (max-width: 560px) {
  iframe[src*="list-toolbar"] {
    height: 230px !important;
  }
}

@media (max-width: 479px) {

  .welcome .bigwelcome {
    font-size: 200% !important;
  }

}

@media (max-width: 737px) {
  .shell {
    width: 90%;
  }
}

@media (min-width: 767px) and (max-width: 996px) {
  .shell {
    width: 90%;
  }
}
[[/module]]
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License