Difference between revisions of "MediaWiki:Common.css"

From SEBoK
Jump to navigation Jump to search
Line 23: Line 23:
 
.fancytree span.fancytree-title {
 
.fancytree span.fancytree-title {
 
   font-size: 11px !important;
 
   font-size: 11px !important;
 +
}
 +
 +
.fancytree span.fancytree-title a {
 +
  white-space: normal !important;
 +
  line-height: 1.3em;
 
}
 
}

Revision as of 15:11, 3 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;
}

.fancytree span.fancytree-title a {
  white-space: normal !important;
  line-height: 1.3em;
}