Advertisement
sexycullen

update tutorial p1

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