Fucking_Aj

Untitled

Apr 3rd, 2014
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. #links{
  2. margin-left:430px;
  3. margin-top:20px;
  4. position:fixed;
  5. background-color:;
  6. height:auto;
  7. width:28px;
  8.  
  9. }
  10.  
  11. .nav a{
  12.  
  13. width:88px;
  14. height:9px;
  15. padding:5px;
  16. background:#b3d0a3;
  17. }
  18.  
  19.  
  20. .nav a{
  21.  
  22. width:88px;
  23. height:9px;
  24. background-color:#b3d0a3;
  25. color:;
  26. opacity:1;
  27. margin:2px;
  28. margin-top:5px;
  29. }
  30.  
  31. #sidebar:hover .nav a{
  32. opacity:1;
  33. color:#fff;
  34.  
  35. -webkit-transition: all .8s ease;
  36. -moz-transition: all .8s ease;
  37. -o-transition: all .8s ease;
  38. transition: all .8s ease;
  39. }
  40. .nav a:hover{
  41. padding-bottom:41%;
  42. background-color:{color:navi hover};
  43. -webkit-transition: all .8s ease;
  44. -moz-transition: all .8s ease;
  45. -o-transition: all .8s ease;
  46. transition: all .8s ease;
  47. }
Add Comment
Please, Sign In to add comment