Advertisement
sexycullen

nanda

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