用户:Nannnnn/代码测试/common.css

来自Limbo Wiki
< 用户:Nannnnn‎ | 代码测试
Nannnnn讨论 | 贡献2022年9月17日 (六) 07:28的版本 (算了晚上再修)
body {
  background-color: #000080;
  opacity:0.3;
}



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

.green {
    border-top-right-radius: 10px;
    border-bottom-left-radius:2em;
    width: 6em;
    text-align: right;
    height: calc(2em + 6px);
    border-color: pink; 
    color:#230080;
	background-color:green;
}

.blue {
	border-top-left-radius: 3em;
	border-bottom-right-radius:2em;
    width: 2em;
    text-align: left;
    height: calc(1em + 2px);
    border-color: black; 
    color:#005080;
	background-color:blue;
}

.white {
    width: 20em;
    text-align: left;
    border-color: White; 
    background-color: White; 
    color:White;
}