Difference between revisions of "MediaWiki:Common.css"

From Personal Science Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
/**/
+
/* Hides the "tools" heading in the side menu above "what links here" etc (because we use the term "tools" for a different purpose and that could be confusing) */
 
#p-tb h3 { display: none; }
 
#p-tb h3 { display: none; }
  
/* Hides the title of the home page */
+
#bodyContent {
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
+
  max-width:1000px;
 +
}

Latest revision as of 09:55, 20 September 2023

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

/* Hides the "tools" heading in the side menu above "what links here" etc (because we use the term "tools" for a different purpose and that could be confusing) */
#p-tb h3 { display: none; }

#bodyContent {
  max-width:1000px;
}