body, html {
margin:0;
padding:0;
}
::selection {
background:rgba(165,39,81,.7);
color:#fff;
}
::moz-selection {
background:rgba(165,39,81,.7);
color:#fff;
}
* { transition:.2s all ease; }
#s-m-t-tooltip {
margin:0 16px;
z-index:999999999;
padding:5px 7px;
background:#ad2e59;
pointer-events:none;
white-space:pre;
font:italic .9em 'Oxygen';
box-shadow:3px 3px 5px rgba(85,85,85,.4);
transition:none;
}
a {
color:#ad2e59;
text-decoration:none;
}
.post ol {
list-style-type:decimal-leading-zero;
padding-left:40px;
}
.post ul {
list-style-type:none;
padding-left:35px;
}
.post ul li { position:relative; }
.post ul li:before {
content:'\2014';
color:rgba(141,183,215,.7);
position:absolute;
left:-25px;
top:1px;
font-size:.9em;
}
small { font-size:calc(13px - 1px); }
h1, h2 {
margin:0;
font-weight:inherit;
}
b, strong { color:#6c2781; }
i, em { color:#2c7ba2; }
p:first-child { margin-top:0; }
p:last-child { margin-bottom:0; }
blockquote, blockquote blockquote {
margin:1em 0 1em 6px;
padding-left:10px;
border-left:2px solid rgba(173,46,89,.6);
}
blockquote:last-child { margin-bottom:2px; }
.tmblr-iframe {
}
body {
color:#433947;
font-family:'Century Gothic',sans-serif;
font-size:13px;
word-wrap:break-word;
overflow-y:scroll;
overflow-x:hidden;
line-height:1.5em;
background:#696aa2;
}
::-webkit-scrollbar {
width:8px;
height:8px;
}
::-webkit-scrollbar-thumb {
background:#8db7d7;
}
/* Track */
::-webkit-scrollbar-track {
background:#ad2e59;
}
::-webkit-scrollbar-corner {
display:none;
}
#palette, .post, #sidebar {
box-shadow:0 3px 17px rgba(85,85,85,.5);
}
#palette {
position:fixed;
top:0;
bottom:0;
left:0;
display:flex;
flex-flow:column nowrap;
justify-content:center;
}
.swatch:before {
content:'';
position:absolute;
background:rgba(0,0,0,.15);
top:15px;
left:15px;
right:15px;
bottom:15px;
z-index:-1;
}
.swatch {
z-index:1;
display:flex;
flex-flow:column nowrap;
justify-content:center;
font:bold 16px 'Oxygen';
flex-grow:3;
padding:25px;
width:120px;
box-sizing:border-box;
text-transform:uppercase;
}
.swatch:after {
z-index:1;
font:15px 'Share';
color:rgba(255,255,255,.6);
display:block;
text-align:right;
position:relative;
}
a.swatch:hover, a.links:hover, a .title:hover {
color:rgba(157,35,79,.5);
}
.swatch#one { background:#8db7d7; }
.swatch#one:after { content:'#8db7d7'; }
.swatch#two { background:#696aa2; }
.swatch#two:after { content:'#696aa2'; }
.swatch#three { background:#7d5489; }
.swatch#three:after { content:'#7d5489'; }
.swatch#four { background:#ad2e59; }
.swatch#four:after { content:'#ad2e59'; }
.swatch#five { background:#c65673; }
.swatch#five:after { content:'#c65673'; }
.swatch#six, .pag.lnr, .aud-lbl { background:#f8bd6e; }
.swatch#six:after { content:'#f8bd6e'; }
.swatch#six.inactive {
color:rgba(157,35,79,.5);
pointer-events:none;
}
#sidebar {
background:#696aa2 url(https://static.tumblr.com/155d8ad8f907ea44de031b6e57f11ee3/n7meosn/YiOp3hjbg/tumblr_static_a71cg4hzk0ocgwooo0c0sw840.png) no-repeat;background-size:cover;
position:fixed;
top:0;
bottom:0;
right:0;
width:300px;
display:flex;
flex-flow:column nowrap;
align-items:center;
justify-content:center;
}
#title, #subtitle, #desc {
padding:10px;
}
#title:empty, #subtitle:empty, #desc:empty, .caption:empty {
display:none;
}
#title, #subtitle, .swatch, .aud-lbl, .links, .pag, #s-m-t-tooltip, .title, .info > a {
color:#9d234f;
position:relative;
}
#title, #subtitle {
width:220px;
}
#title {
font:bolder 1.4em 'Oxygen', sans-serif;
text-transform:uppercase;
text-align:right;
background:#8db7d7;
margin:0 20px 0 40px;
z-index:2;
order:-1; /* ensures it appears before the subtitle */
}
#subtitle {
background:#696aa2;
font:italic 1.1em 'Oxygen', sans-serif;
margin:-12px 40px 0 20px;
padding-top:20px;
z-index:1;
}
#subtitle:empty + #title {
margin:0 20px !important;
width:240px !important;
}
#desc {
width:240px;
margin:20px 20px 0;
text-align:center;
}
#link-wrap {
margin:15px 15px 0;
display:flex;
flex-flow:row wrap;
}
.links {
margin:5px;
text-align:center;
background:#7d5489;
flex-grow:3;
padding:7px;
min-width:100px;
max-width:260px;
text-transform:uppercase;
font:1em 'Oxygen', sans-serif;
}
#pagination {
margin-top:15px;
width:270px;
display:flex;
}
.pag {
font-size:17px;
margin:0 5px;
padding:7px;
line-height:1em;
text-align:center;
}
/*Post wrapper*/
#content-wrap {
position:absolute;
left:120px;
right:300px;
}
#content {
position:relative;
margin-top:70px;
left:calc(50% - 450px/2);
min-height:100%;
}
.post-body, #desc {
background:#fff;
}
.post {
margin:70px 0;
width:450px;
}
.post:first-child { margin-top:0; }
.caption {
padding:10px;
}
.caption img {
max-width:100%;
}
.caption a, .ans a, #desc a, .que a {
border-bottom:1px solid rgba(67,57,71,.5);
}
.caption a:hover, .ans a:hover, #desc a:hover, .que a:hover {
border-color:transparent;
}
.caption .tumblr_blog {
font-weight:bold;
}
.chat.even, .chat.odd { padding:3px 5px; }
.chat.even { background:#696aa2; }
.chat.odd {
padding-left:20px;
background:#696aa2;
}
.more {
display:inline-block;
padding:5px 7px;
border:none !important;
color:#433947;
text-transform:uppercase;
}
.quote {
font:italic 1.3em 'Oxygen', sans-serif;
text-align:center;
display:block;
}
.quote, .excerpt {
padding:10px;
background:rgba(125,84,137,.7);
color:#9d234f;
}
.post hr, #desc hr {
margin:1em 15%;
border:none;
border-top:1px solid rgba(141,183,215,.5);
}
.media-wrap {
width:450px;
overflow:hidden;
margin:0;
}
.media-wrap:not(.audi) {
line-height:0;
}
figure.media-wrap img {
width:450px;
}
.title {
font:bold 1.4em Oxygen, sans-serif;
text-align:right;
padding:10px;
background:#8db7d7;
}
a .title { background:#696aa2; }
/*Audio posts*/
.aud {
height:30px;
width:23px;
overflow:hidden;
position:relative;
margin-top:16px;
margin-left:14px;
}
.audholder {
position:absolute;
z-index:30;
background:#f3f3f3;
margin-top:31px;
margin-left:31px;
width:60px;
height:60px;
opacity:.5;
filter:invert(100%);
}
.song {
height:121px;
margin-left:135px;
display:flex;
flex-flow:column nowrap;
justify-content:center;
}
.song > div {
margin:4px 0;
}
.aud-lbl {
font-variant:small-caps;
padding:2px 4px;
margin-right:5px;
font-family:'Oxygen', sans-serif;
}
.cover {
margin-right:5px;
width:121px;
height:121px;
float:left;
background-size:cover;
z-index:1;
}
/*Ask posts*/
.que, .ans {
position:relative;
padding:10px;
}
.que {
background:#696aa2;
}
.asker-avi {
width:30px;
border-radius:50%;
float:left;
margin:0 10px 10px 0;
}
.askr {
margin:5px 0;
text-transform:uppercase;
font:bold 1em 'Oxygen', sans-serif;
}
.askr a { color:#2c7ba2; }
.ans {
text-align:right;
background:#696aa2;
}
.excerpt {
display:block;
}
/*Tags*/
.tag-wrap {
padding:7px;
}
.tags {
color:#c77086;
margin-right:5px;
}
.tags:hover { color:#ff9f20; }
/*Post footers*/
.info {
width:450px;
text-transform:uppercase;
position:relative;
display:flex;
font:.8em 'Oxygen', sans-serif;
}
.info > a {
padding:7px;
margin:0;
}
#date { background:#8db7d7; }
#via { background:#696aa2; }
#ori, #src { background:#7d5489; }
#perma, .stretch { background:#ad2e59; }
*.stretch { flex-grow:10; }
.lnr-redo, .pag.stretch { background:#c65673; }
.lnr-heart { background:#f8bd6e; }
.info .lnr {
padding:6px;
font-size:15px;
}
.like-wrap {
position:relative;
padding:0 !important;
}
.like_button {
position:absolute;
opacity:0;
z-index:5;
top:4px;
left:5px;
width:18px;
height:18px;
}
.like_button iframe {
width:100% !important;
height:100% !important;
}
.like-btn { z-index:1; }
.like_button.liked { opacity:1; }
.tumblr_video_iframe {
width:450px !important;
}
/*Note box*/
#note {
padding:0; margin-top:20px;
background:#fff;
box-shadow:none;
}
#note blockquote { margin-left:9px; }
#note ol.notes {
list-style-type:none;
padding:0;
margin:0;
}
li.note {
padding:7px;
}
li.note:nth-child(odd) {
background:#696aa2;
}
li.note:nth-child(even) {
background:#696aa2;
}
#note ol.notes li:last-child { border-bottom:none; }
#note ol.notes img.avatar {
margin-right:7px;
margin-top:calc(1em - 13px);
width:20px;
height:20px;
float:left;
border-radius:50%;
}
/*Fade in content aka something I should use more often lol flexbox takes a while to kick in*/
@-webkit-keyframes fade { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fade { from { opacity:0; } to { opacity:1; } }
@keyframes fade { from { opacity:0; } to { opacity:1; } }
#sidebar, #palette, #content {
opacity:0;
-webkit-animation:1.2s ease-in 1.1s 1 forwards fade;
-moz-animation:1.2s ease-in 1.1s 1 forwards fade;
animation:1.2s ease-in 1.1s 1 forwards fade;
}
Home
Ask
Submit
Archive
Theme
To top
sweatermuppet :
i understand its chronic pain but every day seems a bit excessive
lustcannibalism :
they should invent a way for me to do tasks without the mind torture
fursonas :
an erotic poem:
leg so hot
hot hot leg
leg so hot u fry an eg
lazzarella :
interpolationz :
woman-becomer :
tumblr users love reading. you literally stopped for this post just because it has words in it
this is one of my favorite bits about tumblr
the users seem to actually prefer text posts to anything else, and treat it as a chore to play a video especially with sound
man i love my gay trans polyamorous drag queen life
ingydars :
God the 11 year old girls you put on this earth to climb trees and play with plastic animals are buying foundation at the drug store
I want everyone to know that yesterday my fiancé (knows with mcr, not all the fandom lore) called me and asked if I was familiar with unholyverse
“hey I keep seeing tweets about it and I wanna know if you know, what is holyverse?”
“unholyverse?”
“yeah what is it?”
“….how much do you know?”
“it’s something with mcr?”
“baby that’s a fanfiction. tbh you should read it it’s good, it is very long tho”
he said he’ll treat it like summer reading
so turns out there’s a limit to how long you can ignore being trans
infectiouspiss :
2026 FUCK HARD FUCK FAST FUCK BADLY NEVER USE GENERATIVE AI CREATE JOY MUSIC ALWAYS PSPSPSPS AT KITTIES ON THE STREET YUMMY SOUP go see the doctor about that thing BE TRANSGENDER KISS YOUR FRIENDS EAT CHEESE NEVER KILL YOURSELF THRIVE
sleepyjim2 :
ⓘ Tip : while sewing , you can unlock scary sewing by losing your needle somewhere on your bed .
nathanierblog :
McCalls Pikachu Plush 2512 Sewing Pattern This thing has been out of print for like, 26 years and some of us want to make chubby classic pikachu so uh… I figure it’s okay to share bc it’s kinda hard to get your hands on the remaining physical copies.
Bonus points: Aelith made some embroidery/applique files for it too
melioricism :
breadandblankets :
breadandblankets :
so i took out the trash today like the good house husband i am not, leaving behind the rank smell of long forgotten noodles and the regrets of two people with memory issues
i, like any good tumblr citizen, remember the tales of the person who put two cups of vanilla extract in their oven so i did the sensible thing to get out two Caps of extract
just then, inspiration struck. a bolt of lightning straight from the muses themselves, if i could use vanilla extract…. who’s to say i couldn’t use other extracts?
i scoured the cabinets, i knew my partner had secreted away some illicit non-vanilla type extracts for baking, and i found it.
hidden in the back of the cabinet was a lone bottle of mint extract
i emptied my two caps with abandon into an (oven safe) glass dish and gleefully set the oven for 300 for an hour
all that was left now was to wait for the sins of the mind to be purged by the mighty mint leaf
ten minutes in… starting to smell kinda like a thin mint
fifteen minutes in, i take a nice deep breath of lovely scented air and i am greeted by searing burning minty pain
i launch myself towards the kitchen, every step closer to mint hell, every orifice on my face burning with the freezing righteous flame of menthol
im fumbling for the oven mitt to rid my home of this foul demon, i pry the oven open and am hit with a blast unlike anything else
i feel what that vine kid taking shots of mouthwash feels, i was seared raw, my tits were blown clean off, and it was just me and that devilish beguiling minty fresh taste
quickly dumping the rest into the sink i ran towards the door, begging for the sweet sweet smell of un-minted air
learning nothing from this encounter, i dare to try once more, with the tumblr-approved extract this time
wish me luck
update: the vanilla has finished cooking, it now very much smells like the pillsberry doughboy fucked a thin mint
doesn’t hurt tho so…. improvement?
#congrats on commiting chemical warfare against yourself
Anonymous —
not sure if im asking right but for a web weave like being firmly kind to urself. not necessarily nice but kind, kinda pep talk esque stuff. the world hasn't ended just yet, c'mon let's go nd do shit. does that make sense ??