not the prettiest code, and i have no intentions of fixing it but hey at least it works, right?
you can remove the side notes on how to edit, just keep credit in the css itself. edit and adjust to your heart's content. feel free to use for anything (commission or personal idm) so long as credit stays intact.
css & html
CSS
/buttons by gere/
.btn {
background-color: ; /remove for transparent buttons/
width: 50px; /button width/
height: auto;
margin-top: 0px !important; /adjust spacing between buttons here/
margin-right: 1px !important;
margin-bottom: 5px !important;
margin-left: 0px !important;
display: inline-block;
-webkit-border-radius: 5; /note:/
-moz-border-radius: 5;
border-radius: 5px; /remove this section for straight edges/}
.btn a { background-color: ; /remove for transparent buttons/ font-family: verdana; font-size: 9px; color: ; /link color/ border: 1px solid; padding: 2px; /button size/ display: block; -webkit-border-radius: 5; /note:/ -moz-border-radius: 5; border-radius: 5px;} /remove this section for straight edges/
.btn:hover {
color: ; /link color on hover/
text-decoration:none;}
HTML