Template:STF/styles.css: Difference between revisions
(Created page with ".table.normal > :first-child > tr:first-child, .table.normal > :first-child > tr:first-child > *, .table.normal > * > tr.heading, .table.normal > * > tr.heading > *{ background-color:#888 !important; border-color:#6D6D6D !important } .table.normal > * > tr > th{ background-color:#CCC; border-color:#AAA } .table.normal > tbody > tr:nth-child(odd){ background-color:#EEE } .table.location > :first-child > tr:first-child, .table.location > :first-child > tr:firs...") |
No edit summary |
||
(69 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
table.table > :first-child > tr:first-child, | |||
table.table > :first-child > tr:first-child > *, | |||
.table > tbody > tr > *{ | |||
border:1px solid #000 !important | |||
} | |||
.table{ | |||
border-collapse:collapse !important | |||
} | |||
.table{ | |||
border:0 solid; | |||
border-collapse:collapse; | |||
border-spacing:0; | |||
font-size:0.9230769231em; | |||
text-align:left; | |||
clear:none; | |||
position:relative; | |||
display:inline-block; | |||
vertical-align:top; | |||
margin:10px 0; | |||
padding:0 | |||
} | |||
.table::after{ | |||
content:""; | |||
position:absolute; | |||
width:100%; | |||
left:0; | |||
height:3px; | |||
background-size:100% 3px | |||
} | |||
.table::after{ | |||
bottom:-3px | |||
} | |||
.table > caption{ | |||
font-weight:bold | |||
} | |||
.table tr{ | |||
text-align:left; | |||
border-color:#AAA | |||
} | |||
.table > * > tr > :first-child{ | |||
border-left:1px solid #AAA | |||
} | |||
.table > * > tr > :last-child{ | |||
border-right:1px solid #AAA | |||
} | |||
.table > tbody > tr:last-child, | |||
.table > tbody > tr:last-child > *, | |||
.table > tfoot > tr:last-child > *{ | |||
border-bottom:1px solid #AAA | |||
} | |||
.table > tbody:first-child > tr:first-child > *, | |||
.table > tbody > tr.heading > *, | |||
.table > thead > tr:first-child > *{ | |||
background-color:#EEE; | |||
border-color:#AAA; | |||
padding:0.5em | |||
} | |||
.table > tbody > tr > th, | |||
.table > tbody > tr > td, | |||
.table > tfoot > tr > th{ | |||
line-height:1.667em; | |||
padding:0.25em 0.5em | |||
} | |||
.table tr > th, | |||
.table[class*="center"] tr{ | |||
text-align:center | |||
} | |||
.table[class*="left"] tr{ | |||
text-align:left | |||
} | |||
.table[class*="right"] tr{ | |||
text-align:right | |||
} | |||
.table[class*="middle"] tr{ | |||
vertical-align:middle | |||
} | |||
.table[class*="top"] tr{ | |||
vertical-align:top | |||
} | |||
.table[class*="bottom"] tr{ | |||
vertical-align:bottom | |||
} | |||
.table > :first-child > tr:first-child, | |||
.table > tbody > tr.heading{ | |||
background-color:#EEE; | |||
border:1px solid #AAA !important | |||
} | |||
.table > tbody > tr > th, | |||
.table > tfoot > tr > th{ | |||
background-color:#E7E7E7; | |||
border-color:#AAA | |||
} | |||
.table > tbody > tr:nth-child(odd){ | |||
background-color:#EEE; | |||
border-color:#AAA | |||
} | |||
.table > tbody, | |||
.table > tbody > tr.heading, | |||
.table > thead > tr, | |||
.table > tbody > tr > [rowspan], | |||
.table > tbody > tr > [colspan]{ | |||
border:1px solid #AAA | |||
} | |||
.table > :first-child > tr:first-child + tr [rowspan], | |||
.table > :first-child > tr:first-child + tr [colspan]{ | |||
border-top-width:0 | |||
} | |||
.table .line, | |||
.table .line-bottom{ | |||
border-bottom-width:1px !important; | |||
border-bottom-style:solid | |||
} | |||
.table .line-top{ | |||
border-top-width:1px !important; | |||
border-top-style:solid; | |||
border-top-color:#AAA | |||
} | |||
.table .line-left{ | |||
border-left-width:1px !important; | |||
border-left-style:solid; | |||
border-left-color:#AAA | |||
} | |||
.table .line-right{ | |||
border-right-width:1px !important; | |||
border-right-style:solid; | |||
border-right-color:#AAA | |||
} | |||
.table table{ | |||
background-color:transparent; | |||
padding:0; | |||
margin:0 | |||
} | |||
dl + table.table{ | |||
margin-top:0 | |||
} | |||
.table[class*="center"]::after, | |||
.table.noshadowafter::after{ | |||
background-image:none | |||
} | |||
.table.archer > :first-child > tr:first-child, | |||
.table.archer > :first-child > tr:first-child > *, | |||
.table.archer > * > tr.heading, | |||
.table.archer > * > tr.heading > *{ | |||
background-image:linear-gradient(#7aa 0%,#588 100%); | |||
border-color:#466 !important | |||
} | |||
.table.archer > * > tr > th{ | |||
background-color:#7aa; | |||
border-color:#588 | |||
} | |||
.table.archer > tbody > tr:nth-child(odd){ | |||
background-color:#dee | |||
} | |||
.table > * > tr.archer > th{ | |||
background-color:#7aa; | |||
border-color:#588 | |||
} | |||
.table > tbody > tr.archer:nth-child(odd){ | |||
background-color:#dee | |||
} | |||
.table.cleric > :first-child > tr:first-child, | |||
.table.cleric > :first-child > tr:first-child > *, | |||
.table.cleric > * > tr.heading, | |||
.table.cleric > * > tr.heading > *{ | |||
background-image:linear-gradient(#ff8 0%,#ed4 100%); | |||
border-color:#fe8 !important | |||
} | |||
.table.cleric > * > tr > th{ | |||
background-color:#ff8; | |||
border-color:#ed4 | |||
} | |||
.table.cleric > tbody > tr:nth-child(odd){ | |||
background-color:#ffe | |||
} | |||
.table > * > tr.cleric > th{ | |||
background-color:#ff8; | |||
border-color:#ed4 | |||
} | |||
.table > tbody > tr.cleric:nth-child(odd){ | |||
background-color:#ffe | |||
} | |||
.table.knight > :first-child > tr:first-child, | |||
.table.knight > :first-child > tr:first-child > *, | |||
.table.knight > * > tr.heading, | |||
.table.knight > * > tr.heading > *{ | |||
color:#FFF !important; | |||
background-image:linear-gradient(#57e 0%,#015 100%); | |||
border-color:#113 !important | |||
} | |||
.table.knight > * > tr > th{ | |||
background-color:#57e; | |||
border-color:#015 | |||
} | |||
.table.knight > tbody > tr:nth-child(odd){ | |||
background-color:#eef | |||
} | |||
.table > * > tr.knight > th{ | |||
color:#FFF !important; | |||
background-color:#57e; | |||
border-color:#015 | |||
} | |||
.table > tbody > tr.knight:nth-child(odd){ | |||
background-color:#eef | |||
} | |||
.table.paladin > :first-child > tr:first-child, | |||
.table.paladin > :first-child > tr:first-child > *, | |||
.table.paladin > * > tr.heading, | |||
.table.paladin > * > tr.heading > *{ | |||
color:#FFF !important; | |||
background-image:linear-gradient(#9c8bb0 0%,#645278 100%); | |||
border-color:#7c609c !important | |||
} | |||
.table.paladin > * > tr > th{ | |||
background-color:#9c8bb0; | |||
border-color:#645278 | |||
} | |||
.table.paladin > tbody > tr:nth-child(odd){ | |||
background-color:#f2eef7 | |||
} | |||
.table > * > tr.paladin > th{ | |||
color:#FFF !important; | |||
background-color:#9c8bb0; | |||
border-color:#645278 | |||
} | |||
.table > tbody > tr.paladin:nth-child(odd){ | |||
background-color:#f2eef7 | |||
} | |||
.table.summoner > :first-child > tr:first-child, | |||
.table.summoner > :first-child > tr:first-child > *, | |||
.table.summoner > * > tr.heading, | |||
.table.summoner > * > tr.heading > *{ | |||
background-image:linear-gradient(#8cd0d5 0%,#3d9fa5 100%); | |||
border-color:#4bc7cf !important | |||
} | |||
.table.summoner > * > tr > th{ | |||
background-color:#8cd0d5; | |||
border-color:#3d9fa5 | |||
} | |||
.table.summoner > tbody > tr:nth-child(odd){ | |||
background-color:#effafb | |||
} | |||
.table > * > tr.summoner > th{ | |||
background-color:#8cd0d5; | |||
border-color:#3d9fa5 | |||
} | |||
.table > tbody > tr.summoner:nth-child(odd){ | |||
background-color:#effafb | |||
} | |||
.table.warrior > :first-child > tr:first-child, | |||
.table.warrior > :first-child > tr:first-child > *, | |||
.table.warrior > * > tr.heading, | |||
.table.warrior > * > tr.heading > *{ | |||
background-image:linear-gradient(#ffb466 0%,#994e00 100%); | |||
border-color:#f4a460 !important | |||
} | |||
.table.warrior > * > tr > th{ | |||
background-color:#ffb466; | |||
border-color:#994e00 | |||
} | |||
.table.warrior > tbody > tr:nth-child(odd){ | |||
background-color:#faf0e6 | |||
} | |||
.table > * > tr.warrior > th{ | |||
background-color:#ffb466; | |||
border-color:#994e00 | |||
} | |||
.table > tbody > tr.warrior:nth-child(odd){ | |||
background-color:#faf0e6 | |||
} | |||
.table.wizard > :first-child > tr:first-child, | |||
.table.wizard > :first-child > tr:first-child > *, | |||
.table.wizard > * > tr.heading, | |||
.table.wizard > * > tr.heading > *{ | |||
color:#FFF !important; | |||
background-image:linear-gradient(#ff4500 0%,#802300 100%); | |||
border-color:#b84114 !important | |||
} | |||
.table.wizard > * > tr > th{ | |||
background-color:#ff4500; | |||
border-color:#802300 | |||
} | |||
.table.wizard > tbody > tr:nth-child(odd){ | |||
background-color:#ffece5 | |||
} | |||
.table > * > tr.wizard > th{ | |||
background-color:#ff4500; | |||
border-color:#802300 | |||
} | |||
.table > tbody > tr.wizard:nth-child(odd){ | |||
background-color:#ffece5 | |||
} | |||
.table.normal > :first-child > tr:first-child, | .table.normal > :first-child > tr:first-child, | ||
.table.normal > :first-child > tr:first-child > *, | .table.normal > :first-child > tr:first-child > *, | ||
.table.normal > * > tr.heading, | .table.normal > * > tr.heading, | ||
.table.normal > * > tr.heading > *{ | .table.normal > * > tr.heading > *{ | ||
color:#FFF !important; | |||
border-color: | background-image:linear-gradient(360deg,#666 0%, #CCC 100%); | ||
border-color:black !important | |||
} | } | ||
.table.normal > * > tr > th{ | .table.normal > * > tr > th{ | ||
background-color:# | background-color:#AAA; | ||
border-color: | border-color:black | ||
} | } | ||
.table.normal > tbody > tr:nth-child(odd){ | .table.normal > tbody > tr:nth-child(odd){ | ||
background-color:#EEE | background-color:#EEE | ||
} | |||
.table > * > tr.normal > th{ | |||
background-color:#AAA; | |||
border-color:black | |||
} | |||
.table > tbody > tr.normal:nth-child(odd){ | |||
background-color:#EEE | |||
} | |||
.table.magic > :first-child > tr:first-child, | |||
.table.magic > :first-child > tr:first-child > *, | |||
.table.magic > * > tr.heading, | |||
.table.magic > * > tr.heading > *{ | |||
background-image:linear-gradient(#0FF 0%, #088 100%); | |||
border-color:#1bb !important | |||
} | |||
.table.magic > * > tr > th{ | |||
background-color:#0FF; | |||
border-color:#088 | |||
} | |||
.table.magic > tbody > tr:nth-child(odd){ | |||
background-color:#ebffff | |||
} | |||
.table > * > tr.magic > th{ | |||
background-color:#0FF; | |||
border-color:#088 | |||
} | |||
.table > tbody > tr.magic:nth-child(odd){ | |||
background-color:#ebffff | |||
} | |||
.table.rare > :first-child > tr:first-child, | |||
.table.rare > :first-child > tr:first-child > *, | |||
.table.rare > * > tr.heading, | |||
.table.rare > * > tr.heading > *{ | |||
background-image:linear-gradient(#ee5 0%,#bb1 100%); | |||
border-color:#ff0 !important | |||
} | |||
.table.rare > * > tr > th{ | |||
background-color:#ee5; | |||
border-color:#bb1 | |||
} | |||
.table.rare > tbody > tr:nth-child(odd){ | |||
background-color:#ffffe0 | |||
} | |||
.table > * > tr.rare > th{ | |||
background-color:#ee5; | |||
border-color:#bb1 | |||
} | |||
.table > tbody > tr.rare:nth-child(odd){ | |||
background-color:#ffffe0 | |||
} | |||
.table.soul > :first-child > tr:first-child, | |||
.table.soul > :first-child > tr:first-child > *, | |||
.table.soul > * > tr.heading, | |||
.table.soul > * > tr.heading > *{ | |||
color:#FFF !important; | |||
background-image:linear-gradient(#DAA949 0%,#751 100%); | |||
border-color:#541 !important | |||
} | |||
.table.soul > * > tr > th{ | |||
background-color:#DAA949; | |||
border-color:#751 | |||
} | |||
.table.soul > tbody > tr:nth-child(odd){ | |||
background-color:#fbf5ea | |||
} | |||
.table > * > tr.soul > th{ | |||
background-color:#DAA949; | |||
border-color:#751 | |||
} | |||
.table > tbody > tr.soul:nth-child(odd){ | |||
background-color:#fbf5ea | |||
} | |||
.table.unique > :first-child > tr:first-child, | |||
.table.unique > :first-child > tr:first-child > *, | |||
.table.unique > * > tr.heading, | |||
.table.unique > * > tr.heading > *{ | |||
background-image:linear-gradient(#0fff0f 0%,#050 100%); | |||
border-color:#030 !important | |||
} | |||
.table.unique > * > tr > th{ | |||
background-color:#0fff0f; | |||
border-color:#050 | |||
} | |||
.table.unique > tbody > tr:nth-child(odd){ | |||
background-color:#f5fff5 | |||
} | |||
.table > * > tr.unique > th{ | |||
background-color:#0fff0f; | |||
border-color:#050 | |||
} | |||
.table > tbody > tr.unique:nth-child(odd){ | |||
background-color:#f5fff5 | |||
} | |||
.table.crafting > :first-child > tr:first-child, | |||
.table.crafting > :first-child > tr:first-child > *, | |||
.table.crafting > * > tr.heading, | |||
.table.crafting > * > tr.heading > *{ | |||
background-image:linear-gradient(#eca 0%,#ca7 100%); | |||
border-color:#a85 !important | |||
} | |||
.table.crafting > * > tr > th{ | |||
background-color:#eca; | |||
border-color:#A38FB8 | |||
} | |||
.table.crafting > tbody > tr:nth-child(odd){ | |||
background-color:#fff5eb | |||
} | |||
.table > * > tr.crafting > th{ | |||
background-color:#eca; | |||
border-color:#A38FB8 | |||
} | |||
.table > tbody > tr.crafting:nth-child(odd){ | |||
background-color:#fff5eb | |||
} | } | ||
Line 20: | Line 464: | ||
.table.location > * > tr.heading, | .table.location > * > tr.heading, | ||
.table.location > * > tr.heading > *{ | .table.location > * > tr.heading > *{ | ||
background- | background-image:linear-gradient(#CCB3E6 0%,#A38FB8 100%); | ||
border-color:#7A52A3 !important | border-color:#7A52A3 !important | ||
} | } | ||
Line 29: | Line 473: | ||
.table.location > tbody > tr:nth-child(odd){ | .table.location > tbody > tr:nth-child(odd){ | ||
background-color:#F0E8F8 | background-color:#F0E8F8 | ||
} | |||
.table > * > tr.location > th{ | |||
background-color:#CCB3E6; | |||
border-color:#A38FB8 | |||
} | |||
.table > tbody > tr.location:nth-child(odd){ | |||
background-color:#F0E8F8 | |||
} | |||
.table.npc > :first-child > tr:first-child, | |||
.table.npc > :first-child > tr:first-child > *, | |||
.table.npc > * > tr.heading, | |||
.table.npc > * > tr.heading > *{ | |||
color:#FFF !important; | |||
background-image:linear-gradient(#094 0%,#050 100%); | |||
border-color:#390 !important | |||
} | |||
.table.npc > * > tr > th{ | |||
background-color:#390; | |||
border-color:#050 | |||
} | |||
.table.npc > tbody > tr:nth-child(odd){ | |||
background-color:#f7fdfa | |||
} | |||
.table > * > tr.npc > th{ | |||
background-color:#390; | |||
border-color:#050 | |||
} | |||
.table > tbody > tr.npc:nth-child(odd){ | |||
background-color:#f7fdfa | |||
} | |||
.table.quest > :first-child > tr:first-child, | |||
.table.quest > :first-child > tr:first-child > *, | |||
.table.quest > * > tr.heading, | |||
.table.quest > * > tr.heading > *{ | |||
background-image:linear-gradient(360deg,#960 0%,#E90 100%); | |||
border-color:#E90 !important | |||
} | |||
.table.quest > * > tr > th{ | |||
background-color:#E90; | |||
border-color:#960 | |||
} | |||
.table.quest > tbody > tr:nth-child(odd){ | |||
background-color:#fffaf0 | |||
} | |||
.table > * > tr.quest > th{ | |||
background-color:#E90; | |||
border-color:#960 | |||
} | |||
.table > tbody > tr.quest:nth-child(odd){ | |||
background-color:#fffaf0 | |||
} | } |
Latest revision as of 15:54, 7 October 2024
table.table > :first-child > tr:first-child,
table.table > :first-child > tr:first-child > *,
.table > tbody > tr > *{
border:1px solid #000 !important
}
.table{
border-collapse:collapse !important
}
.table{
border:0 solid;
border-collapse:collapse;
border-spacing:0;
font-size:0.9230769231em;
text-align:left;
clear:none;
position:relative;
display:inline-block;
vertical-align:top;
margin:10px 0;
padding:0
}
.table::after{
content:"";
position:absolute;
width:100%;
left:0;
height:3px;
background-size:100% 3px
}
.table::after{
bottom:-3px
}
.table > caption{
font-weight:bold
}
.table tr{
text-align:left;
border-color:#AAA
}
.table > * > tr > :first-child{
border-left:1px solid #AAA
}
.table > * > tr > :last-child{
border-right:1px solid #AAA
}
.table > tbody > tr:last-child,
.table > tbody > tr:last-child > *,
.table > tfoot > tr:last-child > *{
border-bottom:1px solid #AAA
}
.table > tbody:first-child > tr:first-child > *,
.table > tbody > tr.heading > *,
.table > thead > tr:first-child > *{
background-color:#EEE;
border-color:#AAA;
padding:0.5em
}
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th{
line-height:1.667em;
padding:0.25em 0.5em
}
.table tr > th,
.table[class*="center"] tr{
text-align:center
}
.table[class*="left"] tr{
text-align:left
}
.table[class*="right"] tr{
text-align:right
}
.table[class*="middle"] tr{
vertical-align:middle
}
.table[class*="top"] tr{
vertical-align:top
}
.table[class*="bottom"] tr{
vertical-align:bottom
}
.table > :first-child > tr:first-child,
.table > tbody > tr.heading{
background-color:#EEE;
border:1px solid #AAA !important
}
.table > tbody > tr > th,
.table > tfoot > tr > th{
background-color:#E7E7E7;
border-color:#AAA
}
.table > tbody > tr:nth-child(odd){
background-color:#EEE;
border-color:#AAA
}
.table > tbody,
.table > tbody > tr.heading,
.table > thead > tr,
.table > tbody > tr > [rowspan],
.table > tbody > tr > [colspan]{
border:1px solid #AAA
}
.table > :first-child > tr:first-child + tr [rowspan],
.table > :first-child > tr:first-child + tr [colspan]{
border-top-width:0
}
.table .line,
.table .line-bottom{
border-bottom-width:1px !important;
border-bottom-style:solid
}
.table .line-top{
border-top-width:1px !important;
border-top-style:solid;
border-top-color:#AAA
}
.table .line-left{
border-left-width:1px !important;
border-left-style:solid;
border-left-color:#AAA
}
.table .line-right{
border-right-width:1px !important;
border-right-style:solid;
border-right-color:#AAA
}
.table table{
background-color:transparent;
padding:0;
margin:0
}
dl + table.table{
margin-top:0
}
.table[class*="center"]::after,
.table.noshadowafter::after{
background-image:none
}
.table.archer > :first-child > tr:first-child,
.table.archer > :first-child > tr:first-child > *,
.table.archer > * > tr.heading,
.table.archer > * > tr.heading > *{
background-image:linear-gradient(#7aa 0%,#588 100%);
border-color:#466 !important
}
.table.archer > * > tr > th{
background-color:#7aa;
border-color:#588
}
.table.archer > tbody > tr:nth-child(odd){
background-color:#dee
}
.table > * > tr.archer > th{
background-color:#7aa;
border-color:#588
}
.table > tbody > tr.archer:nth-child(odd){
background-color:#dee
}
.table.cleric > :first-child > tr:first-child,
.table.cleric > :first-child > tr:first-child > *,
.table.cleric > * > tr.heading,
.table.cleric > * > tr.heading > *{
background-image:linear-gradient(#ff8 0%,#ed4 100%);
border-color:#fe8 !important
}
.table.cleric > * > tr > th{
background-color:#ff8;
border-color:#ed4
}
.table.cleric > tbody > tr:nth-child(odd){
background-color:#ffe
}
.table > * > tr.cleric > th{
background-color:#ff8;
border-color:#ed4
}
.table > tbody > tr.cleric:nth-child(odd){
background-color:#ffe
}
.table.knight > :first-child > tr:first-child,
.table.knight > :first-child > tr:first-child > *,
.table.knight > * > tr.heading,
.table.knight > * > tr.heading > *{
color:#FFF !important;
background-image:linear-gradient(#57e 0%,#015 100%);
border-color:#113 !important
}
.table.knight > * > tr > th{
background-color:#57e;
border-color:#015
}
.table.knight > tbody > tr:nth-child(odd){
background-color:#eef
}
.table > * > tr.knight > th{
color:#FFF !important;
background-color:#57e;
border-color:#015
}
.table > tbody > tr.knight:nth-child(odd){
background-color:#eef
}
.table.paladin > :first-child > tr:first-child,
.table.paladin > :first-child > tr:first-child > *,
.table.paladin > * > tr.heading,
.table.paladin > * > tr.heading > *{
color:#FFF !important;
background-image:linear-gradient(#9c8bb0 0%,#645278 100%);
border-color:#7c609c !important
}
.table.paladin > * > tr > th{
background-color:#9c8bb0;
border-color:#645278
}
.table.paladin > tbody > tr:nth-child(odd){
background-color:#f2eef7
}
.table > * > tr.paladin > th{
color:#FFF !important;
background-color:#9c8bb0;
border-color:#645278
}
.table > tbody > tr.paladin:nth-child(odd){
background-color:#f2eef7
}
.table.summoner > :first-child > tr:first-child,
.table.summoner > :first-child > tr:first-child > *,
.table.summoner > * > tr.heading,
.table.summoner > * > tr.heading > *{
background-image:linear-gradient(#8cd0d5 0%,#3d9fa5 100%);
border-color:#4bc7cf !important
}
.table.summoner > * > tr > th{
background-color:#8cd0d5;
border-color:#3d9fa5
}
.table.summoner > tbody > tr:nth-child(odd){
background-color:#effafb
}
.table > * > tr.summoner > th{
background-color:#8cd0d5;
border-color:#3d9fa5
}
.table > tbody > tr.summoner:nth-child(odd){
background-color:#effafb
}
.table.warrior > :first-child > tr:first-child,
.table.warrior > :first-child > tr:first-child > *,
.table.warrior > * > tr.heading,
.table.warrior > * > tr.heading > *{
background-image:linear-gradient(#ffb466 0%,#994e00 100%);
border-color:#f4a460 !important
}
.table.warrior > * > tr > th{
background-color:#ffb466;
border-color:#994e00
}
.table.warrior > tbody > tr:nth-child(odd){
background-color:#faf0e6
}
.table > * > tr.warrior > th{
background-color:#ffb466;
border-color:#994e00
}
.table > tbody > tr.warrior:nth-child(odd){
background-color:#faf0e6
}
.table.wizard > :first-child > tr:first-child,
.table.wizard > :first-child > tr:first-child > *,
.table.wizard > * > tr.heading,
.table.wizard > * > tr.heading > *{
color:#FFF !important;
background-image:linear-gradient(#ff4500 0%,#802300 100%);
border-color:#b84114 !important
}
.table.wizard > * > tr > th{
background-color:#ff4500;
border-color:#802300
}
.table.wizard > tbody > tr:nth-child(odd){
background-color:#ffece5
}
.table > * > tr.wizard > th{
background-color:#ff4500;
border-color:#802300
}
.table > tbody > tr.wizard:nth-child(odd){
background-color:#ffece5
}
.table.normal > :first-child > tr:first-child,
.table.normal > :first-child > tr:first-child > *,
.table.normal > * > tr.heading,
.table.normal > * > tr.heading > *{
color:#FFF !important;
background-image:linear-gradient(360deg,#666 0%, #CCC 100%);
border-color:black !important
}
.table.normal > * > tr > th{
background-color:#AAA;
border-color:black
}
.table.normal > tbody > tr:nth-child(odd){
background-color:#EEE
}
.table > * > tr.normal > th{
background-color:#AAA;
border-color:black
}
.table > tbody > tr.normal:nth-child(odd){
background-color:#EEE
}
.table.magic > :first-child > tr:first-child,
.table.magic > :first-child > tr:first-child > *,
.table.magic > * > tr.heading,
.table.magic > * > tr.heading > *{
background-image:linear-gradient(#0FF 0%, #088 100%);
border-color:#1bb !important
}
.table.magic > * > tr > th{
background-color:#0FF;
border-color:#088
}
.table.magic > tbody > tr:nth-child(odd){
background-color:#ebffff
}
.table > * > tr.magic > th{
background-color:#0FF;
border-color:#088
}
.table > tbody > tr.magic:nth-child(odd){
background-color:#ebffff
}
.table.rare > :first-child > tr:first-child,
.table.rare > :first-child > tr:first-child > *,
.table.rare > * > tr.heading,
.table.rare > * > tr.heading > *{
background-image:linear-gradient(#ee5 0%,#bb1 100%);
border-color:#ff0 !important
}
.table.rare > * > tr > th{
background-color:#ee5;
border-color:#bb1
}
.table.rare > tbody > tr:nth-child(odd){
background-color:#ffffe0
}
.table > * > tr.rare > th{
background-color:#ee5;
border-color:#bb1
}
.table > tbody > tr.rare:nth-child(odd){
background-color:#ffffe0
}
.table.soul > :first-child > tr:first-child,
.table.soul > :first-child > tr:first-child > *,
.table.soul > * > tr.heading,
.table.soul > * > tr.heading > *{
color:#FFF !important;
background-image:linear-gradient(#DAA949 0%,#751 100%);
border-color:#541 !important
}
.table.soul > * > tr > th{
background-color:#DAA949;
border-color:#751
}
.table.soul > tbody > tr:nth-child(odd){
background-color:#fbf5ea
}
.table > * > tr.soul > th{
background-color:#DAA949;
border-color:#751
}
.table > tbody > tr.soul:nth-child(odd){
background-color:#fbf5ea
}
.table.unique > :first-child > tr:first-child,
.table.unique > :first-child > tr:first-child > *,
.table.unique > * > tr.heading,
.table.unique > * > tr.heading > *{
background-image:linear-gradient(#0fff0f 0%,#050 100%);
border-color:#030 !important
}
.table.unique > * > tr > th{
background-color:#0fff0f;
border-color:#050
}
.table.unique > tbody > tr:nth-child(odd){
background-color:#f5fff5
}
.table > * > tr.unique > th{
background-color:#0fff0f;
border-color:#050
}
.table > tbody > tr.unique:nth-child(odd){
background-color:#f5fff5
}
.table.crafting > :first-child > tr:first-child,
.table.crafting > :first-child > tr:first-child > *,
.table.crafting > * > tr.heading,
.table.crafting > * > tr.heading > *{
background-image:linear-gradient(#eca 0%,#ca7 100%);
border-color:#a85 !important
}
.table.crafting > * > tr > th{
background-color:#eca;
border-color:#A38FB8
}
.table.crafting > tbody > tr:nth-child(odd){
background-color:#fff5eb
}
.table > * > tr.crafting > th{
background-color:#eca;
border-color:#A38FB8
}
.table > tbody > tr.crafting:nth-child(odd){
background-color:#fff5eb
}
.table.location > :first-child > tr:first-child,
.table.location > :first-child > tr:first-child > *,
.table.location > * > tr.heading,
.table.location > * > tr.heading > *{
background-image:linear-gradient(#CCB3E6 0%,#A38FB8 100%);
border-color:#7A52A3 !important
}
.table.location > * > tr > th{
background-color:#CCB3E6;
border-color:#A38FB8
}
.table.location > tbody > tr:nth-child(odd){
background-color:#F0E8F8
}
.table > * > tr.location > th{
background-color:#CCB3E6;
border-color:#A38FB8
}
.table > tbody > tr.location:nth-child(odd){
background-color:#F0E8F8
}
.table.npc > :first-child > tr:first-child,
.table.npc > :first-child > tr:first-child > *,
.table.npc > * > tr.heading,
.table.npc > * > tr.heading > *{
color:#FFF !important;
background-image:linear-gradient(#094 0%,#050 100%);
border-color:#390 !important
}
.table.npc > * > tr > th{
background-color:#390;
border-color:#050
}
.table.npc > tbody > tr:nth-child(odd){
background-color:#f7fdfa
}
.table > * > tr.npc > th{
background-color:#390;
border-color:#050
}
.table > tbody > tr.npc:nth-child(odd){
background-color:#f7fdfa
}
.table.quest > :first-child > tr:first-child,
.table.quest > :first-child > tr:first-child > *,
.table.quest > * > tr.heading,
.table.quest > * > tr.heading > *{
background-image:linear-gradient(360deg,#960 0%,#E90 100%);
border-color:#E90 !important
}
.table.quest > * > tr > th{
background-color:#E90;
border-color:#960
}
.table.quest > tbody > tr:nth-child(odd){
background-color:#fffaf0
}
.table > * > tr.quest > th{
background-color:#E90;
border-color:#960
}
.table > tbody > tr.quest:nth-child(odd){
background-color:#fffaf0
}