<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#menuGlowne {
  font-family: Calibri;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; /* musi byÄ‡ tak duĹĽe z powodu Leaflet w module Szukaj */
  background-color: rgba(51, 51, 51, 0.9); /* prawie czarny */
}

#menuGlowne a {
  float: left;
  display: block;
  color: #f2f2f2;
  /* text-align: center; */
  font-size: 17px;
  padding: 14px 12px;
  text-decoration: none;
}

#menuGlowne a:hover {
  color: gray;
}

#menuAktywne {
  background-color: rgb(76, 175, 80); /* zielony */
}

a:hover#menuAktywne {
  color: black;
}
</pre></body></html>