ibuprofentablets
ibuprofentablets
claire
119 posts
@ibuprof_en on twitter for more thing
Don't wanna be here? Send us removal request.
ibuprofentablets · 5 months ago
Text
Tumblr media Tumblr media
Commission for Michael for his wife for Christmas, to match with a commission from earlier this year.
29K notes · View notes
ibuprofentablets · 5 months ago
Text
youtube
HI I'M NOT DEAD
I DID A THING
4K notes · View notes
ibuprofentablets · 5 months ago
Text
severance is so scary i hope jobs arent real
38K notes · View notes
ibuprofentablets · 5 months ago
Text
Tumblr media
swinging by for some chimichangas
6K notes · View notes
ibuprofentablets · 5 months ago
Text
Tumblr media
dumbass
4K notes · View notes
ibuprofentablets · 5 months ago
Text
Tumblr media Tumblr media Tumblr media
and so it begins...
been thinking about how the fantastic four would probably start up around when peter is 16 and i was like "how would they even work in LoF canon" and i've decided peter is gonna have a one sided beef with johnny for the pettiest reason and then start to feel bad, only for them to have a misunderstanding of sorts (idk yet) and thus their two sided beef begins until they figure it out. that's like. the gist of johnny and peter, right?
(they'll be besties one day)
1K notes · View notes
ibuprofentablets · 5 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media
peter’s on his 5th coffee and 37th hour of consciousness
4K notes · View notes
ibuprofentablets · 5 months ago
Text
Tumblr media
missing them like a mfer
3K notes · View notes
ibuprofentablets · 5 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Omg, I finally ended this. The big list of Spideytorch comics from @traincat and @paperpeter (me) all fans. I hope, you’ll like this.
An original list: https://traincat.tumblr.com/post/123691883369/so-ive-only-recently-gotten-into-spidertorch
1K notes · View notes
ibuprofentablets · 5 months ago
Text
Tumblr media
you’ve heard of the spider-man kiss, but what about the human torch’s drive-by?
6K notes · View notes
ibuprofentablets · 5 months ago
Note
So I've only recently gotten into Spidertorch because I read Amazing Spiderman #680 so I went on TUmblr and read your fic and now I'm hooked. Do you have a list of MUST read comics for spidertorch shippers? That'd help me so much with my newfound obsession
I definitely do! Since we’re talking 50+ years worth of team-ups between two of Marvel’s biggest heroes, this is far from a definitive list - I mean, they literally meet in Amazing Spider-Man #1. Mostly I’m just highlighting my favorite issues. If anybody else would like to add onto it, please feel free!
Marvel 616
Tumblr media
Recs under the cut! Surprising nobody, it got long.
Keep reading
1K notes · View notes
ibuprofentablets · 5 months ago
Text
Tumblr media Tumblr media
crowley from good omens vs. john lennon in the 70s.
they’re the same goddamn person
2K notes · View notes
ibuprofentablets · 6 months ago
Text
Tumblr media Tumblr media
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; }
1K notes · View notes
ibuprofentablets · 6 months ago
Text
Introducing: LCAoRs!
Tumblr media
Or... "What if they had Ao3 on the Enterprise-D?"
GitHub repository | Instructions
Tumblr media Tumblr media
Because I'm a giant nerd with too many hobbies, I made an Ao3 site skin based off of the computer interface in Star Trek TNG! This was my first attempt at an entire skin, so I hope people like it :)
3K notes · View notes
ibuprofentablets · 8 months ago
Text
Tumblr media
542 notes · View notes
ibuprofentablets · 8 months ago
Note
Hey, can you tell us more about McLennon's trip to Paris for Paul's birthday?
For John’s birthday, not Paul’s.
John got £100 for his birthday, which was A LOT for that time, and he decided to spend all the money with Paul in Paris. They cancelled their concerts and started their trip on September 30, 1961.
Stuart was mad, he believed they had left the group, he said:
“Last night I heard that John and Paul have gone to Paris to play together – in other words, the band has broken up! It sounds mad to me, I don’t believe it…” —Stuart Sutcliffe, 1961.
They wanted to hichhick from England to Spain and go through Paris, but ended up staying in Paris. They stayed in a cheap hotel, sleeping in one bed. There are some photos about tha trip, some of them appear on the screens during Paul’s concerts, before the gig starts, when the stage is still dark and there are the big screens on with the Beatles photos floating around.
These are the photos:
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
This photo of John sleeping was taken by Paul. It hangs framed on the wall in his house:
Tumblr media
This is a letter including a photo of John from that trip, the handwriting seems John’s to me:
Tumblr media
These are some quotes about that trip:
“We got fed up. We did have bookings, but we just broke them and went off.” —John Lennon about getting a trip with Paul to Paris (Hunter Davies, The Beatles, 1968
“Paul bought me a hamburger to celebrate.I wasn’t too keen on reaching twenty-one. I remember one relative saying to me, ‘From now on, it’s all downhill,’ and I really got a shock. She told me how my skin would be getting older and that kind of jazz.” —John Lennon about the trip to Paris with Paul for his 21st birthday (Anthology)
“We would walk miles from our hotel; you do in Paris. We’d go to a place near the Avenue des Anglais and we’d sit in the bars, looking good. I still have some classic photos from there. Linda loves one where I am sitting in a gendarme’s mac as a cape and John has got his glasses on askew and his trousers down revealing a bit of Y-front. The photographs are so beautiful, we’re really hamming it up. We’re looking at the camera like, ‘Hey, we are artsy guys, in a café: this is us in Paris,’ and we felt like that.” —Paul McCartney - Anthology.
“John and I went to Paris on birthday money he received from a relative. He must have been fond of me to spend that money. He let me have all the banana milkshakes I wanted.” - Pau McCartney
In this interview John talks about Paris
In this interview Paul talks about the fact that he used to sleep with John in just one bed a lot.
1K notes · View notes
ibuprofentablets · 8 months ago
Photo
Tumblr media
my final piece for @gothamcityunmasked !! thank you for having me on as a mod and contributor!
2K notes · View notes