Vorlage:GearEnhancement/styles.css

Aus Lost Dreams Of Tomorrow Wiki
/*-----------------------------------------  Item Weapon Template START  --------------------------------------*/

.wikitable tr th, .mw_metadata tr th, .mw-datatable tr th, .dataTable tr th, .cargoTable tr th, .statstable tr th {
  background: #000000;
  border: none;
  border-width: 0 0 1px;
  white-space: nowrap;
}

/* Upgrade table styling (shadcn-dark) */
.wikitable.upgrade {
  width: 100%;
  border-collapse: collapse;
  background-color: #0a0a0a;
  color: #eee;
}

.wikitable.upgrade th {
  background-color: #000 !important;   /* zwingend schwarz */
  color: #ffd966 !important;           /* goldener Text */
  font-weight: bold;
  padding: 6px 8px;
  border: 1px solid #222 !important;
}

.wikitable.upgrade td {
  background-color: #1a1a1a !important;
  color: #eee;
  padding: 6px 8px;
  text-align: center;
  border: 1px solid #333 !important;
}

.wikitable.upgrade tr:hover td {
  background-color: #2a2a2a !important;
}

.wikitable img,
.wikitable.upgrade img,
img[src*="Icon.png"],
img[src*=".png"],
.thumbimage {
  image-rendering: pixelated !important;
  image-rendering: crisp-edges !important;
}

/*-----------------------------------------  Item Weapon Template ENDE  --------------------------------------*/