Advertisement
Guest User

Untitled

a guest
Apr 12th, 2013
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .Main {
  2. font-family:Serif, Times New Roman;
  3. font-size:16pt;
  4. text-align:justify;
  5. line-height:1.5;
  6. padding:15px;
  7. }
  8.  
  9. .MenuButton {
  10. padding:8px;
  11. line-height:2.5;
  12. background:#775849;
  13. font-family:Arial;
  14. font-size:16px;
  15. text-decoration: none;
  16. color:#fff;
  17.  
  18. /*border: outset 2px #73C8F0;*/
  19.  
  20. border: solid 0px black;
  21. border-radius: 3px;
  22.  
  23. -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  24. -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  25.  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  26. }
  27. .MenuButton:hover {
  28. background:Blue;
  29. }
  30.  
  31. .MenuButton:active {
  32. background:Black;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement