e-law-ise

Update3 p1

Apr 13th, 2014
1,044
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. #update1 {
  2. text-align: center;
  3. font-size:10px;
  4. font-family:georgia;
  5. position:fixed;
  6. left:8px;
  7. bottom:10px;
  8. z-index:999;
  9. opacity:1;
  10. background:;
  11. }
  12. #update1:hover #update1text{
  13. opacity:1;
  14. }
  15. #update1text {
  16. padding-left: 2px;
  17. background:;
  18. width:150px;
  19. height:300px;
  20. bottom:135px;
  21. position:fixed;
  22. left:75px;
  23. z-index: 100000000000000000000000000000000000000000000000000000000000;
  24. border:1px solid #ededed;
  25. opacity:0;
  26. overflow:scroll;
  27. -webkit-transition:opacity 0.8s linear;
  28. -webkit-transition:all 0.5s ease-out;
  29. -moz-transition:all 0.5s ease-out;
  30. transition: all 0.5s ease-out;
  31. }
  32. #updateimage1 img{
  33. height:200px;
  34. bottom: -10px;
  35. left: -20px;
  36. position:fixed;
  37. z-index:10000000000000000000;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment