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

来自Limbo Wiki
(调整)
(test)
第12行: 第12行:
     background-color: Tomato;  
     background-color: Tomato;  
     color:#000080;
     color:#000080;
}
.green {
background-color:yellow;
}
}

2022年8月23日 (二) 17:43的版本

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

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

.green {
	background-color:yellow;
}