Text
Palettes For Tumblr III
I'm back after a long while with some more dashboard palettes for Tumblr. You can use these with the Palettes for Tumblr addon. Just download the file and import the .json file using the addon. Screenshot in case you need help:
Anyways, onto the Palettes!
Miami [⬅️ Click to Download]
Hazy Mauve and Purple Tones. Full previews:
Robin's Egg [⬅️ Click to Download]
Robin's egg blue and tan. Full Previews:
Terracotta [⬅️ Click to Download]
Soft orange clay and gypsum white. Full Previews:
Pls like or reblog if you download!
6 notes
·
View notes
Text
literally THE reason i love tumblr sm. the customization capabilities. the goth/rave color palette is definitely the cutest one on mobile 💜 i wish the halloween palette was available for mobile tho :/ it’s so pretty 🎃🧡
0 notes
Text
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; }
558 notes
·
View notes
Text
I wish tumblr were more customizable
I've gotten the old dashboard (Mostly) back thanks to Pixiel's stuff and Stylus (for firefox; For Chrome) and I've edited everything to make it cooler and to compensate for the shitty-ness that I am still unable to change (custom dasbboard palette which allowed me to add the background). My edits are far from perfect and sometimes the custom background clips into the blogs but at least it's somewhat mine. At least I have some control over it.
Idk it'd be nice if I could just move the dashboard a little more to the center and change the stuff on the side to have pictures that I WANT to show pinned, and some other stuff would've been cool as well.
I mean, I thought the whole point of tumblr before was for it to be your own customizable space. Scrolling through Stylus options I can't help but lament the various personalized dashboard options that just... don't exist anymore.
Idk, one of the greatest bits about tumblr was the customizable blogs for me. They looked really cool and drew me into the website in the first place, after all what other popular social media allowed you to change your own space so easily like that?
And now It's forcefully changing your space into...twitter.
It's just... It's not good you know? anyways.
32 notes
·
View notes
Text
Tumblr life tips:
(please imagine these as like, tumblr loading screens. Thank you!)
You make mutuals faster when you change your name/icon less. The easier it is to remember + spell your username, the better people will remember you.
If you block the tag for something, (say, #dogs) do yourself a favor and block the same word in filtered post content. There are plenty of posts about dogs not tagged with anything, and the posts that mention dogs that you'd actually like are slim to none.
Send the people on your dash asks when you can. If you see an ask meme during your daily scroll, send something in! Its the tumblr version of small talk.
If you want to have a slightly more serious conversation with a mutual, you can't go wrong asking about their headcanons. 99% of people will jump at the chance to geek out, and the 1% that really aren't in the mood today can simply delay or delete the ask.
If you are already having a bad day, you should take the time to go in #anti your ship and block the people that bash the ship. You probably won't want to encounter any of those people in the wild, unless they are the rare breed thats civil about things.
Don't wait until tumblr becomes unfun to block the current discourse. The moment you see figurative clouds on the horizon that you don't like, get tag blocking!
https://www.tumblr.com/dashboard/crushes is a thing where you only see posts from the dudes you RB from the most often! I set it as my tumblr bookmark so I'll see the posts I'm the most interested in first.
Block annoying people, even if you agree with them on the current issue. You'll find something else to disagree on later, and you already know they aren't a fun person to disagree with.
If you see a shitty ass take, only reblog with a "WTF" if they are the first person in the reblog chain. Else, the guy you dislike won't see it but the first person in the RB chain will. That helps nobody.
If the person you just blocked is still everywhere, filter their username in filtered post content.
Tumblr Savior is basically a tumblr modpack. Look into downloading it as soon as possible if you have not already.
Also theres a firefox extension (idk if its on chrome, switch to firefox anyway it eats less ram) called Palettes for tumblr where you can make tumblr any colors you like! Mine is a nice warm sepia! :)
Please add your own tips I need to get better at tumbling.
72 notes
·
View notes
Text
someone asked for a link to dashboard unfucker so im taking the time to show everyone how to make your dashboard look like a stylish user extension from 2014
heres dashboard unfucker
and heres the stylus extension that lets you customize your dashboard
its not the same as back then because the 2014 dashboard was infinetely cuter and less minimalistic but it will do. now your dashboard can look cool like mine
6 notes
·
View notes
Text
I posted 7,784 times in 2022
That's 2,004 more posts than 2021!
818 posts created (11%)
6,966 posts reblogged (89%)
Blogs I reblogged the most:
@decodad
@pomodoko
@melon-official
@shadow3142
@shadowsplice
I tagged 6,271 of my posts in 2022
Only 19% of my posts had no tags
#art - 1,695 posts
#splatoon - 718 posts
#nonsense tag - 514 posts
#star trek - 500 posts
#long post - 323 posts
#video - 258 posts
#pkmn - 171 posts
#marlowe energy - 158 posts
#thou art mine - 118 posts
#loz - 111 posts
Longest Tag: 139 characters
#add. edit: there are several moments in ds9 where—for instance; quark tells odo that he thought he was like that because he's a changeling;
My Top Posts in 2022:
#5
what too much tacticooler does to a mf
[shiloh is @shadowsplice ‘s]
122 notes - Posted November 7, 2022
#4
idk if anyone’s made a post about XKit Rewritten for the New Twitter Users TM but imo the site is unlivable without it. there’s a firefox version or a chrome version (or if you’re checking for a different browser, make sure it’s posted by April Sylph, she’s the current developer). the settings are configured through your browser topbar with other extensions.
it allows you a bunch of personal tweaks to customize the dashboard, like built-in adblock, blocking individual posts, putting timestamps on posts, shortening long posts, simple accessibility options like enabling alt text on the bottom of images or pausing gifs and animated elements, and hiding a whole bunch of small annoyances:
[id: a screenshot of a list of customization preferences for XKit Rewritten’s “Tweaks” setting /end id]
some of these are also available through tumblr’s native Dashboard Settings, and there’s a blacklist function using “Filtered Tags” and “Filtered Post Content” under Account Settings.
the sticky “following / for you” banner they put at the top of the desktop can be removed through ublock origin (right-click, select “block element”, and highlight the whole banner and click).
i also use the old, very broken New XKit for Old Blue which reverts the dashboard’s color palette to its old lower-contrast version, but there are again native dashboard themes which you can adjust that with. i would recommend NOT using the beta post editor because it’s much buggier and harder to use but you can’t use the newer features (such as restricting reblogs or marking explicit content) without it. worse than that it gives you a wonderful redundant pop-up confirming you’ve reblogged a post, which can also be removed through ublock origin.
alt+r reblogs posts automatically, alt+q queues posts automatically. also turn off infinite scroll and best stuff first xoxo
130 notes - Posted November 6, 2022
#3
happy 8/3 day you guys!!!! 😌
143 notes - Posted August 3, 2022
#2
if humanity killed itself off and left behind a genocidal artificial intelligence that kidnapped ten thousand of the earth’s second-generation of inhabitants in order to create a new supreme life-form would that be fucked up or what!
183 notes - Posted August 5, 2022
My #1 post of 2022
welcome back to the land of the dead, we thought we’d lost you
520 notes - Posted September 16, 2022
Get your Tumblr 2022 Year in Review →
2 notes
·
View notes
Note
Your page is very beautiful and aesthetic can you tell me how you did it 😌.. I'm new user I don't know how to use Tumblr yet everything is so confusing here 😅😅 .
🌷 Hi there! Thank you for saying this because I actually enjoy customizing my tumblr and creating these banners even though I am not an artist or anything? Hahaha *shy* 😊. I actually don’t know how to describe or give instructions on tumblr customization. But you can try checking tumblr’s tutorial pages?
WIll try to help as much as I could but I am not an expert so please bear with my attempt to explain it below the cut
🌷 I think first step is to choose a theme?
It’s not required and honestly my main blog is just the classic tumblr theme. I just change the color schemes depending on the banner I’ve chosen. I also prefer the grid view so I can see around 4 columns of content since that is my main blog for posting fangirling content + ongoing fics + random stuff. For ggukkiereads, I really prefer if content is posted per column and I decided to choose from different theme creators!
My theme is from https://seyche.tumblr.com/ and I just customized the colors, the padding, the links, the icons. There are other theme sites though and you can actually search on tumblr for other sites (just type blog themes to find the others). Here are others you can browse:
https://xuethms.tumblr.com/
https://seyche.tumblr.com/
https://cactusthemes.tumblr.com/themes
https://amboise.tumblr.com/tagged/codes
https://sheathemes.tumblr.com/tagged/sheathemes
https://pirateskinned.tumblr.com/terms
https://sorrism.tumblr.com/tagged/theme
https://odeysseus.tumblr.com/tagged/*mine
https://nonspace.dev/tagged/nnspc%20codes
https://kosmique.tumblr.com/codes
https://mercurythms.tumblr.com/tagged/*codes
Important!!! Please check their terms and conditions before downloading theme codes
THERE ARE MORE SITES and I am not keeping tabs of every theme site. However, I remember following one blog that reblogs or features themes from different creators. I will find the blog site and edit this so you can also follow and get their recommendations =)
🌷 banners and profile pictures
For banner making, I just use Canva. My pfp is butter Joonie/sugakitty which I had commissioned and I can just change or use them in all banners as I wish. There’d be banners on twitter too for profile layouts that you can use for free but they are usually for twitter layouts. If you like some you can ask the artist if you can use the profile photo or banner for tumblr instead of twitter.
If you need to remove a background, there is a free bg remover online.
Note: important to give credit to the source. In my blogs, I usually document where I get the photos, etc.
🌷 color schemes
I just used Canva for the color codes (hex codes). Tumblr will also suggest a color palette when you’re choosing the blog colors. I guess just experiment and have fun with it? See what colors you like or speak to you.
🌷 mobile
Please note that sometimes your desktop theme will look different on mobile. And this gives me headaches and I am not prepared to give tips because it’s a “let’s wing it” process for me when setting my mobile theme. I guess try simple themes first? Then once you are confident with theme changing, you can start customizing more details of your blog for mobile (you have to use customize for mobile link which you can find on your dashboard settings)
🌷 hyperlinks on your BIO
This requires codes but if you are not comfortable to link sites yet, then not required to use this. But if you see on my blogs my bio has linked description, right?
These are codes you need to remember when organizing your Bio:
I hope it’s not confusing or that I’ve been a bit of a help? Feel free to DM me on my main if you wish to chat more about this =)
.
9 notes
·
View notes
Text
Has anyone else’s Tumblr dashboard gone pitch black? Mine has and I don’t know how or why...or even what to do to get it back the way it was. Could this be a Tumblr glitch?
UPDATE: Figured it out by looking in the settings. Click on Color Palette and it gives you color options to choose fro,. On the laptop/pc app, it gives you 12 different color options, on iphone it gives you 6 I believe.
2 notes
·
View notes
Text
Palettes For Tumblr Part II
Made a few more color schemes for Tumblr. You can use these with the Palettes for Tumblr addon by @april. Just download the file and import it using the addon.
Aladdin [⬅️ download here]
Colorful scheme with jewel tones. Full preview:
Calm [⬅️ download here]
Light theme with neutrals and pastels. Full Preview:
Garden Gnome [⬅️ download here]
Spring theme with a bit of whimsy. Full Preview:
Pls like or reblog if you download!
18 notes
·
View notes
Text
Anyone else annoyed as fuck that the Infinite Scrolling on Tumblr can’t be turned off now?
I preferred having pages for multiple reasons.
1) It’s easier to find stuff (especially on your Likes page)
2) If your dashboard automatically refreshes when you have infinite scrolling, good luck in finding where you were before.
3) I don’t know about your guys’ computers but mine can’t take having 100+ posts loaded all at once without lagging and shit. It just gives up on loading the gifs after scrolling for like 3 minutes.
-
Not to mention now whenever I search something I have to manually change it to list form instead of block form EVERY SINGLE TIME.
-
It was so much better before, let me have my own choice of options please. i.e., list not block and pages NOT infinite scrolling.
It was fine before, If someone wanted Infinite scrolling they could leave it on, if they wanted the Block style posts when searching they could have it and only have to select it ONCE. Why take away the pages option? What good did that do anyone?
Was it a mistake made when adding the new palette feature? Will it be fixed? I HOPE SO
90 notes
·
View notes
Text
So... Idk why but reblog or tell me which palette your tumblr dashboard is in.... mine is in Cybernetic
11 notes
·
View notes
Text
Changes with the new Dashboard
Here’s what I’ve noticed til now
1) Some XKit extensions aren’t working anymore, for me most notable I’m currently unable to block posts. Though I’m pretty confident the people behind XKit are gonna fix that sooner or later.
2) The font is noticeably larger now (not sure if that’s Tumblr itself or XKit) but I like that.
3) You can change the colour palette, but I’m not gonna try that out. Old Blue is still working so I’m gonna keep that.
4) When you go to your posts (not directly on the blog but via that person-icon) the first post you see is the one you pinned. You’re also able to pin posts via desktop now.
5) The activity lightning bolt now gets the numbers just like the Dash, Chat and Message icon when you’ve got a new notification - a change I honestly like a lot.
6) For SOME people, the XKit icon has disappeared. I say some because mine hasn’t.
7) Apparently it’s gotten more difficult to send asks to dash-only blogs (see this post for reference.)
If anybody notices more/different changes, feel free to add them on here!
11 notes
·
View notes
Text
My own inconsequential complaints about tumblr’s latest update:
Dislike this “since you’ve been gone” thing. It keeps putting the same two old posts I’ve seen plenty of times already onto my dash over and over again.
Give me back my pagination, you sick bastards.
And give me back my arrow keys for navigating pages. I dislike having to click the “next” button.
“Low-contrast classic” is a nice color palette to have available but it sucks compared to Old Blue and generally needs more white involved for my taste, for example in the reply text box.
Speaking of replies, I can’t write them because typing letters into the text box triggers dashboard hotkeys for whatever reason, thus disrupting my literal ability to use certain letters or keep the notes box open.
Also trying to open the posts that folks have replied to is a nightmare because trying to click to the post through activity notifications takes me to the commentor’s blog instead of mine, unless I click in just the right spot.
Fuck whatever happened to the font.
I’m preeeeeetty sure tumblr has killed statcounter functionality? I find this mildly annoying for reasons completely unrelated to the ethics of using a statcounter.
Sometimes I insert a read more into a post and no read more shows on the post in dashboard view.
Not actually related to the update, but tumblr’s feedback submission options for reporting bugs and technical problems is. Weird. I don’t like the categories they make you use for what kind of problem you’re reporting.
6 notes
·
View notes
Note
Hi, can you do a tutorial on how to do these aesthetic? I think it's so beautiful but mine get so horrible, or if you do not think it's bad, do you have a psd of them to train?
Hello nonnie! First of all thank you so much, you’re very kind. 💖
I’m sure your edits are beautiful and as long as you enjoy making them that’s all that matters. Don’t judge them based on the amount of notes they get. If you’re happy with your creation, then you’ve done a great job. If you’re not so happy, then keep practising and keep making things and one day you certainly will be. 😊
I’m sorry but I don’t think I would be able to make a tutorial for my aesthetics. You can browse my photoshop ask tag here and see what tips I already gave to other people. And here are some important things I always keep in mind when making aesthetics (or any other edits). 😊
dimensions: I cannot stress this enough - dimensions of your canvas are very important. If you make your edit too small, it will look blurry and low quality. Always keep in mind that the width of tumblr dashboard is 540px, so never make it smaller than that. Personally, I use 800 x 720px canvas for six framed aesthetic. Which means that each of the pictures is 400 x 240px.
pictures: Do not use low quality pictures in your edits, even if it should be only one out of six frames. Always resize your picture in photoshop by using “image size” and then drag them onto the canvas, never do it manually.
pinterest: is a great place to find pictures for your aesthetics. Take your time browsing boards and making your own ones. Here and here are some pinterest recommendations.
colouring / psd: Learn how to use psds / colourings, they bring out the colours of the pictures and help them match. Honestly, right colouring makes an edit look 100 % better and for me it’s a make or break element. Here or here you can browse some nice psds.
colours: That being said, don’t overdo it with the colours. Try not to use more than 2 or 3 and try to keep your colour palette in mind when you’re putting together your pinterest board. Here I talked about my colouring process in more detail.
feedback & inspiration: If you’re stuck or you don’t feel sure about something in your edit, it’s always good to get a feedback from someone else or browse someone else’s creations. Join some networks or fandom families and use discord to ask the fellow members what they think. Create an inspo tag on your blog or a folder in your computer and browse it if you need to find some inspiration.
Here I gave some other photoshop tips (some are the same but explained in more detail), if you want to take a look as well.
If you have any other questions feel free to send me another ask or a private message, I’ll be happy to help you out. I hope you have a lovely day and good luck!
30 notes
·
View notes
Text
Phylophe’s 100 Followers Lucky Draw!
So I should’ve written this a while ago but somehow this humble little blog of mine has reached 100 followers! I know it’s not much but I really appreciate each and every one of you who follow me.
I don’t do much fanart, I reblog a wide variety of posts, I sometimes shitpost, and I do the thing where I disappear for a while and then spam the hell out of your dashboard with reblogs. Despite all this (or because of this?) you’re still sticking with me, and I would like to say thank you!
Now… I want to show my appreciation, as well as get some feedback, so I’ll be opening 3 art request slots, but by lucky draw. The prizes are a limited-palette drawing (probably on the sketchy side) like these ones (I also do landscape, still-life and abstract, if character art isn’t up your alley). The conditions to enter the draw are:
You must be following me. Reblogging or liking of this post is NOT necessary.
Send me an ask answering the following questions (NOT on anon of course!):
What made you follow my blog initially?
What are the tags that interest you on my blog?
What would you like to see more on my blog?
(Optional) Anything you’d like to ask about/comment on?
To the friends I knew before I got this tumblr blog, I’d love for you to enter but in the lucky draw I’ll be prioritising the people I met on tumblr first. I hope you understand and I love you guys for being my first fans.
I’ll announce the winners in a week or a fortnight or a month or… you know what I’ll make another post when the deadline closes in (because I’m actually worried that no-one will even see/read/be interested in this haha). Thanks again to everyone and good luck!
17 notes
·
View notes