Advertisement
dearcasthemes

box thing updates

May 1st, 2014
693
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. #sky {
  2. z-index:1;
  3. position:fixed;
  4. bottom:-3px;
  5. left:10px;
  6. width: 100px;
  7. height: 100px;
  8.  
  9. }
  10.  
  11.  
  12. #tolkien {
  13. position:fixed;
  14. opacity:0.6;
  15. bottom:-3px;
  16. left:10px;
  17.  
  18. }
  19.  
  20. #tolkien img{
  21. width:120px;
  22. }
  23.  
  24. #quotez {
  25. background:#fff;
  26. width:100px;
  27. font-size:9px;
  28. position:fixed;
  29. bottom:55px;
  30. left:55px;
  31. color:#C9C9C9;
  32. font-family:calibri;
  33. font-style:italic;
  34. opacity:0;
  35. text-align:left;
  36. -moz-transition-duration:0.5s;
  37. -webkit-transition-duration:0.5s;
  38. -o-transition-duration:0.5s;
  39. }
  40.  
  41. #sky:hover #quotez {
  42. opacity:1;
  43. -moz-transition-duration:0.5s;
  44. -webkit-transition-duration:0.5s;
  45. -o-transition-duration:0.5s;
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement