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
Tag: Reverted
No edit summary
Tag: Manual revert
Line 2: Line 2:
/* 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: */
.my-class {
.my-class {
background: file("LogoBW.png");
background: url("https://www.evernyllawakened.wiki/images/5/55/LogoBW.png");
}
}



Revision as of 07:06, 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: url("https://www.evernyllawakened.wiki/images/5/55/LogoBW.png");
}

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