MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 2: Line 2:




/* CREATURE TABLES */
table.creature {
    background-color: #f9f9f92b;
    border: 1px solid #aaaaaa4a;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: center;
    width: 100%;
}


table.wikitable {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  border: 0px solid #1C6EA4;
  background-color: #F0EFE3;
  width: 80%;
  text-align: left;
  border-collapse: collapse;
}
table.wikitable td, table.wikitable th {
}
table.wikitable tbody td {
  font-size: 14px;
}
table.wikitable tr:nth-child(even) {
  background: #D1E0E3;
}
table.wikitable thead {
  background: #A3C2C7;
  border-bottom: 0px solid #444444;
}
table.wikitable thead th {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  border-left: 0px solid #D0E4F5;
}
table.wikitable thead th:first-child {
  border-left: none;
}


 
table.wikitable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
}
table.wikitable tfoot td {
  font-size: 14px;
}


.mw-editsection { display:none; }
.mw-editsection { display:none; }

Navigation menu