Difference between revisions of "MediaWiki:Common.css"

From Personal Science Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
/* 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) */
 
/* 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; }
 +
 +
#bodyContent {
 +
  font-size: 0.81em;
 +
  max-width:1000px;
 +
}

Revision as of 09:53, 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 {
  font-size: 0.81em;
  max-width:1000px;
}