Advertisement
clairesrps

updates 1

Nov 29th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. /* --- UPDATES ---*/
  2.  
  3. #updates {
  4. font-size:9px;
  5. color:{color:Background};
  6. text-align:left;
  7. height:13px;
  8. width:100px;
  9. padding:4px;
  10. top:15px;
  11. left:20px;
  12. z-index:10;
  13. position:fixed;
  14. overflow:hidden;
  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.  
  20. #updates:hover {
  21. height:185px;
  22. -webkit-transition: all 0.5s ease-in-out;
  23. -moz-transition: all 0.5s ease-in-out;
  24. -o-transition: all 0.5s ease-in-out;
  25. }
  26.  
  27. #updatestitle {
  28. font-size:10px;
  29. text-transform:uppercase;
  30. font-family:arial;
  31. font-weight:bold;
  32. color:#ffffff;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement