MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 6: Line 6:
}
}


#leftbox {
.leftBox {
float: left;
 
width: 50;
  float: left; width: 50; background-color: rgb(56, 56, 56); color: white;  
background-color: rgb(56, 56, 56);
 
color: white;
}
}

Revision as of 05:19, 29 November 2018


.toclimit-2 .toclevel-1 ul, .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;

}

.leftBox {

  float: left; width: 50; background-color: rgb(56, 56, 56); color: white; 

}