Difference between revisions of "MediaWiki:Common.css"

From SEBoK
Jump to navigation Jump to search
Line 27: Line 27:
 
}
 
}
  
div#mw-panel div.portal div.body .fancytree span.fancytree-title > a {
+
div#mw-panel div.portal div.body .fancytree span.fancytree-title a {
 
   white-space: normal !important;
 
   white-space: normal !important;
 
   line-height: 1.3em;
 
   line-height: 1.3em;
 
   font-weight: normal !important;
 
   font-weight: normal !important;
 +
}
 +
 +
span.fancytree-node {
 +
  position: relative;
 +
  padding-left: 10px;
 +
  box-sizing: border-box;
 +
}
 +
 +
span.fancytree-node > .fancytree-expander {
 +
  position: absolute;
 +
  left: 0;
 +
}
 +
 +
portal .body > .fancytree {
 +
margin-left: -30px;
 
}
 
}

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

span.fancytree-node {
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}

span.fancytree-node > .fancytree-expander {
  position: absolute;
  left: 0;
}

portal .body > .fancytree {
 margin-left: -30px;
}