#page-content .collapsible-block { position: relative; padding: 0.5em; margin: 0.5em; box-shadow: 2px 1.5px 1px rgba(176,16,0,0.7), 0 0 0px 1px lightgrey; overflow-wrap: break-word; } .collapsible-block-unfolded{ color: black; overflow-wrap: break-word; } .collapsible-block-unfolded-link { text-align:center; } .collapsible-block-folded { text-align: center; color: dimgrey; } .collapsible-block-link { font-weight: bold; color: dimgrey; text-align: center; } .addendumbox { padding: .01em 16px; margin-bottom: 16px; margin-top: 16px; padding-bottom: 1em; box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); } .material-box { padding: .01em 16px; margin-bottom: 16px; margin-top: 16px; padding-bottom: 1em; border: 1px lightgrey solid; box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.16); } .material-box blockquote { border: 1px double #999; } .wiki-content-table { width: 100%; } .addendumbox blockquote { border: 1px double #999; } .addendumtitle { opacity: 0.8; margin-bottom: 10px; color: #b01; } .maintitle { margin-bottom: 10px; color: black; } .scp-header { text-align: center; font-size:x-large; color:#b01; } .addenda-header { width: 100%; border-bottom: 2px black solid; color: black; } .scp-info { display:flex; justify-content:space-between; font-size:large; } .scp-info-box { display:flex; justify-content:space-between; } .object-info { color:black; align-self: flex-end; font-size: large; } .title-style { opacity: 0.8; margin-bottom: 10px; color: #b01; font-size: large; text-decoration: underline; font-weight: bold; } .update-div-empty { text-align: right; font-size: x-small; color: lightgrey; } .update-div { text-align: right; font-size: x-small; } .computed { border: 1px black solid; width: 50%; display: inline-block; text-align: left; padding: 3px; } .computed:before { content:"Computed Code"; font-weight: bold; border-bottom: solid 1px black; width: 100%; } .rawcode { border: black solid 1px; width: 50%; display: inline-block; text-align: left; padding: 3px; } .rawcode:before{ content:"Raw Code"; text-align: center; font-weight: bold; border-bottom: solid 1px black; width: 100%; } .codebox { display: inline-block; width: 100%; text-align: center; } .yui-navset .yui-nav .selected a em, .yui-navset .yui-nav a em{ padding: 0.25em .75em; top: 0px; margin-bottom: 0px; } .yui-navset .yui-nav .selected a { background: gray; } .yui-navset .yui-nav .selected { margin: 0px; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover, .yui-navset .yui-nav .selected a { background: gray; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background: gainsboro; text-decoration: none; } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: none; background-image: none; } .yui-navset .yui-nav a { background: none; } .yui-navset .yui-nav li{ margin: 0px; } #page-content .licensebox .collapsible-block { position: unset; padding: unset; margin: unset; box-shadow: unset; } .licensebox .collapsible-block-unfolded{ color: inherit; } .licensebox .collapsible-block-unfolded-link { text-align: left; } .licensebox .collapsible-block-folded { text-align: left; color: inherit; } .licensebox .collapsible-block-link { color: inherit; text-align: left; }
:root { --sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15)); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 56.25rem) { #content-wrap { display: flex; position: initial; flex-direction: row; flex-grow: 2; width: calc(100vw - (100vw - 100%)); max-width: inherit; height: auto; min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem)); margin: 0 var(--sidebar-width-on-desktop, 13.6rem) 0 calc(var(--sidebar-width-on-desktop, 13.6rem) * -1 / 2); } #main-content { position: initial; width: var(--body-width-on-desktop, 45.75rem); max-width: var(--body-width-on-desktop, 45.75rem); max-height: 100%; margin: 0 auto; padding: 2rem 1rem; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } #side-bar { position: -webkit-sticky; position: sticky; top: 0; left: 0; grid-area: side-bar; width: var(--sidebar-width-on-desktop, 13.6rem) !important; min-width: var(--sidebar-width-on-desktop, 13.6rem) !important; max-height: 100vh; padding-right: 2.5rem; padding-left: 0.5rem; overflow-y: scroll; transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms linear, margin 300ms linear; border: none; border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); translate: calc(var(--sidebar-width-on-desktop, 13.5rem) * -1 - 1rem); direction: rtl; scrollbar-width: thin; -ms-scroll-chaining: none; overscroll-behavior: contain; scrollbar-color: rgba(var(--swatch-primary-darker), 0.1) /* Thumb */ rgba(var(--swatch-tertiary-color), 0.05); /* Track */ } #side-bar::-webkit-scrollbar-track { background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8); } #side-bar::-webkit-scrollbar, #side-bar::-webkit-scrollbar-thumb, #side-bar::-webkit-scrollbar-corner { width: 0.5rem; border-right-width: calc(100vw + 100vh); border-right-style: inset; border-color: inherit; background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); } #side-bar:is(:hover, :active, :focus-within) { margin-right: 2.25rem; padding-right: 0.25rem; overflow-x: hidden; overflow-y: auto; border-color: rgba(var(--swatch-primary-darker), 1); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1); translate: calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0)); scrollbar-color: rgba(170, 170, 170, 1) /* Thumb */ rgba(252, 252, 252, 1); /* Track */ scrollbar-color: rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */ rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /* Track */ } #main-content::after { content: " "; display: flex; position: fixed; top: 0; left: 1rem; align-items: center; justify-content: center; width: 1rem; height: 100%; max-height: 100%; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg"); background-attachment: fixed; background-repeat: no-repeat; background-position: center left 1rem; background-size: 1rem 12.875rem; pointer-events: none; } #side-bar:is(:hover, :active, :focus-within) + #main-content::after { left: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); width: 0rem; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0; background-position: center left calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); font-size: 0em; } #main-content::before { content: " "; position: absolute; z-index: 9; top: var(--final-header-height-on-desktop, 0); left: 0; width: var(--sidebar-width-on-desktop, 14.5rem); height: calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem); margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem); transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0.5; background-color: rgb(var(--swatch-alternate-color, 0, 0, 0)); pointer-events: none; translate: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1 + 1rem); } #side-bar:is(:hover, :active, :focus-within) + #main-content::before { translate: 0; opacity: 0; } #side-bar .side-block { margin-top: 1em; padding-left: 0.25em; border-right-width: 0rem; border-left-width: 0rem; border-radius: 0; background-color: rgb(0, 0, 0, 0); direction: ltr; } #side-bar .scpnet-interwiki-wrapper { direction: ltr; } /* Print Friendly Formatting by Estrella */ body.print-body { --sidebar-width-on-desktop: 0; } body.print-body #main-content::before, body.print-body #main-content::after { display: none; } }
Right, so I guess I have a decent amount of photo edits from SCP articles that I am proud of, and I thought I would show them all off on one page.
Photo Edits
AnAnomalousWriter helped me by editing this ^ image as well, then explaining what to do with the rest.
LonLangLin made the original transcription image of the Daevic language and the line drawings, which I added to and edited the heck out of to appear inscribed on stone.
HarryBlank helped me with the smoothing of the image and also made the beveled outer triangle.
More to come!
Cite this page as:
"Grigori's Art (Or Actually Photo Edits) Page" by Grigori Karpin, from the SCP Wiki. Source: https://scpwiki.com/grigori-s-art-or-actually-photo-edits-page. Licensed under CC-BY-SA.
For information on how to use this component, see the License Box component. To read about licensing policy, see the Licensing Guide.
Filename: “frankenstein’s monster”
Author: DerrickT
License: CC BY 2.0
Source: flickr
Notes: Edited by Grigori Karpin
Filename: gumball.png
Author: Eric Schmuttenmaer
License: CC BY-SA 2.0
Source: Wikimedia Commons
Notes: Edited by Grigori Karpin
Filename: DVD case
Author: Grigori Karpin
License: CC BY 3.0
Source Link:
Additional Notes: Made using the 2 below images
Filename: Korean War Memorial
Author: Jonathan Cutrer
License: CC BY 2.0
Source Link: LINK
Additional Notes: Edited by Grigori Karpin
Filename: Astaroth’s seal
Author: CabronDeOz
License: CC BY-SA 3.0
Source Link: Link
Filename: RecruitmentFlyer
Author: Grigori Karpin
License: CC BY-SA 3.0
Source Link:
Additional Notes: created using the below 4 images
Filename: newscaster
Author: Tom Hilton
License:CC BY-2.0 Generic
Source Link: LINK
Additional Notes: Edited by Grigori Karpin
Filename: Concert Scarecrow 040
Author: Patrick Gaudin
License: CC BY 2.0
Source Link: LINK
Additional Notes: Edited by Grigori Karpin
Filename: Adult Outdoor Spors
Author:Seattle Parks and Recreation
License: CC BY 2.0
Source Link: LINK
Additional Notes: Edited by Grigori Karpin
Filename: nothing on tv
Author: Robert Couse-Baker
License: CC BY 2.0
Source Link: LINK
Additional Notes:
Filename: Faces
Author: Rory MacLeod
License: CC BY 2.0
Source Link: LINK
Additional Notes: Edited by Grigori Karpin & HarryBlank
Filename: North Korea - Propaganda poster
Author: Roman Harak
License: CC BY-SA 2.0
Source: LINK
Additional Notes: Edited by Grigori Karpin
Filename: vintage paper texture
Author: pinkorchid_too (Sandra)
License: CC BY 2.0
Source: link
Additional Notes: Used in the editing of above image to make it look aged.
Filename: Foggy BeachB
Author: Carl Mueller
License: CC BY 2.0
Source: https://www.flickr.com/photos/carl_mueller/6637128009/
Additional Notes: Edited by Grigori Karpin
Filename: Beach Rock Formations
Author: daveyin
License: CC BY 2.0
Source: https://www.flickr.com/photos/daveynin/42550814255/
Additional Notes: Edited by Grigori Karpin
Filename: Perched Awkwardly
Author: Quinn Dombrowski
License: CC BY-SA 2.0
Source: https://www.flickr.com/photos/quinnanya/14646341691/
Additional Notes: Edited by Grigori Karpin
Filename: Sculpted Man
Author: Michael Coglan
License: CC BY-SA 2.0
Source: https://www.flickr.com/photos/mikecogh/46798575851/
Additional Notes: Edited by Grigori Karpin
Filename: Rural ruins
Author: Bernard Spragg. NZ
License: Public Domain
Source: LINK
Filename: The Grace Hotel
Author: Doug Beckers
License: CC BY-SA 2.0
Source: https://www.flickr.com/photos/dougbeckers/4843346282/
Additional Notes: Edited by Grigori Karpin
Filename: Stained Glass at Bristol Cathedral
Author: Heather Cowper
License: CC BY 2.0
Source: https://www.flickr.com/photos/heatheronhertravels/2333465874/
Additional Notes: Edited by Grigori Karpin and AnAnomalousWriter
Filename: Detail Stained Glass at St Thomas
Author: Jules & Jenny
License: CC BY 2.0
Source: https://www.flickr.com/photos/jpguffogg/12619583284/
Additional Notes: Edited by Grigori Karpin
Filename: Stained Glass
Author: John K Thorne
License: Public Domain
Source: https://www.flickr.com/photos/seattlecamera/23556326620/
Additional Notes: Edited by Grigori Karpin
Filename: Stained Glass Window
Author: Paul J Everett
License: CC BY 2.0
Source: https://www.flickr.com/photos/paul_everett82/1992058557/
Additional Notes: Edited by Grigori Karpin and HarryBlank
Filename: Bytom_Assumption_church_bell_ringing_2021.ogg
Author: Adrian Tync
License: CC BY-SA 4.0
Source: LINK
Additional Notes: Edited by Grigori Karpin
Filename: Foundation Emblem
Author: Aelanna
License: CC BY-SA 3.0
Source: LINK
Additional Notes: Edited by Grigori Karpin and used in several of the above images.
Filename: SCP-140(blue)
Author: Grigori Karpin
License: CC BY 3.0
Source Link: LINK
Additional Notes: Edited by Grigori Karpin made by using “Book Cover of The Language of Flowers” image in combination with an image I took.
Filename: Book Cover of The Language of Flowers
Author: Rawpixel Ltd
License: CC BY 2.0
Source Link: LINK
Additional Notes: Edited by Grigori Karpin
Filename: Stone Block with Inscription
Author: Grigori Karpin
License: CC BY-SA 3.0
Source: link
Additional Notes: Edited by Grigori Karpin using the three below images
Filename: stone block sunlit
Author: Paul Grand
License: CC BY 2.0
Source: link
Additional Notes: Edited by Grigori Karpin
Filename: daeva inscription
Author: LonLangLin & Grigori Karpin
License: CC BY-SA 3.0
Filename: Stone Texture
Author: Santiago Martin-Cleto
License: CC BY 2.0
Source: LINK
Filename: Daeva Logo
Author: Grigori Karpin & HarryBlank
License: CC BY-SA 3.0
Additional Notes: made using the following images:
Filename: Roman Iron and Brass Hunting Knife
Author: Gary Todd
License: Public Domain
Source Link: LINK
Filename: Obsidian 43
Author: James St. John
License: CC BY 2.0
Source Link: LINK
Filename: Stone Texture
Author: Santiago Martin-Cleto
License: CC BY 2.0
Source: LINK
Filename: Leather Textures
Author: bm.iphone
License: CC BY 2.0
Source: LINK
Filename: Cultist
Author: Peter Harris
License: CC BY 2.0
Source: LINK
Filename: Cult Members
Author: kylelf_
License: CC BY 2.0
Source: LINK
Filename: Book cover Fabric
Author: Delany Dan
License: CC BY 2.0
Source: LINK
Filename: Photo of Anthony Quinn as the guest on The Dick Cavett Show.
Author: ABC Television
License: Public Domain
Source Link: Image Link
Note: Edited by Grigori Karpin
Filename: doncavatelli.jpg
Name: Don Cavatelli (composite)
Source Link: Image Link
Note: Edited by HarryBlank
Author: cogdogblog
Name: Meatball First
License: CC BY 2.0
Source: flickr
Author: matsuyuki
Name: Spaghetti Aglio, Olio e Peperoncino
License: CC BY-SA 2.0
Source: flickr
Author: Elvert Barnes
Name: Cigar.Man.RT.Pentagon.VA.25may97
License: CC BY 2.0
Source: flickr
Author: Ninian Reid
Name: Philly mobsters
License: CC BY 2.0
Source: flickr
Filename: Padlock at Ponte Palatino
Author: Dietmar Rabich
License: CC BY-SA 4.0
Source: LINK
Additional Notes: Used in the below image, edited by Grigori Karpin
Filename: VKTM Security 1 (opening screen)
Author: Grigori Karpin
License: CC BY-SA 3.0
Source: LINK
Additional Notes: Edited and created by Grigori Karpin
Filename: Breastplate
Author: Walters Art Museum
License: CC BY-SA 3.0
Source Link: Link
Additional Notes: Edited by Grigori Karpin
Filename: Free Texture #118
Author: Brenda Clarke
License: CC BY 2.0
Source Link: Link
Additional Notes: Edited by Grigori Karpin
Filename: Petrified wood
Author: kate ure
License: CC BY 2.0
Source Link: Link
Additional Notes: Used in below image; Edited by Grigori Karpin
Filename: Postcard
Author: Grigori Karpin
License: CC BY-SA 3.0
Source: Link
Additional Notes: Made up by editing the three below images.
Filename: Loner
Author: Marketa
License: CC BY-SA 2.0
Source: https://www.flickr.com/photos/toffee_maky/13793068983/
Additional Notes:
Filename: Mannequin
Author: bahind
License: CC BY-SA 2.0
Source: https://www.flickr.com/photos/bahind/4844913116/
Additional Notes:
Filename: vintage paper texture
Author: pinkorchid_too (Sandra)
License: CC BY 2.0
Source: https://www.flickr.com/photos/artfullife/6030107724
Filename: Whidbey
Author: James Gregory Walsh
License: CC BY 2.0
Source: LINK
Additional Notes: Edited by Grigori Karpin
Filename: CIMG2864
Author: retro rebel design
License: CC BY 2.0
Source: LINK
Additional Notes: Edited by Grigori Karpin
Filename: peach
Author: Marcu Ioachim
License: Public domain
Source: LINK
Additional Notes: Edited by Grigori Karpin
Filename: Mirwen Head
Author: Judi Cox
License: CC BY 2.0
Source: LINK
Additional Notes: Edited by Grigori Karpin