Advertisement
rowrz

ocehans hover2

Feb 27th, 2014
1,184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.29 KB | None | 0 0
  1. #ocehans1{
  2. height:13px;
  3. text-align:center;
  4. overflow:hidden;
  5. margin-top:-1px;
  6. border-bottom:1px 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:67px;
  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:13px;
  25. text-align:center;
  26. overflow:hidden;
  27. border-bottom:1px 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:60px;
  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:13px;
  48. text-align:center;
  49. overflow:hidden;
  50. border-bottom:1px 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:135px;
  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.  
  70.  
  71. #ocehans4{
  72. height:13px;
  73. text-align:center;
  74. overflow:hidden;
  75. border-bottom:0px solid #efefef;
  76. text-transform:uppercase;
  77. background-color:#fff;
  78. letter-spacing:1px;
  79. font-size;8px;
  80. line-height:13px;
  81. z-index:999999999999999999999;
  82. -webkit-transition: all 0.5s ease-in-out;
  83. -moz-transition: all 0.5s ease-in-out;
  84. -o-transition: all 0.5s ease-in-out;
  85. }
  86.  
  87. #ocehans4:hover{
  88. height:145px;
  89. -webkit-transition: all 0.5s ease-in-out;
  90. -moz-transition: all 0.5s ease-in-out;
  91. -o-transition: all 0.5s ease-in-out;
  92. }
  93.  
  94. #ocehans{
  95. text-align:left;
  96. font-size:8px;
  97. text-transform:uppercase;
  98. opacity: .8;
  99. border:1px solid #eee;
  100. position:fixed;
  101. font-family:calibri;
  102. left:14px;
  103. background-color:#fff;
  104. letter-spacing:1px;
  105. width:65px;
  106. z-index:9999;
  107. padding:4px;
  108. top:14px;
  109.  
  110. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement