oftenwrongthemes

Updates Tab #3

Feb 7th, 2016
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. *****THIS PART GOES AFTER <STYLE TYPE="TEXT/CSS">********
  2.  
  3. body {
  4. margin: 0px 0px 0px 15px;
  5. }
  6.  
  7. .superstring {
  8. background: #ccc;
  9. width: 1px;
  10. height: 1px;
  11. position: relative;
  12. top: -203px;
  13. transition-duration: 0.5s;
  14. }
  15.  
  16. .supercircle {
  17. width: 15px;
  18. height: 15px;
  19. border-radius: 50px;
  20. -webkit-border-radius: 50px;
  21. -moz-border-radius; 50px;
  22. -ms-border-radius: 50px;
  23. -o-border-radius: 50px;
  24. margin-left: -7px;
  25. position: relative;
  26. top: -203px;
  27. transition-duration: 0.5s;
  28. }
  29.  
  30. .supertab {
  31. width: 90px;
  32. height: 180px;
  33. position: relative;
  34. top: -203px;
  35. background: transparent;
  36. border-bottom: 3px solid #ccc;
  37. transition-duration: 0.5s;
  38. font-size: 10px;
  39. color: #555;
  40. padding: 10px 0px 10px 0px;
  41. text-align: center;
  42. font-family: calibri;
  43. line-height: 110%;
  44. }
  45.  
  46. .hoverbutton {
  47. width: 70px;
  48. background: transparent;
  49. height: 100px;
  50. }
  51.  
  52. .hoverbutton:hover .supertab {
  53. top: 0px;
  54. }
  55.  
  56. .hoverbutton:hover .superstring {
  57. top: 0px;
  58. transition-duration: 0.5s;
  59. }
  60.  
  61. .hoverbutton:hover .supercircle {
  62. top: 0px;
  63. }
  64.  
  65.  
  66.  
  67.  
  68.  
  69. ****THIS PART GOES AFTER <BODY>*******
  70.  
  71. <div class="hoverbutton">
  72. <div class="supertab">I am your text. You can type whatever you want in this box, and you can stylize it too.<p />Try making some new paragraphs, or <b>bolding</b> your text.<p />If you want to make this bigger, simply change the height of the updates tab in the supertab class.</div>
  73.  
  74. <table cellpadding="0" cellspacing="0" style="margin-left: 10px;"><tr>
  75. <td valign="top">
  76. <div class="superstring" style="height: 70px;"></div>
  77. <div class="supercircle" style="background: #ff0066;"></div></td>
  78.  
  79. <td valign="top"><div class="superstring" style="height: 100px; margin-left: 15px;"></div>
  80. <div class="supercircle" style="background: #ff4499; margin-left: 8px;"></div></td>
  81.  
  82. <td valign="top"><div class="superstring" style="height: 50px; margin-left: 15px;"></div>
  83. <div class="supercircle" style="background: #ff88cc; margin-left: 8px;"></div></td>
  84.  
  85. <td valign="top"><div class="superstring" style="height: 85px; margin-left: 15px;"></div>
  86. <div class="supercircle" style="background: #ffccff; margin-left: 8px;"></div></td>
  87. </tr></table>
  88.  
  89. </div>
Add Comment
Please, Sign In to add comment