MediaWiki:Common.css: Difference between revisions

SitX (talk | contribs)
mNo edit summary
SitX (talk | contribs)
mNo edit summary
Line 244: Line 244:


#footer, .mw-footer {
#footer, .mw-footer {
     background: #111;
     background: #111 !important;
     color: #bbb;
     color: #bbb !important;
    border-top: 1px solid rgba(255, 215, 0, 0.15);
    padding: 15px 20px;
     font-family: 'Cinzel', serif;
     font-family: 'Cinzel', serif;
     font-size: 12px;
     font-size: 12px;
     border-top: 1px solid rgba(255, 215, 0, 0.1);
     text-align: center;
    padding: 10px;
}
}


#footer a, .mw-footer a {
#footer a,
     color: #E5C07B;
.mw-footer a {
     color: #E5C07B !important;
     text-decoration: none;
     text-decoration: none;
    transition: all 0.3s ease;
}
}


#footer a:hover, .mw-footer a:hover {
#footer a:hover,
     color: #FFD700;
.mw-footer a:hover {
     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);
}
#footer-icons {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
    opacity: 0.8;
}
#footer-icons img {
    filter: brightness(0.9);
    transition: filter 0.3s ease;
}
#footer-icons img:hover {
    filter: brightness(1.2);
}
}