MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 135: Line 135:
/* Footer styling */
/* Footer styling */
footer {
footer {
     /* Color & Background */
     background-image: url(https://mythcraft.flywheelsites.com/wp-content/uploads/2020/12/footer-bg.png);
    background-attachment: scroll;
     background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
     background-size: cover;
     background-image: none;
    background-position: 0% 0%;
     background-repeat: repeat;
    color: rgb(194, 200, 207);


     /* Box */
     /* Box */
     height: 100px;
     height: 100px;
}
}