layersmenu-gtk2.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .horbar {
  2. color: black;
  3. background-color: #dcdad5;
  4. border: 2px outset #cecac1;
  5. }
  6. .horbaritem {
  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. .horbaritem a {
  13. display: block;
  14. text-decoration: none;
  15. }
  16. .horbaritem a:link {
  17. color: #000000;
  18. text-decoration: none;
  19. }
  20. .horbaritem a:visited {
  21. color: #000000;
  22. text-decoration: none;
  23. }
  24. .horbaritem a:hover {
  25. color: #ffffff;
  26. background-color: #4b6983;
  27. text-decoration: none;
  28. }
  29. .horbaritem a:active {
  30. color: #ff0000;
  31. text-decoration: none;
  32. }
  33. .verbar {
  34. color: black;
  35. background-color: #dcdad5;
  36. border: 2px outset #cecac1;
  37. }
  38. .submenu {
  39. position: absolute;
  40. left: 0;
  41. top: 0;
  42. visibility: hidden;
  43. }
  44. .subframe {
  45. position: relative;
  46. display: block;
  47. background-color: #dcdad5;
  48. border: 2px outset #cecac1;
  49. }
  50. .item {
  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. .item a {
  57. position: relative;
  58. display: block;
  59. text-decoration: none;
  60. }
  61. .item a:link {
  62. color: #000000;
  63. text-decoration: none;
  64. }
  65. .item a:visited {
  66. color: #000000;
  67. text-decoration: none;
  68. }
  69. .item a:hover {
  70. color: #ffffff;
  71. background-color: #4b6983;
  72. text-decoration: none;
  73. }
  74. .item a:active {
  75. color: #ff0000;
  76. text-decoration: none;
  77. }
  78. .item .fwdarr {
  79. position: absolute;
  80. top: 5px;
  81. /* right: 4px; */
  82. right: 7px;
  83. }
  84. .separator {
  85. background-color: #ff0000;
  86. border-top: 1px solid #9e9a91;
  87. border-bottom: 1px solid #ffffff;
  88. margin: 2px 0px 2px 1px; /* top right bottom left */
  89. height: 0;
  90. font-size: 1px;
  91. line-height: 0;
  92. }