Advertisement
e-law-ise

Update2 p1

Apr 13th, 2014
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. #updatecontainer {
  2. text-align: right;
  3. font-size:10px;
  4. font-family:georgia;
  5. position:fixed;
  6. right:8px;
  7. bottom:145px;
  8. z-index:999;
  9. opacity:1;
  10. background:;
  11. }
  12. #updatecontainer:hover #updatetext{
  13. bottom:145px;
  14. opacity:1;
  15. }
  16. #updatetext {
  17. padding: 5px 0px 5px 0px;
  18. background:;
  19. width:100px;
  20. height:auto;
  21. bottom:145px;
  22. position:fixed;
  23. right:8px;
  24. z-index: 100000000000000000000000000000000000000000000000000000000000;
  25. border:0px
  26. solid #fff;
  27. opacity:0;
  28. -webkit-transition:opacity 0.8s linear;
  29. -webkit-transition:all 0.5s ease-out;
  30. -moz-transition:all 0.5s ease-out;
  31. transition: all 0.5s ease-out;
  32. }
  33. #updateimage img{
  34. height:120px;
  35. bottom: 35px;
  36. right: 5px;
  37. position:fixed;
  38. z-index:;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement