Template:STF/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 323: | Line 323: | ||
.table > tbody > tr.soul:nth-child(odd){ | .table > tbody > tr.soul:nth-child(odd){ | ||
background-color:#fbf5ea | 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 > *{ | |||
color:#FFF !important; | |||
background-image:linear-gradient(#42ff42 0%,#050 100%); | |||
border-color:#030 !important | |||
} | |||
.table.unique > * > tr > th{ | |||
background-color:#42ff42; | |||
border-color:#050 | |||
} | |||
.table.unique > tbody > tr:nth-child(odd){ | |||
background-color:#f5fff5 | |||
} | |||
.table > * > tr.unique > th{ | |||
background-color:#42ff42; | |||
border-color:#050 | |||
} | |||
.table > tbody > tr.unique:nth-child(odd){ | |||
background-color:#f5fff5 | |||
} | } | ||
Revision as of 14:20, 3 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:#F3F3F3;
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.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(#F97 0%,#d30 100%);
border-color:#931 !important
}
.table.rare > * > tr > th{
background-color:#F97;
border-color:#d30
}
.table.rare > tbody > tr:nth-child(odd){
background-color:#ffece5
}
.table > * > tr.rare > th{
background-color:#F97;
border-color:#d30
}
.table > tbody > tr.rare:nth-child(odd){
background-color:#ffece5
}
.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 > *{
color:#FFF !important;
background-image:linear-gradient(#42ff42 0%,#050 100%);
border-color:#030 !important
}
.table.unique > * > tr > th{
background-color:#42ff42;
border-color:#050
}
.table.unique > tbody > tr:nth-child(odd){
background-color:#f5fff5
}
.table > * > tr.unique > th{
background-color:#42ff42;
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
}