msstephyyanne

Tab 2: HTML

Apr 5th, 2015
618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. /* CIRCLE UPDATES TAB BY STARDUSTHEMES.TUMBLR.COM
  2.  
  3. UPDATES CODE BEGINS */
  4.  
  5. #updates{
  6. position:fixed;
  7. margin-left:10px;
  8. margin-top:0px;
  9. z-index:999;
  10. }
  11.  
  12. #circle {
  13. position:fixed;
  14. top:50px; /* distance from top*/
  15. left:10px; /* distance from left*/
  16. background: {color:circle one}; /*color of your circle */
  17. border-radius:36px;
  18. width:13px;
  19. height:13px;
  20. padding:3px;
  21. }
  22.  
  23. #circle:hover #cont1{margin-left:20px; opacity:1;}
  24.  
  25. #cont1 {
  26. position:absolute;
  27. width:150px; /* how wide the text spans */
  28. padding-left:5px;
  29. left:10px;
  30. font-size:11px;
  31. font-family:calibri;
  32. text-align:left;
  33. color:{color:updatestext};
  34. border:1px dashed {color:circle one border};
  35. padding:10px;
  36. opacity:0;
  37. margin-top:0px;filter: alpha(opacity = 0);
  38. -webkit-transition: all 0.6s ease-out;
  39. -moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  40. }
  41.  
  42.  
  43.  
  44. #circle2 {
  45. position:fixed;
  46. top:80px; /* distance from top*/
  47. left:10px; /* distance from left*/
  48. background: {color:circle two}; /*color of your circle */
  49. border-radius:36px;
  50. width:13px;
  51. height:13px;
  52. padding:3px;
  53. }
  54.  
  55. #circle2:hover #cont2{margin-left:20px; opacity:1;}
  56.  
  57. #cont2 {
  58. position:absolute;
  59. width:150px; /* how wide the text spans */
  60. padding-left:5px;
  61. left:10px;
  62. font-size:11px;
  63. font-family:calibri;
  64. text-align:left;
  65. color:{color:updatestext};
  66. border:1px dashed {color:circle two border};
  67. padding:10px;
  68. opacity:0;
  69. margin-top:0px;filter: alpha(opacity = 0);
  70. -webkit-transition: all 0.6s ease-out;
  71. -moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  72. }
  73.  
  74.  
  75. #circle3 {
  76. position:fixed;
  77. top:110px; /* distance from top*/
  78. left:10px; /* distance from left*/
  79. background: {color:circle three}; /*color of your circle */
  80. border-radius:36px;
  81. width:13px;
  82. height:13px;
  83. padding:3px;
  84. }
  85.  
  86. #circle3:hover #cont3{margin-left:20px; opacity:1;}
  87.  
  88. #cont3 {
  89. position:absolute;
  90. width:150px; /* how wide the text spans */
  91. padding-left:5px;
  92. left:10px;
  93. font-size:11px;
  94. font-family:calibri;
  95. text-align:left;
  96. color:{color:updatestext};
  97. border:1px dashed {color:circle three border};
  98. padding:10px;
  99. opacity:0;
  100. margin-top:0px;filter: alpha(opacity = 0);
  101. -webkit-transition: all 0.6s ease-out;
  102. -moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  103. }
  104.  
  105.  
  106. #circle4 {
  107. position:fixed;
  108. top:140px; /* distance from top*/
  109. left:10px; /* distance from left*/
  110. background: {color:circle four}; /*color of your circle */
  111. border-radius:36px;
  112. width:13px;
  113. height:13px;
  114. padding:3px;
  115. }
  116.  
  117.  
  118. #circle4:hover #cont4{margin-left:20px; opacity:1;}
  119.  
  120. #cont4 {
  121. position:absolute;
  122. width:150px; /* how wide the text spans */
  123. padding-left:5px;
  124. left:10px;
  125. font-size:11px;
  126. font-family:calibri;
  127. text-align:left;
  128. color:{color:updatestext};
  129. border:1px dashed {color:circle four border};
  130. padding:10px;
  131. opacity:0;
  132. margin-top:0px;filter: alpha(opacity = 0);
  133. -webkit-transition: all 0.6s ease-out;
  134. -moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  135. }
  136.  
  137. /* UPDATES END */
Advertisement
Add Comment
Please, Sign In to add comment