-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathic.css
More file actions
94 lines (82 loc) · 1.01 KB
/
ic.css
File metadata and controls
94 lines (82 loc) · 1.01 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
TD
{
font-family: Verdana;
font-size: 12px;
}
TD.bar
{
font-family: Verdana;
font-size: 11px;
}
sup {
background-color:red;
color:white;
}
TD.header
{
Font-Weight: Bold;
font-size: 14px;
Border: 3px inset #808080;
Background-Color: #A0A0A0;
}
Body
{
font-family: Verdana;
font-size: 12px;
Color: #000000;
Background-Color: #E0E0E0;
}
Table
{
font-family: Verdana;
Color: #000000;
Background-Color: #E0E0E0;
border: 4px outset #E0E0E0;
padding: 5px;
}
Table.noborder
{
font-family: Verdana;
border: 0px;
}
Table.bar
{
border: 4px;
padding: 0;
}
input
{
font-family: Verdana;
font-size: 12px;
Color: #000000;
Background-Color: #ffffff;
Border: 1px Solid #000000;
}
.radio
{
Background-Color: #E0E0E0;
border: 0px;
}
.submit {
border: 2px outset silver;
}
.checkbox {
Background-Color: #E0E0E0;
border: 0px;
}
h4 {
font-size: 13px;
font-weight:bold;
}
.small {
font-size:8px;
}
table {
border-collapse: collapse;
}
table, th, td {
border: 1px black solid;
}
tr:nth-child(even) {
background-color: lightgray;
}