Difference between revisions of "MediaWiki:Common.css"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: #toc .toggleicon { cursor:pointer; margin-left:-20px; margin-bottom:2px; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  +
  +
.toclimit-3 .toclevel-2 ul,
  +
.toclimit-4 .toclevel-3 ul,
  +
.toclimit-5 .toclevel-4 ul,
  +
.toclimit-6 .toclevel-5 ul,
  +
.toclimit-7 .toclevel-6 ul {
  +
display: none;
  +
}
  +
   
 
#toc .toggleicon {
 
#toc .toggleicon {

Revision as of 13:15, 29 March 2019

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

.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
  display: none;
}


#toc .toggleicon {
  cursor:pointer;
  margin-left:-20px;
  margin-bottom:2px;
}