-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.css
126 lines (95 loc) · 1.64 KB
/
report.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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
/**************************** page content ***************************/
#infocontainer{
max-width: 720px;
/* http://www.svendtofte.com/code/max_width_in_ie/ */
width: expression(document.body.clientWidth > 720? "720px": "auto");
margin: 0px auto;
padding: 20px 0px;
text-align: left;
}
.chart, .chartR{
width: 50%;
height: 135px;
float: left;
text-align: right;
clear: none;
padding: 0px;
margin: 0px;
border: 0px;
}
.chartR{
text-align: left;
}
.chart img, .chartR img{
border: 0px;
}
.hidden{
display: none;
}
/**************************** div font styles ***************************/
h1{
background: white;
text-align: center;
color: red;
font-size: 36px;
padding: 0px;
}
/************************** links ****************************/
a:link, a:visited{
color: white;
text-decoration: none;
display: block;
border: none;
}
a:hover{
background: white;
color: #2D6400;
display: block;
}
/*********************** tables ******************************/
#sales, #information, #repair, #cservice{
text-align: center;
}
table{
margin: auto;
cell-spacing: 0px;
width: 80%;
border-collapse: collapse;
border: 1px solid white;
}
.nameinfo{
border: none;
}
.topline td{
font-weight: bold;
background: white;
text-align: center;
}
.odd{
/*background: white;*/
background: #6BCC0C;
}
.first{
color: white;
font-weight: bold;
text-align: left;
padding-right: 8px;
}
.num{
text-align: center;
}
.name{
clear: both;
margin-left: 40px;
width: 670px;
background: white;
padding: 5px;
font-weight: bold;
}
td{
/*border: 1px solid black;*/
margin: 0px;
text-align: left;
padding: 4px;
cell-spacing: 0px;
}