Template:Monster block/style.css

From Campaigns
Revision as of 20:31, 14 February 2022 by Lithl (talk | contribs) (Created page with ".mon-stat-block::before, .mon-stat-block::after { content: ""; display: block; background-image: url('/images/3/33/Stat_bar_book.png'); background-size: 100% 100%; h...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.mon-stat-block::before,
.mon-stat-block::after {
  content: "";
  display: block;
  background-image: url('/images/3/33/Stat_bar_book.png');
  background-size: 100% 100%;
  height: 6px;
  position: absolute;
  left: -3px;
  right: -3px;
}

.mon-stat-block::before {
  top: -3px;
}

.mon-stat-block::after {
  bottom: -3px;
}