MediaWiki:Common.css: Difference between revisions

From WikiLegend
Jump to navigation Jump to search
No edit summary
Tags: Manual revert Reverted
No edit summary
Tags: Manual revert Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.infobox {
  border-collapse: collapse;
  background: #f9f9f9;
  border: 1px solid #aaa;
  width: 22em;
  font-size: 90%;
}
.infobox th {
  background: #d0e0f0;
  padding: 4px;
}
.infobox td {
  padding: 4px;
}

Revision as of 15:51, 4 June 2025

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