Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of CoraTO Wiki - Official Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:17, 30 December 2025 Noorisei talk contribs created page MediaWiki:ChaosMonsterCard.css (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...")