Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. .desktop-nav ul {
  2. float: left;
  3. }
  4.  
  5. .desktop-nav li {
  6. display: inline-block;
  7. }
  8.  
  9. .desktop-nav a {
  10. font-size: 14px;
  11. font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  12. font-weight: bold;
  13. -webkit-border-radius: 7px 7px 0 0;
  14. -moz-border-radius: 7px 7px 0 0;
  15. border-radius: 7px 7px 0 0;
  16. border: 1px solid transparent;
  17. border-bottom: none;
  18. padding: 0 17px;
  19. margin: 0 auto;
  20. position: relative;
  21. display: block;
  22. height: 35px;
  23. cursor: pointer;
  24. text-decoration: none;
  25. color: #D2D2D2;
  26. line-height: 35px;
  27. text-align: center;
  28. }
  29.  
  30. .desktop-nav a:hover {
  31. background: #FDDA7B;
  32. background: linear-gradient(top, #FEF1CD 0, #FCC42C 100%) no-repeat;
  33. background: -webkit-linear-gradient(top, #FEF1CD 0, #FCC42C 100%) no-repeat;
  34. background: -moz-linear-gradient(top, #FEF1CD 0, #FCC42C 100%) no-repeat;
  35. background: -o-linear-gradient(top, #FEF1CD 0, #FCC42C 100%) no-repeat;
  36. background: -ms-linear-gradient(top, #FEF1CD 0, #FCC42C 100%) no-repeat;
  37. background: linear-gradient(top, #FEF1CD 0, #FCC42C 100%) no-repeat;
  38. -svg-background: linear-gradient(top, #FEF1CD 0, #FCC42C 100%) no-repeat;
  39. border:-2px solid #6D6D6D;
  40. color: black;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement