MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 246: | Line 246: | ||
background: #111 !important; | background: #111 !important; | ||
color: #bbb !important; | color: #bbb !important; | ||
font-family: 'Cinzel', serif; | font-family: 'Cinzel', serif; | ||
font-size: 12px; | font-size: 12px; | ||
border-top: 1px solid rgba(255, 215, 0, 0.1); | |||
padding: 15px 20px; | |||
text-align: center; | text-align: center; | ||
} | } | ||
#footer a, | #footer li, | ||
.mw-footer a { | .mw-footer li, | ||
#footer-info, | |||
#footer-info-lastmod, | |||
#footer-info-copyright { | |||
color: #aaa !important; | |||
opacity: 1 !important; | |||
} | |||
#footer a, .mw-footer a { | |||
color: #E5C07B !important; | color: #E5C07B !important; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
#footer a:hover, | #footer a:hover, .mw-footer a:hover { | ||
.mw-footer a:hover { | |||
color: #FFD700 !important; | color: #FFD700 !important; | ||
text-shadow: 0 0 5px rgba(255, 215, 0, 0.4); | text-shadow: 0 0 5px rgba(255, 215, 0, 0.4); | ||
Line 267: | Line 273: | ||
#footer-icons { | #footer-icons { | ||
opacity: 0.9; | |||
margin-top: 10px; | margin-top: 10px; | ||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
gap: 10px; | gap: 10px; | ||
} | } | ||