|
|
| (44 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| #ca-talk { display:none!important; }
| | /* CSS Script goes here */ |
| /* 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;
| |
| }
| |
Latest revision as of 09:28, 13 January 2026
/* CSS Script goes here */