Advertisement
rowrz

place before </style>

Aug 18th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.75 KB | None | 0 0
  1. #ocehanss{
  2. position:fixed;
  3. opacity:0.8;
  4. top:0px;
  5. left:5px;
  6. z-index:99;}
  7.  
  8. #ocehans11{
  9. position:fixed;
  10. padding:2px;
  11. -webkit-transition: all 0.5s ease-in-out;
  12. -moz-transition: all 0.5s ease-in-out;
  13. -o-transition: all 0.5s ease-in-out;}
  14.  
  15. #ocehans11:hover #ocehans12{
  16. opacity:0;
  17. margin-top:-25px;
  18. z-index:-1;}
  19.  
  20. #ocehans11:hover #ocehans13{
  21. opacity:0.7;
  22. margin-top:10px;
  23. z-index:99;}
  24.  
  25. #ocehans11:hover #ocehanslists,#ocehans11:hover #ocehanslists2,#ocehans11:hover #ocehanslists3{
  26. opacity:1;}
  27. #ocehans11:hover #statss{
  28. opacity:1;}
  29. #ocehans12{
  30. opacity:0.6;
  31. background-color:;
  32. border:0px solid #ccc;
  33. padding:6px;
  34. border-radius:5px;
  35. -webkit-transition: all 0.5s ease-in-out;
  36. -moz-transition: all 0.5s ease-in-out;
  37. -o-transition: all 0.5s ease-in-out;}
  38.  
  39. #ocehans13{
  40. opacity:0;
  41. position:fixed;
  42. background-color:transparent;
  43. border:0px dotted #ccc;
  44. width:55px;
  45. height:20px;
  46. z-index:99;
  47. margin-left:-5px;
  48. overflow:hidden;
  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. #ocehanslists,#ocehanslists2,#ocehanslists3{
  54. opacity:0;
  55. padding:7px;
  56. border:1px solid #f7f7f7;
  57. margin-left:10px;
  58. margin-top:0px;
  59. font-family:consolas;
  60. letter-spacing:1px;
  61. font-size:8px;
  62. background-color:#fff;
  63. width:120px;
  64. color:#999;
  65. border-radius:0px;
  66. text-transform:uppercase;
  67. -webkit-transition: all 0.5s ease-in-out;
  68. -moz-transition: all 0.5s ease-in-out;
  69. -o-transition: all 0.5s ease-in-out;}
  70.  
  71. #ocehanslists h1,#ocehanslists2 h1,#ocehanslists3 h1{
  72. font-family:consolas;
  73. font-size:8px;
  74. text-align:center;
  75. line-height:12px;
  76. margin-top:0px;
  77. margin-bottom:4px;
  78. font-style:normal;
  79. font-weight:normal;
  80. color:#000;
  81. border-bottom:1px dashed #f2f2f2;
  82. text-transform:uppercase;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement