Ao3 Skin That I Made!! (copy Code Under "keep Reading")

desktop screenshot of the custom ao3 skin that i made
mobile screenshot of the custom ao3 skin i made

ao3 skin that i made!! (copy code under "keep reading")

it's a messy combination of pieces of code from other people's skins and my own changes

the header image is NOT MINE! it is "Pattern Galaxy Space Planets Vibrant Linear Universe" by Arncil on Redbubble, which i just used as an example for an image you could use!

here are some of the skins that i can remember using as part of this, but i've been building it for years so forgive me if i forget some:

Shortening long tag fields by Xparrot (on ao3)

Slim Shaded by AO3 (on ao3)

Lily Garden by tealtiam (on Tumblr)

AO3 Tag category coloring! by ao3css (on Tumblr)

come back here to my tips or leave a comment if you need some help customizing the code!

Background color: #26303C

Text color: #CBC6C3

Header color: #46626D

Accent color: #993F33

steps to create a new skin using this code:

log into ao3 account

go to dashboard >> skins

click "create site skin"

make sure TYPE is "site skin"

add a unique title

copy all code below

paste into field 'CSS'

click on "use wizard" at the top

copy and paste the four colors written above into their corresponding boxes

click SUBMIT

click USE

how to customize this skin:

FONT SIZE: at the very top of the code, change the "90%" to be bigger or smaller to change the font size within a fic

MAIN COLORS: to change the main colors, select "use wizard" when editing the skin and replace any of the four hex codes under "Background color:", "Text color:", "Header color:", and "Accent color:"

SECONDARY COLORS: find all hex codes within the code and change those numbers as you like! i changed all colors to match with the color palette of the header photo that i chose to make it feel cohesive

TAG COLORS: towards the end, the "relationship", "character", and "freeform" tags alternate three colors to make them easy to separate. in this skin they are all very similar, so you can change those to be whatever colors you like!

HEADER PHOTO: find the link towards the end of the code right before the warning tags and replace it with a link to any photo you like! it loops, so you don't have to worry about sizing or anything

FONT: i'm unsure how exactly to do this, but the in-fic font is currently set to Georgia Serif, so i suppose just go find that and replace it with your preferred font!

BORDER STYLES: wherever you see the code "border-style:", replace the word that comes after it with one of these options: none, solid, dashed, dotted, double, groove, ridge, inset, outset, or hidden

WARNING TAGS: at the very end of the code is a list of words or phrases that, when they appear in the tags of a fic, are highlighted in a contrasting color so that they are easy to avoid if necessary. you can add or remove those tags however you like, or change the warning color!

COPY AND PASTE ALL CODE BELOW

#workskin { font-size: 90%; } li.blurb .tags { max-height: 7.5em; overflow-y: auto; } #header { min-height: 0; } #header a, #header fieldset, #header ul.primary, #header ul.primary .current { border: 0; background: 0; } h1 a img { height: 50px; border: 0; } #header .landmark { clear: none; } #header ul.primary { background: rgba(0,0,0,0.65); border-bottom: 1px solid rgba(0,0,0,0.75); } #header ul.primary, #header ul.primary .current, ul.primary.actions a, #header ul.primary .current { color: #CBC6C3; } #header ul.primary .current, #header #search input, #header #search input:focus { background: rgba(0,0,0,0.25); color: #CBC6C3; box-shadow: inset 0 0 3px #131A2A; border-color: #131A2A; } .actions, .actions input { text-transform: lowercase; } blockquote.userstuff { font-family: "Mido", "AUdimat", "Ostrich Sans Rounded","Lucida Grande", sans-serif !important; position: relative; background: rgba(0,0,0,0.1); padding: 2%; border: 1px solid rgba(0,0,0,0.15); box-shadow: 0 0 2px rgba(0,0,0,0.4); } blockquote.userstuff:after { content: "\201D"; right: 0; top: auto; left: auto; } body, .userstuff { font-family: Mido, Georgia, serif; } .heading, .userstuff h3, .userstuff h4 { font-family: "CabinSketch", Georgia,serif; } #main .heading { color: #CBC6C3; } #inner .group, #inner .heading, fieldset, .verbose legend, table, table th, col.name, span.unread, span.replied { outline: none; background: transparent; border-color: #131A2A; border-style: double; box-shadow: none; border-radius: 2em; border-bottom-right-radius: 0; border-top-left-radius: 0; } #inner .group .group .group, col.name { border-style: double; border-color: #CBC6C3; box-shadow: 0 0 2px #000; } #inner .bookmark .user.module, #inner .wrapper { border: 0; border-radius: 0; border-top: 3px double #bbb; box-shadow: none; } .filters { font-size: 90%; } .toggled form, .dynamic form, .secondary, .dropdown { background: #fff url("/images/skins/textures/tiles/white-handmade-paper.jpg"); } a.tag, a.tag:visited, a.tag:link { display: inline-block; padding: 1px 3px; margin: 2px 0px; border: 2px solid #46626D; border-radius: 5px; } .commas li:after { content: ""; } h5.fandoms.heading { color: transparent; } .favorite a.tag { border: none; } .tags li.relationships:nth-of-type(3n+1) a.tag { background-color: #1d3954; } .tags li.relationships:nth-of-type(3n+2) a.tag { background-color: #264663; } .tags li.relationships:nth-of-type(3n+3) a.tag { background-color: #305475; } .tags li.characters:nth-of-type(3n+1) a.tag { background-color: #214154; } .tags li.characters:nth-of-type(3n+2) a.tag { background-color: #294c61; } .tags li.characters:nth-of-type(3n+3) a.tag { background-color: #31576e; } .tags li.freeforms:nth-of-type(3n+1) a.tag { background-color: #234e54; } .tags li.freeforms:nth-of-type(3n+2) a.tag { background-color: #2a585e; } .tags li.freeforms:nth-of-type(3n+3) a.tag { background-color: #316269; } .tags li.freeforms a.tag:hover, .tags li.characters a.tag:hover, .tags li.relationships a.tag:hover { background-color: #26303C; color: white; } #header .logo { display: none; } #header ul.primary { box-shadow: none; padding-top: 30px; padding-bottom: 30px; background: #FCC191 url(https://i.pinimg.com/564x/8c/bc/ae/8cbcae1760dc88ae8730566337a5d2eb.jpg); background-attachment: fixed; } li.blurb a.tag[href*="suicid"], [href*="suicide"], [href*="Suicide"], [href*="rape"], [href*="Rape"], [href*="consentual"], [href*="Consentual"], [href*="non-con"], [href*="consent issues"], [href*="Kidnapping"], [href*="kidnapping"], [href*="Canibalism"], [href*="cannibalism"], [href*="Cannibalism"], [href*="Dove"], [href*="dead dove do not eat"], [href*="murder"], [href*="Murder"], [href*="harm"], [href*="self harm"], [href*="Harm"], [href*="Torture"], [href*="abduction"], [href*="asphyxiation"], [href*="blood"], [href*="Blood"], [href*="death"], [href*="Death"], [href*="gore"], [href*="Gore"], [href*="incest"], [href*="Incest"], [href*="trauma"], [href*="Trauma"], [href*="torture"] { color: #000000; font-weight: bold; background-color: #993F33; }

More Posts from Dannychai1617 and Others

7 months ago
an alcohol marker drawing of my merman OC, Edgar Meelow. the drawing is an up angle of him floating in the ocean holding a trident. he's green, scaly, and muscular, with an egg-shaped head and red curly horns. he also has a large fishy/sharky tail with multiple sets of gills. his expression is almost sultry looking down at the viewer.

Edgar Meelow

I've finally drawn my favorite boy! Edgar is my oldest and most beloved OC, and i used to draw him all the time. I've never drawn him from this angle - but I'm super proud of how it turned out! i used alcohol markers, ink pen, and colored pencils.

a digital drawing of the same OC as described above. this time, you can see his full body from a side view. the tail structure is a little different, the figure itself is slimmer, the face is more cartoony and simple, etc.. in this drawing he is also holding a trident, but his other hand is extended for a red fish to kiss as one would a king. Edgar also wears a crown.

my first digital drawing of Edgar (from 2020) as a comparison. this piece was made before i had decided much about his story, so all the royal details were undecided and unused since. this was also during my early days of digital art - when i first started looking at programs outside of MS Paint, but i still had a screenless drawing tablet.


Tags
3 months ago
a digital drawing of a dragon's head. it is reddish with goldish horns and teeth, and pale blue eyes. it's snarling with its teeth bared, and drooling messily. the head is not connected to a neck, and the background is just a plain grey.
the same drawing described above, but in black and white, and with the scale texture removed.

dragons. I'm not sure how i feel about this rendering method, but it is fun to try sometimes.


Tags
10 months ago
a four panel comic i drew with ink and greyscale alcohol markers. the top panel is of the eyes, the second is of the chest with the arm breaking the borders to extend the hand to the third panel, and the fourth panel shows the hand curling in on itself, disappointed. the background of each panel is a darker grey the lower it is.
the pencil sketch of the comic
the ink lineart of the comic, before any shading or background gradient

trying to get back into drawing little comics. this is of Sebastian, an OC whose story i haven't fully figured out yet, but i know it's tragic


Tags
3 months ago

hey

hey friend

dont kill yourself tonight ok

you have a really pretty smile and i know its not always easy to manage one but itd be a bummer if we never had the chance to see it ever again

youre really important and you matter a lot so stay safe and try and have a nice sleep

2 months ago
Breaking The News To Everyone I Know

breaking the news to everyone i know


Tags
7 months ago

this is my vest so far! I've been working on it in my spare time, and though it's slow progress since im embroidering almost all the patches by hand, im super proud of what I've managed. if anybody has any ideas for sci-fi / cryptid / queer supportive / spooky patches, please let me know!

the front of my denim vest. the vest itself is a dark greyish blue. the front has two alien patches, teeth patches, and some details that make one pocket look like a monster mouth, all handmade. some of the stitching on the front has been embroidered over with lime green thread, but it's only partway done. also, one shoulder has soft fabric spikes on it, but the other does not yet
the back of my denim vest. it has one moth patch (not handmade but it was a gift), one outer space patch, and one "protect trans youth" patch in the middle

as a side note, i do have a large back panel for this vest where the "protect trans youth" patch is. the back piece will only be attached with safety pins, so i think I'm going to put my more political patches there so if i feel unsafe i can cover them up. i made it over the summer but i recently started going back and touching it up, so I'll make a post with it soon!

the inside of my denim vest. the upper back panel is lined with light blue flannel, and has a loop for hanging it up. two large waist pockets have been added in the same fabric. two inner breast pockets were added as well but one is made of that flannel, while the other is white with a poem about Laika the dog embroidered onto it

Tags
11 months ago
I'm Back With Another Version Of This Ao3 Skin! This Time I've Made A Vibrant Neon Version. Only Use
I'm Back With Another Version Of This Ao3 Skin! This Time I've Made A Vibrant Neon Version. Only Use

i'm back with another version of this ao3 skin! this time i've made a vibrant neon version. only use if you're fine with your eyes falling out. the image i used for the header is "Pattern Galaxy Space Planets Neon Universe" by Arncil on Redbubble

copy the code under "keep reading":

Background color: #191140

Text color: #f6f9ff

Header color: #fd6c69

Accent color: #26aaaf

COPY AND PASTE ALL CODE BELOW

#workskin { font-size: 95%; } li.blurb .tags { max-height: 7.5em; overflow-y: auto; } #header { min-height: 0; } #header a, #header fieldset, #header ul.primary, #header ul.primary .current { border: 0; background: 0; } h1 a img { height: 50px; border: 0; } #header .landmark { clear: none; } #header ul.primary { background: rgba(0,0,0,0.65); border-bottom: 1px solid rgba(0,0,0,0.75); } #header ul.primary, #header ul.primary .current, ul.primary.actions a, #header ul.primary .current { color: #f6f9ff; } #header ul.primary .current, #header #search input, #header #search input:focus { background: rgba(0,0,0,0.25); color: #f6f9ff; box-shadow: inset 0 0 3px #125c77; border-color: #125c77; } .actions, .actions input { text-transform: lowercase; } blockquote.userstuff { font-family: "Mido", "AUdimat", "Ostrich Sans Rounded","Lucida Grande", sans-serif !important; position: relative; background: rgba(0,0,0,0.1); padding: 2%; border: 1px solid rgba(0,0,0,0.15); box-shadow: 0 0 2px rgba(0,0,0,0.4); } blockquote.userstuff:after { content: "\201D"; right: 0; top: auto; left: auto; } body, .userstuff { font-family: Mido, Georgia, serif; } .heading, .userstuff h3, .userstuff h4 { font-family: "CabinSketch", Georgia,serif; } #main .heading { color: #ffbd6a; } #inner .group, #inner .heading, fieldset, .verbose legend, table, table th, col.name, span.unread, span.replied { outline: none; background: transparent; border-color: #125c77; border-style: double; box-shadow: none; border-radius: 2em; border-bottom-right-radius: 0; border-top-left-radius: 0; } #inner .group .group .group, col.name { border-style: double; border-color: #f6f9ff; box-shadow: 0 0 2px #000; } #inner .bookmark .user.module, #inner .wrapper { border: 0; border-radius: 0; border-top: 3px double #125c77; box-shadow: none; } .filters { font-size: 90%; } .toggled form, .dynamic form, .secondary, .dropdown { background: #fff url("/images/skins/textures/tiles/white-handmade-paper.jpg"); } a.tag, a.tag:visited, a.tag:link { display: inline-block; padding: 1px 3px; margin: 2px 0px; border: 2px solid #3b1a8c; border-radius: 5px; } .commas li:after { content: ""; } h5.fandoms.heading { color: transparent; } .favorite a.tag { border: none; } .tags li.relationships:nth-of-type(3n+1) a.tag { background-color: #9d326a; } .tags li.relationships:nth-of-type(3n+2) a.tag { background-color: #ac447a; } .tags li.relationships:nth-of-type(3n+3) a.tag { background-color: #bd588d; } .tags li.characters:nth-of-type(3n+1) a.tag { background-color: #ae359a; } .tags li.characters:nth-of-type(3n+2) a.tag { background-color: #b94ba7; } .tags li.characters:nth-of-type(3n+3) a.tag { background-color: #cf67be; } .tags li.freeforms:nth-of-type(3n+1) a.tag { background-color: #9436b1; } .tags li.freeforms:nth-of-type(3n+2) a.tag { background-color: #a84cc4; } .tags li.freeforms:nth-of-type(3n+3) a.tag { background-color: #bd6bd5; } .tags li.freeforms a.tag:hover, .tags li.characters a.tag:hover, .tags li.relationships a.tag:hover { background-color: #fd6c69; color: white; } #header .logo { display: none; } #header ul.primary { box-shadow: none; padding-top: 30px; padding-bottom: 30px; background: #FCC191 url(https://i.pinimg.com/564x/75/0c/a3/750ca394d1d2cdc8a999cdd393eef164.jpg); background-attachment: fixed; } li.blurb a.tag[href*="suicid"], [href*="suicide"], [href*="Suicide"], [href*="rape"], [href*="Rape"], [href*="consentual"], [href*="Consentual"], [href*="non-con"], [href*="consent issues"], [href*="Kidnapping"], [href*="kidnapping"], [href*="Canibalism"], [href*="cannibalism"], [href*="Cannibalism"], [href*="Dove"], [href*="dead dove do not eat"], [href*="murder"], [href*="Murder"], [href*="harm"], [href*="self harm"], [href*="Harm"], [href*="Torture"], [href*="abduction"], [href*="asphyxiation"], [href*="blood"], [href*="Blood"], [href*="death"], [href*="Death"], [href*="gore"], [href*="Gore"], [href*="incest"], [href*="Incest"], [href*="trauma"], [href*="Trauma"], [href*="torture"] { color: #000000; font-weight: bold; background-color: #fd6c69; }

desktop screenshot of the custom ao3 skin that i made
mobile screenshot of the custom ao3 skin i made

ao3 skin that i made!! (copy code under "keep reading")

it's a messy combination of pieces of code from other people's skins and my own changes

the header image is NOT MINE! it is "Pattern Galaxy Space Planets Vibrant Linear Universe" by Arncil on Redbubble, which i just used as an example for an image you could use!

here are some of the skins that i can remember using as part of this, but i've been building it for years so forgive me if i forget some:

Shortening long tag fields by Xparrot (on ao3)

Slim Shaded by AO3 (on ao3)

Lily Garden by tealtiam (on Tumblr)

AO3 Tag category coloring! by ao3css (on Tumblr)

come back here to my tips or leave a comment if you need some help customizing the code!

Background color: #26303C

Text color: #CBC6C3

Header color: #46626D

Accent color: #993F33

steps to create a new skin using this code:

log into ao3 account

go to dashboard >> skins

click "create site skin"

make sure TYPE is "site skin"

add a unique title

copy all code below

paste into field 'CSS'

click on "use wizard" at the top

copy and paste the four colors written above into their corresponding boxes

click SUBMIT

click USE

how to customize this skin:

FONT SIZE: at the very top of the code, change the "90%" to be bigger or smaller to change the font size within a fic

MAIN COLORS: to change the main colors, select "use wizard" when editing the skin and replace any of the four hex codes under "Background color:", "Text color:", "Header color:", and "Accent color:"

SECONDARY COLORS: find all hex codes within the code and change those numbers as you like! i changed all colors to match with the color palette of the header photo that i chose to make it feel cohesive

TAG COLORS: towards the end, the "relationship", "character", and "freeform" tags alternate three colors to make them easy to separate. in this skin they are all very similar, so you can change those to be whatever colors you like!

HEADER PHOTO: find the link towards the end of the code right before the warning tags and replace it with a link to any photo you like! it loops, so you don't have to worry about sizing or anything

FONT: i'm unsure how exactly to do this, but the in-fic font is currently set to Georgia Serif, so i suppose just go find that and replace it with your preferred font!

BORDER STYLES: wherever you see the code "border-style:", replace the word that comes after it with one of these options: none, solid, dashed, dotted, double, groove, ridge, inset, outset, or hidden

WARNING TAGS: at the very end of the code is a list of words or phrases that, when they appear in the tags of a fic, are highlighted in a contrasting color so that they are easy to avoid if necessary. you can add or remove those tags however you like, or change the warning color!

COPY AND PASTE ALL CODE BELOW

#workskin { font-size: 90%; } li.blurb .tags { max-height: 7.5em; overflow-y: auto; } #header { min-height: 0; } #header a, #header fieldset, #header ul.primary, #header ul.primary .current { border: 0; background: 0; } h1 a img { height: 50px; border: 0; } #header .landmark { clear: none; } #header ul.primary { background: rgba(0,0,0,0.65); border-bottom: 1px solid rgba(0,0,0,0.75); } #header ul.primary, #header ul.primary .current, ul.primary.actions a, #header ul.primary .current { color: #CBC6C3; } #header ul.primary .current, #header #search input, #header #search input:focus { background: rgba(0,0,0,0.25); color: #CBC6C3; box-shadow: inset 0 0 3px #131A2A; border-color: #131A2A; } .actions, .actions input { text-transform: lowercase; } blockquote.userstuff { font-family: "Mido", "AUdimat", "Ostrich Sans Rounded","Lucida Grande", sans-serif !important; position: relative; background: rgba(0,0,0,0.1); padding: 2%; border: 1px solid rgba(0,0,0,0.15); box-shadow: 0 0 2px rgba(0,0,0,0.4); } blockquote.userstuff:after { content: "\201D"; right: 0; top: auto; left: auto; } body, .userstuff { font-family: Mido, Georgia, serif; } .heading, .userstuff h3, .userstuff h4 { font-family: "CabinSketch", Georgia,serif; } #main .heading { color: #CBC6C3; } #inner .group, #inner .heading, fieldset, .verbose legend, table, table th, col.name, span.unread, span.replied { outline: none; background: transparent; border-color: #131A2A; border-style: double; box-shadow: none; border-radius: 2em; border-bottom-right-radius: 0; border-top-left-radius: 0; } #inner .group .group .group, col.name { border-style: double; border-color: #CBC6C3; box-shadow: 0 0 2px #000; } #inner .bookmark .user.module, #inner .wrapper { border: 0; border-radius: 0; border-top: 3px double #bbb; box-shadow: none; } .filters { font-size: 90%; } .toggled form, .dynamic form, .secondary, .dropdown { background: #fff url("/images/skins/textures/tiles/white-handmade-paper.jpg"); } a.tag, a.tag:visited, a.tag:link { display: inline-block; padding: 1px 3px; margin: 2px 0px; border: 2px solid #46626D; border-radius: 5px; } .commas li:after { content: ""; } h5.fandoms.heading { color: transparent; } .favorite a.tag { border: none; } .tags li.relationships:nth-of-type(3n+1) a.tag { background-color: #1d3954; } .tags li.relationships:nth-of-type(3n+2) a.tag { background-color: #264663; } .tags li.relationships:nth-of-type(3n+3) a.tag { background-color: #305475; } .tags li.characters:nth-of-type(3n+1) a.tag { background-color: #214154; } .tags li.characters:nth-of-type(3n+2) a.tag { background-color: #294c61; } .tags li.characters:nth-of-type(3n+3) a.tag { background-color: #31576e; } .tags li.freeforms:nth-of-type(3n+1) a.tag { background-color: #234e54; } .tags li.freeforms:nth-of-type(3n+2) a.tag { background-color: #2a585e; } .tags li.freeforms:nth-of-type(3n+3) a.tag { background-color: #316269; } .tags li.freeforms a.tag:hover, .tags li.characters a.tag:hover, .tags li.relationships a.tag:hover { background-color: #26303C; color: white; } #header .logo { display: none; } #header ul.primary { box-shadow: none; padding-top: 30px; padding-bottom: 30px; background: #FCC191 url(https://i.pinimg.com/564x/8c/bc/ae/8cbcae1760dc88ae8730566337a5d2eb.jpg); background-attachment: fixed; } li.blurb a.tag[href*="suicid"], [href*="suicide"], [href*="Suicide"], [href*="rape"], [href*="Rape"], [href*="consentual"], [href*="Consentual"], [href*="non-con"], [href*="consent issues"], [href*="Kidnapping"], [href*="kidnapping"], [href*="Canibalism"], [href*="cannibalism"], [href*="Cannibalism"], [href*="Dove"], [href*="dead dove do not eat"], [href*="murder"], [href*="Murder"], [href*="harm"], [href*="self harm"], [href*="Harm"], [href*="Torture"], [href*="abduction"], [href*="asphyxiation"], [href*="blood"], [href*="Blood"], [href*="death"], [href*="Death"], [href*="gore"], [href*="Gore"], [href*="incest"], [href*="Incest"], [href*="trauma"], [href*="Trauma"], [href*="torture"] { color: #000000; font-weight: bold; background-color: #993F33; }

3 weeks ago
a digital self portrait bust on a greenish background. the portrait has chunky colored lineart, harsh yellow light, and blue shadows. in the drawing, i have a medium-sized brown mohawk, brown eyes, and pale skin. there are also a few ear piercings and a septum piercing.

new profile picture

a simpler version of my last one (under the cut), but it feels more true to my art style

I've been struggling a bit with my digital art lately. i think I've hit a wall, but when i get over it, I'll have figured something out about my art for the better

a digitally drawn self portrait. in the drawing i have short brown hair, big brown eyes, and pink nose, cheeks, and ears. i also have a mole on my lower lip, multiple piercings, and a grey T-shirt. my skin is white but desaturated. the background is blueish, and rays of gold fan out behind my head.

Tags
3 months ago

oh that sounds awesome actually?? if i don't do that for this painting I'll definitely experiment with it sometime! thanks for the tip!

a square acrylic painting of the Basalt Delta nether biome in Minecraft. it is a cavernous scene, with sharp stalagmites and spires dotting the landscape as far as the eye can see, receding into the purple grey distance. between the jagged rocks are pools of lava sending hot sparks up. hanging from the ceiling are bright formations of glowstone. floating everywhere are bits of grey ash.

the 2am urge to paint

based on a screenshot of the nether in Minecraft. the basalt deltas are one of my favorite biomes. it's so simple and barren, but it's oddly calm, especially with the ash floating in the air. i wasn't really sure how to portray the glowstone, so it's a little bright, but other than that I'm very happy with how it turned out

2 months ago

making an enthusiastic, sincere jack-off motion with my hand to indicate that i agree with the present course of action and think you have thought it out well


Tags
Loading...
End of content
No more pages to load
  • fipsthegreat
    fipsthegreat reblogged this · 2 days ago
  • fipsthegreat
    fipsthegreat liked this · 2 days ago
  • lookingthroughmirrors
    lookingthroughmirrors liked this · 2 days ago
  • iialex-linii
    iialex-linii liked this · 2 days ago
  • severalpebbles
    severalpebbles liked this · 2 days ago
  • shreks-regrets
    shreks-regrets liked this · 2 days ago
  • syxxie-orange
    syxxie-orange liked this · 2 days ago
  • silverwinng
    silverwinng liked this · 2 days ago
  • peterpatterr
    peterpatterr liked this · 3 days ago
  • nn11ccoo
    nn11ccoo liked this · 3 days ago
  • nightatmymuseum
    nightatmymuseum liked this · 3 days ago
  • x0pluto
    x0pluto liked this · 4 days ago
  • killedbyvoid
    killedbyvoid liked this · 4 days ago
  • aneurix
    aneurix liked this · 5 days ago
  • wanukar
    wanukar liked this · 5 days ago
  • j-r7
    j-r7 liked this · 5 days ago
  • romanscult
    romanscult liked this · 5 days ago
  • illegitimatsworld
    illegitimatsworld liked this · 5 days ago
  • the-story-of-the-tucks
    the-story-of-the-tucks reblogged this · 5 days ago
  • the-story-of-the-tucks
    the-story-of-the-tucks liked this · 5 days ago
  • cryspyjk
    cryspyjk liked this · 5 days ago
  • treelinedroads
    treelinedroads reblogged this · 5 days ago
  • mlnsung
    mlnsung liked this · 6 days ago
  • meilue
    meilue liked this · 6 days ago
  • cypherptae
    cypherptae reblogged this · 1 week ago
  • cypherptae
    cypherptae liked this · 1 week ago
  • 7pm
    7pm liked this · 1 week ago
  • mikaisnonimportant
    mikaisnonimportant liked this · 1 week ago
  • decoupage69
    decoupage69 liked this · 1 week ago
  • to-skit-or-not-to-skit
    to-skit-or-not-to-skit liked this · 1 week ago
  • magical-mousy
    magical-mousy liked this · 1 week ago
  • fangirlwithoutafandom
    fangirlwithoutafandom liked this · 1 week ago
  • whoreofgotham
    whoreofgotham reblogged this · 1 week ago
  • nyxswk
    nyxswk liked this · 1 week ago
  • cro0kedme
    cro0kedme liked this · 1 week ago
  • dying-is-for-the-damned
    dying-is-for-the-damned liked this · 1 week ago
  • lovebuggyboo
    lovebuggyboo liked this · 1 week ago
  • technicallysublimeenemy
    technicallysublimeenemy liked this · 2 weeks ago
  • xhivvy
    xhivvy liked this · 2 weeks ago
  • tjenarts
    tjenarts liked this · 2 weeks ago
  • aa-bat3ri3s
    aa-bat3ri3s liked this · 2 weeks ago
  • golden-bubblebee
    golden-bubblebee reblogged this · 2 weeks ago
  • hicyakistimi
    hicyakistimi liked this · 2 weeks ago
  • sunberrystarhail-aestheticstuff
    sunberrystarhail-aestheticstuff reblogged this · 2 weeks ago
  • skaddywaddy
    skaddywaddy liked this · 3 weeks ago
  • muddthecreator
    muddthecreator liked this · 3 weeks ago
  • bleachboyajax
    bleachboyajax liked this · 3 weeks ago
  • itsthewill2live
    itsthewill2live liked this · 3 weeks ago
  • callween
    callween liked this · 3 weeks ago
  • aashash
    aashash liked this · 3 weeks ago
dannychai1617 - DANNY CHAI
DANNY CHAI

he/they | artist, twitch streamer, youtuber | check out my stuff! commissions ARE OPEN!! see commissions tab on my blog for more info, or reach out to me!

184 posts

Explore Tumblr Blog
Search Through Tumblr Tags