用户:Nannnnn/代码测试/common.css:修订间差异

来自Limbo Wiki
无编辑摘要
(随便试试)
第1行: 第1行:
行吧,用不了,换一个
body {
  background-color: #000080;
  opacity:0.3;
}
 
.lw-treebut {
    border-radius: 0;
    width: 1em;
    text-align: center;
    height: calc(1.4em + 4px);
    border-color: LightGray;
    background-color: Tomato;
}

2022年7月15日 (五) 16:03的版本

body {
  background-color: #000080;
  opacity:0.3;
}

.lw-treebut {
    border-radius: 0;
    width: 1em;
    text-align: center;
    height: calc(1.4em + 4px);
    border-color: LightGray; 
    background-color: Tomato; 
}