Advertisement
addictcastiel

upd2_css

Jul 16th, 2015
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.20 KB | None | 0 0
  1.  
  2. /*****************************************************************************
  3. **********UPDATES TAB BY SURVIVORBELLAMY.TUMBLR.COM***************************
  4. *****************************************************************************/
  5.  
  6. .dropin {
  7.     margin-top:25px;
  8.     position:absolute;    
  9.     opacity:0;
  10.     background-color: {color:updates background};
  11.     width:129px;
  12.     height: 200px;
  13.     font-family:calibri;
  14.     font-size:8px;
  15.     text-transform:uppercase;
  16.     letter-spacing:1px;
  17.     line-height:100%;
  18.     padding:4px;
  19.     margin-left:4px;
  20.     margin-right:4px;
  21.     margin-bottom:20px;
  22.     -webkit-transition: all 0.4s ease-in-out;
  23.     -moz-transition: all 0.4s ease-in-out;
  24.     -o-transition: all 0.4s ease-in-out;
  25.     -ms-transition: all 0.4s ease-in-out;
  26.     transition: all 0.4s ease-in-out;
  27. }
  28.    
  29. #drop1 {
  30.     opacity:1;
  31.     z-index:5;    
  32.     position:fixed;          
  33. {block:Ifupdatestabontheright}
  34.     right:130px;
  35.     top: 40px;
  36. {/block:Ifupdatestabontheright}
  37. {block:Ifnotupdatestabontheright}
  38.     left:130px;
  39.     top:10px;
  40. {/block:Ifnotupdatestabontheright}
  41.     overflow:hidden;    
  42.     width: 25px;
  43.     height: 25px;        
  44.     background-color:{color:updates tab1};
  45.     -webkit-transition: all 0.4s ease-in-out;
  46.     -moz-transition: all 0.4s ease-in-out;
  47.     -o-transition: all 0.4s ease-in-out;
  48.     -ms-transition: all 0.4s ease-in-out;
  49.     transition: all 0.4s ease-in-out;
  50. }
  51.  
  52. #drop1:hover {
  53.     z-index:999;  
  54.     width:145px;
  55.     height:260px;        
  56. {block:Ifupdatestabontheright}right:10px;{/block:Ifupdatestabontheright}
  57. {block:Ifnotupdatestabontheright}left:10px;{/block:Ifnotupdatestabontheright}
  58. }
  59.    
  60. #drop1:hover .dropin  {
  61.     opacity:1;
  62.     -webkit-transition: all 0.4s ease-in-out;
  63.     -moz-transition: all 0.4s ease-in-out;
  64.     -o-transition: all 0.4s ease-in-out;
  65.     -ms-transition: all 0.4s ease-in-out;
  66.     transition: all 0.4s ease-in-out;
  67. }
  68.  
  69. #drop2 {
  70.     z-index:1;    
  71.     position:fixed;          
  72. {block:Ifupdatestabontheright}
  73.     right:100px;
  74.     top:40px;
  75. {/block:Ifupdatestabontheright}
  76. {block:Ifnotupdatestabontheright}
  77.     left:100px;
  78.     top:10px;    
  79. {/block:Ifnotupdatestabontheright}
  80.     overflow:hidden;
  81.     width: 25px;
  82.     height: 25px;        
  83.     background-color:{color:updates tab2};
  84.     -webkit-transition: all 0.4s ease-in-out;
  85.     -moz-transition: all 0.4s ease-in-out;
  86.     -o-transition: all 0.4s ease-in-out;
  87.     -ms-transition: all 0.4s ease-in-out;
  88.     transition: all 0.4s ease-in-out;
  89. }
  90.  
  91. #drop2:hover {
  92.     z-index:999;  
  93.     width:145px;        
  94.     height:260px;
  95. {block:Ifupdatestabontheright}right:10px;{/block:Ifupdatestabontheright}
  96. {block:Ifnotupdatestabontheright}left:10px;{/block:Ifnotupdatestabontheright}
  97. }
  98.  
  99. #drop2:hover .dropin  {
  100.     opacity:1;
  101.     -webkit-transition: all 0.4s ease-in-out;
  102.     -moz-transition: all 0.4s ease-in-out;
  103.     -o-transition: all 0.4s ease-in-out;
  104.     -ms-transition: all 0.4s ease-in-out;
  105.     transition: all 0.4s ease-in-out;
  106. }
  107.  
  108.  
  109. #drop3 {
  110.     z-index:1;    
  111.     position:fixed;        
  112. {block:Ifupdatestabontheright}
  113.     right:70px;
  114.     top:40px;
  115. {/block:Ifupdatestabontheright}
  116. {block:Ifnotupdatestabontheright}
  117.     left:70px;
  118.     top:10px;
  119. {/block:Ifnotupdatestabontheright}
  120.     overflow:hidden;
  121.     width: 25px;
  122.     height: 25px;      
  123.     background-color:{color:updates tab3};
  124.     -webkit-transition: all 0.4s ease-in-out;
  125.     -moz-transition: all 0.4s ease-in-out;
  126.     -o-transition: all 0.4s ease-in-out;
  127.     -ms-transition: all 0.4s ease-in-out;
  128.     transition: all 0.4s ease-in-out;
  129. }
  130.  
  131. #drop3:hover {
  132.     z-index:999;  
  133.     width:145px;        
  134.     height:260px;
  135. {block:Ifupdatestabontheright}right:10px;{/block:Ifupdatestabontheright}
  136. {block:Ifnotupdatestabontheright}left:10px;{/block:Ifnotupdatestabontheright}
  137. }
  138.    
  139. #drop3:hover .dropin  {
  140.     opacity:1;
  141.     -webkit-transition: all 0.4s ease-in-out;
  142.     -moz-transition: all 0.4s ease-in-out;
  143.     -o-transition: all 0.4s ease-in-out;
  144.     -ms-transition: all 0.4s ease-in-out;
  145.     transition: all 0.4s ease-in-out;
  146. }
  147.  
  148. #drop4 {
  149.     z-index:1;          
  150.     position:fixed;        
  151. {block:Ifupdatestabontheright}
  152.     right:40px;
  153.     top:40px;
  154. {/block:Ifupdatestabontheright}
  155. {block:Ifnotupdatestabontheright}
  156.     left:40px;
  157.     top:10px;
  158. {/block:Ifnotupdatestabontheright}
  159.     overflow:hidden;
  160.     width: 25px;
  161.     height:25px;        
  162.     background-color:{color:updates tab4};
  163.     -webkit-transition: all 0.4s ease-in-out;
  164.     -moz-transition: all 0.4s ease-in-out;
  165.     -o-transition: all 0.4s ease-in-out;
  166.     -ms-transition: all 0.4s ease-in-out;
  167.     transition: all 0.4s ease-in-out;
  168. }
  169.    
  170. #drop4:hover {
  171.     z-index:999;  
  172.     width:145px;
  173.     height:260px;
  174. {block:Ifupdatestabontheright}right:10px;{/block:Ifupdatestabontheright}
  175. {block:Ifnotupdatestabontheright}left:10px;{/block:Ifnotupdatestabontheright}
  176. }
  177.      
  178. #drop4:hover .dropin  {
  179.     opacity:1;
  180.     -webkit-transition: all 0.4s ease-in-out;
  181.     -moz-transition: all 0.4s ease-in-out;
  182.     -o-transition: all 0.4s ease-in-out;
  183.     -ms-transition: all 0.4s ease-in-out;
  184.     transition: all 0.4s ease-in-out;
  185. }
  186.  
  187. #drop5 {
  188.     z-index:1;          
  189.     position:fixed;        
  190. {block:Ifupdatestabontheright}
  191.     right:10px;
  192.     top:40px;
  193. {/block:Ifupdatestabontheright}
  194. {block:Ifnotupdatestabontheright}
  195.     left:10px;
  196.     top:10px;
  197. {/block:Ifnotupdatestabontheright}
  198.     overflow:hidden;
  199.     width: 25px;
  200.     height:25px;        
  201.     background-color:{color:updates tab5};
  202.     -webkit-transition: all 0.4s ease-in-out;
  203.     -moz-transition: all 0.4s ease-in-out;
  204.     -o-transition: all 0.4s ease-in-out;
  205.     -ms-transition: all 0.4s ease-in-out;
  206.     transition: all 0.4s ease-in-out;
  207.  
  208. }
  209.    
  210. #drop5:hover {
  211.     z-index:999;  
  212.     width:145px;
  213.     height:260px;
  214. {block:Ifupdatestabontheright}right:10px;{/block:Ifupdatestabontheright}
  215. {block:Ifnotupdatestabontheright}left:10px;{/block:Ifnotupdatestabontheright}
  216. }
  217.  
  218. #drop5:hover .dropin  {
  219.     opacity:1;
  220.     -webkit-transition: all 0.4s ease-in-out;
  221.     -moz-transition: all 0.4s ease-in-out;
  222.     -o-transition: all 0.4s ease-in-out;
  223.     -ms-transition: all 0.4s ease-in-out;
  224.     transition: all 0.4s ease-in-out;
  225. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement