MediaWiki:Common.css: Difference between revisions

Content added Content deleted
mNo edit summary
No edit summary
Line 18: Line 18:
text-align: center;
text-align: center;
}
}
table.todo td.waiting {
table.todo td.wait {
background: #eee;
background: #eee;
font-weight: normal;
font-weight: normal;
color: #999;
color: #999;
}
}
table.todo td.inprog {
table.todo td.prog {
background: #FFE5CC;
background: #FFE5CC;
color: #B44723;
color: #B44723;
}
}
table.todo td.inprog ~ td {
table.todo td.prog ~ td {
background: #FFF9EF;
background: #FFF9EF;
}
}
table.todo td.partial {
table.todo td.part {
background: #6E9591;
background: #6E9591;
color: #fff;
color: #fff;
}
}
table.todo td.partial ~ td {
table.todo td.part ~ td {
background: #D9F2F5;
background: #D9F2F5;
}
}