/* VARIABLES */ :root { /* VARIABLES > Core */ --logo-img: var(--darkmode-logo-img); --logo-opacity: 30%; /* VARIABLES > Misc */ --darkmode-gradient-top: var(--dark-bg-1); --darkmode-gradient-bottom: var(--dark-bg-2); --dark-bg-1: #21252E; --dark-bg-2: #2F333C; --dark-txt-color: #EDEDED; --header-txt-color: rgb(var(--accent)); --subheader-txt-color: var(--dark-txt-color); --misc-txt-color: var(--dark-txt-color); --link-txt-color: rgb(var(--accent)); --link-hover-txt-color: #FFF; /* VARIABLES > Color Accents */ --acc-default: 153, 187, 255; --acc-wyoming: 252, 69, 69; --acc-canada: 252, 69, 69; --acc-poland: 186, 127, 108; --acc-slothspit: 69, 99, 245; --acc-vanguard: 85, 204, 51; --acc-threshold: 221, 207, 238; --acc-overwatch: 255, 215, 0; --acc-spc: 88, 188, 209; --acc-fishing: 141, 203, 211; --acc-nightfall: 222, 40, 20; --acc-hybrasil: 69, 109, 245; --acc-goc: 112, 148, 255; --acc-spooky: 252, 112, 40; /* VARIABLES > BetterFootnotes */ --fnColor: rgb(var(--accent)); /* VARIABLES > ACS COLORS by Nagiros */ --six-color: 188, 136, 255 !important; /* purple*/ --five-color: 255, 34, 67 !important; /* red */ --four-color: 255, 141, 54 !important; /* orange */ --three-color: 255, 226, 82 !important; /* yellow */ --two-color: 117, 167, 242 !important; /* blue */ --one-color: 40, 159, 107 !important; /* green */ --white-bar: 207, 207, 207; --lg-bar: 118, 118, 130; --gray-bg: 66, 66, 72; } /* MAIN */ body { color: var(--dark-txt-color); background-color: var(--dark-bg-2); background-image: linear-gradient(to bottom, var(--darkmode-gradient-top), var(--darkmode-gradient-bottom) 200px); background-repeat: no-repeat; --barColour: var(--dark-bg-1); --linkColour: var(--dark-txt-color); } #page-content a { padding-bottom: .067rem; border-bottom: thin solid rgb(var(--accent)); } #page-content a:not(#page-content .authorlink-wrapper a):hover, .page-rate-widget-box a, #page-content .pseudocrumbs a, #page-content .yui-nav li a, #page-content #toc a, #page-content .danger-diamond a, #page-content a.collapsible-block-link, #page-content span.tooltip a, #page-content a.footnoteref { border-bottom: none !important; } /* MAIN > Header */ #header h1 a::after { color: var(--misc-txt-color); } /* MAIN > Header > Search Box */ #search-top-box-form>input[type=submit] { border: solid 1px #EDEDED; background: var(--dark-bg-1); !important; color: var(--dark-txt-color); } #search-top-box-form input[type=submit]:hover { border: solid 1px rgb(var(--accent)); } /* MAIN > Header > Top Bar */ #top-bar ul li ul li a:hover { color: var(--dark-txt-color) !important; background-color: rgba(0, 0, 0, 0.5) !important; } /* MAIN > Header > Login Info */ #login-status { color: var(--dark-txt-color); } #login-status a { color: rgb(var(--accent)); } #login-status ul a { color: var(--dark-txt-color); background: var(--dark-bg-1); } #login-status ul a:hover { color: rgb(var(--accent)); } #account-topbutton { border: solid 1px rgb(var(--accent)); } /* MAIN > Header > Side Bar */ #side-bar { background: var(--dark-bg-2); } #side-bar .side-block, #side-bar .side-block.resources, #side-bar .side-block.media { background: var(--dark-bg-1); } #side-bar .collapsible-block-unfolded-link .collapsible-block-link { color: var(--dark-txt-color) !important; } #side-bar .collapsible-block-unfolded-link { border-bottom: none; } #top-bar .open-menu a { filter: drop-shadow(0px 1px 10px rgba(0, 0, 0, 0.2)); } /* CONTENT */ /* CONTENT > Blockquotes, Custom Divs */ .blockquote, div.blockquote, blockquote { background: var(--dark-bg-1); border-left: 5px dashed rgb(var(--accent)); box-shadow: 4px 4px var(--dark-bg-2); } .jotting, .notation, .modal, .paper { background: var(--dark-bg-1); border-color: rgb(var(--accent)); } .paper { box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.8); } div.note { background: var(--dark-bg-1); } /* CONTENT > Headings, Titles */ #page-title, .meta-title { color: var(--dark-txt-color) !important; border-bottom-color: rgba(255, 255, 255, 0.3); } h1 { color: rgb(var(--accent)) !important; } h2, h3, h4, h5, h6 { color: var(--dark-txt-color) !important; } .footnotes-footer .title { color: var(--dark-txt-color); } /* CONTENT > Rate Module */ .page-rate-widget-box { font-family: var(--ui-font); } .page-rate-widget-box, #page-content .rate-box-with-credit-button { border: solid 1px rgb(var(--accent)); } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown, .page-rate-widget-box .cancel, #page-content .rate-box-with-credit-button { background: var(--dark-bg-1); } .page-rate-widget-box .rate-points { background: var(--dark-bg-1) !important; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a, .page-rate-widget-box .cancel a, #page-content .rate-box-with-credit-button .fa-info { color: var(--dark-txt-color); } div.page-rate-widget-box .rate-points { color: var(--dark-txt-color) !important; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover, .page-rate-widget-box .cancel a:hover { background: rgb(var(--accent)) !important; } /* CONTENT > Rate Module > Info Pane */ #page-content .rate-box-with-credit-button .creditButton p a { border-left-color: transparent; } #page-content .rate-box-with-credit-button .page-rate-widget-box .cancel { border-radius: 0; } #page-content .rate-box-with-credit-button .page-rate-widget-box .rate-points { border-left: 0; } .rate-box-with-credit-button .page-rate-widget-box .cancel a:hover { border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { color: var(--dark-txt-color); } #page-content .rate-box-with-credit-button .fa-info:hover { color: rgb(var(--accent)); } #page-content .modalbox { background: var(--dark-bg-2) !important; color: var(--dark-txt-color); box-shadow: none; } #page-content .modalbox > hr:first-of-type { opacity: 0%; } #page-content .modalbox h2:first-of-type { font-family: var(--ui-font); } .close-credits, .credit-back { filter: grayscale(100%) invert(100%) contrast(275%); } /* CONTENT > Rate Module > Author Label */ #page-content .authorbox { background-color: var(--dark-bg-1) !important; color: var(--dark-txt-color) !important; } #page-content .authorbox::before { border-color: transparent transparent var(--dark-bg-1) transparent; } /* CONTENT > Image Block */ .scp-image-block .scp-image-caption { background-color: var(--dark-bg-1) !important; color: var(--dark-txt-color); } .scp-image-block img, .scp-image-block .scp-image-caption { border-color: rgba(0, 0, 0, 0.4); } /* CONTENT > Tables Base */ #page-content tr th { color: var(--dark-bg-1); background-color: rgb(var(--accent)); border: solid 2px rgb(var(--accent)); } #page-content tr td { border: solid 2px rgb(var(--accent)); background-color: var(--dark-bg-1); } /* CONTENT > Tables Customization (Table Coloring System) */ /* CONTENT > Tables Customization (Table Coloring System) > Table Headings, Image Captions */ #page-content .table1 tr th, #page-content .table1 .scp-image-block .scp-image-caption, #page-content .table1 .scp-image-block img { background-color: rgb(40, 159, 107); border-color: rgb(40, 159, 107); --link-txt-color: rgb(0, 229, 129); --accent: 0, 229, 129 !important; } #page-content .table1 tr td { border-color: rgb(40, 159, 107); } #page-content .table2 tr th, #page-content .table2 .scp-image-block .scp-image-caption, #page-content .table2 .scp-image-block img { background-color: rgb(117, 167, 242); border-color: rgb(117, 167, 242); --link-txt-color: rgb(76, 146, 252); --accent: 76, 146, 252 !important; } #page-content .table2 tr td { border-color: rgb(117, 167, 242); } #page-content .table3 tr th, #page-content .table3 .scp-image-block .scp-image-caption, #page-content .table3 .scp-image-block img { background-color: rgb(255, 226, 82); border-color: rgb(255, 226, 82); --link-txt-color: rgb(255, 255, 46); --accent: 255, 255, 46 !important; } #page-content .table3 tr td { border-color: rgb(255, 226, 82); } #page-content .table4 tr th, #page-content .table4 .scp-image-block .scp-image-caption, #page-content .table4 .scp-image-block img { background-color: rgb(255, 141, 54); border-color: rgb(255, 141, 54); --link-txt-color: rgb(255, 98, 0); --accent: 255, 98, 0 !important; } #page-content .table4 tr td { border-color: rgb(255, 141, 54); } #page-content .table5 tr th, #page-content .table5 .scp-image-block .scp-image-caption, #page-content .table5 .scp-image-block img { background-color: rgb(255, 34, 68); border-color: rgb(255, 34, 68); --link-txt-color: rgb(255, 71, 71); --accent: 255, 71, 71 !important; } #page-content .table5 tr td { border-color: rgb(255, 34, 68); } #page-content .table6 tr th, #page-content .table6 .scp-image-block .scp-image-caption, #page-content .table6 .scp-image-block img { background-color: rgb(188, 136, 255); border-color: rgb(188, 136, 255); --link-txt-color: rgb(197, 159, 245); --accent: 197, 159, 245 !important; } #page-content .table6 tr td { border-color: rgb(188, 136, 255); } /* CONTENT > Tables Customization (Table Coloring System) > Other Colored Divs */ .table1 .jotting, .table1 .notation, .table1 .modal, .table1 .paper, .jotting.table1, .notation.table1, .modal.table1, .paper.table1 { border-color: rgb(var(--one-color)); --link-txt-color: rgb(var(--one-color)); --accent: var(--one-color) !important; } .table2 .jotting, .table2 .notation, .table2 .modal, .table2 .paper, .jotting.table2, .notation.table2, .modal.table2, .paper.table2 { border-color: rgb(var(--two-color)); --link-txt-color: rgb(var(--two-color)); --accent: var(--two-color) !important; } .table3 .jotting, .table3 .notation, .table3 .modal, .table3 .paper, .jotting.table3, .notation.table3, .modal.table3, .paper.table3 { border-color: rgb(var(--three-color)); --link-txt-color: rgb(var(--three-color)); --accent: var(--three-color) !important; } .table4 .jotting, .table4 .notation, .table4 .modal, .table4 .paper, .jotting.table4, .notation.table4, .modal.table4, .paper.table4 { border-color: rgb(var(--four-color)); --link-txt-color: rgb(var(--four-color)); --accent: var(--four-color) !important; } .table5 .jotting, .table5 .notation, .table5 .modal, .table5 .paper, .jotting.table5, .notation.table5, .modal.table5, .paper.table5 { border-color: rgb(var(--five-color)); --link-txt-color: rgb(var(--five-color)); --accent: var(--five-color) !important; } .table6 .jotting, .table6 .notation, .table6 .modal, .table6 .paper, .jotting.table6, .notation.table6, .modal.table6, .paper.table6 { border-color: rgb(var(--six-color)); --link-txt-color: rgb(var(--six-color)); --accent: var(--six-color) !important; } .table1 .blockquote, .table1 div.blockquote, .table1 blockquote, .table2 .blockquote, .table2 div.blockquote, .table2 blockquote, .table3 .blockquote, .table3 div.blockquote, .table3 blockquote, .table4 .blockquote, .table4 div.blockquote, .table4 blockquote, .table5 .blockquote, .table5 div.blockquote, .table5 blockquote, .table6 .blockquote, .table6 div.blockquote, .table6 blockquote, .blockquote.table1, div.blockquote.table1, .blockquote.table2, div.blockquote.table2, .blockquote.table3, div.blockquote.table3, .blockquote.table4, div.blockquote.table4, .blockquote.table5, div.blockquote.table5, .blockquote.table6, div.blockquote.table6 { background: var(--dark-bg-1); } .table1 .jotting, .table1 .notation, .table1 .modal, .table1 .paper, .jotting.table1, .notation.table1, .modal.table1, .paper.table1, .table2 .jotting, .table2 .notation, .table2 .modal, .table2 .paper, .jotting.table2, .notation.table2, .modal.table2, .paper.table2, .table3 .jotting, .table3 .notation, .table3 .modal, .table3 .paper, .jotting.table3, .notation.table3, .modal.table3, .paper.table3, .table4 .jotting, .table4 .notation, .table4 .modal, .table4 .paper, .jotting.table4, .notation.table4, .modal.table4, .paper.table4, .table5 .jotting, .table5 .notation, .table5 .modal, .table5 .paper, .jotting.table5, .notation.table5, .modal.table5, .paper.table5, .table6 .jotting, .table6 .notation, .table6 .modal, .table6 .paper, .jotting.table6, .notation.table6, .modal.table6, .paper.table6 { background: var(--dark-bg-1); } .table1 .blockquote, .table1 div.blockquote, .table1 blockquote, .blockquote.table1, div.blockquote.table1 { border-left-color: rgb(var(--one-color)); --link-txt-color: rgb(var(--one-color)); --accent: var(--one-color) !important; } .table2 .blockquote, .table2 div.blockquote, .table2 blockquote, .blockquote.table2, div.blockquote.table2 { border-left-color: rgb(var(--two-color)); --link-txt-color: rgb(var(--two-color)); --accent: var(--two-color) !important; } .table3 .blockquote, .table3 div.blockquote, .table3 blockquote, .blockquote.table3, div.blockquote.table3 { border-left-color: rgb(var(--three-color)); --link-txt-color: rgb(var(--three-color)); --accent: var(--three-color) !important; } .table4 .blockquote, .table4 div.blockquote, .table4 blockquote, .blockquote.table4, div.blockquote.table4 { border-left-color: rgb(var(--four-color)); --link-txt-color: rgb(var(--four-color)); --accent: var(--four-color) !important; } .table5 .blockquote, .table5 div.blockquote, .table5 blockquote, .blockquote.table5, div.blockquote.table5 { border-left-color: rgb(var(--five-color)); --link-txt-color: rgb(var(--five-color)); --accent: var(--five-color) !important; } .table6 .blockquote, .table6 div.blockquote, .table6 blockquote, .blockquote.table6, div.blockquote.table6 { border-left-color: rgb(var(--six-color)); --link-txt-color: rgb(var(--six-color)); --accent: var(--six-color) !important; } /* CONTENT > Tabs Customization */ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border-color: rgb(var(--accent)); } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { color: var(--dark-txt-color); background-color: var(--dark-bg-1); } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { color: var(--dark-txt-color); background-color: rgb(var(--accent)); } .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { color: var(--dark-txt-color); background-color: var(--dark-bg-1); } .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected { background-color: rgb(var(--accent)); } .yui-navset .yui-nav .selected a { color: var(--dark-bg-1); } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active { color: var(--dark-bg-1); background-color: rgb(var(--accent)); } .yui-navset .yui-content { background-color: var(--dark-bg-1); } /* CONTENT > Collapsibles */ #page-content a.collapsible-block-link:not(.licensebox a.collapsible-block-link, .info-container a.collapsible-block-link, .default-col a.collapsible-block-link) { color: var(--dark-txt-color); background: rgba(0, 0, 0, 0.4); box-shadow: inset 0px 0px 0px 2px rgb(var(--accent)); } #page-content a.collapsible-block-link:not(.licensebox a.collapsible-block-link, .info-container a.collapsible-block-link, .default-col a.collapsible-block-link):hover { background: rgba(var(--accent), 0.25); } /* CONTENT > ACS Adjustments */ /* ACS COLORS by Nagiros */ .anom-bar>.bottom-box { /* horizontal bar */ box-shadow: 0 -0.5rem 0 0 rgb(207, 207, 207) !important; -webkit-box-shadow: 0 -0.5rem 0 0 rgb(207, 207, 207) !important; -moz-box-shadow: 0 -0.5rem 0 0 rgb(207, 207, 207) !important; box-shadow: 0 -0.5rem 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; -webkit-box-shadow: 0 -0.5rem 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; -moz-box-shadow: 0 -0.5rem 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; } .bottom-box>.diamond-part { /* vertical bar */ box-shadow: -0.5rem 0 0 0 rgb(207, 207, 207) !important; -webkit-box-shadow: -0.5rem 0 0 0 rgb(207, 207, 207) !important; -moz-box-shadow: -0.5rem 0 0 0 rgb(207, 207, 207) !important; box-shadow: -0.5rem 0 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; -webkit-box-shadow: -0.5rem 0 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; -moz-box-shadow: -0.5rem 0 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; } .anom-bar-container.esoteric .text-part .main-class, .anom-bar-container.explained .text-part .main-class, .anom-bar-container.neutralized .text-part .main-class, .anom-bar-container.pending .text-part .main-class { background-color: rgba(66, 66, 72, .5) !important; background-color: rgba(var(--gray-bg, 66, 66, 72), .5) !important; border-left-color: rgb(118, 118, 130) !important; border-left-color: rgb(var(--lg-bar, 118, 118, 130)) !important; } .danger-diamond>.arrows { /* inverted arrows */ filter: invert(90%) !important; -webkit-filter: invert(90%) !important; } .danger-diamond>.quadrants>.bottom-quad, .anom-bar-container.explained .danger-diamond>.quadrants>.top-quad, .anom-bar-container.neutralized .danger-diamond>.quadrants>.top-quad, .anom-bar-container.pending .danger-diamond>.quadrants>.top-quad { /* "transparent" bottoms/top icon backgrounds */ background-color: rgb(26, 26, 26) !important; /* body background color */ } .danger-diamond>.bottom-icon, .anom-bar-container.pending .danger-diamond>.top-icon::before { /* esoteric, pending icon backgrounds */ background-color: rgb(3, 3, 3) !important; } .anom-bar>.bottom-box::before { background-color: var(--white-bar); } /* CONTENT > Woed Bar Adjustments */ div.scale div.item1>div, div.scale div.class1>div, div.scale div.obj { color: var(--dark-txt-color); } div.scale div.obj { background-color: var(--dark-bg-1); box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.35); } /* MISC */ #footer, #footer a { color: var(--dark-txt-color); } #license-area { color: var(--dark-txt-color); background: var(--dark-bg-1); border-top: solid 2px rgba(0, 0, 0, 0.3); } #top-bar ul li.sfhover a, #top-bar ul li:hover a { border-left: solid 1px var(--dark-bg-1); border-right: solid 1px var(--dark-bg-1); } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { border-top-color: var(--dark-bg-1); } #header #top-bar a { color: var(--dark-bg-1); } #page-content hr:not(.fancyhr hr) { background-color: rgb(var(--accent)); } #page-content .divider>hr, div.paper hr { border-top-color: rgb(var(--accent)); } .page-options-bottom a { color: var(--dark-bg-1); background: rgb(var(--accent)); } .page-options-bottom a:hover { background: rgba(var(--accent), 0.3); color: var(--dark-txt-color); } .code { background-color: #F8F8F8; border: solid 3px var(--dark-bg-2); box-shadow: none; } .fncon { background-color: var(--dark-bg-1); border-color: rgb(var(--accent)); } /* Pop-Up Windows */ .owindow { background-color: var(--dark-bg-1); border-color: rgb(var(--accent)); } .owindow .modal-header { background-color: var(--dark-bg-1); } .owindow .modal-body img { background-color: transparent !important; } .owindow .title { background-color: rgba(0, 0, 0, 0.4); color: rgb(var(--dark-txt-color)); border-bottom-color: rgba(0, 0, 0, 0.6); } .owindow .button-bar a { background-color: rgba(0, 0, 0, 0.4); color: var(--dark-txt-color); } .owindow .button-bar a:hover { background-color: rgb(var(--accent)); color: var(--dark-bg-1); } .buttons .btn { background-color: rgba(0, 0, 0, 0.5); border-color: rgb(var(--accent)); color: #dfdfdf; } .buttons .btn:hover { background-color: rgb(var(--accent)); color: var(--dark-txt-color); } #edit-cancel-button, #edit-diff-button, #edit-preview-button, #edit-save-draft-button, #edit-save-continue-button, #edit-save-button { background: var(--dark-bg-1); color: var(--dark-txt-color); border-color: #979797; } #edit-cancel-button:hover, #edit-diff-button:hover, #edit-preview-button:hover, #edit-save-draft-button:hover, #edit-save-continue-button:hover, #edit-save-button:hover { background: var(--dark-bg-1); border-color: rgb(var(--accent)); color: rgb(var(--accent)); } #edit-save-button, #edit-save-continue-button { --accent: 33, 255, 58; } #edit-cancel-button { --accent: 255, 31, 41; } #lock-info { background-color: var(--dark-bg-1); } a.action-area-close:hover { background-color: var(--dark-bg-1); color: rgb(var(--accent)); } .wd-editor-toolbar-panel { filter: invert(90%) hue-rotate(180deg); } .pager .current { background-color: rgb(var(--accent)); border-color: var(--dark-txt-color); } table.page-history tbody tr { color: var(--dark-txt-color); } textarea, input.text { background-color: var(--dark-bg-1); color: var(--dark-txt-color); } .hovertip { background: var(--dark-bg-1) !important; } #main-content .page-tags { border-color: rgb(var(--accent)); } #main-content .page-tags a { color: var(--dark-bg-1); } #main-content .page-tags a::after { background-color: var(--dark-bg-1); } #action-area>p { color: #c9eede; } .yui-ac-content { border: 1px solid var(--dark-txt-color); background: var(--dark-bg-1); } .autocomplete-list li:hover { background: unset; color: rgb(var(--accent)); } .preview-message, .error-block { background-color: rgba(64, 14, 23, 0.7) !important; color: var(--dark-txt-color); } input.checkbox, .page-history input { filter: invert(1) grayscale(1); } #h-perpage { filter: invert(1); } table.page-history td.optionstd a, .pager .current, .pager a { border: 1px solid rgba(255, 255, 255, 0.25); } .inline-diff del { background-color: rgba(255, 0, 0, 0.6); } .inline-diff ins { background-color: rgba(0, 255, 52, 0.3); } .fader iframe, .fader a { border: none; }
遏火部人事档案
欢迎光临
个人信息
姓名:何光
性别:男性
年龄:██
安全等级:3级
工作场所:Site-CN-44
职务:前MTF-戊卯-12“昨日重现”特遣队员、中国分部遏火部专员、“星河”计划监督员
擅长:摸鱼、摸鱼、摸鱼
人物履历
2010年毕业于██军校,进入部队锻炼 两年半 三年时间。
2014年应邀加入SCP基金会中国分部,成为MTF-戊卯-12“昨日重现”一名特遣队员。
2015年1月2日在办公室 抽烟 努力工作使得站长办公室 失火 焕然一新。
2015年8月18日SCP-CN-██收容失效事件中因 误伤多名队友 表现出众,受到站点主管 处分 褒奖。
2017年遏火部成立中国分部,经特遣队队长 驱赶 举荐成为中国分部遏火部专员。
荣获称号
Site-CN-44拆迁达人
Site-CN-44运动会全项目倒数第一名
Site-CN-44月计摸鱼时长最长奖(31天)
MTF-戊卯-12“昨日重现”祸害队友大赛第一名
遏火部年度统计业绩第一名
SCP项目:
SCP-CN-2556 莫须有
他通过奉壹见证了无数王朝的更替,成为了它们的守墓人。在那日复一日、年复一年的虚无中,他就这样成为了“莫须有”。
SCP-CN-3210 黄昏时分无故人
SCP-CN-3000“奇迹/宿命”竞赛参赛作品。
我们无法改变自己的过去,但我们还能改变自己的未来。我们所期盼的黎明终将到来。
SCP-CN-2999-EX 星河
星光洒向河水,SCP-CN-2999-EX在此时犹如一条星河。
SCP-CN-♡ 远渡星海
MD759E-α-048时间轴今已抵达2024年5月20日。
SCP-CN-3166 蜂眼症
该类幼虫通过吸收眼泪和组织液来生长和发育,侵蚀眼角膜入侵瞳孔并在瞳孔中筑巢。
SCP-CN-3686 世间真不死,未必属苍天
灵异月“苍”代表苍生已死。
星火不熄,逆天而行。携手一道,以卫苍生。
SCP-CN-3553 并非谎言
对了,我爱你,并非谎言。
故事:
寒雨葬蝉鸣
北风吹雨作游人,叹也风吹,叹也雨霖霖,叹也暮行沧海。
所谓伊人
他们就这样一同沉没在海水里,仿佛成为了大海的一部分,而那曾经发生的一切,也如同一场虚幻的梦境,只留下无尽的惆怅与叹息。
《姑射集言·百兽卷四·辨实》· 译本
2025冬季征文“谏言”参赛作品。
圣明的王者把历史作为借鉴,在无穷的变化中能够把握道的原则,愚蠢的君主则将过去和现在相混淆,又哪里能迎接那尚未到来的事物呢?数千年来都不过是重新驶上倾覆之车的车辙,颠倒的历史又在什么时候能颠倒回来呢?过去的事情已经无法挽回,未来的岁月还可以迎头赶上,大概就是这样的道理啊。
深宵清扫
2026新年连写
便签连同盒子被扔进了海里,贾骏驾驶着小船一路破浪,不再回头。
图书馆:
那不是爱情
收拾满地破碎后前行,可惜,可惜,那真的不是爱情。
海枯
孤独的旅人啊,爱会翻越群山,只为敲开门,向你问几句早安。
倘若谜因不及之昼
2024图书馆竞赛参赛作品。
可我生来就是风雪独行人,月夜疼痛不过是衬托。
SCP-7231 在天堂
我需要放你离去,让你安息。总有一天我会回来,在你的墓前放上一些红花。
SCP-7123 死亡骰子
塔。动乱、因果报应……毁灭…..
SCP-7618 浓雾
目的不能为手段辩护。
SCP-7906 人所不欲,欲欲我的
即使你选择了懦夫的方式,我还是在为你做一些事情,这是不是很好?
SCP-8028 密林之中
古木幽深,其韵待也。所待非人,亦非永矣。
SCP-8607 信任恐惧症: 露西的房子
这怎么公平啊!?凭什么把我当成怪物一样对待啊?我才是那个真正在乎的人!我才是那个努力过的人!我才是那个想保护你的人!我就从来没得到过认可吗?我就从来没得到过一句感谢吗?
SCP-8499 荒芜与破败的回响
我的兄弟们摧毁了我。这些男人们摧毁了我。或许我本该破碎。
SCP-3060-JP “へ”代表横死者
SCP-3060-JP是于20██年██月██日自杀的真桑友梨佳的尸体。将SCP-3060-JP添加到某种菜肴中会对食用者综合味觉印象产生积极影响。
汪
太空很严酷但却合乎情理,莱卡在其中拥有自己的角色,这已经足够了。
倘若谜因不及之昼/If the meme falls short of the day
投稿至主站被放逐者之图书馆,由hidasa_老师进行翻译发布
遏火部推文大会作品总集
欢迎加入遏火部群,Q群群号:444283624





