MediaWiki:Common.css: Difference between revisions

From LOQO Wiki
Jump to navigation Jump to search
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 page title on main page */
/* Hide page title on main page */  
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }


/* Hide Table of Contents on main page */
/* Hide Table of Contents on main page */  
body.page-Main_Page.action-view div#toc { display: none; }
body.page-Main_Page.action-view div#toc { display: none; }
 
/* Make sure section headings fall below image thumbnails */
.mw-body-content h2 { clear:right }

Revision as of 16:19, 3 May 2018

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

/* Hide page title on main page */ 
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

/* Hide Table of Contents on main page */ 
body.page-Main_Page.action-view div#toc { display: none; }

/* Make sure section headings fall below image thumbnails */
.mw-body-content h2 { clear:right }