模板:文化代表人物/style.css:修订间差异
外观
添加自动隐藏空元素的伪类CSS |
小无编辑摘要 |
||
第1行: | 第1行: | ||
:empty { | :empty { | ||
display: none; | display: none; | ||
} | |||
.hidden-this { | |||
display: none; | |||
} | |||
.pica-table-td { | |||
border: 2px solid #E9F9FE; | |||
} | } |
2022年10月3日 (一) 08:10的版本
:empty { display: none; } .hidden-this { display: none; } .pica-table-td { border: 2px solid #E9F9FE; }