Sha256: 9cc47f4b5ce7159bb8fe06adea8f64070bdc89d202b3ad2ebc7e21d4fdc63672

Contents?: true

Size: 480 Bytes

Versions: 3

Compression:

Stored size: 480 Bytes

Contents

#global-box {
  position: relative;
}

#watermark-container {
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;

  position: fixed;
  left: 0px;
  top: 0px;

  height: 100%;
  width: 100%;

  @media print {
    display: flex;
  }
}

#grid {
  z-index: 0;
  position: relative;
}

#watermark {
  color: rgba(0, 0, 0, 0.1);
  font-size: 100pt;
  font-family: $mono-font-family;
  font-weight: bold;
  transform: rotate(-60deg);
  user-select: none;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-shikhalev-0.1.0.8 _sass/nova/dyn/watermark.scss
jekyll-theme-shikhalev-0.1.0.6 _sass/nova/dyn/watermark.scss
jekyll-theme-shikhalev-0.1.0.5 _sass/nova/dyn/watermark.scss