-
Notifications
You must be signed in to change notification settings - Fork 1
/
storm_report_all.css
116 lines (93 loc) · 1.66 KB
/
storm_report_all.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
/* $Id: storm_report_all.css,v 1.3.4.2 2009/04/13 11:37:26 magnity Exp $ */
body {
font-size: 9pt;
}
table.storm_report_header {
width: 100%;
}
td.storm_report_myorganization {
width: 50%;
vertical-align: top;
}
td.storm_report_header {
width: 50%;
text-align: right;
}
div.storm_report_title {
text-align: center;
margin-top: 40px;
margin-bottom: 40px;
font-weight: bold;
font-size: 14pt;
border-bottom: 1px solid #cccccc;
}
div.storm_report_footer {
text-align: center;
margin-top: 20pt;
margin-bottom: 20pt;
font-weight: bold;
}
#storm_report_content table {
width: 100%;
border-collapse: collapse;
border: 1px solid #cccccc;
}
#storm_report_content table th {
background-color: #e9e9e9;
border: 1px solid #cccccc;
}
#storm_report_content table tr.odd {
}
#storm_report_content table tr.even {
background-color: #f6f6f6;
}
#storm_report_content table tr td {
border: 1px solid #cccccc;
}
#storminvoice_billto {
width: 35%;
float: left;
margin-bottom: 80px;
}
td.storminvoice_billto_title {
font-weight: bold;
background-color: #E9E9E9;
}
#storminvoice_details {
width: 55%;
float: right;
margin-bottom: 80px;
}
td.storminvoice_details_title {
font-weight: bold;
background-color: #E9E9E9;
}
#storminvoice_payment_modes {
margin-top: 80px;
clear: both;
}
#storminvoice_payment_modes li {
padding-bottom: 10px;
}
td.storminvoice_payment_title {
font-weight: bold;
background-color: #E9E9E9;
}
#storminvoice_items {
margin-top: 60px;
clear: both;
}
#storminvoice_vat_exempt {
margin-top: 20px;
}
#paid {
text-align: center;
}
div.site_name {
font-size: 18pt;
font-weight: bold;
}
div.site_slogan {
font-size: 12pt;
font-weight: bold;
}