Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:CardPages/styles.css

Template page
Revision as of 18:36, 20 January 2026 by BelowTheEcho (talk | contribs) (Created page with ".event-banner { position: relative; width: 100%; min-height: 120px; border-radius: 8px; overflow: hidden; margin: 20px 0; cursor: pointer; } .banner-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; align-items: center; padding: 20px 30px; z-index: 2; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.event-banner {
  position: relative;
  width: 100%;
  min-height: 120px;
  border-radius: 8px;
  overflow: hidden;
  margin: 20px 0;
  cursor: pointer;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  z-index: 2;
}