2021-08-31 16:54:50 +00:00
|
|
|
/*
|
|
|
|
* Citizen
|
|
|
|
*
|
|
|
|
* SkinStyles for Extension:Cargo
|
|
|
|
* Module: ext.cargo.main
|
2023-01-04 03:47:51 +00:00
|
|
|
* Version: REL1_39 b4c6314
|
2021-08-31 16:54:50 +00:00
|
|
|
*
|
2023-01-04 03:47:51 +00:00
|
|
|
* Date: 2023-01-03
|
2021-08-31 16:54:50 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
span.cargoFieldName {
|
|
|
|
color: var( --color-base--subtle );
|
|
|
|
}
|
|
|
|
|
|
|
|
table.cargoTable.noMerge tr:nth-child( odd ) {
|
2023-01-04 03:47:51 +00:00
|
|
|
background: var( --color-surface-0 );
|
2021-08-31 16:54:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.cargoTable.noMerge tr:nth-child( even ) {
|
2023-01-04 03:47:51 +00:00
|
|
|
background: var( --color-surface-2 );
|
2021-08-31 16:54:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.cargoTable.mergeSimilarCells td.odd {
|
2023-01-04 03:47:51 +00:00
|
|
|
background: var( --color-surface-0 );
|
2021-08-31 16:54:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.cargoTable.mergeSimilarCells td.even {
|
2023-01-04 03:47:51 +00:00
|
|
|
background: var( --color-surface-2 );
|
2021-08-31 16:54:50 +00:00
|
|
|
}
|
|
|
|
|
2023-01-04 03:58:17 +00:00
|
|
|
table.cargoTable {
|
|
|
|
font-size: 0.875rem;
|
|
|
|
}
|
|
|
|
|
2023-01-04 03:47:51 +00:00
|
|
|
table.cargoTable thead tr {
|
|
|
|
border-bottom: 1px solid var( --border-color-base );
|
|
|
|
}
|
|
|
|
|
|
|
|
table.cargoTable tr + tr {
|
|
|
|
border-top: 1px solid var( --border-color-base );
|
|
|
|
}
|
|
|
|
|
|
|
|
table.cargoTable th,
|
2021-08-31 16:54:50 +00:00
|
|
|
table.cargoTable td {
|
2023-01-04 03:47:51 +00:00
|
|
|
/* Sync with wikitable */
|
|
|
|
padding: var( --space-xs ) var( --space-sm );
|
|
|
|
}
|
|
|
|
|
|
|
|
table.cargoTable th {
|
|
|
|
/* Sync with wikitable */
|
|
|
|
color: var( --color-base--subtle );
|
|
|
|
font-size: 0.8125rem;
|
|
|
|
font-weight: var( --font-weight-normal );
|
|
|
|
letter-spacing: 0.05em;
|
|
|
|
text-align: start;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.cargoTable td {
|
|
|
|
/* Border handled by tr */
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.searchmatch {
|
|
|
|
color: var( --color-base--emphasized );
|
|
|
|
font-weight: var( --font-weight-semibold );
|
2021-08-31 16:54:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.cargoReplacementTableInfo {
|
|
|
|
border-color: var( --border-color-base );
|
|
|
|
background: var( --color-surface-3 );
|
|
|
|
}
|
|
|
|
|
2023-01-04 03:47:51 +00:00
|
|
|
.addButton,
|
|
|
|
.deleteButton {
|
2021-08-31 16:54:50 +00:00
|
|
|
border-color: var( --border-color-base );
|
2023-01-04 03:47:51 +00:00
|
|
|
/* BG color does not like filter */
|
|
|
|
background-color: transparent;
|
2021-08-31 16:54:50 +00:00
|
|
|
}
|
|
|
|
|
2023-01-04 03:47:51 +00:00
|
|
|
/* Flip icons in dark mode */
|
|
|
|
.skin-citizen-dark {
|
|
|
|
.cargoQueryTooltipIcon,
|
|
|
|
.addButton,
|
|
|
|
.deleteButton {
|
|
|
|
filter: invert( 1 ) hue-rotate( 180deg );
|
|
|
|
}
|
2021-08-31 16:54:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.specialCargoQuery-extraPane {
|
|
|
|
border-color: var( --border-color-base );
|
|
|
|
background: linear-gradient( transparent, var( --color-surface-2 ) 0.5em );
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-state-focus {
|
|
|
|
background: var( --color-primary--active ) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-menu .ui-menu-item a {
|
|
|
|
color: var( --color-base--emphasized );
|
2023-01-04 03:47:51 +00:00
|
|
|
font-family: var( --font-family-base );
|
2021-08-31 16:54:50 +00:00
|
|
|
}
|