MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 99: | Line 99: | ||
.table-bg-always, | .table-bg-always, | ||
.table-bg-blue { | .table-bg-blue { | ||
background: color-mix(in srgb, #3288bd, transparent 50%) !important; | background-color: color-mix(in srgb, #3288bd, transparent 50%) !important; | ||
} | } | ||
.table-bg-common, | .table-bg-common, | ||
.table-bg-green { | .table-bg-green { | ||
background: color-mix(in srgb, #abdda4, transparent 50%) !important; | background-color: color-mix(in srgb, #abdda4, transparent 50%) !important; | ||
} | } | ||
.table-bg-uncommon, | .table-bg-uncommon, | ||
.table-bg-yellow { | .table-bg-yellow { | ||
background: color-mix(in srgb, #fee08b, transparent 50%) !important; | background-color: color-mix(in srgb, #fee08b, transparent 50%) !important; | ||
} | } | ||
.table-bg-rare, | .table-bg-rare, | ||
.table-bg-orange { | .table-bg-orange { | ||
background: color-mix(in srgb, #f46d43, transparent 50%) !important; | background-color: color-mix(in srgb, #f46d43, transparent 50%) !important; | ||
} | } | ||
.table-bg-veryrare, | .table-bg-veryrare, | ||
.table-bg-red { | .table-bg-red { | ||
background: color-mix(in srgb, #d53e4f, transparent 50%) !important; | background-color: color-mix(in srgb, #d53e4f, transparent 50%) !important; | ||
} | } | ||
.table-bg-ultrarare, | .table-bg-ultrarare, | ||
.table-bg-purple { | .table-bg-purple { | ||
background: color-mix(in srgb, #9b91af, transparent 50%) !important; | background-color: color-mix(in srgb, #9b91af, transparent 50%) !important; | ||
} | } | ||
.table-bg-random, | .table-bg-random, | ||
.table-bg-pink { | .table-bg-pink { | ||
background: color-mix(in srgb, #5e4fa2, transparent 50%) !important; | background-color: color-mix(in srgb, #5e4fa2, transparent 50%) !important; | ||
color: #f8f9fa; | color: #f8f9fa; | ||
} | } |