Advertisement
MHZ

NANA

MHZ
May 31st, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family:tt;
  4. src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
  5. }
  6. .go {
  7. background:black;
  8. text-align:right;
  9. font-family:tt;
  10. font-size:8px;
  11. text-transform:uppercase;
  12. letter-spacing:1px;
  13. padding:5px;
  14. margin:2px;
  15. border-right:0px solid #666;
  16. -webkit-transition: all 0.3s ease-in-out;
  17. -moz-transition: all 0.3s ease-in-out;
  18. -o-transition: all 0.3s ease-in-out;
  19. transition: all 0.3s ease-in-out;
  20. }
  21. .go:hover {
  22. border-right:15px solid #666;
  23. }
  24. .ga {
  25. display:inline-block;
  26. width:100px;
  27. color:white;
  28. font-family:tt;
  29. font-size:16px;
  30. text-align:center;
  31. background:black;
  32. padding:5px;
  33. margin-bottom:2px;
  34. }
  35.  
  36. </style>
  37.  
  38. <div style="display:inline-block;background:#000;width:12px;height:280px;position:fixed;top:0px;right:10px;box-shadow:1px 1px 0px #aaa;"></div>
  39. <div style="position:fixed;top:100px;right:20px;text-align:right;">
  40. <div class="ga">Navigation</div><br>
  41. <div class="go" style="display:inline-block; width:55px;"> <a href="LINK">Home</a> </div><br>
  42. <div class="go" style="display:inline-block; width:70px;"> <a href="LINK">TutoBies</a> </div><br>
  43. <div class="go" style="display:inline-block; width:100px;"> <a href="LINK">Link Exchange</a> </div><br>
  44. <div class="go" style="display:inline-block; width:80px;"> <a href="LINK">Fanfiction</a> </div><br>
  45. <div class="go" style="display:inline-block; width:60px;"> <a href="LINK">Twitter</a> </div><br>
  46. <div class="go" style="display:inline-block; width:50px;"> <a href="LINK">Tumblr</a> </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement