mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
19 lines
1.6 KiB
CSS
19 lines
1.6 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.select { background-color:#5066b945; }
|
|
fieldset.plan>div.output table.content.plan td:hover { background-color:#5066b945; }
|
|
fieldset.plan>div.output table.content.plan td.over { background-color:#5066b945; }
|
|
fieldset.plan>div.output table.content.plan td div { color:white; }
|
|
// fieldset.plan>div.output table.content.plan td div:not(.date) { height:100%; text-align:center; }
|
|
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:#0000ff70; }
|
|
fieldset.plan>div.output table.content.plan td div.process { background-color:#00800070; }
|
|
fieldset.plan>div.output table.content.plan td div.cancel { background-color:#ff000070; }
|
|
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; } |