Template:Race info table/styles.css: Difference between revisions

From FHX Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
table.root {
table.root {
  float: right;
   text-align: left;
   text-align: left;
   border-radius: 10px;
   border-radius: 10px;
  border: 1px black solid;
   background-color: #f8f9fa;
   background-color: #f8f9fa;
   color: #202122;
   color: #202122;

Latest revision as of 22:36, 5 June 2024

table.root {
  float: right;
  text-align: left;
  border-radius: 10px;
  background-color: #f8f9fa;
  color: #202122;
  margin: 1em 0;
  border: 1px solid #a2a9b1;
  border-collapse: collapse;
}

table.root > tr > th,
table.root > * > tr > th {
  background-color: #eaecf0;
  text-align: center;
}

table.root > tr > th,
table.root > tr > td,
table.root > * > tr > th,
table.root > * > tr > td {
  border: 1px solid #a2a9b1;
  padding: 0.2em 0.4em;
}