Jan. 24th, 2012
Contact Me

Hey there!
Welcome!
Questions, comments, concerns? You're in the right place, buddy! All comments are screened for privacy, but if you'd rather drop me a line privately, my gmail is always open at tessisabiiitch. My Discord is not open for questions/help; sorry! Please ask questions about specific codes and layouts on their original entry (if applicable.) Thank you!xo Tess
Comments
.shadowed td div {visibility:hidden; position:absolute; top:1px}
With:
div[align=center] b{display:none;}
This is what is hiding your username in the topbar, but it's also hiding your entry content because of shared classes. I've rewritten it to target just the name title (hopefully; Generator is weird lmfao.)
Next, you're going to want to delete:
.shadowed img {width: 0px; height: 0px; border: 0px; padding: 3px; border-radius: 100px; -webkit-backface-visibility: hidden; opacity: .9; box-shadow: 0px 0px 1px #bbbbbb;}
And replace:
.index img {-webkit-backface-visibility: hidden; border-radius: 100px; height: 70px; width: 70px; opacity: .9; box-shadow: 0px 0px 1px #bbbbbb; padding: 3px;}
With:
img[src*=userpic] {-webkit-backface-visibility: hidden; border-radius: 100px; height: 70px; width: 70px; opacity: .9; box-shadow: 0px 0px 1px #bbbbbb; padding: 3px;}
This should keep your topbar image styling from interfering with your entry images, and only target userpics, making the topbar pics and Friends post pics uniform. (If you want your Friends icons to display differently that that, or if this still leaves some issues, lmk and I'll keep looking!)
Sorry for bugging you so late as well, late night itch to make a new muse had me going slightly crazy and when coding bites you in the ass repeatedly, run to the coding goddess!
LOL, oh please; you're totally fine. I'm aaalways up this time of night lmfao.