Template:Content Added Season 1: Difference between revisions

From Slippy Studios
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{#css:
{{#css:
.added-content-wrapper {
  position: relative;
  overflow-y: auto;
  max-height: 250px;
  background: red;
  z-index: 1;
}
.scroll-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 1.3em;
  padding: 8px 20px;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 0;
}
.added-content-wrapper:hover .scroll-overlay {
  opacity: 1;
}
.added-content-wrapper.scrolled .scroll-overlay {
  opacity: 0 !important;
}
.added-content-grid {
.added-content-grid {
   display: flex;
   display: flex;
Line 68: Line 32:
}
}


}}<div class="added-content-wrapper">
}}<div class="added-content-grid">
<div class="added-content-grid">


<div class="added-content-cell">
<div class="added-content-cell">

Revision as of 13:10, 22 October 2025