Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- paste this part inside the <style> section
- /* Alpha Vamps Badge */
- #tab {
- text-align: center;
- position:fixed;
- left:15px;
- top:10px;
- z-index:999; }
- #badge img {
- text-align: center;
- padding: 2px 0 8px 0; }
- this one after the <body>
- <div id="tab">
- <div id="badge">
- <a href="http://alphavamps.tumblr.com"><img src="http://static.tumblr.com/gootfij/txKmzrj99/alphavampsbadge.png" title="we cry together about the vamps"></a>
- </div></div>
- ----------------------------------------------------------------------------------------------------------------------
- badge on the right
- /* Alpha Vamps Badge */
- #tab {
- text-align: center;
- position:fixed;
- right:15px;
- top:40px;
- z-index:999; }
- #badge img {
- text-align: center;
- padding: 2px 0 8px 0; }
- after <body>
- <div id="tab">
- <div id="badge">
- <a href="http://alphavamps.tumblr.com"><img src="http://static.tumblr.com/gootfij/txKmzrj99/alphavampsbadge.png" title="we cry together about the vamps"></a>
- </div></div>
Advertisement
Add Comment
Please, Sign In to add comment