wok-current view wikiss/stuff/plugins/wkp_Calc.css @ rev 19519
Add gst-plugins-good-1.0 && gst-libav
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed Nov 23 20:57:24 2016 +0100 (2016-11-23) |
parents | 136be2b3c085 |
children |
line source
1 .bordercalc {
2 background-color: #ccc;
3 font-weight: bold;
4 text-align: center;
5 border: 1px solid #999;
6 padding: 0;
7 }
9 .inputcalc {
10 border: none;
11 width: 80px;
12 font-size: inherit;
13 padding: 2px;
14 }
16 .inputcalc:hover {
17 background-color: #eee;
18 }
20 .inputcalc:focus {
21 background-color: #ccf;
22 }
24 .tablecalc {
25 border-collapse: collapse;
26 }
28 .cellcalc {
29 border: 1px solid #999;
30 padding: 0;
31 font-size: 14px;
32 }