really simple styling for the <hr> line like the one below under the cut in case anyone else wants to do the thing.
so tumblr got these fancy new lines a few months ago, you know? and i don’t know about you guys, but i use them A LOT when i’m formatting my stuff. the only thing is, a lot of our themes weren’t made for them, but if you want an easy way to style them just copy and past this code under the <style type=“text/ccs”> and </style> things with the rest of the orange stuff.
it’ll make it smaller and center it in your posts. you can play around with the border for a different color, change it’s size with the width percentage, and just delete the box-shadow if you don’t want one.
hr { margin: auto; margin-bottom:10px; width: 75%; border-top:1px solid #fff; padding: 0px; box-shadow: 1px 1px 1px #000, 2px 2px 2px #6BCAE2; }











