Advertisement
dearcasthemes

css part 1 (circley destiel)

Apr 24th, 2014
1,877
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. #destiel {
  2. color:#878787;
  3. z-index:3;
  4. background-color:{color:first circle};
  5. overflow:hidden;
  6. position:fixed;
  7. margin-left:10px;
  8. margin-top:10px;
  9. width: 15px;
  10. height: 15px;
  11. border:1px solid #eee;
  12. -moz-border-radius: 50px;
  13. -webkit-border-radius: 50px;
  14. -moz-transition-duration:0.5s;
  15. -webkit-transition-duration:0.5s;
  16. -o-transition-duration:0.5s;
  17. border-radius: 50px;
  18.  
  19.  
  20. }
  21.  
  22. #destiel:hover {
  23. background-color:#fff;
  24. width:100px;
  25. height:120px;
  26. -moz-transition-duration:0.5s;
  27. -webkit-transition-duration:0.5s;
  28. -o-transition-duration:0.5s;
  29. border-radius: 0px;
  30.  
  31. }
  32.  
  33. #titleyo {
  34. opacity:0;
  35. text-align:left;
  36. line-height:80%;
  37. font-size:9px;
  38. -moz-transition-duration:0.5s;
  39. -webkit-transition-duration:0.5s;
  40. -o-transition-duration:0.5s;
  41. }
  42.  
  43.  
  44. #inside {
  45. width:90px;
  46. padding-right:1px;
  47. opacity:1;
  48. position:absolute;
  49. font-size:9px;
  50. text-align:left;
  51. line-height:100%;
  52. padding-left:6px;
  53. -moz-transition-duration:0.5s;
  54. -webkit-transition-duration:0.5s;
  55. -o-transition-duration:0.5s;
  56. }
  57.  
  58.  
  59.  
  60. #destiel2 {
  61. z-index:2;
  62. color:#878787;
  63. background-color:{color:second circle};
  64. overflow:hidden;
  65. position:fixed;
  66. margin-left:10px;
  67. margin-top:30px;
  68. width: 15px;
  69. height: 15px;
  70. border:1px solid #eee;
  71. -moz-border-radius: 50px;
  72. -webkit-border-radius: 50px;
  73. -moz-transition-duration:0.5s;
  74. -webkit-transition-duration:0.5s;
  75. -o-transition-duration:0.5s;
  76. border-radius: 50px;
  77.  
  78.  
  79. }
  80.  
  81. #destiel2:hover {
  82. background-color:#fff;
  83. width:100px;
  84. height:120px;
  85. -moz-transition-duration:0.5s;
  86. -webkit-transition-duration:0.5s;
  87. -o-transition-duration:0.5s;
  88. border-radius: 0px;
  89.  
  90. }
  91.  
  92. #titleyo2 {
  93. opacity:0;
  94. text-align:left;
  95. line-height:80%;
  96. font-size:9px;
  97. -moz-transition-duration:0.5s;
  98. -webkit-transition-duration:0.5s;
  99. -o-transition-duration:0.5s;
  100. }
  101.  
  102.  
  103. #inside2 {
  104. width:90px;
  105. padding-right:1px;
  106. opacity:1;
  107. position:absolute;
  108. font-size:9px;
  109. text-align:left;
  110. line-height:100%;
  111. padding-left:6px;
  112. -moz-transition-duration:0.5s;
  113. -webkit-transition-duration:0.5s;
  114. -o-transition-duration:0.5s;
  115. }
  116.  
  117.  
  118. #destiel3 {
  119. color:#878787;
  120. z-index:1;
  121. background-color:{color:third circle};
  122. overflow:hidden;
  123. position:fixed;
  124. margin-left:10px;
  125. margin-top:50px;
  126. width: 15px;
  127. height: 15px;
  128. border:1px solid #eee;
  129. -moz-border-radius: 50px;
  130. -webkit-border-radius: 50px;
  131. -moz-transition-duration:0.5s;
  132. -webkit-transition-duration:0.5s;
  133. -o-transition-duration:0.5s;
  134. border-radius: 50px;
  135.  
  136.  
  137. }
  138.  
  139. #destiel3:hover {
  140. background-color:#fff;
  141. width:100px;
  142. height:120px;
  143. -moz-transition-duration:0.5s;
  144. -webkit-transition-duration:0.5s;
  145. -o-transition-duration:0.5s;
  146. border-radius: 0px;
  147.  
  148. }
  149.  
  150. #titleyo3 {
  151. opacity:0;
  152. text-align:left;
  153. line-height:80%;
  154. font-size:9px;
  155. -moz-transition-duration:0.5s;
  156. -webkit-transition-duration:0.5s;
  157. -o-transition-duration:0.5s;
  158. }
  159.  
  160.  
  161. #inside3 {
  162. width:90px;
  163. padding-right:3px;
  164. opacity:1;
  165. position:absolute;
  166. font-size:9px;
  167. text-align:left;
  168. line-height:100%;
  169. padding-left:6px;
  170. -moz-transition-duration:0.5s;
  171. -webkit-transition-duration:0.5s;
  172. -o-transition-duration:0.5s;
  173. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement