layersmenu-galaxy.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. .mdkhorbar {
  2. color: black;
  3. background-color: #e6e7e6;
  4. border: 1px outset #525252;
  5. }
  6. .mdkhorbaritem {
  7. float: left;
  8. white-space: nowrap;
  9. font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
  10. font-size: 13px;
  11. }
  12. .mdkhorbaritem a {
  13. display: block;
  14. text-decoration: none;
  15. }
  16. .mdkhorbaritem a:link {
  17. color: #000000;
  18. text-decoration: none;
  19. }
  20. .mdkhorbaritem a:visited {
  21. color: #000000;
  22. text-decoration: none;
  23. }
  24. .mdkhorbaritem a:hover {
  25. color: #ffffff;
  26. background-color: #21459c;
  27. text-decoration: none;
  28. }
  29. .mdkhorbaritem a:active {
  30. color: #ff0000;
  31. text-decoration: none;
  32. }
  33. .mdkverbar {
  34. color: black;
  35. background-color: #e6e7e6;
  36. border: 1px outset #fdfefd;
  37. }
  38. .mdksubmenu {
  39. position: absolute;
  40. left: 0;
  41. top: 0;
  42. visibility: hidden;
  43. }
  44. .mdksubframe {
  45. position: relative;
  46. display: block;
  47. background-color: #e6e7e6;
  48. border: 2px outset #fdfefd;
  49. }
  50. .mdkitem {
  51. text-align: left;
  52. white-space: nowrap;
  53. font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
  54. font-size: 13px;
  55. }
  56. .mdkitem a {
  57. position: relative;
  58. display: block;
  59. text-decoration: none;
  60. }
  61. .mdkitem a:link {
  62. color: #000000;
  63. text-decoration: none;
  64. }
  65. .mdkitem a:visited {
  66. color: #000000;
  67. text-decoration: none;
  68. }
  69. .mdkitem a:hover {
  70. color: #ffffff;
  71. background-color: #21459c;
  72. text-decoration: none;
  73. }
  74. .mdkitem a:active {
  75. color: #ff0000;
  76. text-decoration: none;
  77. }
  78. .mdkitem .mdkfwdarr {
  79. position: absolute;
  80. top: 5px;
  81. right: 12px;
  82. }
  83. .mdkseparator {
  84. background-color: #ff0000;
  85. border-top: 1px solid #cdcecd;
  86. border-bottom: 1px solid #ffffff;
  87. margin: 2px 0px 2px 0px; /* top right bottom left */
  88. height: 0;
  89. font-size: 1px;
  90. line-height: 0;
  91. }