Difference between revisions of "MediaWiki:Common.css"

From SEBoK
Jump to navigation Jump to search
Line 24: Line 24:
 
   font-size: 11px !important;
 
   font-size: 11px !important;
 
   white-space: normal !important;
 
   white-space: normal !important;
 +
  font-weight: normal !important;
 
}
 
}
  
Line 29: Line 30:
 
   white-space: normal !important;
 
   white-space: normal !important;
 
   line-height: 1.3em;
 
   line-height: 1.3em;
 +
  font-weight: normal !important;
 
}
 
}

Revision as of 21:55, 7 October 2019

/* CSS placed here will be applied to all skins */
#ca-talk { display: none !important; }
#ca-pdfbook { display: none !important; }
body.page h1.firstHeading { display:block !important; }
/* hiding existing toolbox */
/* #p-navigation, #p-tb h5, #p-tb div.body { display:none !important; } */
#p-navigation { display:none !important; }
#Toolbox { display:none; }
#t-recentchangeslinked { display: none; }
#t-upload { display: none; }
#t-specialpages { display: none; }

.printonly {
  display: none;
}

@media print {
  .printonly {
    display: initial;
  }
}

.fancytree span.fancytree-title {
  font-size: 11px !important;
  white-space: normal !important;
  font-weight: normal !important;
}

div#mw-panel div.portal div.body .fancytree span.fancytree-title > a {
  white-space: normal !important;
  line-height: 1.3em;
  font-weight: normal !important;
}