Advertisement
sexycullen

update tutorial left

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