MediaWiki:Credits.css
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;
}
html[data-theme="dark"] .resources-footer { background: linear-gradient(135deg, #121a29, #101625); color: #cfe6ff; border-top: 1px solid rgba(159,208,255,.18); box-shadow: 0 -6px 20px rgba(123,187,255,.22) }
html[data-theme="dark"] .resources-footer .section-header { color: #cfe6ff; box-shadow: 0 6px 20px rgba(123,187,255,.18) }
html[data-theme="dark"] .resources-footer .info-card { background-color: #141c2a; border: 1px solid rgba(159,208,255,.18); box-shadow: 0 6px 24px rgba(123,187,255,.18); color: #cfe6ff }
html[data-theme="dark"] .resources-footer .back-to-top { background-color: #101625; color: #cfe6ff; border: 1px solid rgba(159,208,255,.20); box-shadow: 0 4px 12px rgba(123,187,255,.18) }
html[data-theme="dark"] .resources-footer .back-to-top:hover { background-color: rgba(61,97,146,.22); border-color: rgba(159,208,255,.35); box-shadow: 0 6px 16px rgba(123,187,255,.22) }