MediaWiki:Timeless.css: Difference between revisions

From The Amazing Digital Merchandise Wiki
(Created page with "→‎All CSS here will be loaded for users of the Timeless skin: #mw-content-container { background-image: url(https://imiya.lol/tadc/wiki/tadcmwbg.png) !important; background-size: cover; padding: 0px; } #mw-content { background-color: #f5ead2; } body { color:black; }")
 
No edit summary
Line 6: Line 6:
#mw-content {
#mw-content {
background-color: #f5ead2;
background-color: #f5ead2;
opacity: .98;
}
}



Revision as of 19:09, 27 January 2025

/* All CSS here will be loaded for users of the Timeless skin */
#mw-content-container {
    background-image: url(https://imiya.lol/tadc/wiki/tadcmwbg.png) !important;
    background-size: cover;
	padding: 0px; }
#mw-content {
	background-color: #f5ead2;
opacity: .98;
}

body {
	color:black;
}