MediaWiki:Credits.css

From CoraTO Wiki - Official Wiki
Revision as of 19:02, 2 December 2025 by Noorisei (talk | contribs) (Created page with "Resources Footer: .resources-footer { background-color: #fff; padding: 2rem; margin-top: 2rem; border-top: 1px solid #e0e0e0; box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05); 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 rgba(0, 0, 0, 0.1); } .resources-footer .info-card { background-color: #f9f9f9; border-ra...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: #fff;
  padding: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
  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 rgba(0, 0, 0, 0.1);
}

.resources-footer .info-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.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: #f0f0f0;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.2s ease;
}