Guest User

Untitled

a guest
May 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. #nav ul {
  2. list-style: none;
  3. margin: 0;
  4. padding:0 0 0 20px;
  5. }
  6.  
  7. #nav ul li {
  8. float: left;
  9. font-size: 12px;
  10. position:relative;
  11. }
  12.  
  13. #nav ul li li {
  14. clear: both;
  15. }
  16.  
  17. #nav ul li a {
  18. padding: 10px;
  19. float: left;
  20. }
  21.  
  22. #nav ul li ul {
  23. background-color:#333333;
  24. position:absolute;
  25. bottom: 0;
  26. position: relative;
  27. width:150px;
  28. }
  29.  
  30. #nav a {
  31. color:#9E9E9E;
  32. text-decoration:none;
  33. text-transform:uppercase;
  34. }
  35.  
  36. #nav a:hover {
  37. color:#000000;
  38. }
  39.  
  40. #nav .current_page_item a:link, #nav .current_page_item a:visited {
  41. color:#000000;
  42. }
Add Comment
Please, Sign In to add comment