长夜孤舟 联合艺作页

源页面
2022年5月5日
修订 19

核心指标

更新于 2025年11月6日
评分
92
↑ 92
↓ 0
支持率
100%
总票数 92
Wilson 95% 下界
96.0%
在相同票数下更稳健的支持率估计
争议指数
0.000

评分趋势

按周聚合
加载图表中...

最近修订

1 / 7
编辑内容
5 个月前
编辑内容
10 个月前
编辑内容
10 个月前

最近投票

1 / 10
2025-09-13
2025-06-08
2025-06-06
2025-05-06
2025-03-09
2024-11-16
2024-07-23
2024-06-14
2024-02-22
2024-01-27

页面源码

源码字符数 17360文字字数 2660
[[include :scp-wiki:component:toggle-sidebar]]
[[module css]]
#login-status, #login-status #my-account, #login-status #account-topbutton, .rateup a, .ratedown a {
    color: #555 !important;
}

.page-rate-widget-box .rate-points, .cancel.btn.btn-default {
    background-color: #555 !important;
}

.cancel a {
    color: #999999 !important;
}

.cancel a:hover {
    background-color: #555 !important;
}

.rateup, .ratedown, .rate-points, .cancel {
    border-color: #555 !important;
}
.yui-navset.yui-navset-top {
    border:none;
}
.yui-navset .yui-nav {
    position: relative;
    z-index: 0;
    border: none;
    padding-left: 0.2em;
}
.yui-navset .yui-nav li {
    padding: 0;
    margin: 0.2em 0.3em;
    transition: transform 0.2s ease-in-out;
}
.yui-navset .yui-nav li a {
    background: transparent;
    color: #5f6368;
    border: 1px solid rgba(0,0,0,0.12);
    transition: background 0.1s ease-in-out,
                color 0.1s ease-in-out,
                border 0.1s ease-in-out;
}
.yui-navset .yui-nav li a:hover {
    background: #f8f9fa;
    color: #202124;
    border: 1px solid #a2a9b1;
}
.yui-navset .yui-nav li a em {
    border: none;
    padding: 0.5em 0.5em calc(0.5em - 2px) 0.5em;
}
.yui-navset .yui-nav .selected {
    padding: 0;
    margin: 0.2em 0.3em;
    transform: scale(1.1);
}
.yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover {
    padding: 0;
    border: 1px solid #a2a9b1;
    background: #ebecee;
    color: #202124;
    font-weight:bold;
}
.yui-navset .yui-nav .selected a em {
    padding: 0.5em 0.5em calc(0.5em - 2px) 0.5em;
    border: none;
}
 
.yui-navset .yui-content {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
    margin-top: 0.2em;
    transform-origin: 0 0;
}
.yui-navset .yui-content > div {
    border: none;
    background-color: transparent;
    padding: 0.25em 0.5em;
    display: block;
    top: 0;
    overflow: hidden;
    transform-origin: 0 0;
}
#page-content .yui-navset .yui-content > div > * {
    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(.0,1.27,.0,.89) 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(.99,.0,.99,.0) 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; }
}
 
div#container-wrap {
    background-image: none;
}

body {
    background-image: linear-gradient(to bottom,#e0e0e0, #e0e0e0 90px,#e0e0e0 90px, #ffffff 200px,#ffffff 200px, #ffffff 100%);
    background-repeat: no-repeat;
}

#top-bar div.open-menu a {
    border: 1px solid #333;
    border-radius: 0;
    box-shadow: none;
}

#header h1 {
    margin: auto;
    text-align: center;
    width: 100%;
}

#header {
    background-image: none;
}

#header h1 a::before {
    content: "Site-A9";
    font-weight: 400;
    font-size: 1.4em;
    color: black;
    text-shadow: none;
}

#top-bar {
   display: flex;
   justify-content: center;
   right: 0;
   top: 7.9rem;
}

#top-bar, #top-bar a {
    color: #333333;
}

#page-title {
    display: none;
}

#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit],
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: none;
    background: #333333;
    box-shadow: none;
    border-radius: 0px;
    color: #efefef;
}

#login-status, #login-status #my-account, #login-status #account-topbutton {
    color: #999999;
}
 
#search-top-box input.empty {
    color: #999999;
}

#search-top-box-input {
    height: 16.2px;
}
 
#search-top-box {
    top: 2.3rem!important;
    right: 8px;
}

#header::after {
    content: " ";
    background-image: url("https://scpsandboxcn.wdfiles.com/local--files/collab:a9/scp-A9-logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px 200px;
    opacity: 0.5;
    width: 100%;
    height: 200px;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1;
}

#header h1 span, #header h2 span {
    display: none;
}

div.gallery-box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(calc(7.5rem), 100%), 1fr));
    gap: 1em;
    justify-content: center;
    width: max-content;
    margin: 1em auto;
    overflow: unset;
}

div.gallery-item[class] {
    border: none;
    margin: auto;
    padding: 0.25em;
    width: max-content;
    height: max-content;
}

div.gallery-item :where(table, tbody, tr, td) {
    display: contents;
}

div.gallery-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.5rem;
    height: 7.5rem;
    background-color: rgb(255, 255, 255);
    border: 0.1rem rgb(225, 225, 225) solid;
    box-sizing: border-box;
    margin: auto;
    outline: 0 rgb(187, 0, 17) solid;
    transition: all 125ms linear;
}

div.gallery-box a:where(:hover, :focus) {
    outline-width: 0.2rem;
    transform: scale(1.5);
}
[[/module]]
[[>]]
[[module rate]]
[[/>]]

[[=]]
+ ##black|长夜孤舟联合艺作页##
+++ ##black|“我们联合!”##
[[/=]]

**说明:**

这个页面是SCP基金会与明日方舟的crossover企划“[[[night-voyager-hub|长夜孤舟]]]”的艺作页,放了一些文档里用到或者没有用到的艺术作品,并按照user id倒序排列(别问我为什么是倒序,问就是因为别的地方都是正序)。

这是一个合作艺作页!如果你进行了长夜孤舟相关的二次创作,或者在长夜孤舟世界观下添加了新的原创内容,只要其中包含艺术作品(包括但不限于绘画、音乐、各种),都可以自行修改到这个页面,不需要联系任何人。但是请不要在这个页面添加仅关于SCP基金会或明日方舟的同人,也不要添加其他SCP基金会和明日方舟的crossover相关的艺术作品。

感谢所有创作者的付出!祝你看得愉快!
@@@@
@@@@
@@@@
[[collapsible show="+ 银冰" hide="- 关闭折叠"]]
以下作品由[[*user silverIce]]创作。
@@@@
**角色:**
[[gallery size="image-size"]]
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/%E5%86%B0remake2.png
: https://i.loli.net/2020/06/15/qvyi9OFMZJTx8Lt.png
[[/gallery]]
----
**插图:**
[[gallery size="image-size"]]
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/CG-Ice
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/CG-Mohs
[[/gallery]]
[[/collapsible]]
@@@@
[[collapsible show="+ 喵肉" hide="- 关闭折叠"]]
以下作品由[[*user miumeat]]创作。
@@@@
**角色:**
[[gallery size="image-size"]]
: https://scpsandboxcn.wdfiles.com/local--files/breaddddd6/yolanda.png
[[/gallery]]
----
**场景:**
[[gallery size="image-size"]]
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/miu1.PNG
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/miu2.PNG
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/miu3.PNG
[[/gallery]]
[[/collapsible]]
@@@@
[[collapsible show="+ KC" hide="- 关闭折叠"]]
以下作品由[[*user Kcorena]]创作。
@@@@
**logo:**
[[gallery size="image-size"]]
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/A9LOGO.png
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/kc-logo.PNG
: https://i.loli.net/2020/06/01/nQW7uXeCKBNxjsH.png
[[/gallery]]
@@@@
* 图3为干员六维图的模板。
* 技能logo请至[[[night-voyager-operators-2|干员页面]]]查看。
[[/collapsible]]
@@@@
[[collapsible show="+ 戈登" hide="- 关闭折叠"]]
以下作品由[[*user Gordon Moolf]]创作。
@@@@
**海报:**
[[gallery size="image-size"]]
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/%E6%97%A0%E8%89%B2%E6%B5%B7%E6%8A%A5
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/%E6%9C%BA%E5%8A%A8%E8%AE%BE%E6%96%BDBlackCompress.jpg
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/%E6%9C%BA%E5%8A%A8%E8%AE%BE%E6%96%BDwarningCompress.jpg
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/%E6%9C%BA%E5%8A%A8%E8%AE%BE%E6%96%BDWhiteCompress.jpg
[[/gallery]]
@@@@
**标识:**
[[gallery size="image-size"]]
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/gordon1.PNG
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/gordon2.PNG
[[/gallery]]
[[/collapsible]]
@@@@
[[collapsible show="+ St" hide="- 关闭折叠"]]
以下作品由[[*user DrStse]]创作。
@@@@
**角色:**
[[gallery size="image-size"]]
: https://i.loli.net/2020/06/14/v9wpza3YeSoVyh4.png
: https://i.loli.net/2020/06/14/SnrwPsbYcdaWUzH.png
: https://i.loli.net/2020/06/15/fOb7sLhnYtZrIGW.png
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/kcc.png
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/kcc1.jpg
[[/gallery]]
----
**插图:**
[[gallery size="image-size"]]
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/site%285%29.jpg
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/CG-Arklight
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/U4.jpg
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/CG-Arklights
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/CG-Colorless
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/uu6.jpg
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/CG-var.jpg
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/uu7.jpg
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/CG-Marian-1
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/CG-Marian-2
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/CG-Marian-3
[[/gallery]]
[[/collapsible]]
@@@@
@@@@
[[collapsible show="+ 布兰卡" hide="- 关闭折叠"]]
以下作品由[[*user Sylvia_Blank]]创作。
@@@@
**角色:**
[[gallery size="image-size"]]
: http://world-database.wikidot.com/local--files/sandbox:blank/Alecto.jpg
: http://world-database.wikidot.com/local--files/sandbox:blank/Store.jpg
: http://world-database.wikidot.com/local--files/sandbox:blank/%E7%A9%BA%E7%99%BD.png 
[[/gallery]]
[[/collapsible]]
@@ @@
[[collapsible show="+ 艾卡利安" hide="- 关闭折叠"]]
以下作品由[[*user DrAekrianTyamos]]创作。
@@ @@
**插图:**
[[gallery size="image-size"]]
: https://scpsandboxcn.wdfiles.com/local--files/draekriantyamosspic/%E9%95%BF%E5%A4%9C%E5%AD%A4%E8%88%9F%E8%8E%AB%E6%96%AF
[[/gallery]]
[[/collapsible]]
@@@@
[[collapsible show="+ 乌鸦" hide="- 关闭折叠"]]
以下作品由[[*user CrowNox]]创作。
@@@@
**角色:**
[[gallery size="image-size"]]
: https://i.loli.net/2020/07/07/XmTK5dpGiPgEkJY.png
: https://i.loli.net/2020/06/17/hFg5w912GfOmMXV.png
[[/gallery]]
[[/collapsible]]
@@@@
[[collapsible show="+ 面包" hide="- 关闭折叠"]]
以下作品由[[*user breaddddd]]创作。
@@@@
**角色:**
[[gallery size="image-size"]]
: https://i.loli.net/2020/06/14/qrlcQw4oRYXeL7x.png
: https://i.loli.net/2020/06/14/vChBDGnPVXtW4x7.png
: https://i.loli.net/2020/06/14/pJHCzDtgcFIRY7k.png
: https://i.loli.net/2020/06/14/OTIwFRzXthPxMHJ.png
: https://i.loli.net/2020/08/11/dBVmOINX8nEygMj.png
: http://maxwellism.wdfiles.com/local--files/draft:ark1/aoc-angelica.PNG
: http://maxwellism.wdfiles.com/local--files/draft:ark1/aoc-ringo.PNG
: https://i.loli.net/2020/06/14/LkSfmv3JAQ1FbdE.png
: http://maxwellism.wdfiles.com/local--files/draft:ark1/aoc-salvia.png
: http://maxwellism.wdfiles.com/local--files/draft:ark1/aoc-tourmaline.png
: http://maxwellism.wdfiles.com/local--files/draft:ark1/aoc-amberes.png
: https://i.loli.net/2020/07/07/lofhT5wi4M3NSrq.png
: https://i.loli.net/2020/06/14/XbcQR5lAOfk16Ip.png
: http://maxwellism.wdfiles.com/local--files/draft:ark1/aoc-pentagon.PNG
: http://maxwellism.wdfiles.com/local--files/draft:ark1/aoc-fluorite.PNG
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/af-wa.PNG
: https://i.loli.net/2020/07/14/TBvSzqwDYQPKrZj.png
: https://i.loli.net/2020/06/14/dnZbYgRwhkVspEx.png
: http://maxwellism.wdfiles.com/local--files/draft:ark1/aoc-antares.PNG
: http://maxwellism.wdfiles.com/local--files/draft:ark1/aoc-mist.PNG
: https://i.loli.net/2021/05/21/uhGPSnbglZpfTDU.png
: http://maxwellism.wdfiles.com/local--files/draft:ark1/aoc-fie.PNG
: https://i.loli.net/2021/05/23/z9iHawlDySdOjA2.png
: http://maxwellism.wdfiles.com/local--files/draft:ark1/aoc-alia.PNG
: http://maxwellism.wdfiles.com/local--files/draft:ark1/aoc-fiore.PNG
: https://scpsandboxcn.wdfiles.com/local--files/breaddddd6/af-bread2e1.PNG
: https://scpsandboxcn.wdfiles.com/local--files/breaddddd6/af-breade1.PNG
[[/gallery]]
----
**小人:**
[[gallery size="image-size"]]
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/ak-bread.png
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/ak-phage.png
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/ak-cl.png
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/ak-phage2.png
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/ak-13.PNG
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/ak-gordon.png
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/ak-st.png
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/ak-ea2.png
: http://maxwellism.wdfiles.com/local--files/draft:ark1/as-shang.PNG
: http://maxwellism.wdfiles.com/local--files/draft:ark1/as-angelica.PNG
: http://maxwellism.wdfiles.com/local--files/draft:ark1/as-ringo.PNG
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/ak-varitas.png
: http://maxwellism.wdfiles.com/local--files/draft:ark1/as-salvia.PNG
: http://maxwellism.wdfiles.com/local--files/draft:ark1/as-tourmaline.PNG
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/ak-miu.png
: http://maxwellism.wdfiles.com/local--files/draft:ark1/as-amberes.PNG
: http://maxwellism.wdfiles.com/local--files/draft:ark1/as-iriri.PNG
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/ak-nox.png
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/ak-bread2.png
: http://maxwellism.wdfiles.com/local--files/draft:ark1/as-pentagon.PNG
: http://maxwellism.wdfiles.com/local--files/draft:ark1/as-fluorite.PNG
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/ak-wa.png
: http://maxwellism.wdfiles.com/local--files/draft:ark1/as-sadalsuud.PNG
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/ak-ea.png
: http://maxwellism.wdfiles.com/local--files/draft:ark1/as-antares.PNG
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/ak-ice2.PNG
: http://maxwellism.wdfiles.com/local--files/draft:ark1/as-mist.PNG
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/ak-infas.png
: http://maxwellism.wdfiles.com/local--files/draft:ark1/as-spark.PNG
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/ak-kc.png
: http://maxwellism.wdfiles.com/local--files/draft:ark1/as-fie.PNG
: http://maxwellism.wdfiles.com/local--files/draft:ark1/as-hermit.PNG
: http://maxwellism.wdfiles.com/local--files/draft:ark1/as-alia.PNG
: http://maxwellism.wdfiles.com/local--files/draft:ark1/as-fiore.PNG
[[/gallery]]
----
**海报:**
[[gallery size="image-size"]]
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/arklights3.jpg
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/banner1.JPG
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/banner2.JPG
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/banner3.JPG
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/banner4.JPG
: https://scpsandboxcn.wdfiles.com/local--files/collab:arknights/banner5.JPG
: https://scpsandboxcn.wdfiles.com/local--files/phagepicture/ai-ampicillin.jpg
[[/gallery]]
* 图7为文档弹窗版干员预览的模板。
----
**插图:**
[[gallery size="image-size"]]
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/CG-Monster
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/arklights4.JPG
: https://scpsandboxcn.wdfiles.com/local--files/breaddddd6/arklights2.JPG
[[/gallery]]
----
**logo:**
[[gallery size="image-size"]]
: https://scpsandboxcn.wdfiles.com/local--files/collab:a9/rosetta.png
[[/gallery]]
* 技能logo请至[[[night-voyager-operators-2|干员页面]]]查看。
[[/collapsible]]
@@@@
[[collapsible show="+ hua" hide="- 关闭折叠"]]
以下作品由[[*user AE_03-hua]]创作。
@@@@
**音乐:**
[[=image http://80yzw.wdfiles.com/local--files/start/f81052197d3ec8cf07a69b11fee306a.jpg]]

[[div class="content-panel centered standalone"]]
[[/div]]
作曲、编曲、混音、题字:[[*user AE_03-hua]]

------

[[html]]
<div style="margin: 0 auto; display: table;">
<audio controls src=" https://scpsandboxcn.wdfiles.com/local--files/ae-03-hua/%E3%80%90%E9%95%BF%E5%A4%9C%E5%BD%93%E6%AD%8C%E3%80%91intro.mp3"></audio>
[[/html]]

++++ 0.intro

> Tempo:128(bpm)
> Key:E minor
> Genre:不知道【】
>> 这啥?我也不知道。##white|但悲剧的缘起往往是混乱的喜剧。##

------

[[html]]
<div style="margin: 0 auto; display: table;">
<audio controls src=" https://scpsandboxcn.wdfiles.com/local--files/ae-03-hua/omega1.mp3"></audio>
[[/html]]

++++ 1.飞鸣镝

> Tempo:180(bpm)
> Key:F minor
> Genre:dnb但是这人根本不会写bass
>> 是律法左手。##blue|音量预警:小 心 爆 炸 I c e##

------

[[html]]
<div style="margin: 0 auto; display: table;">
<audio controls src=" https://scpsandboxcn.wdfiles.com/local--files/ae-03-hua/%E4%B8%8D%E7%9F%A5%E9%81%93%E6%98%AF%E5%95%A5%E3%80%90reAIct%E3%80%91.mp3"></audio>
[[/html]]

++++ i.reAIct

> Tempo:120(bpm)
> Key:F# minor
> Genre:hua某特色混音摆烂风
>> 摸鱼之作罢了。##white|实际上,剧情藏在名字里面。##
[[/collapsible]]