Advertisement
Themes_Mandrakescry

Update Tab #2.1

Jul 5th, 2014
3,601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. /* BOX 1 */
  2.  
  3. #box1 {
  4. position:fixed;
  5. top:30px;
  6. left:40px;
  7. width:4px;
  8. height:4px;
  9. padding:5px;
  10. z-index:9999999;
  11. background-image:url('https://38.media.tumblr.com/4229c8aa94abd05fe4f48ab10cc8bd08/tumblr_n78qypsh7h1qiph9eo2_250.jpg'); /* space background, you can put whatever image you want */
  12. background-attachment: fixed;
  13. background-repeat: repeat;
  14. -webkit-transition: all 0.7s ease-out;
  15. -moz-transition: all 0.7s ease-out;
  16. transition: all 0.7s ease-out;
  17. }
  18.  
  19.  
  20. #box1:hover {
  21. height:110px; /* space box height */
  22. width:85px; /* space box width */
  23. }
  24.  
  25. #bla {
  26. width:0;
  27. height:0;
  28. opacity:0;
  29. text-transform:uppercase;
  30. position:fixed;
  31. font-size:8px;
  32. padding:2px;
  33. text-align:center;
  34. overflow:hidden;
  35. z-index:9;
  36. -webkit-transition: all 0.7s ease-out;
  37. -moz-transition: all 0.7s ease-out;
  38. transition: all 0.7s ease-out;
  39. }
  40.  
  41. #box1:hover #bla {
  42. opacity:1;
  43. width:80px; /* text box height */
  44. height:105px; /* tetx box width */
  45. background:#fff; /* tetx box background color */
  46. }
  47.  
  48.  
  49. /* BOX 2 */
  50.  
  51. #box2 {
  52. position:fixed;
  53. top:30px;
  54. left:60px;
  55. width:4px;
  56. height:4px;
  57. padding:5px;
  58. z-index:999999;
  59. background-image:url('https://38.media.tumblr.com/4229c8aa94abd05fe4f48ab10cc8bd08/tumblr_n78qypsh7h1qiph9eo2_250.jpg');
  60. background-attachment: fixed;
  61. background-repeat: repeat;
  62. -webkit-transition: all 0.7s ease-out;
  63. -moz-transition: all 0.7s ease-out;
  64. transition: all 0.7s ease-out;
  65. }
  66.  
  67.  
  68. #box2:hover {
  69. height:100px;
  70. width:85px;
  71. }
  72.  
  73. #bla2 {
  74. width:0;
  75. height:0;
  76. opacity:0;
  77. text-transform:uppercase;
  78. position:fixed;
  79. font-size:8px;
  80. padding:2px;
  81. text-align:center;
  82. overflow:hidden;
  83. z-index:9;
  84. -webkit-transition: all 0.7s ease-out;
  85. -moz-transition: all 0.7s ease-out;
  86. transition: all 0.7s ease-out;
  87. }
  88.  
  89. #box2:hover #bla2 {
  90. opacity:1;
  91. width:80px;
  92. height:95px;
  93. background:#fff;
  94. }
  95.  
  96.  
  97. /* BOX 3 */
  98.  
  99. #box3 {
  100. position:fixed;
  101. top:50px;
  102. left:40px;
  103. width:4px;
  104. height:4px;
  105. padding:5px;
  106. z-index:99999;
  107. background-image:url('https://38.media.tumblr.com/4229c8aa94abd05fe4f48ab10cc8bd08/tumblr_n78qypsh7h1qiph9eo2_250.jpg');
  108. background-attachment: fixed;
  109. background-repeat: repeat;
  110. -webkit-transition: all 0.7s ease-out;
  111. -moz-transition: all 0.7s ease-out;
  112. transition: all 0.7s ease-out;
  113. }
  114.  
  115.  
  116. #box3:hover {
  117. height:120px;
  118. width:85px;
  119. }
  120.  
  121. #bla3 {
  122. width:0;
  123. height:0;
  124. opacity:0;
  125. text-transform:uppercase;
  126. position:fixed;
  127. font-size:8px;
  128. padding:2px;
  129. text-align:center;
  130. overflow:hidden;
  131. z-index:9;
  132. -webkit-transition: all 0.7s ease-out;
  133. -moz-transition: all 0.7s ease-out;
  134. transition: all 0.7s ease-out;
  135. }
  136.  
  137. #box3:hover #bla3 {
  138. opacity:1;
  139. width:80px;
  140. height:115px;
  141. background:#fff;
  142. }
  143.  
  144.  
  145.  
  146. /* BOX 4 */
  147.  
  148. #box4 {
  149. position:fixed;
  150. top:50px;
  151. left:60px;
  152. width:4px;
  153. height:4px;
  154. padding:5px;
  155. z-index:1000;
  156. background-image:url('https://38.media.tumblr.com/4229c8aa94abd05fe4f48ab10cc8bd08/tumblr_n78qypsh7h1qiph9eo2_250.jpg');
  157. background-attachment: fixed;
  158. background-repeat: repeat;
  159. -webkit-transition: all 0.7s ease-out;
  160. -moz-transition: all 0.7s ease-out;
  161. transition: all 0.7s ease-out;
  162. }
  163.  
  164.  
  165. #box4:hover {
  166. height:215px;
  167. width:85px;
  168. }
  169.  
  170. #bla4 {
  171. width:0;
  172. height:0;
  173. opacity:0;
  174. text-transform:uppercase;
  175. position:fixed;
  176. font-size:8px;
  177. padding:2px;
  178. text-align:center;
  179. overflow:hidden;
  180. z-index:9;
  181. -webkit-transition: all 0.7s ease-out;
  182. -moz-transition: all 0.7s ease-out;
  183. transition: all 0.7s ease-out;
  184. }
  185.  
  186. #box4:hover #bla4 {
  187. opacity:1;
  188. width:80px;
  189. height:210px;
  190. background:#fff;
  191. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement