All public logs

From The Seven Sages of Rome

Combined display of all available logs of The Seven Sages of Rome. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:30, 29 January 2025 Noeth talk contribs created page MediaWiki:BentoGrid.css (Created page with "Bento Grid: .bento-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 15px; padding: 15px; } .bento-item { background-color: #f8f9fa; border-radius: 10px; padding: 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; transition: all 0.3s ease; } .bento-item:hover { transform: translateY(-5px); box-shadow: 0 4px 15px rgba(0, 0, 0...")