Advertisement
Themes_Mandrakescry

Update Tab #1.1

Apr 4th, 2014
6,892
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. #up {
  2. height:auto;
  3. margin-top:5px;
  4. margin-left:0px;
  5. position:fixed;
  6. z-index:1000000000;
  7. }
  8.  
  9. #bx1 {
  10. font-family: calibri;
  11. height: 11px;
  12. overflow: hidden;
  13. position:fixed;
  14. text-align:left;
  15. font-size:8px;
  16. margin-left:5px;
  17. z-index:9;
  18. text-transform:uppercase;
  19. transition: all 0.8s ease-out;
  20. -o-transition: all 0.8s ease-out;
  21. -webkit-transition: all 0.8s ease-out;
  22. -moz-transition: all 0.8s ease-out;
  23. }
  24.  
  25. #bx1:hover {
  26. margin-left:30px;
  27. height: 200px;
  28. transition: all 0.8s ease-out;
  29. -o-transition: all 0.8s ease-out;
  30. -webkit-transition: all 0.8s ease-out;
  31. -moz-transition: all 0.8s ease-out;
  32. }
  33.  
  34. .substuff {
  35. background:#f3f3f3;
  36. padding:8px;
  37. width:80px;
  38. z-index:10;
  39. border:1px dotted #ddd;
  40. color:{color:text};
  41. }
  42.  
  43. #bx2 {
  44. font-family: calibri;
  45. height: 11px;
  46. overflow: hidden;
  47. position:fixed;
  48. text-align:left;
  49. font-size:8px;
  50. margin-left:5px;
  51. margin-top:15px;
  52. z-index:8;
  53. text-transform:uppercase;
  54. transition: all 0.8s ease-out;
  55. -o-transition: all 0.8s ease-out;
  56. -webkit-transition: all 0.8s ease-out;
  57. -moz-transition: all 0.8s ease-out;
  58. }
  59.  
  60. #bx2:hover {
  61. z-index:10;
  62. margin-left:30px;
  63. height: 200px;
  64. transition: all 0.8s ease-out;
  65. -o-transition: all 0.8s ease-out;
  66. -webkit-transition: all 0.8s ease-out;
  67. -moz-transition: all 0.8s ease-out;
  68. }
  69.  
  70. #bx3 {
  71. font-family: calibri;
  72. height: 11px;
  73. overflow: hidden;
  74. position:fixed;
  75. text-align:left;
  76. font-size:8px;
  77. margin-left:5px;
  78. margin-top:30px;
  79. z-index:8;
  80. text-transform:uppercase;
  81. transition: all 0.8s ease-out;
  82. -o-transition: all 0.8s ease-out;
  83. -webkit-transition: all 0.8s ease-out;
  84. -moz-transition: all 0.8s ease-out;
  85. }
  86.  
  87. #bx3:hover {
  88. z-index:10;
  89. margin-left:30px;
  90. height: auto;
  91. transition: all 0.8s ease-out;
  92. -o-transition: all 0.8s ease-out;
  93. -webkit-transition: all 0.8s ease-out;
  94. -moz-transition: all 0.8s ease-out;
  95. }
  96.  
  97.  
  98. #bx4 {
  99. font-family: calibri;
  100. height: 11px;
  101. overflow: hidden;
  102. position:fixed;
  103. text-align:left;
  104. font-size:8px;
  105. margin-left:5px;
  106. margin-top:45px;
  107. z-index:8;
  108. text-transform:uppercase;
  109. transition: all 0.8s ease-out;
  110. -o-transition: all 0.8s ease-out;
  111. -webkit-transition: all 0.8s ease-out;
  112. -moz-transition: all 0.8s ease-out;
  113. }
  114.  
  115. #bx4:hover {
  116. z-index:10;
  117. margin-left:30px;
  118. height: auto;
  119. transition: all 0.8s ease-out;
  120. -o-transition: all 0.8s ease-out;
  121. -webkit-transition: all 0.8s ease-out;
  122. -moz-transition: all 0.8s ease-out;}
  123. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement