Imbue Your Art With Magic And Intention 💖🌌🌈

Imbue your art with magic and intention 💖🌌🌈

Imbue Your Art With Magic And Intention 💖🌌🌈

More Posts from Dipstickflopdoodle and Others

3 years ago

The point is that they’re all stupid

3 years ago

me, your friendly neighborhood villain apologist: zuko was never evil he was just 16

3 weeks ago

Some after "Sinners" reading material if you're interested in Black American and Indigenous History (and the immigrants who came over, too). I put in the Jones-Rogers book too so y'all won't think the 58% had no serious role in shaping the horrors of America.

Some After "Sinners" Reading Material If You're Interested In Black American And Indigenous History (and
Some After "Sinners" Reading Material If You're Interested In Black American And Indigenous History (and
Some After "Sinners" Reading Material If You're Interested In Black American And Indigenous History (and
Some After "Sinners" Reading Material If You're Interested In Black American And Indigenous History (and
Some After "Sinners" Reading Material If You're Interested In Black American And Indigenous History (and
Some After "Sinners" Reading Material If You're Interested In Black American And Indigenous History (and
Some After "Sinners" Reading Material If You're Interested In Black American And Indigenous History (and
Some After "Sinners" Reading Material If You're Interested In Black American And Indigenous History (and

Adding this amazing "Sinners Syllabus" too for further resources to educate yourself. The books above are ones I have in my personal library, but some very cool people put together an entire webpage of information. Check it out HERE.

2 months ago

Definitive Guide to Stop Checking Your Phone Compulsively

1. Set Specific Check-in Times – Limit phone checks to designated times, like after a relaxing activity or during breaks.

2. Keep Your Mind Busy – Engage in activities like reading, exercising, listening to music, or creative hobbies.

3. Practice Mindfulness & Breathing – When tempted, take deep breaths and remind yourself of your well-being goals.

4. Remember Your Purpose – Stay focused on your inner peace and personal growth.

5. Redefine Your Focus – Visualize how you want your day to end—calm and fulfilling.

6. Find Alternative Activities – Replace phone-checking with reading, journaling, or relaxing exercises.

7. Create “Phone-Free Zones” – Avoid your phone during meals, walks, or before bedtime to be more present.

8. Use Reminders & Affirmations – Place visible notes or phone reminders like “I choose peace over uncertainty.”

9. Take a Mental Pause – If overthinking, focus on your breath or something positive to regain clarity.

8 months ago

Unsolicited Witch Tip 24

Catching a falling leaf before it hits the ground is supposed to be good luck. Add it to your altar for good luck, protection, and abundance throughout the autumn season.

1 year ago

How to do a “dinosaurs kill everyone” without making just murder monsters

Make them pissed off and vengeful. 

Take the idea of “humans hunting in a dimension where dinosaurs haven’t gone extinct idea”.  And then cut off their supplies.

Imagine a large carnivore killing humans stuck in its territory systematically once it realizes they aren’t firing guns due to being out of ammo. And since its not hungry, its piles the bodies for later. 

Its not roaring like a maniac, its not wasting energy running. It is leisurely taking them out. Imagine it taking shortcuts at a leisurely stride while humans run in panic.

Edit: And you get back to your vehicle only to find the local herbivores tearing it apart with the type of anger towards inanimate objects you normally see in bighorn sheep.

1 year ago

Truly underappreciated library resource: Kanopy!

It's a movie-and-tv streaming service that many libraries offer. If your library supports it, you can get a free account with your library card!

It works similarly to Hoopla, with monthly checkout limits, but the amount of movies and tv they have is astounding. They focus on indie movies and documentaries, but they have an impressive variety. A few days ago, some friends and I watched an experimental Afrofuturist queer surreal-cyberpunk musical movie just to try it, and it was a strange and fascinating experience that I wouldn't have gotten anywhere else. (Neptune Frost, by the way. It's interesting!)

Kanopy has animated movies like the French/North African The Rabbi's Cat (Le chat du rabbin), popular indies like The Secret of Kells, up to well-known ones like ParaNorman. It has popular quirky successes like Everything Everywhere All at Once, But I'm a Cheerleader, and Lady Bird, award-winning dramas like Moonlight, classic movies like The Graduate, Dial M for Murder, Roman Holiday, Rashomon, and Seven Samurai. It's got Charlie Chaplin. It's got some classic musicals, like Oklahoma! and Guys and Dolls. It's got classic horror like Suspiria, Nosferatu, and Night of the Living Dead, and a plethora of modern horror as well. It has cheesy old-timey sci-fi from the 50s and 60s, genuinely good classic sci-fi like The Boys from Brazil, cult classics like Donnie Darko, modern feel-good quirky sci-fi like Jules, and just, a WHOLE lot of super interesting creative modern indie sci-fi to browse. It has documentaries. It has quite a lot of PBS and BBC series. It has anime. It has all of Farscape for some reason. It has a really impressive collection of LGBTQ+ film from around the world.

See if your library offers Kanopy, and browse the genres you like - you are sure to find something fascinating that you had never heard of before!

4 years ago
Dutch Longsword Fencer Tosca Beuming
Dutch Longsword Fencer Tosca Beuming
Dutch Longsword Fencer Tosca Beuming
Dutch Longsword Fencer Tosca Beuming
Dutch Longsword Fencer Tosca Beuming
Dutch Longsword Fencer Tosca Beuming

Dutch longsword fencer Tosca Beuming

Photographed by Martin Philippo and Andress Kools

1 month ago

Glowy dark mode site skin

Screenshot of the AO3 homepage. The header has a picture of a dark forest at night with green mist and hundreds of glowing fireflies. The site's background is almost-black. Text is a pale yellow. Pale yellow glow effects have been applied throughout.
Screenshot of a work blurb. Archive Warnings have a glowy yellow background. Relationship tags are bright yellow and bolded. The footer is a medium green with the same pale yellow text as elsewhere. Buttons are a matching medium green with glow effect behind them.
Screenshot of the Fandoms page. The box around each fandom list is the same pale yellow with glow effect as elsewhere.
The Work Search page. The background of the page is almost-black and each element has a glow effect.
The Filters Sidebar has an almost-black background and pale yellow text. Most of the text has been bolded.
A sample work to show the readability of the yellow text on the almost-black background.

🎼 You would not believe your eyes, if 10 million fireflies ended up in the header of your AO3. 🎶

It's been a while since I tried glow effects, but I saw the fireflies and I couldn't resist.

CSS code under the cut.

#header {   background-image: url("https://cdn.pixabay.com/photo/2022/10/19/16/56/fireflies-7533056_1280.jpg");   background-repeat: no-repeat;   background-size: cover;   background-position: center center;   background-color: #152623; }

#header .heading {   height: 15em; }

#header .primary {   background: #0d1d1f;   box-shadow: 0px 0px 15px #f9f6ce; }

#header .logo, #header .heading sup {   visibility: hidden; }

#header .heading a {   color: #152623;   text-shadow: 0px 0px 15px #f9f6ce; }

.event .userstuff {   background: #425e50;   border: 1px solid #f9f6ce; }

#outer.wrapper {   background: #0d1d1f;   color: #f9f6ce; }

#main a {   color: #8c9b76; }

#greeting a.dropdown-toggle, #header .actions a {   color: #f9f6ce !important;   text-shadow: 0px 0px 3px #152623; }

#greeting .menu, #header .dropdown .menu, #header .dropdown:hover a {   background: #0d1d1f;   box-shadow: 0px 0px 15px #f9f6ce; }

span.submit.actions input.button {   display: none; }

#greeting img.icon {   display: none; }

#header #search .text, .search [role="tooltip"] {   background: #0d1d1f;   box-shadow: 0px 0px 15px #f9f6ce;   color: #f9f6ce !important;   border: 1px solid #0d1d1f; }

form.search input[type=text], form.search input[type=submit], .autocomplete div.dropdown ul {   background: #0d1d1f !important;   border: none;   box-shadow: 0px 0px 15px #f9f6ce;   color: #f9f6ce;   display: block; }

#header #search .text {   width: 7em; }

.notice, .comment_notice, .kudos_notice, ul.notes, .caution, .error, .comment_error, .kudos_error, .alert.flash {   background: #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce !important;   color: #0d1d1f;   border: none; }

.notice a, .comment_notice a, .kudos_notice a, ul.notes a, .caution a, .error a, .comment_error a, .kudos_error a, .alert.flash a {   color: #506957;   font-weight: bold; }

.splash .module h3 {   color: #f9f6ce;   border-bottom: 2px solid #f9f6ce; }

.splash .favorite li:nth-of-type(2n+1) a {   background: #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce;   color: #0d1d1f;   font-weight: bold;   font-variant: small-caps; }

.splash .favorite li:nth-of-type(2n+2) a {   color: #f9f6ce;   font-weight: bold;   font-variant: small-caps;   font-size: 110%; }

.splash .favorite li:nth-of-type(2n+1) a:hover, .splash .favorite li:nth-of-type(2n+2) a:hover {   color: #f9f6ce;   font-weight: bold;   font-variant: small-caps;   background: #425e50; }

#footer {   background: #425e50;   color: #f9f6ce;   border-top: 3px solid #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }

#footer a, #footer .heading {   color: #f9f6ce; }

.actions a, .actions a:focus, .actions input:focus, .action:focus, .actions li input, .actions li input[type="submit"], input[type="submit"], .actions li label, ul.navigation.actions li a, .action:link, .actions a:link {   background: #425e50;   border: 1px solid #f9f6ce;   color: #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce;   border-radius: 5px; }

.current, #dashboard .current {   background: #f9f6ce !important;   color: #0d1d1f !important;   box-shadow: 0px 0px 15px #f9f6ce !important;   border-radius: 5px; }

#dashboard.own {   border-top: 5px solid #f9f6ce;   border-bottom: 5px solid #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }

#dashboard a:hover {   background: #0d1d1f;   box-shadow: 0px 0px 15px #f9f6ce; }

#dashboard a {   color: #f9f6ce; }

dl.meta {   border: 1px solid #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }

.listbox .index {   background: #0d1d1f; }

.listbox, fieldset fieldset.listbox {   background: #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }

form dl, fieldset, fieldset fieldset, fieldset fieldset fieldset, fieldset fieldset dl dl, dd.hideme, form blockquote.userstuff, input, select, select:focus, textarea, span.symbol.question, .own {   background: #0d1d1f !important;   color: #f9f6ce !important;   border: 1px solid #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }

.autocomplete li.added, .post .meta dd ul li.added, label, label.required {   color: #f9f6ce; }

span.delete {   background: #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }

span.delete a {   color: #0d1d1f !important;   font-weight: bold; }

.ui-sortable li, .dynamic form, div.dynamic {   background: #0d1d1f;   border: 1px solid #f9f6ce; }

.dropdown {   background: #0d1d1f; }

form.verbose legend, .verbose form legend {   background: #f9f6ce;   color: #0d1d1f;   box-shadow: 0px 0px 15px #f9f6ce; }

li.blurb {   border: 1px solid #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }

.draft {   background: #0d1d1f;   color: #f9f6ce;   border: 2px dashed #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }

.draft .wrapper {   background: #0d1d1f;   border: 1px solid #f9f6ce; }

#header h2 {   background: #f9f6ce !important;   color: #0d1d1f;   box-shadow: 0px 0px 15px #f9f6ce; }

#stat_chart svg rect:first-of-type {   opacity: 60%; }

#stat_chart g[clip-path^=url] > g:nth-of-type(2) rect, #stat_chart svg g:nth-of-type(2) > g rect:last-of-type, #stat_chart g[clip-path^=url] > g:nth-of-type(2) rect:first-of-type {   filter: hue-rotate(140deg);   opacity: 80% !important; }

.statistics .index li:nth-of-type(2n) {   background: #0d1d1f;   border: 1px solid #f9f6ce; }

.reading h4.viewed, dl.index dd, table, th, dt.child {   background: #0d1d1f; }

#modal, span.replied {   background: #0d1d1f;   color: #f9f6ce;   border: 2px solid #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }

h4.heading.byline {   background: #f9f6ce;   color: #0d1d1f; }

li.comment {   border: 1px solid #f9f6ce; }

.comment div.icon {   border-bottom: 5px solid #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }

.thread .even {   background: #425e50; }

.unread {   background: #0d1d1f;   border: 5px dashed #f9f6ce !important; }

span.unread {   background: #f9f6ce;   color: #0d1d1f; }

span.indicator::before {   box-shadow: 0px 0px 15px #f9f6ce; }

.warnings .tag, .work .warning a.tag, dd.warning.tags a {   border: 1px solid #f9f6ce;   border-radius: 5px;   background: #f9f6ce;   padding-left: 2px;   padding-right: 2px;   box-shadow: 0px 0px 10px #f9f6ce; }

.relationships .tag, .work .relationships a.tag, dd.relationship.tags a {   background: none;   color: #f9f6ce !important;   font-weight: bold;   text-shadow: 0px 0px 15px #f9f6ce; }

.filters .expander {   background: url("https://64.media.tumblr.com/3c89981f933f9f57157d6dcec6fd85a7/94c6737c6db9ad60-e5/s1280x1920/f7557e617a5439c506721bd326580a0cb4c1f8d8.png") left center no-repeat;   color: #f9f6ce !important;   font-weight: bold; }

.filters .expanded .expander {   background: url("https://64.media.tumblr.com/dab095a2fd9387bc1e0c57747ba6b13f/94c6737c6db9ad60-ad/s1280x1920/c1a4e14e0565cdcac5d3e20bebac3ab440f2d607.png") left center no-repeat; }

  • theghostowl
    theghostowl liked this · 3 months ago
  • z3nko-kitsune
    z3nko-kitsune liked this · 1 year ago
  • witchydragonlasie
    witchydragonlasie reblogged this · 1 year ago
  • witchydragonlasie
    witchydragonlasie liked this · 1 year ago
  • fairyflowerx
    fairyflowerx liked this · 1 year ago
  • dollarstoremorticia
    dollarstoremorticia liked this · 1 year ago
  • crunchyiphone11
    crunchyiphone11 liked this · 1 year ago
  • moongazinghare1111
    moongazinghare1111 liked this · 1 year ago
  • callu-na
    callu-na reblogged this · 2 years ago
  • i-love-chicken
    i-love-chicken liked this · 2 years ago
  • vadersfavoritefangirl
    vadersfavoritefangirl liked this · 2 years ago
  • goodbyekai
    goodbyekai liked this · 2 years ago
  • cloverkind
    cloverkind liked this · 2 years ago
  • hekateismygoddess
    hekateismygoddess reblogged this · 2 years ago
  • hekateismygoddess
    hekateismygoddess liked this · 2 years ago
  • starshiprat
    starshiprat liked this · 2 years ago
  • sundaigal
    sundaigal reblogged this · 2 years ago
  • hollyhobbiemollie-blog
    hollyhobbiemollie-blog liked this · 2 years ago
  • bodapenguin
    bodapenguin liked this · 2 years ago
  • lexi-anastasia-astra-luna
    lexi-anastasia-astra-luna liked this · 2 years ago
  • candyflavoredwishes
    candyflavoredwishes liked this · 2 years ago
dipstickflopdoodle - Dipstickflopdoodle
Dipstickflopdoodle

Hi I’m a weird bisexual disaster

137 posts

Explore Tumblr Blog
Search Through Tumblr Tags