MediaWiki:Common.css: Difference between revisions
From The Continuity of Cheesecake
Created page with "→CSS placed here will be applied to all skins: #mw-content-container { background-image: url('/images/Chromakopia.png'); background-repeat: no-repeat; background-position: top center; border-bottom-color: #F2C055; }" |
No edit summary |
||
| Line 5: | Line 5: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: top center; | background-position: top center; | ||
border-bottom-color: # | border-bottom-color: #38761d; | ||
} | } | ||
Revision as of 01:47, 2 February 2026
/* CSS placed here will be applied to all skins */
#mw-content-container {
background-image: url('/images/Chromakopia.png');
background-repeat: no-repeat;
background-position: top center;
border-bottom-color: #38761d;
}