MediaWiki

Common.css: Difference between revisions

From Redrock Wiki

No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* Hide "Main Page" titles */  
/* Hide titles */  
.title { display: none; }
.title { display: none; }
#tagline { display: none; }
#tagline { display: none; }
.DisplayTitle { display: none; }

Revision as of 15:10, 30 November 2021

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

/* Hide titles */ 
.title { display: none; }
#tagline { display: none; }
.DisplayTitle { display: none; }