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 edit summary
 
Line 6: Line 6:
padding: 0px; }
padding: 0px; }
#mw-content {
#mw-content {
background-color: #fce5ac;
background-color: #f5ead2;
opacity: 0.98;
opacity: 0.98;
}
}

Latest revision as of 16:44, 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: #f5ead2;
	opacity: 0.98;
}

body {
	color:black;
}