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

来自Limbo Wiki
(Nannnnn将页面用户:Nannnnn/代码测试/common.css的内容模型从“CSS”更改为“已过滤的CSS”)
标签内容模型更改
无编辑摘要
第6行: 第6行:
.lw-treebut {
.lw-treebut {
     border-radius: 0;
     border-radius: 0;
     width: 1em;
     width: 2em;
     text-align: center;
     text-align: center;
     height: calc(1.4em + 4px);
     height: calc(1.4em + 4px);
     border-color: LightGray;  
     border-color: Gray;  
     background-color: Tomato;  
     background-color: Tomato;  
    color:#000080;
}
}

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

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

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