MediaWiki:Common.css: Difference between revisions

From WikiLegend
Jump to navigation Jump to search
Created page with "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; }"
 
No edit summary
Tag: 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:38, 4 June 2025

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