Advertisement
nagia

ld-css

Aug 22nd, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. #access {
  2. background: none repeat scroll 0 0 #FFFFFF;
  3. box-shadow: none;
  4. clear: both;
  5. color: #000000;
  6. display: block;
  7. float: left;
  8. margin: 50px -80px 6px;
  9. position: absolute;
  10. top: 0;
  11. width: 100%;
  12. }
  13. li.become-far-right {
  14. float: right !important;
  15. margin-right: -170px;
  16. }
  17. li.far-right {
  18. float: right !important;
  19. margin-right: -80px;
  20. }
  21. #access ul {
  22. color: #003F87;
  23. font-size: 12px;
  24. list-style: none outside none;
  25. margin: 0 0 0 -0.8125em;
  26. padding-left: 0;
  27. }
  28. #access ul.current-menu-item, #access ul.current-menu-ancestor, #access ul.current-menu-parent, #access ul.current_page_item, #access ul.current_page_ancestor, #access ul.current_page_parent {
  29. color: #003F87;
  30. font-weight: bold;
  31. }
  32. #access li {
  33. float: left;
  34. position: relative;
  35. }
  36. #access a {
  37. color: #000000;
  38. display: block;
  39. font-family: "Verdana",Lucida,Verdana,sans-serif;
  40. font-size: 12px;
  41. line-height: 2.1em;
  42. margin-top: 18px;
  43. padding: 0 1.2125em;
  44. text-decoration: none;
  45. }
  46. #access ul ul {
  47. display: none;
  48. float: left;
  49. left: 0;
  50. margin: 0;
  51. position: absolute;
  52. top: 3.333em;
  53. width: 188px;
  54. z-index: 99999;
  55. }
  56. #access ul ul ul {
  57. left: 100%;
  58. top: 0;
  59. }
  60. #access ul ul a {
  61. color: #444444;
  62. font-size: 13px;
  63. font-weight: normal;
  64. height: auto;
  65. line-height: 1.4em;
  66. padding: 10px;
  67. width: 168px;
  68. }
  69. #access li:hover > a, #access ul ul *:hover > a, #access a:focus {
  70. background: none repeat scroll 0 0 transparent;
  71. }
  72. #access li:hover > a, #access a:focus {
  73. color: #003F87;
  74. font-weight: bold;
  75. }
  76. #access ul li:hover > ul {
  77. color: #003F87;
  78. display: block;
  79. }
  80. #access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current-menu-parent > a, #access .current_page_item > a, #access .current_page_ancestor > a #access .current_page_parent > a {
  81. color: #003F87;
  82. font-weight: bold;
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement