Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Commons.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1: Line 1:
#ca-talk { display:none!important; }
#ca-talk { display:none!important; }
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
.my-class {
   background-image: File("LogoBW.png");
   background-image: url("LogoBW.png");
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-position: bottom;
   background-position: bottom;

Revision as of 06:58, 12 January 2026

#ca-talk { display:none!important; }
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
.my-class {
  background-image: url("LogoBW.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background: red;
}