SCP-CN-1868 - 自知之明

源页面
2020年7月16日
修订 6

核心指标

更新于 2025年11月6日
评分
429
↑ 435
↓ 6
支持率
99%
总票数 441
Wilson 95% 下界
97.1%
在相同票数下更稳健的支持率估计
争议指数
0.054

评分趋势

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

最近修订

1 / 3
修改标签
1 年前
已新增标签:生物性。 移除标签:有机。
修改标签
5 年前
已新增标签:主题精品。
编辑内容
5 年前

最近投票

1 / 45
2025-11-01
2025-10-29
2025-10-24
2025-10-23
2025-10-23
2025-10-19
2025-10-17
2025-10-03
2025-10-02
2025-10-01

页面源码

源码字符数 5901文字字数 1343
[[include :scp-wiki-cn:theme:black-highlighter-theme]]
[[include :scp-wiki-cn:theme:disrememberment-theme]]
[[include :scp-wiki:component:rso]]
[[include :scp-wiki:component:collapsible-sidebar]]
[[module CSS]]
 @import url(http://scp-wiki-cn.wikidot.com/component:broken-world-nu-theme/code/2);
[[/module]]

[[include :scp-wiki-cn:credit:start]]
@@@@
**SCP-CN-1868** - 自知之明

**作者:**[[*user dr.zhengshi]]
----
本文首发自脑洞APP。

图源:https://zh.wikipedia.org/wiki/File:Human_male_karyotpe_high_resolution_-_Chromosome_4.png

http://scpsandboxcn.wdfiles.com/local--files/delta7/CAPRICA%20TITLE.png   ——by [[*user resazurin]]
----
[[span style="font-family:'ZCOOL QingKe HuangYou';"]]大脑是生存引擎,不是真相探测器,只要自我欺骗有利于健康,大脑就会撒谎。[[/span]]

[[include :scp-wiki-cn:credit:end]]


[[module ListPages category="fragment" parent="." limit="1" order="name" offset="@URL|0"]]

%%content%%

[[/module]]
[[module css]]
@keyframes fade-in {
    0% {opacity: 0}
    50% {opacity: 0}
    100% {opacity: 1}
}

.spangles{
  color: #ffffff;
  backgrouCN: #000000;
}

.h1, .h2, .h3{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    word-break: unset;
    padding: 0;
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica;
}
.h1{
    font-size: 190%;
    font-weight: bold;
}
.h2, .h3{ letter-spacing: 1px; }
.h2{ font-size: 150%; }
.h3{
    font-size: 130%;
    font-weight: bold;
}
.ritual{
    border: 3px solid #0b005c;
    backgrouCN-color: #dfe3ee;
    padding: 0.769em 0.769em 0 0.769em;
    margin-bottom: 1em;
}
.ritual hr{ backgrouCN-color: #ccd2e0; }
.ritual .h3{ color: #ccd2e0; }

.division{
     border: 1px solid rgb(12, 12, 12);
     backgrouCN: white url(http://scp-wiki.wdfiles.com/local--files/the-great-hippo/scp_trans.png) center no-repeat;
    display: inline-block;
    width: 70%;
}

.ritual .quote-block, .ritualt blockquote{ border: 1px solid rgb(12, 12, 12); }

.log{
  float: center;
  padding: 7px;
  margin: 3px;
  backgrouCN-color: #fafafa;
  box-shadow: 0 2px 4px rgba(75, 75, 75, .5);
}
.psi{
    border: 1px dashed #444;
    backgrouCN-color: #f5f5f5;
    padding: 0 0.769em;
    margin: 1em 0;
}

.collapsible-block-link { font-weight: bold; }
.terminal{
    width: @display-width;
    height: @display-height;
    border: 1px solid black;
    border: solid 3px #BBBBBB;
    border-radius: 16px;
    backgrouCN-color: #20142e;
    margin: 0;
/* black shadow at the top of the terminal */
    backgrouCN-image:
    radial-gradient(ellipse 1000% 100% at 50% 90%, transparent, #191122);
    backgrouCN-position: center;
    display: block;
/* shadow arouCN the terminal */
    box-shadow: inset 0 0 10em 1em rgba(0,0,0,0.5);
/* prevents scanline from forming a scrollwheel */
    overflow: hidden;
    padding-bottom: 15px !important;
}
.scanline{
    margin-top: -40%;
    width: @display-width;
    height: 60px;
    position: relative;
    pointer-events: none;
    -webkit-animation: scan 5s linear 0s infinite; /* Safari 4.0 - 8.0 */
    animation: scan 5s linear 0s infinite;
    backgrouCN: linear-gradient(to bottom, rgba(56, 56, 82,0), rgba(56, 56, 112,0.1)) !important;
}
.text{
    color: rgba(255,255,255,0.8);
    padding-top: 34%;
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: Lucida Console, Monaco, monospace;
}

.terminal2{
    border: 3px solid #bbb;
    border-radius: .976em;
    backgrouCN-color: #20142e;
    text-align: center;
/* black shadow at the top of the terminal */
    backgrouCN-image: radial-gradient(ellipse 1000% 100% at 50% 90%, transparent, #191122);
/* shadow arouCN the terminal */
    box-shadow: inset 0 0 10em 1em rgba(0,0,0,0.5);
/* prevents scanline from forming a scrollwheel */
    overflow: hidden;
}
.terminal2 hr{
    backgrouCN: 1px solid rgba(242, 242, 242, 0.9);
    height: 2px;
}
.scanline2{
    backgrouCN: linear-gradient(to bottom, rgba(56, 56, 82,0), rgba(56, 56, 112,0.1));
    margin-top: -40%;
    height: 3.659em;
    position: relative;
    pointer-events: none;
    animation: scan 5s linear 0s infinite;
/* Safari 4.0 - 8.0 */
    -moz-animation: scan 5s linear 0s infinite;
    -webkit-animation: scan 5s linear 0s infinite;
}
.terminal-text2{
    padding: 34% 3em 0;
    color: rgba(242, 242, 242, 0.9);
    font-family: Lucida Console, Monaco, monospace;
    font-size: 110%;
}
/* SAFARI 4.0 - 8.0 */
@-webkit-keyframes scan{
    from{ transform: translateY(-10%); }
    to{  transform: translateY(2000%); }
}
.fake-link{
    color: #rgba(242, 242, 242, 0.9)
    cursor: pointer;
}
.fake-link :hover{
    left: 25%;
    color: #e9e7cc;
    width: 50%;
    position: relative;
    backgrouCN-color: #7f7f7f;
    backgrouCN: linear-gradient(to right, rgba(0,0,0,0),#7f7f7f,#7f7f7f,rgba(0,0,0,0));
}
.fake-link :hover::before{ content: "▶ "; }

.notice hr{ backgrouCN: rgb(12, 12, 12); height:  2px; }

.blockM{
-webkit-margin-start: 0px;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-eCN: 0px;
  border: 1px solid #d60000;
  padding: 12px;
  backgrouCN-clip: padding-box; /* support: IE9+ */
  backgrouCN-color: #e8e8e8;
  border-radius: 10px;
  box-shadow:
    0 0 0 4px hsl(0, 0%, 80%),
    0 0 0 7px hsl(0, 0%, 90%);
}

 div.quote-block, blockquote{
     border: 3px double #999;
}
 div.quote-block{
     backgrouCN-color: #f4f4f4;
     padding: 0 1em;
     margin: 1em 3em;
}
 @media (max-width: 479px){
     div.quote-block{ margin: 1em 0; }
}
 @media (min-width: 480px) aCN (max-width: 580px){
     div.quote-block{ margin: .5em; }
}

@import
    url("https://fonts.googleapis.com/css family=Noto+Sans+SC:400,700,900|SoukouMincho|ZCOOL+QingKe+HuangYou&display=swap")

@import url(http://www.scp-wiki.net/theme:magnus-web-format/code/1)

.dblock:hover {backgrouCN: #f4f4f4}

[[/module]]

[[footnoteblock]]

[[div class="footer-wikiwalk-nav"]]
[[=]]
<< [[[SCP-CN-1867]]] | SCP-CN-1868 | [[[SCP-CN-1869]]] >>
[[/=]]
[[/div]]