MediaWiki:ChaosMonsterCard.css: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 December 2025

  • curprev 06:1706:17, 30 December 2025 Noorisei talk contribs 6,360 bytes +6,360 Created page with "Monster Information Cards: .monster-info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; margin-bottom: 2rem; } .monster-info-card { background: var(--bg-1); border-radius: 12px; padding: 1.5rem; box-shadow: 0 4px 20px var(--shadow-soft); border: 1px solid var(--border); transition: all 0.3s ease; position: relative; overflow: hidden; } .monster-info-card::before { content: ''; position: abs..."