MediaWiki:Commons.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| 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{ | ||
body { | |||
background-image: url("https://www.evernyllawakened.wiki/index.php/Special:ListFiles#/media/File:LogoBW.png"); | background-image: url("https://www.evernyllawakened.wiki/index.php/Special:ListFiles#/media/File:LogoBW.png"); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Revision as of 07:00, 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{
body {
background-image: url("https://www.evernyllawakened.wiki/index.php/Special:ListFiles#/media/File: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;
}