mirror of
https://shylinux.com/x/volcanos
synced 2025-05-03 03:57:00 +08:00
15 lines
1.2 KiB
CSS
15 lines
1.2 KiB
CSS
fieldset.plan>div.output td.content { position:relative; }
|
|
fieldset.plan>div.output table.content.plan th { text-align:center; }
|
|
fieldset.plan>div.output table.content.plan td { vertical-align:top; }
|
|
fieldset.plan>div.output table.content.plan td.over { border:red solid 1px; }
|
|
fieldset.plan>div.output table.content.plan td div { color:white; }
|
|
fieldset.plan>div.output table.content.plan td div.date { color:gray; }
|
|
fieldset.plan>div.output table.content.plan td div.date span.lunar { font-size:12px; }
|
|
fieldset.plan>div.output table.content.plan td div.date span.lunar.fest { color:red; }
|
|
fieldset.plan>div.output table.content.plan td div.date span.lunar.term { color:green; }
|
|
fieldset.plan>div.output table.content.plan td div.prepare { background-color:blue; }
|
|
fieldset.plan>div.output table.content.plan td div.process { background-color:green; }
|
|
fieldset.plan>div.output table.content.plan td div.cancel { background-color:red; }
|
|
fieldset.plan>div.output table.content.plan td div.finish { background-color:gray; }
|
|
fieldset.plan>div.output table.content.plan tr:first-child { height:30px; position:sticky; top:2px; }
|
|
fieldset.plan>div.output table.content.plan th:first-child { width:40px; position:sticky; left:2px; } |