Hi! I adore your themes, I've used maybe three of them already! Currently I am using Callista. I consulted your FAQ but there isn't one for it yet. I wanna make the top buttons (home, ask, archive, random) glide up on hover to make them stand out. I tried inputting values and tweaking myself but all I achieved was displacing all 4 buttons despite them being able to glide, or the buttons just went crazy. Will you' be able to help me, or is that excesive customization? Thank you muchly anyway :)
Hi there,
I've tried editing the buttons so they do that, but for some reason the code is funky. (Not sure why - I've used the same coding before.) Anyway.
Search for "ml a:hover" and add this to the code:
padding-top:10px;margin-top:0px;
You can play around with the values, but make sure that they offset each other so the buttons don't get pushed down. If you want transitions, add this to "ml a"
-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;











