Advertisement
dimplehoe

Updates tab

Mar 14th, 2014
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 2.87 KB | None | 0 0
  1. #ocehans1{
  2. height:11px;
  3. text-align:center;
  4. overflow:hidden;
  5. margin-top:-1px;
  6. border-bottom:3px solid #efefef;
  7. text-transform:uppercase;
  8. letter-spacing:1px;
  9. font-size:8px;
  10. line-height:10px;
  11. z-index:999999999999999999999;
  12. -webkit-transition: all 0.5s ease-in-out;
  13. -moz-transition: all 0.5s ease-in-out;
  14. -o-transition: all 0.5s ease-in-out;
  15. }
  16. #ocehans1:hover{
  17. height:100px;
  18. -webkit-transition: all 0.5s ease-in-out;
  19. -moz-transition: all 0.5s ease-in-out;
  20. -o-transition: all 0.5s ease-in-out;
  21. }
  22.  
  23. #ocehans2{
  24. height:14px;
  25. text-align:center;
  26. overflow:hidden;
  27. border-bottom:3px solid #efefef;
  28. text-transform:uppercase;
  29. background-color:#fff;
  30. letter-spacing:1px;
  31. font-size;8px;
  32. line-height:13px;
  33. z-index:999999999999999999999;
  34. -webkit-transition: all 0.5s ease-in-out;
  35. -moz-transition: all 0.5s ease-in-out;
  36. -o-transition: all 0.5s ease-in-out;
  37. }
  38.  
  39. #ocehans2:hover{
  40. height:100px;
  41. -webkit-transition: all 0.5s ease-in-out;
  42. -moz-transition: all 0.5s ease-in-out;
  43. -o-transition: all 0.5s ease-in-out;
  44. }
  45.  
  46. #ocehans3{
  47. height:14px;
  48. text-align:center;
  49. overflow:hidden;
  50. border-bottom:3px solid #efefef;
  51. text-transform:uppercase;
  52. background-color:#fff;
  53. letter-spacing:1px;
  54. font-size;8px;
  55. line-height:13px;
  56. z-index:999999999999999999999;
  57. -webkit-transition: all 0.5s ease-in-out;
  58. -moz-transition: all 0.5s ease-in-out;
  59. -o-transition: all 0.5s ease-in-out;
  60. }
  61.  
  62. #ocehans3:hover{
  63. height:100px;
  64. -webkit-transition: all 0.5s ease-in-out;
  65. -moz-transition: all 0.5s ease-in-out;
  66. -o-transition: all 0.5s ease-in-out;
  67. }
  68.  
  69. #ocehans4{
  70. height:14px;
  71. text-align:center;
  72. overflow:hidden;
  73. border-bottom:3px solid #efefef;
  74. text-transform:uppercase;
  75. background-color:#fff;
  76. letter-spacing:1px;
  77. font-size;8px;
  78. line-height:13px;
  79. z-index:999999999999999999999;
  80. -webkit-transition: all 0.5s ease-in-out;
  81. -moz-transition: all 0.5s ease-in-out;
  82. -o-transition: all 0.5s ease-in-out;
  83. }
  84.  
  85. #ocehans4:hover{
  86. height:100px;
  87. -webkit-transition: all 0.5s ease-in-out;
  88. -moz-transition: all 0.5s ease-in-out;
  89. -o-transition: all 0.5s ease-in-out;
  90. }
  91.  
  92. #ocehans5{
  93. height:14px;
  94. text-align:center;
  95. overflow:hidden;
  96. border-bottom:0px solid #efefef;
  97. text-transform:uppercase;
  98. background-color:#fff;
  99. letter-spacing:1px;
  100. font-size;8px;
  101. line-height:13px;
  102. z-index:999999999999999999999;
  103. -webkit-transition: all 0.5s ease-in-out;
  104. -moz-transition: all 0.5s ease-in-out;
  105. -o-transition: all 0.5s ease-in-out;
  106. }
  107.  
  108. #ocehans5:hover{
  109. height:100px;
  110. -webkit-transition: all 0.5s ease-in-out;
  111. -moz-transition: all 0.5s ease-in-out;
  112. -o-transition: all 0.5s ease-in-out;
  113. }
  114.  
  115. #ocehans{
  116. text-align:left;
  117. font-size:8px;
  118. text-transform:uppercase;
  119. opacity: .8;
  120. position:fixed;
  121. font-family:calibri;
  122. left:25px;
  123. background-color:transparent;
  124. letter-spacing:1px;
  125. width:130px;
  126. z-index:9999;
  127. padding:4px;
  128. top:125px;
  129.  
  130. }
  131.  
  132.  
  133. #thekey img{
  134. width:120px;
  135. margin-top: -5px;
  136. margin-left: 34px;
  137. position:fixed;
  138. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement