MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 15: Line 15:
     width: 100%;
     width: 100%;
}
}
table.creature {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  border: 0px solid #1C6EA4;
  width: 60%;
}
table.creature td, table.creature th {
  border: 0px solid #AAAAAA;
}
table.creature tbody td {
  font-size: 14px;
}
table.creature tr:nth-child(even) {
  background: #D0E4F5;
}
table.creature thead {
  background: #A0C3C7;
  border-bottom: 0px solid #444444;
}
table.creature thead th {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  border-left: 2px solid #D0E4F5;
}
table.creature thead th:first-child {
  border-left: none;
}
table.creature tfoot td {
  font-size: 14px;
}
table.creature tfoot .links {
  text-align: right;
}
table.creature tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}


table {
table {