Wikimedia Czech Republic/Banners/1lib1ref 2025

CentralNotice/Request/1lib1ref 2025 Czech Republic

<style>
  #wlm-de {
    display: flex;
    align-items: center;
    background-color: #006699; /* Set background color to match the blue tone */
    padding: 10px 20px;
    color: white;
    font-family: Arial, sans-serif;
    position: relative; /* Needed to position the close button */
  }
  #wlm-de a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  #wlm-de .wlm-text {
    flex: 1;
    font-size: 1.2em;
    margin-right: 20px;
    line-height: 1.4;
    text-align: left; /* Ensures left alignment */
  }
  #wlm-de .wlm-text em {
    font-style: italic;
  }
  #wlm-de .wlm-button {
    background-color: #ffffffff; /* Light gray for the button */
    color: #006699;
    padding: 8px 16px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 1em;
    text-align: center;
    white-space: nowrap;
  }
  #wlm-de .wlm-logo {
    margin-left: 20px;
    border-radius: 4px;
    height: 100%; /* Set full height to cover banner height */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #wlm-de .wlm-logo img {
    max-width: 80px; /* Set maximum width for the logo image */
    height: auto;
    display: block;
  }
  #wlm-de .wlm-close {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  #wlm-de .wlm-close a {
    display: block;
    width: 20px;
    height: 20px;
  }
  #wlm-de .wlm-close img {
    width: 100%;
    height: auto;
  }
  /* Hide the button on screens smaller than 950px */
  @media screen and (max-width: 950px) {
    #wlm-de .wlm-button {
      display: none;
    }
  }
</style>
<div id="wlm-de">
  <a href="https://cs.wikipedia.org/wiki/Wikipedie:1Lib1Ref" target="_blank">
    <div class="wlm-text">
      <b>Přidej citaci! – Představte si svět, ve kterém každý přidá byť jen jednu referenci na Wikipedii!</b><br/>Nejaktivnější účastníci obdrží drobné ceny, zapojte se i vy!
    </div>
    <div class="wlm-button">Zjistit více</div>
    <div class="wlm-logo">
      <img src="https://upload.wikimedia.org/wikipedia/commons/9/9e/Knihovny_logo_white.png" alt="Logo projektu" />
    </div>
  </a>
  <div class="wlm-close">
    <a href="#" title="Close banner" onclick="mw.centralNotice.hideBanner();return false;">
      <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/OOjs_UI_icon_close-ltr-invert.svg/20px-OOjs_UI_icon_close-ltr-invert.svg.png" alt="Close banner" />
    </a>
  </div>
</div>