Jump to content

MediaWiki:Minerva.css: Difference between revisions

From Shark's Hypothetical Weather
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 4: Line 4:
   border-collapse: collapse;
   border-collapse: collapse;
   width: 100%;
   width: 100%;
   font-size: 90%;
   font-size: 100%;
   line-height: 1.5;
   line-height: 1.5;
   color: #202122;
   color: #202122;

Revision as of 21:54, 24 April 2025

.infobox {
  background: #F8F9FA;
  border: 1px solid #DADDE3;
  border-collapse: collapse;
  width: 100%;
  font-size: 100%;
  line-height: 1.5;
  color: #202122;
}

.infobox td,
.infobox th {
  border: 1px solid #ddd;
  padding: 6px 8px;
  vertical-align: top;
}

.infobox .section-header {
  background-color: #f2f2f2;
  font-weight: bold;
  text-align: left;
}

.infobox caption {
  background-color: #f9f9f9;
  padding: 0.5em;
  text-align: center;
  font-weight: bold;
  font-size: 110%;
}