MediaWiki:Common.css: Difference between revisions

From techdocs
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
td {
td {
  font-style: monospace;
  font-style: monospace;
color: red;
}
}
th {
th {
  font-weight: bold;
  font-weight: bold;
}
}

Revision as of 16:48, 28 Haziran 2022

/* 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;
}
td {
 font-style: monospace;
 color: red;
}
th {
 font-weight: bold;
}