MediaWiki:Credits.css

From CoraTO Wiki - Official Wiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Resources Footer */
.resources-footer {
  background-color: var(--bg-1);
  padding: 2rem;
  margin-top: 2rem;
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 10px var(--shadow-soft);
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto;
}

.resources-footer .section-header {
  text-align: center;
  margin-bottom: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px var(--shadow-soft);
}

.resources-footer .info-card {
  background-color: var(--bg-1);
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px var(--shadow-soft);
}

.resources-footer .footer-nav {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.resources-footer .back-to-top {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: var(--surface);
  border-radius: 20px;
  text-decoration: none;
  color: var(--text);
  font-weight: 500;
  transition: all 0.2s ease;
}