Benutzer:Shadowtweaker/common.css

Aus PokéWiki
Version vom 13. Februar 2018, 23:59 Uhr von Shadowtweaker (Diskussion | Beiträge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Extras → Internetspuren löschen … → Individuelle Auswahl → Den kompletten Cache löschen
  • Konqueror: Aktualisieren anklicken oder F5 drücken
/*>>> [0] Abkürzungen */
/*
ar: Vorlage:AtkRow
at: Vorlage:AtkTable
bg: background
bo: border
sk: Vorlage:Sk
tc: Tabellenzelle (<td> und <th>)
td: Tabellenzelle mit | (<td>)
th: Tabellenzelle mit ! (<th>)
tr: Tabellenzeile
*/

/*>>> [1] Allgemeines CSS */
/*>>>> [1.1] round */
.round { border-radius: 0.5em; }
.round-topleft, .round-top, .round-left { border-top-left-radius: 0.5em; }
.round-topright, .round-top, .round-right { border-top-right-radius: 0.5em; }
.round-bottomleft, .round-bottom, .round-left { border-bottom-left-radius: 0.5em; }
.round-bottomright, .round-bottom, .round-right { border-bottom-right-radius: 0.5em; }

tr.tc_round > * { border-radius: 0.5em; }
tr.tc_round-topleft > *, tr.tc_round-top > *, tr.tc_round-left > * { border-top-left-radius: 0.5em; }
tr.tc_round-topright > *, tr.tc_round-top > *, tr.tc_round-right > * { border-top-right-radius: 0.5em; }
tr.tc_round-bottomleft > *, tr.tc_round-bottom > *, tr.tc_round-left > * { border-bottom-left-radius: 0.5em; }
tr.tc_round-bottomright > *, tr.tc_round-bottom > *, tr.tc_round-right > * { border-bottom-right-radius: 0.5em; }

tr.tc-first_round > *:first-child { border-radius: 0.5em; }
tr.tc-last_round > *:last-child { border-radius: 0.5em; }
 
tr.tc-first_round-topleft > *:first-child, tr.tc-first_round-left > *:first-child, tr.innerround > *:first-child { border-top-left-radius: 0.5em; }
tr.tc-first_round-bottomleft > *:first-child, tr.tc-first_round-left > *:first-child, tr.innerround > *:first-child { border-bottom-left-radius: 0.5em; }
tr.tc-last_round-topright > *:last-child, tr.tc-last_round-right > *:last-child, tr.innerround > *:last-child { border-top-right-radius: 0.5em; }
tr.tc-last_round-bottomright > *:last-child, tr.tc-last_round-right > *:last-child, tr.innerround > *:last-child { border-bottom-right-radius: 0.5em; }

table.tc_round > * > * > * { border-radius: 0.5em; }
table.tc_round-topleft > * > * > *, table.tc_round-top > * > * > *, table.tc_round-left > * > * > * { border-top-left-radius: 0.5em; }
table.tc_round-topright > * > * > *, table.tc_round-top > * > * > *, table.tc_round-right > * > * > * { border-top-right-radius: 0.5em; }
table.tc_round-bottomleft > * > * > *, table.tc_round-bottom > * > * > *, table.tc_round-left > * > * > * { border-bottom-left-radius: 0.5em; }
table.tc_round-bottomright > * > * > *, table.tc_round-bottom > * > * > *, table.tc_round-right > * > * > * { border-bottom-right-radius: 0.5em; }

table.tr-first_tc_round > * > *:first-child > * { border-radius: 0.5em; }
table.tr-last_tc_round > * > *:last-child > * { border-radius: 0.5em; }
table.tr_tc-first_round > * > * > *:first-child { border-radius: 0.5em; }
table.tr_tc-last_round > * > * > *:last-child { border-radius: 0.5em; }

table.tr-first_tc_round-top > * > *:first-child > * { border-top-left-radius: 0.5em; border-top-right-radius: 0.5em; }
table.tr-first_tc_round-bottom > * > *:first-child > * { border-bottom-left-radius: 0.5em; border-bottom-right-radius: 0.5em; }
table.tr-last_tc_round-bottom > * > *:last-child > * { border-bottom-left-radius: 0.5em; border-bottom-right-radius: 0.5em; }
table.tr-last_tc_round-top > * > *:last-child > * { border-top-left-radius: 0.5em; border-top-right-radius: 0.5em; }
table.tr_tc-first_round-left > * > * > *:first-child { border-top-left-radius: 0.5em; border-bottom-left-radius: 0.5em; }
table.tr_tc-first_round-right > * > * > *:first-child { border-top-right-radius: 0.5em; border-bottom-right-radius: 0.5em; }
table.tr_tc-last_round-right > * > * > *:last-child { border-top-right-radius: 0.5em; border-bottom-right-radius: 0.5em; }
table.tr_tc-last_round-left > * > * > *:last-child { border-top-left-radius: 0.5em; border-bottom-left-radius: 0.5em; }

table.tr-first_tc-first_round > * > *:first-child > *:first-child { border-radius: 0.5em; }
table.tr-first_tc-last-round > * > *:first-child > *:last-child { border-radius: 0.5em; }
table.tr-last_tc-first_round > * > *:last-child > *:first-child { border-radius: 0.5em; }
table.tr-last_tc-last_round > * > *:last-child > *:last-child { border-radius: 0.5em; }

table.tr-first_tc-first_round-topleft > * > *:first-child > *:first-child, table.innerround > * > *:first-child > *:first-child { border-top-left-radius: 0.5em; }
table.tr-first_tc-last_round-topright > * > *:first-child > *:last-child, table.innerround > * > *:first-child > *:last-child { border-top-right-radius: 0.5em; }
table.tr-last_tc-first_round-bottomleft > * > *:last-child > *:first-child, table.innerround > * > *:last-child > *:first-child { border-bottom-left-radius: 0.5em; }
table.tr-last_tc-last_round-bottomright > * > *:last-child > *:last-child, table.innerround > * > *:last-child > *:last-child { border-bottom-right-radius: 0.5em; }

/*>>>> [1.2] background */
/*>>>>> [1.2.1] Allgemeines */
.bg-white, table.tr_bg-white > * > *, table.tc_bg-white > * > * > * { background-color: white; }
.bg-white, table.tr_bg-black > * > *, table.tc_bg-black > * > * > * { background-color: black; }

/*>>>>> [1.2.2] Typ-Farben */
.bg-Normal-dunkelplus, table.tr_bg-Normal-dunkelplus > * > *, table.tc_bg-Normal-dunkelplus > * > * > * { background-color: #665555; }
.bg-Normal-dunkel, table.tr_bg-Normal-dunkel > * > *, table.tc_bg-Normal-dunkel > * > * > * { background-color: #BBBBAA; }
.bg-Normal-hell, table.tr_bg-Normal-hell > * > *, table.tc_bg-Normal-hell > * > * > * { background-color: #DDCCCC; }
.bg-Normal-hellplus, table.tr_bg-Normal-hellplus > * > *, table.tc_bg-Normal-hellplus > * > * > * { background-color: #EEEEEE; }
.bg-Pflanze-dunkelplus, table.tr_bg-Pflanze-dunkelplus > * > *, table.tc_bg-Pflanze-dunkelplus > * > * > * { background-color: #447722; }
.bg-Pflanze-dunkel, table.tr_bg-Pflanze-dunkel > * > *, table.tc_bg-Pflanze-dunkel > * > * > * { background-color: #77CC55; }
.bg-Pflanze-hell, table.tr_bg-Pflanze-hell > * > *, table.tc_bg-Pflanze-hell > * > * > * { background-color: #ABDE8A; }
.bg-Pflanze-hellplus, table.tr_bg-Pflanze-hellplus > * > *, table.tc_bg-Pflanze-hellplus > * > * > * { background-color: #DBFDCA; }
.bg-Feuer-dunkelplus, table.tr_bg-Feuer-dunkelplus > * > *, table.tc_bg-Feuer-dunkelplus > * > * > * { background-color: #882211; }
.bg-Feuer-dunkel, table.tr_bg-Feuer-dunkel > * > *, table.tc_bg-Feuer-dunkel > * > * > * { background-color: #F4563A; }
.bg-Feuer-hell, table.tr_bg-Feuer-hell > * > *, table.tc_bg-Feuer-hell > * > * > * { background-color: #FF8877; }
.bg-Feuer-hellplus, table.tr_bg-Feuer-hellplus > * > *, table.tc_bg-Feuer-hellplus > * > * > * { background-color: #FFCCBB; }
.bg-Wasser-dunkelplus, table.tr_bg-Wasser-dunkelplus > * > *, table.tc_bg-Wasser-dunkelplus > * > * > * { background-color: #225599; }
.bg-Wasser-dunkel, table.tr_bg-Wasser-dunkel > * > *, table.tc_bg-Wasser-dunkel > * > * > * { background-color: #3399FF; }
.bg-Wasser-hell, table.tr_bg-Wasser-hell > * > *, table.tc_bg-Wasser-hell > * > * > * { background-color: #77BBFF; }
.bg-Wasser-hellplus, table.tr_bg-Wasser-hellplus > * > *, table.tc_bg-Wasser-hellplus > * > * > * { background-color: #CCEEFF; }
.bg-Kampf-dunkelplus, table.tr_bg-Kampf-dunkelplus > * > *, table.tc_bg-Kampf-dunkelplus > * > * > * { background-color: #663322; }
.bg-Kampf-dunkel, table.tr_bg-Kampf-dunkel > * > *, table.tc_bg-Kampf-dunkel > * > * > * { background-color: #BB5544; }
.bg-Kampf-hell, table.tr_bg-Kampf-hell > * > *, table.tc_bg-Kampf-hell > * > * > * { background-color: #DD9988; }
.bg-Kampf-hellplus, table.tr_bg-Kampf-hellplus > * > *, table.tc_bg-Kampf-hellplus > * > * > * { background-color: #EECCCC; }
.bg-Flug-dunkelplus, table.tr_bg-Flug-dunkelplus > * > *, table.tc_bg-Flug-dunkelplus > * > * > * { background-color: #335588; }
.bg-Flug-dunkel, table.tr_bg-Flug-dunkel > * > *, table.tc_bg-Flug-dunkel > * > * > * { background-color: #6699FF; }
.bg-Flug-hell, table.tr_bg-Flug-hell > * > *, table.tc_bg-Flug-hell > * > * > * { background-color: #99BBFF; }
.bg-Flug-hellplus, table.tr_bg-Flug-hellplus > * > *, table.tc_bg-Flug-hellplus > * > * > * { background-color: #DDEEFF; }
.bg-Gift-dunkelplus, table.tr_bg-Gift-dunkelplus > * > *, table.tc_bg-Gift-dunkelplus > * > * > * { background-color: #662255; }
.bg-Gift-dunkel, table.tr_bg-Gift-dunkel > * > *, table.tc_bg-Gift-dunkel > * > * > * { background-color: #AA5599; }
.bg-Gift-hell, table.tr_bg-Gift-hell > * > *, table.tc_bg-Gift-hell > * > * > * { background-color: #CC88BB; }
.bg-Gift-hellplus, table.tr_bg-Gift-hellplus > * > *, table.tc_bg-Gift-hellplus > * > * > * { background-color: #EECCEE; }
.bg-Boden-dunkelplus, table.tr_bg-Boden-dunkelplus > * > *, table.tc_bg-Boden-dunkelplus > * > * > * { background-color: #776633; }
.bg-Boden-dunkel, table.tr_bg-Boden-dunkel > * > *, table.tc_bg-Boden-dunkel > * > * > * { background-color: #DDBB55; }
.bg-Boden-hell, table.tr_bg-Boden-hell > * > *, table.tc_bg-Boden-hell > * > * > * { background-color: #EFCD9A; }
.bg-Boden-hellplus, table.tr_bg-Boden-hellplus > * > *, table.tc_bg-Boden-hellplus > * > * > * { background-color: #FFEECC; }
.bg-Gestein-dunkelplus, table.tr_bg-Gestein-dunkelplus > * > *, table.tc_bg-Gestein-dunkelplus > * > * > * { background-color: #665533; }
.bg-Gestein-dunkel, table.tr_bg-Gestein-dunkel > * > *, table.tc_bg-Gestein-dunkel > * > * > * { background-color: #BBAA66; }
.bg-Gestein-hell, table.tr_bg-Gestein-hell > * > *, table.tc_bg-Gestein-hell > * > * > * { background-color: #DDCC99; }
.bg-Gestein-hellplus, table.tr_bg-Gestein-hellplus > * > *, table.tc_bg-Gestein-hellplus > * > * > * { background-color: #EEEEDD; }
.bg-Käfer-dunkelplus, table.tr_bg-Käfer-dunkelplus > * > *, table.tc_bg-Käfer-dunkelplus > * > * > * { background-color: #666611; }
.bg-Käfer-dunkel, table.tr_bg-Käfer-dunkel > * > *, table.tc_bg-Käfer-dunkel > * > * > * { background-color: #AABB22; }
.bg-Käfer-hell, table.tr_bg-Käfer-hell > * > *, table.tc_bg-Käfer-hell > * > * > * { background-color: #CCDD66; }
.bg-Käfer-hellplus, table.tr_bg-Käfer-hellplus > * > *, table.tc_bg-Käfer-hellplus > * > * > * { background-color: #EEEEBB; }
.bg-Geist-dunkelplus, table.tr_bg-Geist-dunkelplus > * > *, table.tc_bg-Geist-dunkelplus > * > * > * { background-color: #333366; }
.bg-Geist-dunkel, table.tr_bg-Geist-dunkel > * > *, table.tc_bg-Geist-dunkel > * > * > * { background-color: #6666BB; }
.bg-Geist-hell, table.tr_bg-Geist-hell > * > *, table.tc_bg-Geist-hell > * > * > * { background-color: #9999CC; }
.bg-Geist-hellplus, table.tr_bg-Geist-hellplus > * > *, table.tc_bg-Geist-hellplus > * > * > * { background-color: #DDDDEE; }
.bg-Elektro-dunkelplus, table.tr_bg-Elektro-dunkelplus > * > *, table.tc_bg-Elektro-dunkelplus > * > * > * { background-color: #997711; }
.bg-Elektro-dunkel, table.tr_bg-Elektro-dunkel > * > *, table.tc_bg-Elektro-dunkel > * > * > * { background-color: #FFCC33; }
.bg-Elektro-hell, table.tr_bg-Elektro-hell > * > *, table.tc_bg-Elektro-hell > * > * > * { background-color: #FFDD77; }
.bg-Elektro-hellplus, table.tr_bg-Elektro-hellplus > * > *, table.tc_bg-Elektro-hellplus > * > * > * { background-color: #FFEECC; }
.bg-Psycho-dunkelplus, table.tr_bg-Psycho-dunkelplus > * > *, table.tc_bg-Psycho-dunkelplus > * > * > * { background-color: #993355; }
.bg-Psycho-dunkel, table.tr_bg-Psycho-dunkel > * > *, table.tc_bg-Psycho-dunkel > * > * > * { background-color: #FF5599; }
.bg-Psycho-hell, table.tr_bg-Psycho-hell > * > *, table.tc_bg-Psycho-hell > * > * > * { background-color: #FF99BB; }
.bg-Psycho-hellplus, table.tr_bg-Psycho-hellplus > * > *, table.tc_bg-Psycho-hellplus > * > * > * { background-color: #FFCCDD; }
.bg-Eis-dunkelplus, table.tr_bg-Eis-dunkelplus > * > *, table.tc_bg-Eis-dunkelplus > * > * > * { background-color: #447788; }
.bg-Eis-dunkel, table.tr_bg-Eis-dunkel > * > *, table.tc_bg-Eis-dunkel > * > * > * { background-color: #83D4EF; }
.bg-Eis-hell, table.tr_bg-Eis-hell > * > *, table.tc_bg-Eis-hell > * > * > * { background-color: #B5E8F4; }
.bg-Eis-hellplus, table.tr_bg-Eis-hellplus > * > *, table.tc_bg-Eis-hellplus > * > * > * { background-color: #DDFFFF; }
.bg-Drache-dunkelplus, table.tr_bg-Drache-dunkelplus > * > *, table.tc_bg-Drache-dunkelplus > * > * > * { background-color: #443388; }
.bg-Drache-dunkel, table.tr_bg-Drache-dunkel > * > *, table.tc_bg-Drache-dunkel > * > * > * { background-color: #7766EE; }
.bg-Drache-hell, table.tr_bg-Drache-hell > * > *, table.tc_bg-Drache-hell > * > * > * { background-color: #AA99EE; }
.bg-Drache-hellplus, table.tr_bg-Drache-hellplus > * > *, table.tc_bg-Drache-hellplus > * > * > * { background-color: #DDDDFF; }
.bg-Unlicht-dunkelplus, table.tr_bg-Unlicht-dunkelplus > * > *, table.tc_bg-Unlicht-dunkelplus > * > * > * { background-color: #453423; }
.bg-Unlicht-dunkel, table.tr_bg-Unlicht-dunkel > * > *, table.tc_bg-Unlicht-dunkel > * > * > * { background-color: #775544; }
.bg-Unlicht-hell, table.tr_bg-Unlicht-hell > * > *, table.tc_bg-Unlicht-hell > * > * > * { background-color: #AA9988; }
.bg-Unlicht-hellplus, table.tr_bg-Unlicht-hellplus > * > *, table.tc_bg-Unlicht-hellplus > * > * > * { background-color: #E2D3D3; }
.bg-Stahl-dunkelplus, table.tr_bg-Stahl-dunkelplus > * > *, table.tc_bg-Stahl-dunkelplus > * > * > * { background-color: #555566; }
.bg-Stahl-dunkel, table.tr_bg-Stahl-dunkel > * > *, table.tc_bg-Stahl-dunkel > * > * > * { background-color: #AAAABB; }
.bg-Stahl-hell, table.tr_bg-Stahl-hell > * > *, table.tc_bg-Stahl-hell > * > * > * { background-color: #CCCCCC; }
.bg-Stahl-hellplus, table.tr_bg-Stahl-hellplus > * > *, table.tc_bg-Stahl-hellplus > * > * > * { background-color: #ECECEC; }
.bg-Fee-dunkelplus, table.tr_bg-Fee-dunkelplus > * > *, table.tc_bg-Fee-dunkelplus > * > * > * { background-color: #996688; }
.bg-Fee-dunkel, table.tr_bg-Fee-dunkel > * > *, table.tc_bg-Fee-dunkel > * > * > * { background-color: #FFAAFF; }
.bg-Fee-hell, table.tr_bg-Fee-hell > * > *, table.tc_bg-Fee-hell > * > * > * { background-color: #FFCCFF; }
.bg-Fee-hellplus, table.tr_bg-Fee-hellplus > * > *, table.tc_bg-Fee-hellplus > * > * > * { background-color: #FFEEFF; }

/*>>>> [1.3] border */
/*>>>>> [1.3.1] Allgemeines */
.bo-0px, tr.tc_bo-0px > *, table.tr_bo-0px > * > *, table.tc_bo-0px > * > * > * { border-width: 0px; border-style: solid; }
.bo-1px, tr.tc_bo-1px > *, table.tr_bo-1px > * > *, table.tc_bo-1px > * > * > * { border-width: 1px; border-style: solid; }
.bo-2px, tr.tc_bo-2px > *, table.tr_bo-2px > * > *, table.tc_bo-2px > * > * > * { border-width: 2px; border-style: solid; }
.bo-3px, tr.tc_bo-3px > *, table.tr_bo-3px > * > *, table.tc_bo-3px > * > * > * { border-width: 3px; border-style: solid; }
.bo-4px, tr.tc_bo-4px > *, table.tr_bo-4px > * > *, table.tc_bo-4px > * > * > * { border-width: 4px; border-style: solid; }
.bo-5px, tr.tc_bo-5px > *, table.tr_bo-5px > * > *, table.tc_bo-5px > * > * > * { border-width: 5px; border-style: solid; }

/*>>>>> [1.3.2] Typ-Farben */
.bo-Normal-dunkelplus, tr.tc_bo-Normal-dunkelplus > *, table.tr_bo-Normal-dunkelplus > * > *, table.tc_bo-Normal-dunkelplus > * > * > * { border-color: #665555; }
.bo-Normal-dunkel, tr.tc_bo-Normal-dunkel > *, table.tr_bo-Normal-dunkel > * > *, table.tc_bo-Normal-dunkel > * > * > * { border-color: #BBBBAA; }
.bo-Normal-hell, tr.tc_bo-Normal-hell > *, table.tr_bo-Normal-hell > * > *, table.tc_bo-Normal-hell > * > * > * { border-color: #DDCCCC; }
.bo-Normal-hellplus, tr.tc_bo-Normal-hellplus > *, table.tr_bo-Normal-hellplus > * > *, table.tc_bo-Normal-hellplus > * > * > * { border-color: #EEEEEE; }
.bo-Pflanze-dunkelplus, tr.tc_bo-Pflanze-dunkelplus > *, table.tr_bo-Pflanze-dunkelplus > * > *, table.tc_bo-Pflanze-dunkelplus > * > * > * { border-color: #447722; }
.bo-Pflanze-dunkel, tr.tc_bo-Pflanze-dunkel > *, table.tr_bo-Pflanze-dunkel > * > *, table.tc_bo-Pflanze-dunkel > * > * > * { border-color: #77CC55; }
.bo-Pflanze-hell, tr.tc_bo-Pflanze-hell > *, table.tr_bo-Pflanze-hell > * > *, table.tc_bo-Pflanze-hell > * > * > * { border-color: #ABDE8A; }
.bo-Pflanze-hellplus, tr.tc_bo-Pflanze-hellplus > *, table.tr_bo-Pflanze-hellplus > * > *, table.tc_bo-Pflanze-hellplus > * > * > * { border-color: #DBFDCA; }
.bo-Feuer-dunkelplus, tr.tc_bo-Feuer-dunkelplus > *, table.tr_bo-Feuer-dunkelplus > * > *, table.tc_bo-Feuer-dunkelplus > * > * > * { border-color: #882211; }
.bo-Feuer-dunkel, tr.tc_bo-Feuer-dunkel > *, table.tr_bo-Feuer-dunkel > * > *, table.tc_bo-Feuer-dunkel > * > * > * { border-color: #F4563A; }
.bo-Feuer-hell, tr.tc_bo-Feuer-hell > *, table.tr_bo-Feuer-hell > * > *, table.tc_bo-Feuer-hell > * > * > * { border-color: #FF8877; }
.bo-Feuer-hellplus, tr.tc_bo-Feuer-hellplus > *, table.tr_bo-Feuer-hellplus > * > *, table.tc_bo-Feuer-hellplus > * > * > * { border-color: #FFCCBB; }
.bo-Wasser-dunkelplus, tr.tc_bo-Wasser-dunkelplus > *, table.tr_bo-Wasser-dunkelplus > * > *, table.tc_bo-Wasser-dunkelplus > * > * > * { border-color: #225599; }
.bo-Wasser-dunkel, tr.tc_bo-Wasser-dunkel > *, table.tr_bo-Wasser-dunkel > * > *, table.tc_bo-Wasser-dunkel > * > * > * { border-color: #3399FF; }
.bo-Wasser-hell, tr.tc_bo-Wasser-hell > *, table.tr_bo-Wasser-hell > * > *, table.tc_bo-Wasser-hell > * > * > * { border-color: #77BBFF; }
.bo-Wasser-hellplus, tr.tc_bo-Wasser-hellplus > *, table.tr_bo-Wasser-hellplus > * > *, table.tc_bo-Wasser-hellplus > * > * > * { border-color: #CCEEFF; }
.bo-Kampf-dunkelplus, tr.tc_bo-Kampf-dunkelplus > *, table.tr_bo-Kampf-dunkelplus > * > *, table.tc_bo-Kampf-dunkelplus > * > * > * { border-color: #663322; }
.bo-Kampf-dunkel, tr.tc_bo-Kampf-dunkel > *, table.tr_bo-Kampf-dunkel > * > *, table.tc_bo-Kampf-dunkel > * > * > * { border-color: #BB5544; }
.bo-Kampf-hell, tr.tc_bo-Kampf-hell > *, table.tr_bo-Kampf-hell > * > *, table.tc_bo-Kampf-hell > * > * > * { border-color: #DD9988; }
.bo-Kampf-hellplus, tr.tc_bo-Kampf-hellplus > *, table.tr_bo-Kampf-hellplus > * > *, table.tc_bo-Kampf-hellplus > * > * > * { border-color: #EECCCC; }
.bo-Flug-dunkelplus, tr.tc_bo-Flug-dunkelplus > *, table.tr_bo-Flug-dunkelplus > * > *, table.tc_bo-Flug-dunkelplus > * > * > * { border-color: #335588; }
.bo-Flug-dunkel, tr.tc_bo-Flug-dunkel > *, table.tr_bo-Flug-dunkel > * > *, table.tc_bo-Flug-dunkel > * > * > * { border-color: #6699FF; }
.bo-Flug-hell, tr.tc_bo-Flug-hell > *, table.tr_bo-Flug-hell > * > *, table.tc_bo-Flug-hell > * > * > * { border-color: #99BBFF; }
.bo-Flug-hellplus, tr.tc_bo-Flug-hellplus > *, table.tr_bo-Flug-hellplus > * > *, table.tc_bo-Flug-hellplus > * > * > * { border-color: #DDEEFF; }
.bo-Gift-dunkelplus, tr.tc_bo-Gift-dunkelplus > *, table.tr_bo-Gift-dunkelplus > * > *, table.tc_bo-Gift-dunkelplus > * > * > * { border-color: #662255; }
.bo-Gift-dunkel, tr.tc_bo-Gift-dunkel > *, table.tr_bo-Gift-dunkel > * > *, table.tc_bo-Gift-dunkel > * > * > * { border-color: #AA5599; }
.bo-Gift-hell, tr.tc_bo-Gift-hell > *, table.tr_bo-Gift-hell > * > *, table.tc_bo-Gift-hell > * > * > * { border-color: #CC88BB; }
.bo-Gift-hellplus, tr.tc_bo-Gift-hellplus > *, table.tr_bo-Gift-hellplus > * > *, table.tc_bo-Gift-hellplus > * > * > * { border-color: #EECCEE; }
.bo-Boden-dunkelplus, tr.tc_bo-Boden-dunkelplus > *, table.tr_bo-Boden-dunkelplus > * > *, table.tc_bo-Boden-dunkelplus > * > * > * { border-color: #776633; }
.bo-Boden-dunkel, tr.tc_bo-Boden-dunkel > *, table.tr_bo-Boden-dunkel > * > *, table.tc_bo-Boden-dunkel > * > * > * { border-color: #DDBB55; }
.bo-Boden-hell, tr.tc_bo-Boden-hell > *, table.tr_bo-Boden-hell > * > *, table.tc_bo-Boden-hell > * > * > * { border-color: #EFCD9A; }
.bo-Boden-hellplus, tr.tc_bo-Boden-hellplus > *, table.tr_bo-Boden-hellplus > * > *, table.tc_bo-Boden-hellplus > * > * > * { border-color: #FFEECC; }
.bo-Gestein-dunkelplus, tr.tc_bo-Gestein-dunkelplus > *, table.tr_bo-Gestein-dunkelplus > * > *, table.tc_bo-Gestein-dunkelplus > * > * > * { border-color: #665533; }
.bo-Gestein-dunkel, tr.tc_bo-Gestein-dunkel > *, table.tr_bo-Gestein-dunkel > * > *, table.tc_bo-Gestein-dunkel > * > * > * { border-color: #BBAA66; }
.bo-Gestein-hell, tr.tc_bo-Gestein-hell > *, table.tr_bo-Gestein-hell > * > *, table.tc_bo-Gestein-hell > * > * > * { border-color: #DDCC99; }
.bo-Gestein-hellplus, tr.tc_bo-Gestein-hellplus > *, table.tr_bo-Gestein-hellplus > * > *, table.tc_bo-Gestein-hellplus > * > * > * { border-color: #EEEEDD; }
.bo-Käfer-dunkelplus, tr.tc_bo-Käfer-dunkelplus > *, table.tr_bo-Käfer-dunkelplus > * > *, table.tc_bo-Käfer-dunkelplus > * > * > * { border-color: #666611; }
.bo-Käfer-dunkel, tr.tc_bo-Käfer-dunkel > *, table.tr_bo-Käfer-dunkel > * > *, table.tc_bo-Käfer-dunkel > * > * > * { border-color: #AABB22; }
.bo-Käfer-hell, tr.tc_bo-Käfer-hell > *, table.tr_bo-Käfer-hell > * > *, table.tc_bo-Käfer-hell > * > * > * { border-color: #CCDD66; }
.bo-Käfer-hellplus, tr.tc_bo-Käfer-hellplus > *, table.tr_bo-Käfer-hellplus > * > *, table.tc_bo-Käfer-hellplus > * > * > * { border-color: #EEEEBB; }
.bo-Geist-dunkelplus, tr.tc_bo-Geist-dunkelplus > *, table.tr_bo-Geist-dunkelplus > * > *, table.tc_bo-Geist-dunkelplus > * > * > * { border-color: #333366; }
.bo-Geist-dunkel, tr.tc_bo-Geist-dunkel > *, table.tr_bo-Geist-dunkel > * > *, table.tc_bo-Geist-dunkel > * > * > * { border-color: #6666BB; }
.bo-Geist-hell, tr.tc_bo-Geist-hell > *, table.tr_bo-Geist-hell > * > *, table.tc_bo-Geist-hell > * > * > * { border-color: #9999CC; }
.bo-Geist-hellplus, tr.tc_bo-Geist-hellplus > *, table.tr_bo-Geist-hellplus > * > *, table.tc_bo-Geist-hellplus > * > * > * { border-color: #DDDDEE; }
.bo-Elektro-dunkelplus, tr.tc_bo-Elektro-dunkelplus > *, table.tr_bo-Elektro-dunkelplus > * > *, table.tc_bo-Elektro-dunkelplus > * > * > * { border-color: #997711; }
.bo-Elektro-dunkel, tr.tc_bo-Elektro-dunkel > *, table.tr_bo-Elektro-dunkel > * > *, table.tc_bo-Elektro-dunkel > * > * > * { border-color: #FFCC33; }
.bo-Elektro-hell, tr.tc_bo-Elektro-hell > *, table.tr_bo-Elektro-hell > * > *, table.tc_bo-Elektro-hell > * > * > * { border-color: #FFDD77; }
.bo-Elektro-hellplus, tr.tc_bo-Elektro-hellplus > *, table.tr_bo-Elektro-hellplus > * > *, table.tc_bo-Elektro-hellplus > * > * > * { border-color: #FFEECC; }
.bo-Psycho-dunkelplus, tr.tc_bo-Psycho-dunkelplus > *, table.tr_bo-Psycho-dunkelplus > * > *, table.tc_bo-Psycho-dunkelplus > * > * > * { border-color: #993355; }
.bo-Psycho-dunkel, tr.tc_bo-Psycho-dunkel > *, table.tr_bo-Psycho-dunkel > * > *, table.tc_bo-Psycho-dunkel > * > * > * { border-color: #FF5599; }
.bo-Psycho-hell, tr.tc_bo-Psycho-hell > *, table.tr_bo-Psycho-hell > * > *, table.tc_bo-Psycho-hell > * > * > * { border-color: #FF99BB; }
.bo-Psycho-hellplus, tr.tc_bo-Psycho-hellplus > *, table.tr_bo-Psycho-hellplus > * > *, table.tc_bo-Psycho-hellplus > * > * > * { border-color: #FFCCDD; }
.bo-Eis-dunkelplus, tr.tc_bo-Eis-dunkelplus > *, table.tr_bo-Eis-dunkelplus > * > *, table.tc_bo-Eis-dunkelplus > * > * > * { border-color: #447788; }
.bo-Eis-dunkel, tr.tc_bo-Eis-dunkel > *, table.tr_bo-Eis-dunkel > * > *, table.tc_bo-Eis-dunkel > * > * > * { border-color: #83D4EF; }
.bo-Eis-hell, tr.tc_bo-Eis-hell > *, table.tr_bo-Eis-hell > * > *, table.tc_bo-Eis-hell > * > * > * { border-color: #B5E8F4; }
.bo-Eis-hellplus, tr.tc_bo-Eis-hellplus > *, table.tr_bo-Eis-hellplus > * > *, table.tc_bo-Eis-hellplus > * > * > * { border-color: #DDFFFF; }
.bo-Drache-dunkelplus, tr.tc_bo-Drache-dunkelplus > *, table.tr_bo-Drache-dunkelplus > * > *, table.tc_bo-Drache-dunkelplus > * > * > * { border-color: #443388; }
.bo-Drache-dunkel, tr.tc_bo-Drache-dunkel > *, table.tr_bo-Drache-dunkel > * > *, table.tc_bo-Drache-dunkel > * > * > * { border-color: #7766EE; }
.bo-Drache-hell, tr.tc_bo-Drache-hell > *, table.tr_bo-Drache-hell > * > *, table.tc_bo-Drache-hell > * > * > * { border-color: #AA99EE; }
.bo-Drache-hellplus, tr.tc_bo-Drache-hellplus > *, table.tr_bo-Drache-hellplus > * > *, table.tc_bo-Drache-hellplus > * > * > * { border-color: #DDDDFF; }
.bo-Unlicht-dunkelplus, tr.tc_bo-Unlicht-dunkelplus > *, table.tr_bo-Unlicht-dunkelplus > * > *, table.tc_bo-Unlicht-dunkelplus > * > * > * { border-color: #453423; }
.bo-Unlicht-dunkel, tr.tc_bo-Unlicht-dunkel > *, table.tr_bo-Unlicht-dunkel > * > *, table.tc_bo-Unlicht-dunkel > * > * > * { border-color: #775544; }
.bo-Unlicht-hell, tr.tc_bo-Unlicht-hell > *, table.tr_bo-Unlicht-hell > * > *, table.tc_bo-Unlicht-hell > * > * > * { border-color: #AA9988; }
.bo-Unlicht-hellplus, tr.tc_bo-Unlicht-hellplus > *, table.tr_bo-Unlicht-hellplus > * > *, table.tc_bo-Unlicht-hellplus > * > * > * { border-color: #E2D3D3; }
.bo-Stahl-dunkelplus, tr.tc_bo-Stahl-dunkelplus > *, table.tr_bo-Stahl-dunkelplus > * > *, table.tc_bo-Stahl-dunkelplus > * > * > * { border-color: #555566; }
.bo-Stahl-dunkel, tr.tc_bo-Stahl-dunkel > *, table.tr_bo-Stahl-dunkel > * > *, table.tc_bo-Stahl-dunkel > * > * > * { border-color: #AAAABB; }
.bo-Stahl-hell, tr.tc_bo-Stahl-hell > *, table.tr_bo-Stahl-hell > * > *, table.tc_bo-Stahl-hell > * > * > * { border-color: #CCCCCC; }
.bo-Stahl-hellplus, tr.tc_bo-Stahl-hellplus > *, table.tr_bo-Stahl-hellplus > * > *, table.tc_bo-Stahl-hellplus > * > * > * { border-color: #ECECEC; }
.bo-Fee-dunkelplus, tr.tc_bo-Fee-dunkelplus > *, table.tr_bo-Fee-dunkelplus > * > *, table.tc_bo-Fee-dunkelplus > * > * > * { border-color: #996688; }
.bo-Fee-dunkel, tr.tc_bo-Fee-dunkel > *, table.tr_bo-Fee-dunkel > * > *, table.tc_bo-Fee-dunkel > * > * > * { border-color: #FFAAFF; }
.bo-Fee-hell, tr.tc_bo-Fee-hell > *, table.tr_bo-Fee-hell > * > *, table.tc_bo-Fee-hell > * > * > * { border-color: #FFCCFF; }
.bo-Fee-hellplus, tr.tc_bo-Fee-hellplus > *, table.tr_bo-Fee-hellplus > * > *, table.tc_bo-Fee-hellplus > * > * > * { border-color: #FFEEFF; }