Bionic?
I am still here...
Better, faster, stronger?
Yet to be determined...definitely!
he wasn't even looking at me and he found me
sheepfilms
Show & Tell
i don't do bad sauce passes
Three Goblin Art
trying on a metaphor

★
Today's Document

izzy's playlists!
Game of Thrones Daily
🪼

Love Begins
YOU ARE THE REASON
Lint Roller? I Barely Know Her

blake kathryn

Andulka

❣ Chile in a Photography ❣

JBB: An Artblog!
cherry valley forever
taylor price
seen from Türkiye
seen from Türkiye
seen from United States

seen from Türkiye
seen from United States
seen from United States

seen from Germany

seen from T1

seen from Malaysia
seen from United States
seen from United States
seen from Germany

seen from Türkiye
seen from Sri Lanka
seen from United States
seen from Pakistan
seen from United States

seen from United States
seen from Malaysia
seen from Germany
@ohnemitleid-blog
Bionic?
I am still here...
Better, faster, stronger?
Yet to be determined...definitely!

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Do you have a tutorial for adding like and reblog buttons to the home screen?
No, I do not, but I could if I had more information.
Adding these links/buttons for you to view, or to others to click when they are visiting your blog.
That is my question to you. Two entirely different animals…you see?
If I were to still be online, this is my next one. I think I could do a lot with this. tumblr, Themes, other, or otters,,,
My mind is burning...
I will be offline for an undetermined period of time.
I saw your post for turning off the default tumblr dash icons but I have no idea what to do. Where do I put the code? I just want the default icons to stop covering up my icons. Thank you for the help!
You would need to find the dashboard icon style in your Stylish add-on and then edit it. The editing process would involve adding the following line to turn off the default icons:
#post_buttons a i { display: none !important;}
Save the style after editing and it should work. Without the actual style code, I am only somewhat certain this is the solution

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Hi, I'm using the new default theme (vidani). There is an endless scroll option but it isn't functioning so I disabled it on the theme and put in the cody sherman code. Its still not working. It goes back about 3 months but no more than that if not less.. Should I just go ahead and try a jquery code.. Unless you have another suggestion?
I kind of remember this. It turned out to be sort of nightmarish for me, so I opted to just not use infinite scrolling. From what I remember, here goes…
You would need to try Step 3 on Cody Sherman’s site. Follow the option for pasting the code right before your ending tag, not the Custom CSS option he lists. Here’s the tricky part. Near the top of the instructions, this is the line that is shown to copy/paste:
Initially, you would want to do this. The next step is to go to the URL listed as the source (src=) in the code. It should take you to a page with the entire endless scroll script. Now in your theme you would want to edit the code line shown above then copy/paste the endless script source so it would be embedded in your theme. Like so:
<br /><em>Copy/Paste endless scroll source code from <a href="http://codysherman.tumblr.com/tools/infinite-scrolling/code" title="Infinite Scroll script" target="_blank">URL<br />
That was the only way I could get it to work. It turned out that I didn’t like it!
If you do end up choosing to use a jquery assisted endless scroll, you should consider that even using a minified jquery library would somewhat slow down the loading time for your blog.
In any event, I am hoping this was helpful and most importantly that it works. Best of luck to you!
Mustard Blot Tiny FYI
.custom_period {display: none !important;}
Your post can have ONE tag but when you tag a 4th post with the same tag in 24 hours, the 1st will 'disappear'. Delete / mark private a post, the 1st 'magically' reappears under the tag. Try it... Create 3 posts tagged with ONLY a single tag. They'll all be under the tag. Create a 4th post with the same tag, you'll see the 1st post will missing!! Delete / mark private or remove the tag from one of the other posts that does display & your first post 'reappears'.
This is more than likely a tumblr issue, though not really an issue as far as what tumblr is trying to represent.
When you are new to searching a particular tag, would you want to see the majority of tagged posts coming from the same person? If it were me, I would wonder if I were looking at tagged post contributions from everyone in the tumblr community, or just one person. And if it were just one person, why wouldn’t I be looking at their blog instead?
With this in mind, tumblr is probably trying to keep one person from “spamming” a tag. You would have to contact tumblr staff to find out for sure, but this seems like a valid theory to me.
Hii can you please tell me how to code ''hover on permalinks'' Thanks in advanced :)
I’m sorry. For your blog? For general posts?
You would need to present me with more specific information so I could be more on target with this one.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
I was just wondering if you knew of a way to save all files on a computer to a external hard drive all in one go instead of doing it all manually?
Try the EaseUS backup software. It's totally free and easy to use. The downside might be that it's for Windows PC platform, so if you are on a Mac, it probably won't be too much use to you.
Account? Really?
Hi Everyone
Do any of my Followers have any CSS projects they would like me to post? Any suggestions would be welcome, and I will do my best to see things through.
Thanks (in advance)
:)
Not So Simple Sample - Step Two of New Post Icon Image Replacement
Beginning from the steps of the previous entry: - turn off the default tumblr icon set - size and position the new shell for the replacement icon images - insert new icon replacement images - style font - move right sidebar - add icon movement effect - turn off icon grid (delete TEMPORARY section of CSS) - create CSS shapes for icon "shelf"
The CSS:
/*turn off avatar arrow*/ #new_post .post_avatar:after { display:none !important; } /*turn off background & box shadow*/ #new_post { background-color: rgba(0,0,0,0) !important; box-shadow: none !important; } /*turn off default icons, set size & position for replacements*/ .new_post_label_icon { background-image: none !important; padding-top: 5px !important; top: -5px !important; background-size: 64px !important; background-position: 7px 12px !important; } /*insert new background icon images*/ #new_post_label_text .new_post_label_icon { background-image: url('http://25.media.tumblr.com/8ca9f264bd94318c20f6be8a08dfff8a/tumblr_mu6ll3GNlP1qlzdwqo1_250.png') !important; } #new_post_label_photo .new_post_label_icon { background-image: url('http://31.media.tumblr.com/0119b40503b3552b9403e9d0e603993a/tumblr_mu6ll3GNlP1qlzdwqo2_250.png') !important; } #new_post_label_quote .new_post_label_icon { background-image: url('http://24.media.tumblr.com/f2b6c64db9e40607c527b112f938c7ab/tumblr_mu6ll3GNlP1qlzdwqo3_250.png') !important; } #new_post_label_link .new_post_label_icon { background-image: url('http://24.media.tumblr.com/34f827a481a07a56c507a0576d96d017/tumblr_mu6ll3GNlP1qlzdwqo4_250.png') !important; } #new_post_label_chat .new_post_label_icon { background-image: url('http://24.media.tumblr.com/233f188a217cafe869bd7b97ca29a09c/tumblr_mu6ll3GNlP1qlzdwqo7_250.png') !important; } #new_post_label_audio .new_post_label_icon { background-image: url('http://25.media.tumblr.com/b3904519f60c681b5b2820e3baef467c/tumblr_mu6ll3GNlP1qlzdwqo5_250.png') !important; } #new_post_label_video .new_post_label_icon { background-image: url('http://25.media.tumblr.com/1e53e246ccbcf5883bd1f01f60c031b8/tumblr_mu6ll3GNlP1qlzdwqo6_250.png') !important; } /*set all new post icon text to white with text shadow*/ .new_post_label { line-height: 38px !important; /* font-weight: bold !important;*/ color: #c1c9d1 !important; text-shadow: 1px 1px 2px #8d9baa, -1px -1px 2px #8d9baa, -1px 1px 2px #8d9baa, 1px -1px 2px #8d9baa; z-index: 1; } /*move right sidebar to avoid crowding*/ #right_column { position: relative !important; left: 10px !important; } /*move icon position when hovered*/ .new_post_label_icon:hover { background-position: 7px 0px !important; } /*create tabletop-like CSS shapes*/ #new_post:before, #new_post:after { position: absolute; content:''; } #new_post:before { top: 15px !important; left: -14px !important; border-bottom: 55px solid grey; border-bottom: 55px solid #52697f; /* border-bottom: 55px solid #849ab3;*/ border-left: 50px solid transparent; border-right: 50px solid transparent; height: 0; width: 475px; } #new_post:after { top: 70px !important; left: -14px !important; width: 573px; height: 20px; background-color: rgba(108,108,108,1); background-color: #455870; /* background-color: #90a0b0;*/ border: solid rgba(48,48,68,1) 1px; }
The Small Stuff Attention to detail? Some call it petty or obsessive compulsive. I call it taking care to be professional. Setting a guide for screenshots allows for consistency and better aesthetics. Maybe ;)
#post_controls_avatar { background: none !important; background-color: rgba(0,0,0,0) !important; box-shadow: none !important; background-image: none !important; } #post_controls_avatar:before { position: absolute; content: ''; width: 584px; height: 110px; outline: solid thick red; top: -8px; left: 67px; }

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Simple Sample - New Post Icon Bar Image Background Replacement
Possibly the simplest, but also absolutely no movement effects. If you view the code you will note the image URL is actually the URL from this post.
/*turn off avatar arrow*/ #new_post .post_avatar:after { display:none !important; } /*turn off background & box shadow*/ #new_post { background-color: rgba(0,0,0,0) !important; box-shadow: none !important; } /*turn off default tumblr icons*/ .new_post_label_icon { background-image: none !important; } /*replace background with selected image*/ #new_post { background: url('http://25.media.tumblr.com/c02646edcf6923071c9c25a8f208306e/tumblr_mtn9bgTKmx1qlzdwqo1_500.png') !important; background-size: 540px 99px !important; } /*set all new post icon text to bold & white with text shadow*/ .new_post_label { font-weight: bold !important; color: white !important; text-shadow: 1px 1px 3px black !important; }
Tag Suggestion Popup - Go away! I don't need unsolicited advice...
#tag_suggest { display: none !important;}