User:Pangaea/Compare changes
/* ======= Table Styles ============== */
table.wikitable, table.cargoTable, table.TablePager, table.mw_metadata, table.mw_metadata td, table.mw-abuselog-details {
border: 0px solid #7E5900; color: #ffffff; border-collapse: separate; border-spacing: 0; padding: 0; background: transparent;
}
table.dataTable thead .sorting_asc {} table.dataTable thead .sorting_desc {}
table.wikitable > tr > th, table.wikitable > * > tr > th, table.cargoTable > tr > th, table.cargoTable > * tr > th, table.TablePager th, table.mw_metadata th, table.mw-abuselog-details th {
background-color: transparent; color: #ffffff;
}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.cargoTable > tr > th, table.cargoTable > tr > td, table.cargoTable > * > tr > th, table.cargoTable > * > tr > td, table.TablePager td, table.TablePager th, table.mw_metadata td, table.mw_metadata th, table.mw-abuselog-details td, table.mw-abuselog-details th {
border: 1px solid #7E5900;
}
table.wikitable:not(.jquery-tablesorter) tr:nth-child(even) td,
table.wikitable.jquery-tablesorter tbody tr:nth-child(odd) td,
table.cargoTable:not(.jquery-tablesorter) tr:nth-child(even) td,
table.cargoTable.jquery-tablesorter tbody tr:nth-child(odd) td {
background-color: rgba(114,70,8,.1);
}
table.wikitable tr:nth-child(even) {
background: rgba(0,0,0,0.5);
} table.wikitable tr:nth-child(odd) {
background: transparent;
}
table.cargoTable tr:nth-child(even) {
background: rgba(0,0,0,0.5);
} table.cargoTable tr:nth-child(odd) {
background: transparent;
}
.skin-hydradark .TablePager tr:hover td {
background-color: rgba(255,255,255,.1);
}
/* --- Table sections --- */
table.wikitable > tr > th.section, table.wikitable > * > tr > th.section, table.cargoTable > tr > th.section, table.cargoTable > * > tr > th.section {
background-color: rgba(42,26,3,0.6); color: #DCC086; font-style: italic; position: relative; font-family: "EBGaramond12-Regular" !important;
}
table.wikitable th.section a, table.cargoTable th.section a {
color: #c28042 !important;
}
table.wikitable th.section .sidenote, table.cargoTable th.section .sidenote {
position: absolute; right: 1em; bottom: 0.5em; font-size: 11px; font-weight: normal; color:#BDA472;
}