|
|
| Line 12: |
Line 12: |
| text-align: center; | | text-align: center; |
| width: 100%; | | 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;
| |
| } | | } |
|
| |
|