Your Fifth Most Recent Emoji Is What Your Soulmate Thinks About You

Your fifth most recent emoji is what your soulmate thinks about you

More Posts from Dannychai1617 and Others

8 months ago
a stylized digital drawing of a man's side profile with thick lineart and chunky coloring

lineart style test, drawn on my phone with ibispaint x


Tags
3 months ago

Quietly losing my mind over the fact that Elon Musk has straight up orchestrated a coup of our executive branch and like....I don't even know what, if any, system we have in place to fix this. Like... He's just taken control of the money and locked out the actual appointed officials. What the fuck.


Tags
1 year ago

this looks so cool!!! im glad you liked my base code! :]

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

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)

Background color: #26303C

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

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

how to customize this skin:

click USE

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: #993F33; } #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; }

1 year ago
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; }


Tags
8 months ago
a digital portrait of actor Hugh Dancy done in neutral colors
a digital portrait of a man I'm unfamiliar with, done in neutral colors

portrait studies - the first is Hugh Dancy and the second is a photo of a man i found on Pinterest, but I'm not familiar with him. i did these using Krita, a pencil for the sketch, and a simple marker type brush for the coloring, with the color palette in the top left


Tags
1 year ago

ABOUT ME

NAME: Danny Chai PRONOUNS: he/they SEXUALITY: demi/pan

₍ᐢ. .ᐢ₎

SOCIAL LINKS

TWITCH – I’m a beginner VTuber and streamer! Mostly chill games with friends (Raft, Minecraft, etc.) or solo/duo art streams! Gaming streams every Saturday at 7-9pm central, and random solo art streams throughout the week!

YOUTUBE – I post all my Twitch VODs here every Monday at 4pm central! I’m also starting to post occasional speedpaints, so check those out!

DISCORD SERVER – For my Twitch and YouTube followers, plus commission info! Mostly just my stream friends and moderators right now, but I encourage you to build a community there!

DEVIANTART – I semi-regularly dump all my art here, pretty similar to this blog, so follow me there too! As a reminder, my commissions are open!! But DeviantArt isn't the best place to contact me, so probably try somewhere else.

PINTEREST – I sometimes post art, but I mostly use it to save references for my drawings. Super organized and full of helpful stuff, so feel free to use my account as a tool, fellow artists!

CARA – I try to post my best art here to make a digital portfolio for myself! Again, commissions are open!

SPOTIFY – Just in case you're curious about what I listen to! Lots of metal, stoner rock, hard rock, indie, etc.

₍ᐢ. .ᐢ₎

COMMISSION INFO

COMMISSION STATUS: OPEN

COMMISSION SLOTS: 2

FOR MORE INFO:

Reach out to me here or join my Discord server!

₍ᐢ. .ᐢ₎

BLOG TAGS

Here is a list of tags I use on this blog so you can search for them as needed!

MY ART: "chai's art"

I specifically tag the mediums I use, if it's of my OCs, etc., so you can search specifically as well.

ART I LIKE: "cool art"

This tag includes art and artists I find on here and like a lot!

AO3 SKINS: "ao3 stuff"

I occasionally make ao3 skins, which you can find here!

STUFF I AGREE WITH: "about this blog"

This tag includes posts about the inclusivity of this blog, memes this blog can relate to, etc.

INFO, RESOURCES, AND DONATION LINKS FOR RECENT EVENTS + LGBTQ SUPPORT: "current politics"

Try to support as much as you can, whether it's a donation or just spreading the word!


Tags
6 months ago

To all of my queer and trans siblings, we will survive.

To my fellow beautiful Black and Brown brothers and sisters, we will survive.

To my fellow women, we will survive.

To our friends who were once strangers across the ocean in Palestine, The Congo, Sudan, Lebanon, Yemen, Syria, Iran, and more, we will survive.

To the next generation, we will survive, so you can too.

To fight, is to survive, so that’s what will continue to do.


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
11 months ago
[Image ID: The Destiel Confession Meme Edited So That Dean Answers 'There's A Petition To Ban Conversion

[Image ID: The Destiel confession meme edited so that Dean answers 'There's a petition to ban conversion therapy in the EU' to Cas' 'I love you'. /End ID]

If you are a citizen in the EU please sign this petition:

European Citizens' Initiative
eci.ec.europa.eu
Give your support !
Loading...
End of content
No more pages to load
  • peoplespartiesbyjonimitchell
    peoplespartiesbyjonimitchell liked this · 2 days ago
  • baddingtonbitch
    baddingtonbitch reblogged this · 2 days ago
  • thisismyworldyeah
    thisismyworldyeah reblogged this · 2 days ago
  • socially-anxious-frog
    socially-anxious-frog reblogged this · 2 days ago
  • de-cleyre
    de-cleyre liked this · 2 days ago
  • justkissme-snowly
    justkissme-snowly liked this · 2 days ago
  • cityofchestpains
    cityofchestpains reblogged this · 2 days ago
  • release-the-sheep
    release-the-sheep reblogged this · 2 days ago
  • blueliketheclues
    blueliketheclues reblogged this · 2 days ago
  • etanesnil
    etanesnil liked this · 2 days ago
  • picturesque-about-it
    picturesque-about-it liked this · 2 days ago
  • picturesque-about-it
    picturesque-about-it reblogged this · 2 days ago
  • liopleurodean
    liopleurodean reblogged this · 2 days ago
  • mightybog
    mightybog reblogged this · 2 days ago
  • def-not-dames
    def-not-dames reblogged this · 2 days ago
  • deadmansbistro
    deadmansbistro reblogged this · 2 days ago
  • moronicprincess
    moronicprincess reblogged this · 2 days ago
  • moronicprincess
    moronicprincess liked this · 2 days ago
  • crunchy-soup222
    crunchy-soup222 reblogged this · 2 days ago
  • my-name-is-daniel-yes
    my-name-is-daniel-yes reblogged this · 2 days ago
  • genderqueer-deity
    genderqueer-deity reblogged this · 2 days ago
  • killerchickadee
    killerchickadee reblogged this · 2 days ago
  • holdmybvbeer
    holdmybvbeer reblogged this · 2 days ago
  • alllthequeenshorses
    alllthequeenshorses reblogged this · 2 days ago
  • etanesnil
    etanesnil reblogged this · 2 days ago
  • dis-connectfic
    dis-connectfic liked this · 2 days ago
  • dis-connectfic
    dis-connectfic reblogged this · 2 days ago
  • spacegirlsgang
    spacegirlsgang reblogged this · 2 days ago
  • modestflamboyance
    modestflamboyance reblogged this · 2 days ago
  • doomsday-dj
    doomsday-dj reblogged this · 2 days ago
  • justkissme-snowly
    justkissme-snowly reblogged this · 2 days ago
  • earlbamber
    earlbamber reblogged this · 2 days ago
  • c0untry-mouse
    c0untry-mouse reblogged this · 2 days ago
  • dirtyrobber70
    dirtyrobber70 reblogged this · 2 days ago
  • dirtyrobber70
    dirtyrobber70 liked this · 2 days ago
  • lastonethereisaniceperson
    lastonethereisaniceperson reblogged this · 2 days ago
  • dumbass6989
    dumbass6989 liked this · 2 days ago
  • percervall
    percervall reblogged this · 2 days ago
  • usercindric
    usercindric reblogged this · 2 days ago
  • dmdoll
    dmdoll reblogged this · 2 days ago
  • love-dele
    love-dele reblogged this · 2 days ago
  • heartshapedracetrack
    heartshapedracetrack reblogged this · 3 days ago
  • littlelemontarte
    littlelemontarte reblogged this · 3 days ago
  • virescent-v
    virescent-v reblogged this · 3 days ago
  • too-old-to-care
    too-old-to-care reblogged this · 3 days ago
  • lichenbitch
    lichenbitch reblogged this · 3 days ago
  • sidkneeeee
    sidkneeeee liked this · 3 days ago
  • sidkneeeee
    sidkneeeee reblogged this · 3 days ago
  • rheebydeeby
    rheebydeeby reblogged this · 3 days 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