Jump to content

MediaWiki:Common.css: Difference between revisions

From Shatterspark
background color test
bg color test
Line 4: Line 4:
body {
body {
     background-color: #d7bfdc;
     background-color: #d7bfdc;
}
.mw-page-container {
background-color: #d7bfdc;
}
}



Revision as of 17:01, 29 July 2026

/* CSS placed here will be applied to all skins */

/* Background color */
body {
    background-color: #d7bfdc;
}

.mw-page-container {
	background-color: #d7bfdc;
}

/* Background transparency for PNG images */
.thumbinner {background-color:transparent;}
.thumb {border-color: transparent;}