layersmenu-index.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. .khorbar {
  2. color: black;
  3. background-color: #eeeee6;
  4. border: 1px outset #666663;
  5. }
  6. .khorbaritem {
  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. .khorbaritem a {
  13. display: block;
  14. text-decoration: none;
  15. border: 1px #f6f6f6 solid;
  16. margin-left: 1px;
  17. margin-right: 1px;
  18. }
  19. .khorbaritem a:link {
  20. color: #000000;
  21. text-decoration: none;
  22. }
  23. .khorbaritem a:visited {
  24. color: #000000;
  25. text-decoration: none;
  26. }
  27. .khorbaritem a:hover {
  28. color: #000000;
  29. background-color: #ffdd76;
  30. text-decoration: none;
  31. border: 1px #000080 solid;
  32. }
  33. .khorbaritem a:active {
  34. color: #ff0000;
  35. text-decoration: none;
  36. }
  37. .kverbar {
  38. color: black;
  39. background-color: #eeeee6;
  40. border: 1px outset #666663
  41. }
  42. .ksubmenu {
  43. position: absolute;
  44. left: 0;
  45. top: 0;
  46. visibility: hidden;
  47. }
  48. .ksubframe {
  49. position: relative;
  50. display: block;
  51. background-color: #f9f9f0;
  52. border: 1px outset #666663
  53. }
  54. .kitem {
  55. text-align: left;
  56. white-space: nowrap;
  57. font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
  58. font-size: 13px;
  59. }
  60. .kitem a {
  61. position: relative;
  62. display: block;
  63. text-decoration: none;
  64. border: 1px #f6f6f6 solid;
  65. margin-left: 1px;
  66. margin-right: 1px;
  67. }
  68. .kitem a:link {
  69. color: #000000;
  70. text-decoration: none;
  71. }
  72. .kitem a:visited {
  73. color: #000000;
  74. text-decoration: none;
  75. }
  76. .kitem a:hover {
  77. color: #000000;
  78. background-color: #ffdd76;
  79. text-decoration: none;
  80. border: 1px #000080 solid;
  81. }
  82. .kitem a:active {
  83. color: #ff0000;
  84. text-decoration: none;
  85. }
  86. .kitem .kfwdarr {
  87. position: absolute;
  88. top: 4px;
  89. right: 11px;
  90. }
  91. .kseparator {
  92. background-color: #ff0000;
  93. border-top: 1px solid #c6c6bf;
  94. border-bottom: 1px solid #ffffff;
  95. margin: 2px 5px 2px 5px; /* top right bottom left */
  96. height: 0;
  97. font-size: 1px;
  98. line-height: 0;
  99. }