MediaWiki:Common.css: Difference between revisions

From Elwiki
No edit summary
Tag: Replaced
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* check Mediawiki:Timeless.css and Minerva.css */
 
#p-googleadsense .pBody {
 
    padding-top: 5px;
    text-align:  center;
 
}
 
/* wikitable/prettytable class for skinning normal tables */
 
table.wikitable,
table.prettytable {
 
  border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
 
}
 
table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}
 
.prophecy { padding-bottom: 1em; }
     
/* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for
  instance, will limit to showing ==headings== and ===headings=== but no further (as long as
  there are no =headings= on the page, which there shouldn't be according to the MOS). */
.toclimit-2 .toclevel-2 {display:none;}
.toclimit-3 .toclevel-3 {display:none;}
.toclimit-4 .toclevel-4 {display:none;}
.toclimit-5 .toclevel-5 {display:none;}
.toclimit-6 .toclevel-6 {display:none;}
.toclimit-7 .toclevel-7 {display:none;}

Latest revision as of 08:55, 23 March 2024

/* check Mediawiki:Timeless.css and Minerva.css */