: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; } } } }

PURPLETAPE
Holy hell, are we doing these yearly now?
As before, the SCP wiki's X000 contest has turned out an incredible array of works. These collages are inspired by a handful of the ones whose imagery stuck with me. I'll try to do a few batches this year, so stay tuned! As always, feel free to leave a comment with some recommendations below…
You never know when you may get lucky…
Where Sky Meets Sea
This place, it's not showing one event, a single night, an argument. There's a strata to it. Does that mean there's an intent? Or does it just fall into place, layer by layer?
Authors: DodoDevil and
Elenee FishTruck

Filename: museum.jpg
Name: Qasr al-Farid, Hegra (Madain Salih), 1st cent. CE, Saudi Arabia (1)
Author: Richard Mortel
License: CC BY 2.0
Source Link: Flickr
Additional Notes: Image cropped.
Filename: tomb.jpg
Name: Aaron's tomb.jpg
Author: Joneikifi
License: CC BY-SA 3.0
Source Link: Wikimedia Commons
Additional Notes: Image cropped and grayscaled.
Filename: Man2.png
Name: Bundesarchiv Bild 183-18073-0003, Konstantin Sergejewitsch Stanislawski.jpg
Author: N/A
License: CC BY-SA 3.0 DE
Source Link: Wikimedia Commons
Filename: Gallery1.jpg
Name: The Duveen Gallery
Author: British Museum
License: Public Domain
Source Link: Wikimedia Commons
Filename: Theatre1.jpg
Name: Graumanegyptian-opening1922
Author: Unknown author
License: Public domain
Source Link: Wikimedia Commons
Filename: Head2.jpg
Name: Kolosstatue Ramses II Memphis
Author: Dominik Knippel
License: Creative Commons Attribution-Share Alike 3.0 Unported
Source Link: Wikimedia Commons
Filename: Hall1.jpg
Name: Marble Hall
Author: Andrew Malone
License: CC BY 2.0
Source Link: Flickr
Filename: Wall1.jpg
Name: Wellcome museum, view of statuary hall Wellcome
Author: Wellcome Collection gallery
License: Creative Commons Attribution 4.0 International
Source Link: Wikimedia Commons
Filename: Chair3.jpg
Name: "Aida" by Regina Opera in Brooklyn
Author: Feast of Music
License: Creative Commons Attribution 2.0 Generic
Source Link: Wikimedia Commons
The Hungry Season
First the wheat turned yellow, then brown, then gray and black. It's gone all dusty now. My boy picked some up and hasn't been able to get it off his hand in three days of scrubbing.
Author: bigslothonmyface

Name: Tarweveld
Author: Jean Pierre Norblin de la Gourdaine
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.158746
Name: De vier ruiters van de apocalyps
Author: Albrecht Dürer
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.33591
Name: Fotoreproductie van een prent naar een schilderij, voorstellende een zelfportret van Rembrandt met zijn vrouw Saskia
Author: anonymous
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.615829
Name: Komeet
Author: anonymous
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.512394
Name: Jongens binden korenschoven in Norfolk
Author: Peter Henry Emerson
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.349989
Name: Four Horsemen of the Apocalypse
Author: Arnaldo Dell'Ira
License: Public Domain
Source Link: https://commons.wikimedia.org/wiki/File:Four_Horsemen_of_the_Apocalypse_(by_Arnaldo_Dell%27Ira,_project_of_mosaic_1939-1940).jpg
Corporate Apotheosis
SCP-7000 does not appear to have agency of its own. SCP-7000 possesses a divine godhead but does not appear to have a greater agenda beyond the goals of its corporate officers and shareholders.
Author: LORDXVNV.

Name: CRÈME ÉCLIPSE a la cire, Schoenkreem, photo 1
Author: Alf van Beem
License: Public Domain
Source Link: https://commons.wikimedia.org/wiki/File:CR%C3%88ME_%C3%89CLIPSE_a_la_cire,_Schoenkreem,_photo_1.JPG
Name: Meisjes in schoenenfabriek - Girls in shoe factory
Author: Nationaal Archief
License: Public Domain
Source Link: https://commons.wikimedia.org/wiki/File:Meisjes_in_schoenenfabriek_-_Girls_in_shoe_factory_(5831694212).jpg
Name: K&M Candles Brockholes UK, 1972 (RLH), KIWI Shoe Polish Canning Machine
Author: Richard Harvey
License: Public Domain
Source Link: https://commons.wikimedia.org/wiki/File:K%26M_Candles_Brockholes_UK,_1972_(RLH),_KIWI_Shoe_Polish_Canning_Machine_01.jpg
Name: Man wijst op een ladder die tot in de hemel reikt
Author: Jan Luyken
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.146707
Name: The Assumption of the Virgin
Author: Francesco Botticini
License: Public Domain
Source Link: https://commons.wikimedia.org/wiki/File:Francesco_Botticini_-_The_Assumption_of_the_Virgin.jpg
Name: Pair of High-Heeled Women’s Shoes
Author: anonymous
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.7320
Eel Days
Days where De Santi's behavior is significantly affected by the eel's brain are called "Eel Days." For most of his life De Santi dreads these days.
Author: AnActualCrow.

Name: Aal en baars
Author: anonymous
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.89188
Name: Tegel, behorend bij tegeltableau beschilderd met vissen in wier
Author: Bert Nienhuis (I)
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.594036
Name: Saucer-dish with powder blue and fish
Author: anonymous
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.2612
Name: Academiestudie naar een gips van een antiek beeld: detailstudie van een arm met vuist
Author: Johannes Tavenraat
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.302803
Name: Decoratief beslag uit het wrak van de Oost-Indiëvaarder Hollandia
Author: anonymous
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.70230
Name: Mooring Swivel
Author: anonymous
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.244970
A Place to Drown in
What we found in the Devil's Well is more than an addendum to this page. It's the key to everything.
Author: Its a Bad Idea.

Name: Warships in a Heavy Storm
Author: Ludolf Bakhuysen
License: Public Domain
Source Link: https://www.rijksmuseum.nl/en/collection/SK-A-4856
Name: Windroos
Author: anonymous
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.503900
Name: Gray Whale skull.
Author: Masur
License: Creative Commons Attribution-Share Alike 3.0
Source Link: https://commons.wikimedia.org/wiki/File:Gray_Whale_skull.jpg
Name: Skull of whale on the bombing range
Author: Ian Paterson
License: Public Domain
Source Link: Creative Commons Attribution-Share Alike 2.0
Name: Gray whale
Author: N/A
License: Public Domain
Source Link: https://commons.wikimedia.org/wiki/File:Gray_whale.jpg
Name: Mont Saint-Michel before dawn, view from the south
Author: Ввласенко
License: Creative Commons Attribution-Share Alike 3.0
Source Link: https://commons.wikimedia.org/wiki/File:Mont_Saint-Michel_before_dawn,_view_from_the_south._France.jpg
Name: Zeemonnik
Author: François Desprez
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.508677
All Roads Lead to Rome
Chaos is the result of immeasurably complex laws. And so, as I stare into this abyss of utter improbability, I find myself revising my old mantra:
Author: Esoterica does not match any existing user name.

Name: Dougga Roman Theater
Author: David Stanley
License: CC BY 2.0
Source Link: https://www.flickr.com/photos/79721788@N00/25901468768
Name: Mars sky at noon PIA01546.jpg
Author: NASA/JPL-Caltech
License: Public Domain
Source Link: https://commons.wikimedia.org/wiki/File:Mars_sky_at_noon_PIA01546.jpg
Name: Sterrenbeeld Cassopeia
Author: anonymous
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.700069
Name: Colosseum in Rome (title on object)
Author: Fratelli Alinari
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.452471
Name: Detail van het beeld Venus Victrix door Antonio Canova
Author: Alinari
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.266854
Name: Ménade danzante, Casa del Naviglio, Pompeya
Author: Age Fotostock
License: Public Domain
Source Link: https://commons.wikimedia.org/wiki/File:M%C3%A9nade_danzante,_Casa_del_Naviglio,_Pompeya.jpg
Name: Marcus Aurelius Denarius
Author: Rasiel Suarez
License: Public Domain
Source Link: https://en.wikipedia.org/wiki/File:Marcus_Aurelius_Denarius2.jpg
SCP-7K-J: Upvote/Downvote Coin
Flip a coin. Call it. If you were right, vote up; if not, vote down.
Authors: DodoDevil,
Elenee FishTruck,
Fishish,
GremlinGroup,
LORDXVNV,
R4_EX, and
stormbreath.

Name: BradmanAllenToss.jpg
Author: N/A
License: Public Domain
Source Link: Wikimedia Commons
Name: Munt van een halve rijksdaalder van Leicester, munt voor de provincie Holland
Author: anonymous
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.57600
Amaranthine
O5-13: There’s beauty in all of this.
O5-13: Not literally, visually, of course. Yet after the Howling, life clings on. It continues despite it all. In the cities, in the Blightlands, everywhere in between.

Name: Fresco in de Sixtijnse Kapel te Vaticaanstad, voorstellende het Orakel van Delphi
Author: Edizione Brogi
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.269056
Name: Full Moon
Author: Warren de la Rue
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.600142
Name: Normal Lunar Crater
Author: James Nasmyth
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.479722
Name: Aspect of an eclipse of the Sun by the Earth, as it would appear as seen from the Moon
Author: James Nasmyth
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.600284
Name: Wassende maan
Author: Warren de la Rue
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.279681
The Loser
I don't wanna be funny anymore
Lately I've been feeling like the odd man out
I hurt my friends saying things I don't mean out loud
I don't wanna be funny anymore
[…]
I don't want the joke to be on me
Yeah, I'll buy the clothes and I'll be the best dressed
Yeah, I'll read the books and I'll be the smartest
I'll play guitar and I'll be the artist
Try not to laugh
I know it'll be hard
I'm serious
I know it's a first but
Author: HarryBlank

Name: Stańczyk
Author: Jan Matejko
License: Public Domain
Source Link: https://en.wikipedia.org/wiki/File:Jan_Matejko,_Sta%C5%84czyk.jpg
Name: Allegorie op de zotheid en dronkenschap
Author: anonymous
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.422290
Name: Twee dobbelende narren
Author: Caspar Merian
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.48454
Name: Dikke nar met een worst
Author: Caspar Merian
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.48423
Name: Pruimenbloesem voor de opgaande zon
Author: Yashima Gakutei
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.45935
Name: Fortuna
Author: Giovanni Jacopo Caraglio
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.90649
Name: Pieter Bruegel the Elder - 1557 - A Pig Has To Go in a Sty
Author: File:Pieter Bruegel the Elder
License: Public Domain
Source Link: https://commons.wikimedia.org/wiki/File:Pieter_Bruegel_the_Elder_-_1557_-_A_Pig_Has_To_Go_in_a_Sty.jpg
Name: Joe Kelso, vaudeville entertainer
Author: Calvert
License: Public Domain
Source Link: https://commons.wikimedia.org/wiki/File:Joe_Kelso,_vaudeville_entertainer_(SAYRE_4391).jpg
We Will Endure
[T]he ancestors are the true overseers of this land. They watch over it. They are the ones who tend to it.
Author: stormbreath and
Lt Flops.

Name: View of the Castle of Egmond aan den Hoef
Author: Claes Jacobsz van der Heck
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.8630
Name: Krokodil
Author: Antonio Tempesta
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.184447
Name: Krokodil
Author: anonymous
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.343654
Name: De krokodil
Author: Gordinne
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.546201
Name: Reptiel
Author: Antonio Tempesta
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.184416
Name: Draak
Author: Anselmus Boëtius de Boodt
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.695055
Name: Ruïnes van het Nymphaeum Alexandri
Author: Jan Gerritsz. van Bronckhorst
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.88042
Name: Figuren bij de Tempel van Sybille te Tivoli
Author: Jan van de Velde (II)
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.333808
Name: A colored version of the Big wave from 100 views of the Fuji, 2nd volume
Author: After Katsushika Hokusai
License: Public Domain
Source Link: https://commons.wikimedia.org/wiki/File:A_colored_version_of_the_Big_wave_from_100_views_of_the_Fuji,_2nd_volume.jpg
A Single Plastic Rose
They pick up the rose and turn it about in their hands, looking it over for a minute.
Author: TheCommunity.

Name: Gallic Rose (Rosa gallica L. ‘Versicolor’)
Author: Pieter Withoos
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.63927
Name: Twee rozen en een vogel met gekartelde bek
Author: anonymous
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.410009
Name: Schets voor een portret van mevrouw De Carnière-Wouters, echtgenote van de kunstenaar
Author: Rik Wouters
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.109610
Name: Dwarrelende sneeuw
Author: Kamisaka Sekka
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.246796
Name: Prinsengracht
Author: Frans Everbag
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.543152
Three White Horses
Cholera took her in two days. Two days. Two days. I didn't expect to envy that. You have no idea.
Author: TheyCallMeTim.

Name: Omgevallen kruiken met vuur en water
Author: anonymous
License: Public Domain
Source Link: Public domain
Name: Storm boven een landschap
Author: Henri Jonas
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.209258
Name: Wolkbreuk en overstroming te Bretzhofen in Frankenland, 1627
Author: Jan Luyken
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.144564
Name: Skelet met pijl en valkenier, temidden van dieren
Author: Andries Jacobsz. Stock
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.353831
Name: Paard opgejaagd door wolven
Author: Victor Adam
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.71083
Meet Me In The Stars
“A time will come when men will stretch out their eyes. They should see planets like our Earth.”
― Christopher Wren
Author: fabledtiefling does not match any existing user name.

Name: Driekoningen
Author: Johannes de Mare
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.149634
Name: Sterrenkaart van de noordelijke sterrenhemel
Author: anonymous
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.335683
Name: The Corn Harvest
Author: Pieter Bruegel the Elder
License: Public Domain
Source Link: https://commons.wikimedia.org/wiki/File:Pieter_Bruegel_the_Elder-_The_Corn_Harvest_(August).JPG
Name: Las Meninas
Author: Diego Velázquez
License: Public Domain
Source Link: https://en.wikipedia.org/wiki/File:Las_Meninas,_by_Diego_Vel%C3%A1zquez,_from_Prado_in_Google_Earth.jpg
Name: File:Emblemata
Author: Adriaen van de Venne
License: Public Domain
Source Link: https://en.wikipedia.org/wiki/File:Emblemata_1624.jpg
Filename: CarackanPainting.png
Author: @Just_Randie
License: Creative Commons Share-Alike 3.0
Additional Notes: Image commissioned from Randie for use in this article. Artist's twitter can be found here: https://twitter.com/Just_Randie
Filename: Siaspainting.png, WallPainting.png
Author: FabledTiefling
License: Creative Commons Attribution-Share Alike 3.0
Heptaphobia
Site Director Franklyn Garnett murdered Dr. Theresa Booth on March 11th, 2003 by replacing her medication with Compound Y-909 and framing it as amnestic overdose..
Authors: Yossipossi.

Name: Studies van ogen
Author: Jusepe de Ribera
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.42668
Name: Rechtvaardigheid
Author: Jacob de Gheyn (II)
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.382610
Name: Panopticon Willey Reveley 1791 elevated view
Author: Willey Reveley
License: Public Domain
Source Link: https://en.wikipedia.org/wiki/File:Panopticon_Willey_Reveley_1791_elevated_view.png
Name: 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
Author: Yoichi R
License: Public Domain
Source Link: 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
Name: Elf-rib
Author: Isaac Vincentsz. van der Vinne
License: Public Domain
Source Link: http://hdl.handle.net/10934/RM0001.COLLECT.486316
Cite this page as:
"DODO'S 7KOLLAGES" by DodoDevil, from the SCP Wiki. Source: https://scpwiki.com/dodos-7kollages. Licensed under CC-BY-SA.
For more information, see Licensing Guide.
Licensing Disclosures
Filename: SkySea-m.jpg
Name: SkySea
Author: Various
License: CC BY-SA 3.0 - I hearby release the image under this license.
Source Link: N/A (this page).
Filename: Hungry-m.jpg
Name: Hungry
Author: Various
License: CC BY-SA 3.0 - I hearby release the image under this license.
Source Link: N/A (this page).
Filename: Shoe-m.jpg
Name: Shoe
Author: Various
License: CC BY-SA 3.0 - I hearby release the image under this license.
Source Link: N/A (this page).
Filename: Eel-m.jpg
Name: Eel
Author: Various
License: CC BY-SA 3.0 - I hearby release the image under this license.
Source Link: N/A (this page).
Filename: Whale-m.jpg
Name: Whale
Author: Various
License: CC BY-SA 3.0 - I hearby release the image under this license.
Source Link: N/A (this page).
Filename: Rome-m.jpg
Name:
Author: Various
License: CC BY-SA 3.0 - I hearby release the image under this license.
Source Link: N/A (this page).
Filename: Coin-m.jpg
Name: Coin
Author: Various
License: CC BY-SA 3.0 - I hearby release the image under this license.
Source Link: N/A (this page).
For more information about on-wiki content, visit the Licensing Master List.