:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; background: unset; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } }

紫色磁带
我的天,现在我们一年一度了吗?
和以前一样,SCP维基的整千竞赛依然产生了大量高质量的作品。这些拼贴画的灵感都来自于其中一些作品让我产生的流连忘返的联想。我今年会尝试多做几批,所以敬请期待!和往常一样,请随意在下方留言推荐……
你永远不知道什么时候好运会降临……
海天相接之处
这个地方,它不是一次事件、一个晚上、一场争论就出现的。它是有层次的。这是不是说它就有某种意图?还是说它只是自然地,一层又一层地降临?

文件名:museum.jpg
图像名:Qasr al-Farid, Hegra (Madain Salih), 1st cent. CE, Saudi Arabia (1)
图像作者:Richard Mortel
授权协议:CC BY 2.0
来源链接:Flickr
备注:图像裁剪。
文件名:tomb.jpg
图像名:Aaron's tomb.jpg
图像作者:Joneikifi
授权协议:CC BY-SA 3.0
来源链接:Wikimedia Commons
备注:图像裁剪并灰度化。
文件名:Man2.png
图像名:Bundesarchiv Bild 183-18073-0003, Konstantin Sergejewitsch Stanislawski.jpg
图像作者:N/A
授权协议:CC BY-SA 3.0 DE
来源链接:Wikimedia Commons
文件名:Gallery1.jpg
图像名:The Duveen Gallery
图像作者:大英博物馆
授权协议:公共领域
来源链接:Wikimedia Commons
文件名:Theatre1.jpg
图像名:Graumanegyptian-opening1922
图像作者:未知作者
授权协议:公共领域
来源链接:Wikimedia Commons
文件名:Head2.jpg
图像名:Kolosstatue Ramses II Memphis
图像作者:Dominik Knippel
授权协议:知识共享-署名-相同方式共享 3.0 未本地化版本
来源链接:Wikimedia Commons
文件名:Hall1.jpg
图像名:Marble Hall
图像作者:Andrew Malone
授权协议:CC BY 2.0
来源链接:Flickr
文件名:Wall1.jpg
图像名:Wellcome museum, view of statuary hall Wellcome
图像作者:Wellcome Collection gallery
授权协议:知识共享-署名 4.0 国际
来源链接:Wikimedia Commons
文件名:Chair3.jpg
图像名:"Aida" by Regina Opera in Brooklyn
图像作者:Feast of Music
授权协议:知识共享-署名 2.0 通用
来源链接: Wikimedia Commons
饥荒季节
首先小麦变黄,而后棕色,再后灰色和黑色。现在全都是堆灰尘了。我的小子们捡起了一些,刷了三天都没把手弄干净。

图像名:Tarweveld
图像作者:Jean Pierre Norblin de la Gourdaine
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.158746
图像名:De vier ruiters van de apocalyps
图像作者:Albrecht Dürer
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.33591
图像名:Fotoreproductie van een prent naar een schilderij, voorstellende een zelfportret van Rembrandt met zijn vrouw Saskia
图像作者:佚名
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.615829
图像名:Komeet
图像作者:佚名
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.512394
图像名:Jongens binden korenschoven in Norfolk
图像作者:Peter Henry Emerson
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.349989
图像名:Four Horsemen of the Apocalypse
图像作者:Arnaldo Dell'Ira
授权协议:公有领域
来源链接:https://commons.wikimedia.org/wiki/File:Four_Horsemen_of_the_Apocalypse_(by_Arnaldo_Dell%27Ira,_project_of_mosaic_1939-1940).jpg
企业登神
SCP-7000并不具备自己的动机。SCP-7000具有神圣神体,但在公司职员和股东的目标外,它似乎并不具备更广大的意志。
作者:LORDXVNV。

图像名:CRÈME ÉCLIPSE a la cire, Schoenkreem, photo 1
图像作者:Alf van Beem
授权协议:公有领域
来源链接:https://commons.wikimedia.org/wiki/File:CR%C3%88ME_%C3%89CLIPSE_a_la_cire,_Schoenkreem,_photo_1.JPG
图像名:Meisjes in schoenenfabriek - Girls in shoe factory
图像作者:Nationaal Archief
授权协议:公有领域
来源链接:https://commons.wikimedia.org/wiki/File:Meisjes_in_schoenenfabriek_-_Girls_in_shoe_factory_(5831694212).jpg
图像名:K&M Candles Brockholes UK, 1972 (RLH), KIWI Shoe Polish Canning Machine
图像作者:Richard Harvey
授权协议:公有领域
来源链接:https://commons.wikimedia.org/wiki/File:K%26M_Candles_Brockholes_UK,_1972_(RLH),_KIWI_Shoe_Polish_Canning_Machine_01.jpg
图像名:Man wijst op een ladder die tot in de hemel reikt
图像作者:Jan Luyken
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.146707
图像名:The Assumption of the Virgin
图像作者:Francesco Botticini
授权协议:公有领域
来源链接:https://commons.wikimedia.org/wiki/File:Francesco_Botticini_-_The_Assumption_of_the_Virgin.jpg
图像名:Pair of High-Heeled Women’s Shoes
图像作者:佚名
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.7320
鳗鱼日
De Santi的行为受到鳗鱼大脑显著影响的日子被称为“鳗鱼日”。De Santi一生中的大部分时候都在畏惧这些日子。
作者:AnActualCrow。

图像名:Aal en baars
图像作者:anonymous
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.89188
图像名:Tegel, behorend bij tegeltableau beschilderd met vissen in wier
图像作者:Bert Nienhuis (I)
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.594036
图像名:Saucer-dish with powder blue and fish
图像作者:anonymous
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.2612
图像名:Academiestudie naar een gips van een antiek beeld: detailstudie van een arm met vuist
图像作者:Johannes Tavenraat
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.302803
图像名:Decoratief beslag uit het wrak van de Oost-Indiëvaarder Hollandia
图像作者:anonymous
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.70230
图像名:Mooring Swivel
图像作者:anonymous
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.244970
淹溺之地
我们在恶魔的井中找到的不止有这一页的附录那么多。那是一切的关键。
作者:Its a Bad Idea.

图像名:Warships in a Heavy Storm
图像作者:Ludolf Bakhuysen
授权协议:公有领域
来源链接:https://www.rijksmuseum.nl/en/collection/SK-A-4856
图像名:Windroos
图像作者:佚名
授权协议:公有领域
来源链接: http://hdl.handle.net/10934/RM0001.COLLECT.503900
图像名:Gray Whale skull.
图像作者:Masur
授权协议:知识共享-署名-相同方式共享 3.0
来源链接:https://commons.wikimedia.org/wiki/File:Gray_Whale_skull.jpg
图像名:Skull of whale on the bombing range
图像作者:Ian Paterson
授权协议:公有领域
来源链接:知识共享-署名-相同方式共享 2.0
图像名:Gray whale
图像作者:N/A
授权协议:公有领域
来源链接:https://commons.wikimedia.org/wiki/File:Gray_whale.jpg
图像名:Mont Saint-Michel before dawn, view from the south
图像作者:Ввласенко
授权协议:知识共享-署名-相同方式共享 3.0
来源链接: https://commons.wikimedia.org/wiki/File:Mont_Saint-Michel_before_dawn,_view_from_the_south._France.jpg
图像名:Zeemonnik
图像作者:François Desprez
授权协议:公有领域
来源链接: http://hdl.handle.net/10934/RM0001.COLLECT.508677
条条大路通罗马
混沌是无穷复杂定律的结果。因此,当我凝视着彻底不可能性的深渊之时,我发现我修正了旧时吟诵的真言:
作者:Esoterica does not match any existing user name.

图像名:Dougga Roman Theater
图像作者:David Stanley
授权协议:CC BY 2.0
来源链接:https://www.flickr.com/photos/79721788@N00/25901468768
图像名:Mars sky at noon PIA01546.jpg
图像作者:NASA/JPL-Caltech
授权协议:公有领域
来源链接:https://commons.wikimedia.org/wiki/File:Mars_sky_at_noon_PIA01546.jpg
图像名:Sterrenbeeld Cassopeia
图像作者:佚名
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.700069
图像名:Colosseum in Rome (title on object)
图像作者:Fratelli Alinari
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.452471
图像名:Detail van het beeld Venus Victrix door Antonio Canova
图像作者:Alinari
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.266854
图像名:Ménade danzante, Casa del Naviglio, Pompeya
图像作者:Age Fotostock
授权协议:公有领域
来源链接:https://commons.wikimedia.org/wiki/File:M%C3%A9nade_danzante,_Casa_del_Naviglio,_Pompeya.jpg
图像名:Marcus Aurelius Denarius
图像作者:Rasiel Suarez
授权协议:公有领域
来源链接:https://en.wikipedia.org/wiki/File:Marcus_Aurelius_Denarius2.jpg
SCP-7K-J:好评/差评硬币
抛个硬币。猜正反。如果你对了,投个好评;如果没对,投个差评。
作者:DodoDevil、
Elenee FishTruck、
Fishish、
GremlinGroup、
LORDXVNV、
R4_EX,以及
stormbreath。

图像名:BradmanAllenToss.jpg
图像作者:N/A
授权协议:公有领域
来源链接:Wikimedia Commons
图像名:Munt van een halve rijksdaalder van Leicester, munt voor de provincie Holland
图像作者:佚名
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.57600
永不凋落
O5-13:这一切中蕴藏着美感。
O5-13:当然,不是字面意思,视觉上的美感。然而,在嗥叫之后,生命依然存在。它不顾一切地继续着。不论是在城市,还是在荒地,还是在这一切之间。

图像名:Fresco in de Sixtijnse Kapel te Vaticaanstad, voorstellende het Orakel van Delphi
图像作者:Edizione Brogi
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.269056
图像名:Full Moon
图像作者:Warren de la Rue
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.600142
图像名:Normal Lunar Crater
图像作者:James Nasmyth
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.479722
图像名:Aspect of an eclipse of the Sun by the Earth, as it would appear as seen from the Moon
图像作者:James Nasmyth
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.600284
图像名:Wassende maan
图像作者:Warren de la Rue
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.279681
大冤种
我不想再当丑角了
最近,我感觉自己就像个不合群的人
说出那些伤害我朋友们的话,但那些话都不是我的本意
我不想再当丑角了
[…]
我不想你们老是开我的玩笑
我要出去买衣服,最佳着装非我莫属
我要博览群书,成为最聪明的那个人
我要去弹吉他,成为一名艺术家
别急着嘲笑我
我知道那并不容易
我是认真的
我知道对你们来说这还是头一遭
作者:HarryBlank

图像名:Stańczyk
图像作者:Jan Matejko
授权协议:公有领域
来源链接:https://en.wikipedia.org/wiki/File:Jan_Matejko,_Sta%C5%84czyk.jpg
图像名:Allegorie op de zotheid en dronkenschap
图像作者:anonymous
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.422290
图像名:Twee dobbelende narren
图像作者:Caspar Merian
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.48454
图像名:Dikke nar met een worst
图像作者:Caspar Merian
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.48423
图像名:Pruimenbloesem voor de opgaande zon
图像作者: Yashima Gakutei
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.45935
图像名:Fortuna
图像作者:Giovanni Jacopo Caraglio
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.90649
图像名:Pieter Bruegel the Elder - 1557 - A Pig Has To Go in a Sty
图像作者:File:Pieter Bruegel the Elder
授权协议:公有领域
来源链接:https://commons.wikimedia.org/wiki/File:Pieter_Bruegel_the_Elder_-_1557_-_A_Pig_Has_To_Go_in_a_Sty.jpg
图像名:Joe Kelso, vaudeville entertainer
图像作者:Calvert
授权协议:公有领域
来源链接:https://commons.wikimedia.org/wiki/File:Joe_Kelso,_vaudeville_entertainer_(SAYRE_4391).jpg
我将不息
那些祖先是这片土地真正的监督者。他们看守着它。他们照料着它。
作者:stormbreath与
Lt Flops.

图像名:View of the Castle of Egmond aan den Hoef
图像作者:Claes Jacobsz van der Heck
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.8630
图像名:Krokodil
图像作者:Antonio Tempesta
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.184447
图像名:Krokodil
图像作者:anonymous
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.343654
图像名:De krokodil
图像作者: Gordinne
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.546201
图像名:Reptiel
图像作者:Antonio Tempesta
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.184416
图像名:Draak
图像作者:Anselmus Boëtius de Boodt
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.695055
图像名:Ruïnes van het Nymphaeum Alexandri
图像作者:Jan Gerritsz. van Bronckhorst
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.88042
图像名:Figuren bij de Tempel van Sybille te Tivoli
图像作者: Jan van de Velde (II)
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.333808
图像名:A colored version of the Big wave from 100 views of the Fuji, 2nd volume
图像作者:After Katsushika Hokusai
授权协议:公有领域
来源链接:https://commons.wikimedia.org/wiki/File:A_colored_version_of_the_Big_wave_from_100_views_of_the_Fuji,_2nd_volume.jpg
一支塑料玫瑰
他拿起玫瑰花,在手里翻来覆去地把玩,看了一会儿。
作者:TheCommunity.

图像名:Gallic Rose (Rosa gallica L. ‘Versicolor’)
图像作者:Pieter Withoos
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.63927
图像名:Twee rozen en een vogel met gekartelde bek
图像作者:anonymous
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.410009
图像名:Schets voor een portret van mevrouw De Carnière-Wouters, echtgenote van de kunstenaar
图像作者:Rik Wouters
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.109610
图像名:Dwarrelende sneeuw
图像作者:Kamisaka Sekka
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.246796
图像名:Prinsengracht
图像作者:Frans Everbag
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.543152
三匹白马
霍乱只用两天就带走了她。两天。两天。我没想过会对此羡慕。你不懂。
作者:TheyCallMeTim.

图像名:Omgevallen kruiken met vuur en water
图像作者:佚名
授权协议:公有领域
来源链接:公有领域
图像名:Storm boven een landschap
图像作者:Henri Jonas
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.209258
图像名:Wolkbreuk en overstroming te Bretzhofen in Frankenland, 1627
图像作者:Jan Luyken
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.144564
图像名:Skelet met pijl en valkenier, temidden van dieren
图像作者:Andries Jacobsz. Stock
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.353831
图像名:Paard opgejaagd door wolven
图像作者:Victor Adam
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.71083
觅我于万千繁星间
“人类终将展望深空,发现如地球般的行星。”
― 克里斯多佛·雷恩
作者:fabledtiefling does not match any existing user name.

图像名:Driekoningen
图像作者:Johannes de Mare
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.149634
图像名:Sterrenkaart van de noordelijke sterrenhemel
图像作者:佚名
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.335683
图像名:The Corn Harvest
图像作者:Pieter Bruegel the Elder
授权协议:公有领域
来源链接:https://commons.wikimedia.org/wiki/File:Pieter_Bruegel_the_Elder-_The_Corn_Harvest_(August).JPG
图像名:Las Meninas
图像作者:Diego Velázquez
授权协议:公有领域
来源链接:https://en.wikipedia.org/wiki/File:Las_Meninas,_by_Diego_Vel%C3%A1zquez,_from_Prado_in_Google_Earth.jpg
图像名:File:Emblemata
图像作者:Adriaen van de Venne
授权协议:公有领域
来源链接:https://en.wikipedia.org/wiki/File:Emblemata_1624.jpg
文件名:CarackanPainting.png
图像作者:@Just_Randie
授权协议:Creative Commons Share-Alike 3.0
备注:图像为在文中使用向Randie约稿。艺术家的推特见此:https://twitter.com/Just_Randie
文件名:Siaspainting.png, WallPainting.png
图像作者:FabledTiefling
授权协议:Creative Commons Attribution-Share Alike 3.0
恐七症
站点主管Franklyn Garnett在2003年3月11日谋杀了Theresa Booth博士,将她的药物换成了化合物Y-909,并将其死因设计为过量记忆删除。
作者:Yossipossi.

图像名:Studies van ogen
图像作者:Jusepe de Ribera
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.42668
图像名:Rechtvaardigheid
图像作者:Jacob de Gheyn (II)
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.382610
图像名:Panopticon Willey Reveley 1791 elevated view
图像作者: Willey Reveley
授权协议:公有领域
来源链接:https://en.wikipedia.org/wiki/File:Panopticon_Willey_Reveley_1791_elevated_view.png
图像名:THE CENTRAL POLICE CONTROL STATION, MANNED 24 HOURS A DAY CONTROLS ALL TRAFFIC LIGHTS, RECEIVES REMOTE TV INPUTS FROM MAJOR INTERSECTIONS, AND MAINTAINS RADIO CONTACT WITH ALL TRAFFIC CONTROL VEHICLES
图像作者:Yoichi R
授权协议:公有领域
来源链接:https://commons.wikimedia.org/wiki/File:THE_CENTRAL_POLICE_CONTROL_STATION,_MANNED_24_HOURS_A_DAY_CONTROLS_ALL_TRAFFIC_LIGHTS,_RECEIVES_REMOTE_TV_INPUTS_FROM..._-_NARA_-_551905.tif
图像名:Elf-rib
图像作者:Isaac Vincentsz. van der Vinne
授权协议:公有领域
来源链接:http://hdl.handle.net/10934/RM0001.COLLECT.486316
请按如下方式引用此页:
“DODO的7K拼贴画”,作者 DodoDevil,来自 SCP 维基。原文链接:https://www.scpwiki.com/dodos-7kollages。译者 Esperanza_Cai,来自 SCP-CN 维基。译文链接:http://scp-wiki-cn.wikidot.com/dodos-7kollages。遵循 CC-BY-SA 协议。
更多详情请参阅授权指南。
授权信息
文件名:SkySea-m.jpg
图像名:SkySea
图像作者:Various
授权协议:CC BY-SA 3.0 - I hearby release the image under this license.
来源链接:N/A(本页)。
文件名:Hungry-m.jpg
图像名:Hungry
图像作者:Various
授权协议:CC BY-SA 3.0 - I hearby release the image under this license.
来源链接:N/A(本页)。
文件名:Shoe-m.jpg
图像名:Shoe
图像作者:Various
授权协议:CC BY-SA 3.0 - 我特此在此授权下发布这张图片。
来源链接:N/A(本页)。
文件名:Eel-m.jpg
图像名:Eel
图像作者:Various
授权协议:CC BY-SA 3.0 - 我特此在此授权下发布这张图片。
来源链接:N/A(本页)。
文件名:Whale-m.jpg
图像名:Whale
图像作者:Various
授权协议:CC BY-SA 3.0 - 我特此在此授权下发布这张图片。
来源链接:N/A(本页)。
文件名:Rome-m.jpg
Name:
图像作者:Various
授权协议:CC BY-SA 3.0 - 我特此在此授权下发布这张图片。
来源链接:N/A(本页)。
文件名:Coin-m.jpg
图像名:Coin
图像作者:Various
授权协议:CC BY-SA 3.0 - 我特此在此授权下发布这张图片。
来源链接:N/A(本页)。
更多维基文档信息,请见版权信息总览。