-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkris.css
51 lines (50 loc) · 868 Bytes
/
kris.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
body {text-align:center;
margin: 0px;
padding: 2px;
font:100% Arial,Helvetica,sans-serif;
overflow:auto;}
.tablem {
margin: 0 auto;
border:1;
text-align:center;
font-family: tahoma, verdana, arial, helvetica, sans-serif;
font-size: 14px;
border-collapse: collapse;
color: #C0C0C0;
}
.tablem, th, td
{
border: 1px solid #777777;
border-collapse: collapse;
}
.full {
text-align:right;
vertical-align:middle;
height:30px;
width:250px;
padding-right: 4px;
background-color: #F0F0F0;
color: #000000;
}
.onefr {
vertical-align:middle;
height:50px;
width:60px;
background-color: #66FFFF;
color: #000000;
}
.numbfl {
text-align:right;
vertical-align:middle;
height:100%;
width:98%;
border:none;
background-color: #F0F0F0;
padding-right: 2%;
}
.numbfl:focus {
background-color: #FFA07A;
}
button {
cursor: pointer;
}