Advertisement
imgirlrauhl

Updates Tab #1 - themesbyvanne

Mar 21st, 2014
2,790
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. ------------------------------------------------
  2. ------------------C O D E #1-------------------
  3. ------------------------------------------------
  4. #tabholder {
  5. position: fixed;
  6. z-index: 9;
  7. top: 10px;
  8. left: 10px;
  9. width: 70px;
  10. padding: 0px;
  11. }
  12.  
  13. #tab {
  14. margin: 5px;
  15. width: 70px;
  16. height: 20px;
  17. line-height: 20px;
  18. font-size: 9px;
  19. font-family: consolas;
  20. text-transform: uppercase;
  21. overflow: hidden;
  22. text-align: center;
  23. letter-spacing: 1px;
  24. padding: 0px;
  25. background: #f3f3f3;
  26. color: #999;
  27. border-radius: 15px;
  28. box-shadow: 2px 2px 0px #e3e3e3;
  29. -webkit-transition: all .7s ease;
  30. -moz-transition: all .7s ease;
  31. -o-transition: all .7s ease;
  32. transition: all .7s ease;
  33. }
  34.  
  35. #tab:hover {
  36. width: 100px;
  37. height: 100px;
  38. overflow: auto;
  39. line-height: 12px;
  40. padding: 5px;
  41. border-radius: 5px;
  42. }
  43.  
  44. #musicplayer {
  45. margin-left: 29px;
  46. width: 12px;
  47. height: 13px;
  48. line-height: 15px;
  49. overflow: hidden;
  50. padding: 5px 5px 3px 5px;
  51. background: #f3f3f3;
  52. border-radius: 14px;
  53. -webkit-transition: all .7s ease;
  54. -moz-transition: all .7s ease;
  55. -o-transition: all .7s ease;
  56. transition: all .7s ease;
  57. box-shadow: 2px 2px 0px #e3e3e3;
  58. }
  59.  
  60. #musicplayer:hover {
  61. margin-left: 22px;
  62. width: 27px;
  63. border-radius: 5px;
  64. }
  65.  
  66. #playerr {
  67. color: #33cccc;
  68. margin-left: -24px;
  69. }
  70.  
  71. ------------------------------------------------
  72. ------------------C O D E #2-------------------
  73. ------------------------------------------------
  74.  
  75. <div id="tabholder">
  76. <div id="tab">
  77. Status<br>
  78. - Delete this line add here your visits and online counter ^^ -
  79. </div>
  80.  
  81. <div id="tab">
  82. Updates<br>
  83. - Delete this line and write here your updates *-* -
  84. </div>
  85.  
  86. <div id="tab">
  87. More<br>
  88. -delete this line and write here more about you, your networks or anything you please. :) -
  89. </div>
  90.  
  91. <div id="musicplayer">
  92. <div id="playerr">
  93. <!-- Delete this line and add here your embed music code, use Billy Music Player -->
  94. </div>
  95. </div>
  96. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement