User:Ajima/MyStyle.css: Difference between revisions

From Veloren Wiki
Content added Content deleted
No edit summary
No edit summary
Line 9: Line 9:
border: 1px #aaaaaa solid;
border: 1px #aaaaaa solid;
}
}
table.table > tbody > th, table.table > tbody > td {
.table > tbody > th, table.table > tbody > td {
border: 1px #aaaaaa solid;
border: 1px #aaaaaa solid;
padding: 0.2em;
padding: 0.2em;
}
}
table.table > tbody > th {
.table > tbody > th {
background: #f2f2f2;
background: #f2f2f2;
text-align: center;
text-align: center;
}
}
table.table > caption {
.table > caption {
margin-left: inherit;
margin-left: inherit;
margin-right: inherit;
margin-right: inherit;

Revision as of 07:14, 30 August 2022

.flex-container {
display: flex;
flex-direction: row;
}
.table {
  width: 200px;
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
}
.table > tbody > th, table.table > tbody > td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
.table > tbody > th {
  background: #f2f2f2;
  text-align: center;
}
.table > caption {
  margin-left: inherit;
  margin-right: inherit;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.