layersmenu-keramik.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. }
  16. .khorbaritem a:link {
  17. color: #000000;
  18. text-decoration: none;
  19. }
  20. .khorbaritem a:visited {
  21. color: #000000;
  22. text-decoration: none;
  23. }
  24. .khorbaritem a:hover {
  25. color: #000000;
  26. background-color: #ffdd76;
  27. text-decoration: none;
  28. }
  29. .khorbaritem a:active {
  30. color: #ff0000;
  31. text-decoration: none;
  32. }
  33. .kverbar {
  34. color: black;
  35. background-color: #eeeee6;
  36. border: 1px outset #666663
  37. }
  38. .ksubmenu {
  39. position: absolute;
  40. left: 0;
  41. top: 0;
  42. visibility: hidden;
  43. }
  44. .ksubframe {
  45. position: relative;
  46. display: block;
  47. background-color: #f9f9f0;
  48. border: 1px outset #666663
  49. }
  50. .kitem {
  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. .kitem a {
  57. position: relative;
  58. display: block;
  59. text-decoration: none;
  60. }
  61. .kitem a:link {
  62. color: #000000;
  63. text-decoration: none;
  64. }
  65. .kitem a:visited {
  66. color: #000000;
  67. text-decoration: none;
  68. }
  69. .kitem a:hover {
  70. color: #000000;
  71. background-color: #ffdd76;
  72. text-decoration: none;
  73. }
  74. .kitem a:active {
  75. color: #ff0000;
  76. text-decoration: none;
  77. }
  78. .kitem .kfwdarr {
  79. position: absolute;
  80. top: 4px;
  81. right: 11px;
  82. }
  83. .kseparator {
  84. background-color: #ff0000;
  85. border-top: 1px solid #c6c6bf;
  86. border-bottom: 1px solid #ffffff;
  87. margin: 2px 5px 2px 5px; /* top right bottom left */
  88. height: 0;
  89. font-size: 1px;
  90. line-height: 0;
  91. }