MediaWiki:Timeless.css: Difference between revisions

From Paw Borough Wiki
(Created page with "→‎All CSS here will be loaded for users of the Timeless skin: →‎All CSS here will be loaded for users of the Timeless skin: #mw-content-container { background-image: url(https://pawborough.wiki/images/2/20/PBWikiBG.png?20231103185334) !important; background-repeat: repeat; padding: 0px; } #mw-content { background-color: #fce5ac; opacity: 0.98; } body { color:black; }")
(No difference)

Revision as of 14:58, 3 November 2023

/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */
#mw-content-container {
    background-image: url(https://pawborough.wiki/images/2/20/PBWikiBG.png?20231103185334) !important;
    background-repeat: repeat;
	padding: 0px; }
#mw-content {
	background-color: #fce5ac;
	opacity: 0.98;
}

body {
	color:black;
}