사용자
flyant(비교)
| r1575 vs r1576 | ||
|---|---|---|
| ... | ... | |
| 5 | 5 | .num-button:hover {background:@hovercolor@} |
| 6 | 6 | .num-button:active {background:@activecolor@} |
| 7 | 7 | |
| 8 | .num-0 {display:inline-block;width: | |
| 9 | .num-1 {display:inline-block;width: | |
| 10 | .num-2 {display:inline-block;width: | |
| 11 | .num-3 {display:inline-block;width: | |
| 12 | .num-4 {display:inline-block;width: | |
| 13 | .num-5 {display:inline-block;width: | |
| 14 | .num-6 {display:inline-block;width: | |
| 15 | .num-7 {display:inline-block;width: | |
| 16 | .num-8 {display:inline-block;width: | |
| 17 | .num-9 {display:inline-block;width: | |
| 8 | .num-0 {display:inline-block;width:10px;height:20px;border:1px solid gray;background:linear-gradient(red, red)} | |
| 9 | .num-1 {display:inline-block;width:10px;height:20px;border:1px solid gray;background:linear-gradient(darkorange, darkorange)} | |
| 10 | .num-2 {display:inline-block;width:10px;height:20px;border:1px solid gray;background:linear-gradient(yellow, yellow)} | |
| 11 | .num-3 {display:inline-block;width:10px;height:20px;border:1px solid gray;background:linear-gradient(green, green)} | |
| 12 | .num-4 {display:inline-block;width:10px;height:20px;border:1px solid gray;background:linear-gradient(skyblue, skyblue)} | |
| 13 | .num-5 {display:inline-block;width:10px;height:20px;border:1px solid gray;background:linear-gradient(blue, blue)} | |
| 14 | .num-6 {display:inline-block;width:10px;height:20px;border:1px solid gray;background:linear-gradient(purple, purple)} | |
| 15 | .num-7 {display:inline-block;width:10px;height:20px;border:1px solid gray;background:linear-gradient(magenta, magenta)} | |
| 16 | .num-8 {display:inline-block;width:10px;height:20px;border:1px solid gray;background:linear-gradient(lightpink, lightpink)} | |
| 17 | .num-9 {display:inline-block;width:10px;height:20px;border:1px solid gray;background:linear-gradient(black, black)} | |
| 18 | 18 | |
| 19 | 19 | .num-hyphen {display:inline-block;width:50px;height:80px;border:1px solid gray;background:linear-gradient(#000 45%, #fff 0, #fff 55%, #000 0)} |
| 20 | 20 | .num-dummy {display:flex;width:40px;height:40px} |
| ... | ... |