-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·52 lines (48 loc) · 970 Bytes
/
style.css
File metadata and controls
executable file
·52 lines (48 loc) · 970 Bytes
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
/* $Id: style.css,v 1.1.1.1 2001/10/18 06:53:23 wezell Exp $ */
body{
font-family: tahoma, helvetica, sans-serif;
font-size: 9pt;
}
td {
font-family: tahoma, helvetica, sans-serif;
font-size: 9pt;
color: #000;
}
.heading {
font-family: tahoma, helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #fff;
height : 75%;
}
.maintable{
border : 1px solid Black;
width: 95%;
padding : 3px 3px 3px 3px;
}
.footer {
font-family: tahoma, helvetica, sans-serif;
font-size: 9pt;
font-style: italic;
font-variant: small-caps;
text-align: center;
letter-spacing: 4px;
padding-top: 0px;
margin-top: 0px;
color: #333;
}
.paging {
font-family: tahoma, helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
color: #fff;
}
tt {
font-family: courier, courier new, lucidatypewriter;
font-size: 10pt;
}
a {
font-family: tahoma, helvetica, sans-serif;
font-size: 9pt;
color: #036;
}