MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 76: Line 76:
.cell-data-right {
.cell-data-right {
   text-align: right;
   text-align: right;
}
/* Drop table background colors */
.table-bg-always,
.table-bg-blue {
  background:#0b5884;
}
.table-bg-common,
.table-bg-green {
  background:#3c780a;
}
.table-bg-uncommon,
.table-bg-yellow {
  background:#a48900;
}
.table-bg-rare,
.table-bg-orange {
  background:#b55e0c;
}
.table-bg-veryrare,
.table-bg-red {
  background:background:#9f261e;
}
.table-bg-random,
.table-bg-pink {
  background:#984c89;
}
.table-bg-gray,
.table-bg-grey {
  background:#5d6773;
}
.table-bg-fade {
  opacity:0.6;
  background:rgba(0,0,0,0.1)
}
}