Difference between revisions of "MediaWiki:Common.css"

From Eksa
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */  
 
/* CSS placed here will be applied to all skins */  
 
.toc, #toc { display: none; }
 
.toc, #toc { display: none; }
 
h1 { display: none; }
 
  
 
.eksa_toc {
 
.eksa_toc {

Revision as of 15:01, 2 July 2019

/* CSS placed here will be applied to all skins */ 
.toc, #toc { display: none; }

.eksa_toc {
  border: 1px solid #a2a9b1;
  background-color: #f8f9fa;
  display: table;
  padding: 7px;
  font-size: 95%;
}