wok diff wikiss/stuff/plugins/wkp_Calc.css @ rev 17414
busybox: fake GNU cpio for symlinks
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 01 10:38:15 2014 +0100 (2014-12-01) |
parents | |
children | 019e831466f7 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/wikiss/stuff/plugins/wkp_Calc.css Mon Dec 01 10:38:15 2014 +0100 1.3 @@ -0,0 +1,31 @@ 1.4 +.bordercalc { 1.5 + background-color: #ccc; 1.6 + font-weight: bold; 1.7 + text-align: center; 1.8 + border: 1px solid #999; 1.9 + padding: 0; 1.10 +} 1.11 + 1.12 +.inputcalc { 1.13 + border: none; 1.14 + width: 80px; 1.15 + font-size: 14px; 1.16 + padding: 2px; 1.17 +} 1.18 + 1.19 +.inputcalc:hover { 1.20 + background-color: #eee; 1.21 +} 1.22 + 1.23 +.inputcalc:focus { 1.24 + background-color: #ccf; 1.25 +} 1.26 + 1.27 +.tablecalc { 1.28 + border-collapse: collapse; 1.29 +} 1.30 + 1.31 +.cellcalc { 1.32 + border: 1px solid #999; 1.33 + padding: 0; 1.34 +}