<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

body {
  font-size: 30%;
  font-family: 'Open Sans', sans-serif;
}

@media screen and (min-width: 300px) {
  body {
    font-size: 55%;
  }
}

@media screen and (min-width: 500px) {
  body {
    font-size: 75%;
  }
}

@media screen and (min-width: 600px) {
  body {
    font-size: 90%;
  }
}

@media screen and (min-width: 900px) {
  body {
    font-size: 130%;
  }
}

.stronicowanie {
  text-align: center;
}

form[name='login'] {
  text-align: right;
}

.logtext {
  width: 10%;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.podpis {
  float: left;
  text-align: center;
}

.artykul {
  width: 100%;
  float: left;
  background-color: white;
  word-wrap: break-word;
  border: 1px solid black;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px;
  box-shadow: 5px 5px 5px #3f728f;
}

.date {
  display: inline;
  text-decoration: none;
  padding: 0.2em;
}
.date:hover {
  background-color: #4caf50;
  color: white;

  border-radius: 4px;
}

.django-ckeditor-widget {
  display: block;
  height: 500px;
  width: 100%;
  margin-bottom: 60px;
}

.komform {
  display: block;
}

.galeria {
  display: none;
}

.obraz {
  width: 100px;
  height: 100px;
  opacity: 0.2;
}

.obraz:hover {
  width: 100px;
  height: 100px;
  border: 5px solid #d3e4ff;
  opacity: 1;
}

.uzytkownikmenu {
  display: block;
  float: left;
  font-size: 120%;
  font-weight: bold;
  background-color: #d3e4ff;
  text-align: center;
  border: 5px solid white;
  border-radius: 10px;
  color: #000066;
  text-decoration: none;
  margin: 0.25%;
}

.uzytkownikmenu:hover {
  background-color: #3333ff;
}

.polubienie {
  float: right;
}

a.autor {
  color: white;
  border-color: #2196f3;
  padding: 0.2em;
  border-radius: 4px;
  vertical-align: bottom;
  background-color: #2196f3;
  text-decoration: none;
  font-weight: bold;
}
a.autor:hover {
  background-color: #4caf50;
}

a.menu {
  color: white;
  border-color: #2196f3;
  padding: 0.2em;
  border-radius: 4px;
  vertical-align: bottom;
  background-color: #2196f3;
  text-decoration: none;
  font-weight: bold;
}
a.menu:hover {
  background-color: #4caf50;
}

.strona {
  margin: 0;
  padding: 0.2em;
  border-radius: 4px;
  font-weight: bold;
  border: 1px solid #2c3e50;
  background-color: transparent;
  color: #2c3e50;
}

.tytul {
  font-weight: bold;
  display: block;
  color: black;
  border-color: #2196f3;
  padding: 0.2em;
  border-radius: 4px;
  text-align: left;
  text-decoration: none;

  font-weight: bold;
}

.tytul:hover {
  background-color: #4caf50;
}

td.opis span {
  display: none;
}

td.opis:hover {
  position: relative;
}

td.opis:hover span {
  color: black;
  font-size: 80%;
  border: #c0c0c0 1px dotted;
  padding: 5px 20px 5px 5px;
  display: block;
  z-index: 100;
  border-radius: 10px;
  left: 0px;
  margin: 10px;
  background-color: #d9d9d9;
  position: absolute;
  top: 10px;
  text-decoration: none;
  font-weight: bold;
  z-index: 100000;
}

p img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
  width: auto !important;
}

@media screen and (max-width: 767px) {
  #demo &gt; div {
    display: none;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.buy-a-coffee a {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  padding: 0.25em;
  min-height: 2.625em;
}
</pre></body></html>