MediaWiki:Common.css: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 18:
text-align: center;
}
table.todo td.waitingwait {
background: #eee;
font-weight: normal;
color: #999;
}
table.todo td.inprogprog {
background: #FFE5CC;
color: #B44723;
}
table.todo td.inprogprog ~ td {
background: #FFF9EF;
}
table.todo td.partialpart {
background: #6E9591;
color: #fff;
}
table.todo td.partialpart ~ td {
background: #D9F2F5;
}