MediaWiki:Timeless.css: Difference between revisions

From Global Knowledge Compendium of Traditional Crafts and Artisanal Techniques
Created page with "All CSS here will be loaded for users of the Timeless skin: .site-title { display: none; }"
 
No edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */
.site-title {
.site-title {
display: none;
}
#p-logo-text {
display: none;
display: none;
}
}

Latest revision as of 21:48, 18 June 2025

/* All CSS here will be loaded for users of the Timeless skin */
.site-title {
	display: none;
}

#p-logo-text {
	display: none;
}