MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 4: Line 4:
     background-position: top left;
     background-position: top left;
     background-repeat: no-repeat>;
     background-repeat: no-repeat>;
    opacity: 75%;
}
}



Revision as of 15:31, 19 March 2022

body.mediawiki {
    /*background-image: url(https://i.imgur.com/eF5XGlK.png);*/
    background-attachment: fixed;
    background-position: top left;
    background-repeat: no-repeat>;
}

#bodyContent { background-color: yellow; } 

#firstHeading { background-color: red; }

#mw-head-base { background-color: blue; } 
#p-logo { background-color: pink; }

#p-navigation { background-color: purple; } 

body { background-color: #121C25; }

#p-tb { background-color: orange; }
Cookies help us deliver our services. By using our services, you agree to our use of cookies.