e-law-ise

Update1 p1

Mar 30th, 2014
565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. #box1{
  2. height:14px;
  3. overflow:hidden;
  4. border-bottom:1px solid #efefef;
  5. background-color:#fff;
  6. z-index:99999999999999999;
  7. padding-top:4px;
  8. -webkit-transition: all 0.5s ease-in-out;
  9. -moz-transition: all 0.5s ease-in-out;
  10. -o-transition:
  11. all 0.5s ease-in-out;
  12. }
  13. #box1:hover{
  14. height:270px;
  15. -webkit-transition: all 0.5s ease-in-out;
  16. -moz-transition: all 0.5s ease-in-out;
  17. -o-transition: all 0.5s ease-in-out;
  18. }
  19. #box2{
  20. height:14px;
  21. overflow:hidden;
  22. border-bottom:1px solid #efefef;
  23. background-color:#fff;
  24. z-index:99999999999999999;
  25. padding-top:4px;
  26. -webkit-transition: all 0.5s ease-in-out;
  27. -moz-transition: all 0.5s ease-in-out;
  28. -o-transition: all 0.5s ease-in-out;
  29. }
  30. #box2:hover{
  31. height:235px;
  32. -webkit-transition: all 0.5s ease-in-out;
  33. -moz-transition: all 0.5s ease-in-out;
  34. -o-transition: all 0.5s ease-in-out;
  35. }
  36. #box3{
  37. height:14px;
  38. overflow:hidden;
  39. border-bottom:1px solid #efefef;
  40. background-color:#fff;
  41. z-index:99999999999999999;
  42. padding-top:4px;
  43. -webkit-transition: all 0.5s ease-in-out;
  44. -moz-transition: all 0.5s ease-in-out;
  45. -o-transition: all 0.5s ease-in-out;
  46. }
  47. #box3:hover{
  48. height:125px;
  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. #box4{
  54. height:14px;
  55. overflow:hidden;
  56. border-bottom:1px solid #efefef;
  57. background-color:#fff;
  58. z-index:99999999999999999;
  59. padding-top:4px;
  60. -webkit-transition: all 0.5s ease-in-out;
  61. -moz-transition: all 0.5s ease-in-out;
  62. -o-transition: all 0.5s ease-in-out;
  63. }
  64. #box4:hover{
  65. height:235px;
  66. -webkit-transition: all 0.5s ease-in-out;
  67. -moz-transition: all 0.5s ease-in-out;
  68. -o-transition: all 0.5s ease-in-out;
  69. }
  70. #box5{
  71. height:14px;
  72. overflow:hidden;
  73. border-bottom:0px solid #efefef;
  74. background-color:#fff;
  75. z-index:99999999999999999;
  76. padding-top:4px;
  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. #box5:hover{
  82. height:200px;
  83. -webkit-transition: all 0.5s ease-in-out;
  84. -moz-transition: all 0.5s ease-in-out;
  85. -o-transition: all 0.5s ease-in-out;
  86. }
  87. #box{
  88. text-align:center;
  89. font-size:8px;
  90. line-height:10px;
  91. text-transform:uppercase;
  92. opacity: .8;
  93. position:fixed;
  94. font-family:trebuchet, sans-serif;
  95. left:20px;
  96. width:104px;
  97. z-index:9999;
  98. top:25px;
  99. }
Advertisement
Add Comment
Please, Sign In to add comment