MediaWiki:Common.css: Difference between revisions

From techdocs
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 14: Line 14:
  font-family: monospace;
  font-family: monospace;
  white-space: nowrap;
  white-space: nowrap;
border: solid 1px silver;
}
}
th {
th {
  font-weight: bold;
  font-weight: bold;
}
}

Revision as of 10:53, 22 August 2023

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

table {
 border-collapse: collapse;
 border-spacing: 0px;
}
td, th {
 border: solid 1px silver;
 vertical-align: top;
 text-align: left;
 padding: 0.2em;
}
.firstcolfixed td:first-child {
 font-family: monospace;
 white-space: nowrap;
}
th {
 font-weight: bold;
}